@charset "UTF-8";
/*!
 * ress.css • v2.0.4
 * MIT License
 * github.com/filipelinhares/ress
 */
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
}

*, :after, :before {
  background-repeat: no-repeat;
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

hr {
  overflow: visible;
  height: 0;
}

details, main {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden] {
  display: none;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline-width: 0;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
}

pre {
  font-size: 1em;
}

b, strong {
  font-weight: bolder;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

input {
  border-radius: 0;
}

[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button, input, optgroup, select, textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

[role=button], [type=button], [type=reset], [type=submit], button {
  cursor: pointer;
  color: inherit;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type=reset], [type=submit], button, html [type=button] {
  -webkit-appearance: button;
}

button, input, select, textarea {
  background-color: transparent;
  border-style: none;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

select::-ms-value {
  color: currentColor;
}

legend {
  border: 0;
  color: inherit;
  display: table;
  white-space: normal;
  max-width: 100%;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  color: inherit;
  font: inherit;
}

img {
  border-style: none;
}

progress {
  vertical-align: baseline;
}

svg:not([fill]) {
  fill: currentColor;
}

@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

main {
  display: block;
}

ul,
ol,
li {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

area {
  outline: none;
}

a {
  -webkit-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

@media screen and (min-width: 769px) {
  a:hover {
    opacity: 0.8;
  }
}

.section-chapter {
  font-family: 'Poppins', sans-serif;
}

.btn-title, .btn, .section-title, .section-title-border {
  font-family: 'M PLUS Rounded 1c', sans-serif;
}

.btn-title {
  font-weight: 800;
}

@media screen and (min-width: 769px) {
  .btn-title {
    text-align: center;
    font-size: 2.6rem;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 768px) {
  .btn-title {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    font-size: 2rem;
    margin-bottom: 20px;
  }
}

.btn-title--pink span {
  color: #fc5555;
}

.btn-title--yellow {
  color: #fff;
}

.btn-title--yellow span {
  color: #ffe691;
}

.btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  background-color: #ff5555;
  text-decoration: none;
  -webkit-box-shadow: 0 4px 2px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 2px rgba(0, 0, 0, 0.4);
  font-weight: bold;
  letter-spacing: 0.15em;
  line-height: 1;
  -webkit-transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease;
  transition: box-shadow 0.3s ease, transform 0.3s ease, -webkit-box-shadow 0.3s ease, -webkit-transform 0.3s ease;
}

.btn::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-size: contain;
  background-position: center center;
}

.btn:hover {
  opacity: 1;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  color: #fff;
}

.btn--small {
  width: 240px;
  height: 44px;
  border-radius: 22px;
  font-size: 20px;
}

.btn--small::before {
  right: 16px;
  width: 8px;
  height: 12px;
  background-image: url("../../img/common/btn-arrow-small.svg");
}

@media screen and (min-width: 769px) {
  .btn--medium {
    width: 494px;
    height: 110px;
    border-radius: 55px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 768px) {
  .btn--medium {
    max-width: 345px;
    width: 100%;
    height: 76px;
    border-radius: 38px;
    font-size: 2rem;
  }
}

.btn--medium::before {
  right: 30px;
  width: 10px;
  height: 16px;
  background-image: url("../../img/common/btn-arrow-medium.svg");
}

.btn--medium span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  color: #ff5555;
  font-weight: 800;
  letter-spacing: 0.15em;
}

@media screen and (min-width: 769px) {
  .btn--medium span {
    border-radius: 39px;
    width: 78px;
    height: 78px;
    font-size: 2.5rem;
    margin-right: 27px;
  }
}

@media screen and (max-width: 768px) {
  .btn--medium span {
    width: 55px;
    height: 55px;
    border-radius: 27.5px;
    font-size: 1.7rem;
    margin-right: 18px;
  }
}

html,
body {
  font-size: 62.5%;
}

body {
  font-family: YuGothic,'Yu Gothic','メイリオ', Meiryo,'Yu Gothic UI','ＭＳ ゴシック','ヒラギノ角ゴシック','Hiragino Sans','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
  color: #384546;
  font-weight: 400;
  letter-spacing: 0.2em;
  line-height: 1.5;
  -webkit-font-variant-ligatures: common-ligatures;
  font-variant-ligatures: common-ligatures;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.footer {
  padding: 0;
  position: relative;
  /*
  background: -webkit-linear-gradient(315deg, #048798 0%, #014750 100%);
  background: linear-gradient(135deg, #048798 0%, #014750 100%);
  */
  background:#333;
}

.footer__page-top {
  display: none;
}

@media screen and (min-width: 769px) {
  .footer__page-top {
    right: 40px;
    width: 60px;
  }
}

@media screen and (max-width: 768px) {
  .footer__page-top {
    right: 10px;
    width: 52px;
  }
}

.footer__page-top--default {
  position: absolute;
}

@media screen and (min-width: 769px) {
  .footer__page-top--default {
    top: -30px;
  }
}

@media screen and (max-width: 768px) {
  .footer__page-top--default {
    top: -26px;
  }
}

.footer__page-top--active {
  position: fixed;
}

@media screen and (min-width: 769px) {
  .footer__page-top--active {
    bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .footer__page-top--active {
    bottom: 10px;
  }
}

.footer__page-top img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .footer__container {
    /* padding: 58px 0 46px 0; */
    padding: 58px 10% 46px 10%;
    display:flex;
  }
}

@media screen and (max-width: 768px) {
  .footer__container {
    /*
    width: 84%;
    padding: 44px 0 42px 0;
    margin: 0 auto;
    */
    font-weight: 600;
    font-size: 1.4rem;
    font-feature-settings: "palt";
    line-height: 1.7;
    letter-spacing: 0.15em;
  }
}


.footer-box1{
	width:50%;
}
@media screen and (max-width: 768px) {
	.footer-box1{
		width:100%;
	    padding:0;
	    text-align:center;
	}

}

.footer-box2{
	width:50%;
    font-size: 1.5rem;
    font-feature-settings: "palt";
    line-height: 1.8;
    letter-spacing: 0.15em;
    font-weight: bold;
    padding:0 0 0 20%;
}

@media screen and (max-width: 768px) {
	.footer-box2{
		width:100%;
	    padding:0;
	}

}

.footer-box2 .hplink{
	clear: both;
    color: #fff;
    display: inline-block;
    width: 380px;
    border: 2px #fff solid;
    text-align: center;
    margin: 30px;
    padding: 20px;
    float: right;
    font-size: 2.4rem;
}

@media screen and (max-width: 768px) {

	.footer-box2 .hplink{
	    float: none;
	    text-align: center;
	    display: inline-block;
	    color: #fff;
	    width: 80%;
	    font-size: 2.0rem;
	    margin: 30px 10%;
	}

}


.footer__logo {
  display: block;
  height: auto;
}

@media screen and (min-width: 769px) {
  .footer__logo {
    width: 275px;
    /* margin: 0 auto 30px auto; */
  }
}

@media screen and (max-width: 768px) {
  .footer__logo {
  	/*
    margin-bottom: 30px;
    width: 208px;
    */
	display: inline-block;
    width: 300px;
    margin: 40px 0 10px 0;
  }
}

.footer__address {
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .footer__address {
    /* 
    text-align: center;
    font-size: 18px;
    */
    font-size: 1.5rem;
    line-height: 1.7;
    margin-bottom: 62px;
    margin-top: 16px;
    display: inline-block;
  }
}

@media screen and (max-width: 768px) {
  .footer__address {
    font-size: 1.4rem;
    line-height: 1.8;
    margin-bottom: 32px;
  }
}

.footer__copyright {
  text-align: center;
  background-color: #384546;
  color: #fff;
  line-height: 1;
  letter-spacing: 0.1em;
  padding: 20px 0;
}

@media screen and (min-width: 769px) {
  .footer__copyright {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 768px) {
  .footer__copyright {
    font-size: 1.1rem;
  }
}

.footer-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 769px) {
  .footer-nav {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 769px) {
  .footer-nav__item:nth-child(1n+2) {
    margin-left: 42px;
  }
}

@media screen and (max-width: 768px) {
  .footer-nav__item:nth-child(1n+2) {
    margin-left: 22px;
  }
}

.footer-nav__link {
  position: relative;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 769px) {
  .footer-nav__link {
    padding-left: 22px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .footer-nav__link {
    padding-left: 18px;
    font-size: 1.4rem;
  }
}

.footer-nav__link:hover {
  color: #fff;
}

.footer-nav__link::before {
  content: "";
  display: block;
  width: 6px;
  height: 11px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("../../img/common/footer-nav-arrow.svg");
  background-position: center center;
  background-size: contain;
}

.header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  background-color: #fff;
  -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.3);
}

@media screen and (min-width: 769px) {
  .header {
    height: 85px;
    padding-left: 40px;
  }
}

@media screen and (max-width: 768px) {
  .header {
    padding-left: 25px;
    height: 78px;
  }
}

@media screen and (min-width: 769px) {
  .header__logo {
    width: 164px;
  }
}

@media screen and (max-width: 768px) {
  .header__logo {
    width: 130px;
  }
}

.header__logo img {
  display: block;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .header__btn {
    margin: auto 34px auto auto;
  }
}

.header__nav-btn {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #384546;
}

@media screen and (min-width: 769px) {
  .header__nav-btn {
    width: 85px;
    height: 85px;
    padding: 32px 26px;
  }
}

@media screen and (max-width: 768px) {
  .header__nav-btn {
    width: 78px;
    height: 78px;
    padding: 30px 22px;
  }
}

.header__nav-btn .menu-trigger,
.header__nav-btn .menu-trigger span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.header__nav-btn .menu-trigger {
  position: relative;
  width: 100%;
  height: 100%;
}

.header__nav-btn .menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.header__nav-btn .menu-trigger span:nth-of-type(1) {
  top: 0;
}

@media screen and (min-width: 769px) {
  .header__nav-btn .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .header__nav-btn .menu-trigger span:nth-of-type(2) {
    top: 8px;
  }
}

.header__nav-btn .menu-trigger span:nth-of-type(3) {
  bottom: 0;
}

@media screen and (min-width: 769px) {
  .header__nav-btn .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }
}

@media screen and (max-width: 768px) {
  .header__nav-btn .menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
}

.header__nav-btn .menu-trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards;
}

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@keyframes active-menu-bar02 {
  100% {
    height: 0;
  }
}

@media screen and (min-width: 769px) {
  .header__nav-btn .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}

@media screen and (max-width: 768px) {
  .header__nav-btn .menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
}

.nav {
  position: fixed;
  background-color: #384546;
  z-index: 3;
  right: 0;
  top: 0;
  -webkit-transition: -webkit-transform 0.3s linear;
  transition: -webkit-transform 0.3s linear;
  transition: transform 0.3s linear;
  transition: transform 0.3s linear, -webkit-transform 0.3s linear;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@media screen and (min-width: 769px) {
  .nav {
    width: 570px;
    height: 100%;
    padding: 60px 82px 0 82px;
  }
}

@media screen and (max-width: 768px) {
  .nav {
    width: 100%;
    padding: 25px 0;
  }
}

.nav--active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.nav__inner {
  padding: 0 25px;
  overflow-y: scroll;
}

.nav__logo {
  display: block;
}

@media screen and (min-width: 769px) {
  .nav__logo {
    width: 225px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .nav__logo {
    width: 130px;
    margin-bottom: 25px;
    margin-left: 20px;
  }
}

.nav .nav-list {
  margin-bottom: 32px;
}

.nav .nav-list__item {
  border-top: 1px solid #fff;
}

.nav .nav-list__item:last-child {
  border-bottom: 1px solid #fff;
}

.nav .nav-list__link {
  position: relative;
  display: block;
  color: #fff;
  text-decoration: none;
  letter-spacing: 0.13em;
  font-weight: bold;
  padding: 14px 0;
}

@media screen and (min-width: 769px) {
  .nav .nav-list__link {
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 768px) {
  .nav .nav-list__link {
    font-size: 1.6rem;
  }
}

.nav .nav-list__link:hover::after {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.nav .nav-list__link::after {
  content: "";
  display: block;
  width: 27px;
  height: 13px;
  position: absolute;
  right: 0;
  top: calc(50% - 6.5px);
  background-image: url("../img/comportment/nav/nav-arrow.svg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

@media screen and (min-width: 769px) {
  .nav .btn {
    width: 100%;
    height: 90px;
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 769px) {
  .nav .btn span {
    width: 60px;
    height: 60px;
    font-size: 2rem;
    margin-right: 14px;
  }
}

.overlay {
  position: fixed;
  display: none;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
}

@media screen and (min-width: 769px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.section-title {
  font-weight: 800;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .section-title {
    font-size: 4rem;
    letter-spacing: 0.06em;
  }
}

@media screen and (max-width: 768px) {
  .section-title {
    font-size: 2.9rem;
    letter-spacing: 0.05em;
  }
}

.section-title--green {
  color: #00707f;
}

.section-title--white {
  color: #fff;
}

.section-chapter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  letter-spacing: 0.2em;
  font-weight: 600;
  margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
  .section-chapter {
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 768px) {
  .section-chapter {
    font-size: 1.3rem;
  }
}

.section-chapter::before, .section-chapter::after {
  content: "";
  display: block;
  width: 50px;
  height: 1px;
}

.section-chapter--black::before, .section-chapter--black::after {
  background-color: #384546;
}

.section-chapter--white {
  color: #fff;
}

.section-chapter--white::before, .section-chapter--white::after {
  background-color: #fff;
}

.section-chapter span {
  margin: 0 26px;
}

.section-title-border {
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .section-title-border {
    font-size: 4.3rem;
    letter-spacing: 0.05em;
    line-height: 1.8;
  }
}

@media screen and (max-width: 768px) {
  .section-title-border {
    font-size: 3rem;
    letter-spacing: 0.04em;
    line-height: 1.5;
  }
}

.section-title-border--green {
  color: #00707f;
}

.section-title-border--green span {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #FFE691));
  background-image: -webkit-linear-gradient(transparent 60%, #FFE691 60%);
  background-image: linear-gradient(transparent 60%, #FFE691 60%);
}

.section-title-border--yellow {
  color: #ffe691;
}

.section-title-border--yellow span {
/*
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #044D57));
  background-image: -webkit-linear-gradient(transparent 60%, #044D57 60%);
  background-image: linear-gradient(transparent 60%, #044D57 60%);
*/
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ffe691));
  background-image: -webkit-linear-gradient(transparent 60%, #ffe691 60%);
  background-image: linear-gradient(transparent 60%, #ffe691 60%);

}

.section-title-border span {
  padding: 4px 8px;
}

.section-sub-title {
  text-align: center;
  font-weight: bold;
}

@media screen and (min-width: 769px) {
  .section-sub-title {
    font-size: 2.5rem;
    letter-spacing: 0.06em;
  }
}

@media screen and (max-width: 768px) {
  .section-sub-title {
    font-size: 2rem;
  }
}

.section-sub-title--green {
  color: #00707f;
}

.section-sub-title--white {
  color: #fff;
}

.section-shadow-box {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .section-shadow-box {
    border-radius: 10px;
    padding: 38px 38px 50px 38px;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.12);
  }
}

@media screen and (max-width: 768px) {
  .section-shadow-box {
    border-radius: 7px;
    padding: 25px 18px 18px 18px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
  }
}

.section-shadow-box__title {
  font-weight: bold;
  color: #00707f;
  white-space: nowrap;
}

@media screen and (min-width: 769px) {
  .section-shadow-box__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 768px) {
  .section-shadow-box__title {
    text-align: center;
    letter-spacing: 0.06em;
    font-size: 1.8rem;
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 769px) {
  .section-shadow-box__title::before, .section-shadow-box__title::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #00707f;
  }
}

@media screen and (min-width: 769px) {
  .section-shadow-box__title span {
    margin: 0 28px;
  }
}
