@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Oswald:300");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url(https://use.fontawesome.com/releases/v5.3.1/css/all.css);
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
/*background color*/
ul.insta-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

ul.insta-list li {
  width: 16.65%;
  line-height: 0;
}

@media screen and (max-width: 740px) {
  ul.insta-list li {
    width: 33%;
  }
}

ul.insta-list li img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 145px;
}

@media screen and (max-width: 740px) {
  ul.insta-list li img {
    height: 100px;
  }
}

ul#gnav li:not(:last-child) a {
  background: none !important;
}

.animated {
  opacity: 0;
}

.fadeIn {
  opacity: 1;
  -webkit-animation: slideUp 1s ease-in-out forwards;
          animation: slideUp 1s ease-in-out forwards;
}

@-webkit-keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 10%, 0);
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

html {
  font-size: 62.5%;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif !important;
  line-height: 30px;
  letter-spacing: .1em;
}

img {
  max-width: 100%;
}

.none_text {
  display: none;
}

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

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

/*contents_area*/
#wrapper {
  width: 100%;
}

@media screen and (min-width: 741px) and (max-width: 1040px) {
  #wrapper {
    min-width: 1200px;
  }
}

.contents_area {
  margin: 0 auto;
  padding-top: 80px;
}

@media screen and (max-width: 740px) {
  .contents_area {
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
  }
}

/*mv_erea*/
#mv_erea {
  margin: 0;
}

#mv_erea #section_01 {
  position: relative;
}

@media screen and (max-width: 740px) {
  #mv_erea #section_01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    width: 100%;
  }
}

#mv_erea #section_01 .mv-box {
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}

#mv_erea #section_01 .mv-box:before {
  content: "";
  position: absolute;
  right: 60%;
  top: 0;
  bottom: 0;
  width: 40%;
  height: 100%;
  background: #FFF;
  -webkit-animation: kv1 1s ease-in-out forwards;
          animation: kv1 1s ease-in-out forwards;
  z-index: 9999;
}

@-webkit-keyframes kv1 {
  0% {
    width: 40%;
  }
  100% {
    width: 0;
  }
}

@keyframes kv1 {
  0% {
    width: 40%;
  }
  100% {
    width: 0;
  }
}

@media screen and (max-width: 740px) {
  #mv_erea #section_01 .mv-box {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 30px);
  }
}

#mv_erea #section_01 .mv-box .text-box {
  padding: 30vh 0;
}

@media screen and (max-width: 740px) {
  #mv_erea #section_01 .mv-box .text-box {
    padding: 20px 0;
    margin: 0 auto;
    margin-top: -80vh;
    position: relative;
    z-index: 9999999;
  }
}

#mv_erea #section_01 .mv-box .text-box h3 {
  position: relative;
  display: inline-block;
  margin: 5px 0;
  padding: 7px 10px;
  color: #555;
  font-size: 16px;
  background: #FFF;
  border: solid 3px #555;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 740px) {
  #mv_erea #section_01 .mv-box .text-box h3 {
    font-size: 13px;
  }
}

#mv_erea #section_01 .mv-box .text-box h3:before {
  content: "";
  position: absolute;
  bottom: -22px;
  left: 15%;
  margin-left: -15px;
  border: 10px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}

#mv_erea #section_01 .mv-box .text-box h3:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 15%;
  margin-left: -17px;
  border: 12px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}

#mv_erea #section_01 .mv-box .text-box h3 p {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .1em;
}

#mv_erea #section_01 .mv-box .text-box h4 {
  font-size: 40px;
  font-weight: bold;
  line-height: 70px;
  letter-spacing: .1em;
}

@media screen and (max-width: 740px) {
  #mv_erea #section_01 .mv-box .text-box h4 {
    font-size: 33px;
    line-height: 55px;
    color: #FFF;
    text-shadow: 0 0 10px #000;
  }
}

#mv_erea #section_01 .mv-box .text-box h4 span {
  color: #fff;
  background: #06A890;
  padding: 5px;
}

#mv_erea #section_01 .img-box {
  position: absolute;
  width: 55vw;
  right: 0;
  top: -20vh;
  bottom: 0;
  height: 120vh;
  overflow: hidden;
}

@media screen and (max-width: 740px) {
  #mv_erea #section_01 .img-box {
    top: 0;
    height: 100vh;
  }
}

#mv_erea #section_01 .img-box:before {
  content: "";
  position: absolute;
  right: 1px;
  top: -1px;
  bottom: 0;
  width: 101%;
  height: 101%;
  background: #FFF;
  -webkit-animation: kv2 1s ease-in-out 1s forwards;
          animation: kv2 1s ease-in-out 1s forwards;
}

@-webkit-keyframes kv2 {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@keyframes kv2 {
  0% {
    width: 100%;
  }
  100% {
    width: 0;
  }
}

@media screen and (max-width: 740px) {
  #mv_erea #section_01 .img-box {
    position: inherit;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

#mv_erea #section_01 .img-box img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100vw;
  height: 100%;
}

@media screen and (max-width: 740px) {
  #mv_erea #section_01 .img-box img {
    width: 100%;
    height: 100vh;
  }
}

/*******************main_contents*******************/
.main_contents {
  margin-top: 200px;
}

@media screen and (max-width: 740px) {
  .main_contents {
    margin-top: 0;
  }
}

.main_contents h3.title-01 {
  font-size: 32px;
  font-weight: bold;
  letter-spacing: .1em;
  line-height: 56px;
  position: relative;
  color: #06A890;
  margin: 0 0 10px;
}

@media screen and (max-width: 740px) {
  .main_contents h3.title-01 {
    font-size: 22px;
  }
}

.main_contents h3.title-01:before {
  font-size: 16px;
  color: rgba(0, 0, 35, 0.2);
  position: absolute;
}

.main_contents p.title-under-text {
  font-size: 16px;
  font-weight: bold;
  line-height: 36px;
  letter-spacing: .1em;
}

@media screen and (max-width: 740px) {
  .main_contents p.title-under-text {
    font-size: 13px;
    line-height: 26px;
    letter-spacing: .05em;
  }
}

.main_contents p.text-center01 {
  text-align: center;
}

.main_contents #main_contents_01 {
  margin: 85px auto;
  max-width: 1200px;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_01 {
    margin: 0 auto;
  }
}

.main_contents #main_contents_01 #m-section_01 {
  max-width: 1024px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_01 #m-section_01 {
    width: calc(100% - 30px);
    padding: 50px 0 300px;
  }
}

.main_contents #main_contents_01 #m-section_01 .text-margin {
  margin-left: 40%;
  position: relative;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_01 #m-section_01 .text-margin {
    margin: 0;
  }
}

.main_contents #main_contents_01 #m-section_01 .text-margin:before {
  content: "";
  background: url(../img/SVG/illust01.svg) no-repeat;
  width: 440px;
  height: 325px;
  left: -470px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
  position: absolute;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_01 #m-section_01 .text-margin:before {
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -330px;
    margin: auto;
    background-size: contain;
    top: inherit;
  }
}

.main_contents #main_contents_01 #m-section_01 .title-under-text span {
  background: rgba(241, 150, 42, 0.2);
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_01 #m-section_01 .no01 {
    text-align: center;
  }
}

.main_contents #main_contents_01 #m-section_01 .no01:before {
  content: "01";
  left: 5px;
  top: -35px;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_01 #m-section_01 .no01:before {
    left: 0;
    right: 0;
    margin: 0 auto;
  }
}

.main_contents #main_contents_02 {
  background: rgba(6, 168, 144, 0.05);
  background-image: url("../img/2x/bg02.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 110px 0;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_02 {
    background-image: url("../img/2x/bg02_sp.png");
    padding: 110px 0 50px;
  }
}

.main_contents #main_contents_02 #m-section_02 {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_02 #m-section_02 {
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 1200px) and (min-width: 741px) {
  .main_contents #main_contents_02 #m-section_02 {
    padding: 0 15px;
  }
}

.main_contents #main_contents_02 #m-section_02 .no02 {
  text-align: center;
}

.main_contents #main_contents_02 #m-section_02 .no02:before {
  content: "02";
  left: 0px;
  right: 0;
  top: -35px;
}

.main_contents #main_contents_02 #m-section_02 .title-under-text {
  max-width: 650px;
  margin: 0 auto 60px;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_02 #m-section_02 .title-under-text {
    text-align: left;
    margin: 0 auto 30px;
  }
}

.main_contents #main_contents_02 #m-section_02 .flex-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_02 #m-section_02 .flex-box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.main_contents #main_contents_02 #m-section_02 .flex-box ul li {
  width: 23%;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_02 #m-section_02 .flex-box ul li {
    width: 48%;
    margin: 0 0 20px;
  }
}

.main_contents #main_contents_02 #m-section_02 .flex-box ul li p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  padding: 10px 0 0;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_02 #m-section_02 .flex-box ul li p {
    font-size: 13px;
  }
}

.main_contents #main_contents_03 #m-section_03 {
  max-width: 1024px;
  margin: 110px auto;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_03 #m-section_03 {
    width: calc(100% - 30px);
    margin: 50px auto 50px;
  }
}

.main_contents #main_contents_03 #m-section_03 .no03 {
  text-align: center;
}

.main_contents #main_contents_03 #m-section_03 .no03:before {
  content: "03";
  left: 0px;
  right: 0;
  top: -35px;
}

.main_contents #main_contents_03 #m-section_03 .title-under-text {
  margin: 0 auto 60px;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_03 #m-section_03 .title-under-text {
    text-align: left;
    margin: 0 auto 30px;
  }
}

.main_contents #main_contents_03 #m-section_03 .flex-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_03 #m-section_03 .flex-box ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.main_contents #main_contents_03 #m-section_03 .flex-box ul li {
  background: rgba(6, 168, 144, 0.1);
  border-radius: 85px;
  height: 170px;
  width: 170px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_03 #m-section_03 .flex-box ul li {
    width: 30%;
    margin-right: 5%;
    height: 100%;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_03 #m-section_03 .flex-box ul li:nth-of-type(3n) {
    margin-right: 0;
  }
}

.main_contents #main_contents_03 #m-section_03 .flex-box ul li img {
  width: 60%;
  padding: 10px 0 0;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_03 #m-section_03 .flex-box ul li img {
    padding: 15px 0 0;
  }
}

.main_contents #main_contents_03 #m-section_03 .flex-box ul li p {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .1em;
  text-align: center;
  padding: 10px 0 0;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_03 #m-section_03 .flex-box ul li p {
    font-size: 13px;
    letter-spacing: .05em;
    padding: 5px 0 10px;
  }
}

.main_contents #main_contents_04 {
  background: rgba(6, 168, 144, 0.05);
  padding: 110px 0;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_04 {
    padding: 50px 0 60px;
  }
}

.main_contents #main_contents_04 #m-section_04 {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_04 #m-section_04 {
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 1200px) and (min-width: 741px) {
  .main_contents #main_contents_04 #m-section_04 {
    padding: 0 15px;
  }
}

.main_contents #main_contents_04 #m-section_04 .no04 {
  text-align: center;
}

.main_contents #main_contents_04 #m-section_04 .no04:before {
  content: "04";
  left: 0px;
  right: 0;
  top: -35px;
}

.main_contents #main_contents_04 #m-section_04 .title-under-text {
  margin: 0 auto 60px;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_04 #m-section_04 .title-under-text {
    text-align: left;
    margin: 0 auto 30px;
  }
}

.main_contents #main_contents_04 #m-section_04 .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_04 #m-section_04 .flex-box {
    display: block;
  }
}

.main_contents #main_contents_04 #m-section_04 .flex-box .text-box {
  background: #fff;
  width: 31%;
  padding: 25px;
  text-align: center;
  -webkit-box-shadow: 12px 12px #83D4C8;
          box-shadow: 12px 12px #83D4C8;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_04 #m-section_04 .flex-box .text-box {
    width: 95%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_04 #m-section_04 .flex-box .text-box:last-child {
    margin-bottom: 0;
  }
}

.main_contents #main_contents_04 #m-section_04 .flex-box .text-box .nonber-text {
  font-size: 26px;
  font-weight: bold;
  letter-spacing: .1em;
  color: #F19C39;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}

.main_contents #main_contents_04 #m-section_04 .flex-box .text-box h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 42px;
  letter-spacing: .1em;
  padding: 15px 0;
  color: #06A890;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_04 #m-section_04 .flex-box .text-box h4 {
    font-size: 22px;
    line-height: 33px;
  }
}

.main_contents #main_contents_04 #m-section_04 .flex-box .text-box img {
  width: 100%;
  margin: 0 auto 20px;
}

.main_contents #main_contents_04 #m-section_04 .flex-box .text-box p {
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
  letter-spacing: .05em;
  text-align: left;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_04 #m-section_04 .flex-box .text-box p {
    font-size: 13px;
    line-height: 26px;
  }
}

.main_contents #main_contents_05 {
  padding: 110px 0;
  position: relative;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_05 {
    padding: 50px 0;
  }
}

.main_contents #main_contents_05:after {
  content: "";
  background: url(../img/2x/bg01.png) no-repeat;
  width: 100%;
  background-size: cover;
  background-position: bottom;
  position: absolute;
  bottom: 0;
  height: 50%;
  pointer-events: none;
  z-index: -1;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_05:after {
    height: 62%;
  }
}

.main_contents #main_contents_05 #m-section_05 {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_05 #m-section_05 {
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 1200px) and (min-width: 741px) {
  .main_contents #main_contents_05 #m-section_05 {
    padding: 0 15px;
  }
}

.main_contents #main_contents_05 #m-section_05 .no05 {
  text-align: center;
}

.main_contents #main_contents_05 #m-section_05 .no05:before {
  content: "05";
  left: 0px;
  right: 0;
  top: -35px;
}

.main_contents #main_contents_05 #m-section_05 .title-under-text {
  margin: 0 auto 25px;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_05 #m-section_05 .title-under-text {
    text-align: left;
  }
}

.main_contents #main_contents_05 #m-section_05 .flex-box01 table {
  margin: 0 auto;
}

.main_contents #main_contents_05 #m-section_05 .flex-box01 table th {
  width: 20%;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  border: 2px solid #000;
  letter-spacing: .1em;
  vertical-align: middle;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_05 #m-section_05 .flex-box01 table th {
    display: block;
    width: 100%;
    font-size: 13px;
  }
}

.main_contents #main_contents_05 #m-section_05 .flex-box01 table td {
  font-size: 14px;
  line-height: 30px;
  letter-spacing: .1em;
  border: 2px solid #000;
  border-left: none;
  padding: 5px 15px;
  font-weight: bold;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_05 #m-section_05 .flex-box01 table td {
    display: block;
    width: 100%;
    border-top: none;
    border-left: 2px solid #000;
    font-size: 12px;
  }
}

.main_contents #main_contents_05 #m-section_05 .flex-box02 ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 70px auto 60px;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_05 #m-section_05 .flex-box02 ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 50px auto 25px;
  }
}

.main_contents #main_contents_05 #m-section_05 .flex-box02 ul li {
  width: 23%;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_05 #m-section_05 .flex-box02 ul li {
    width: 48%;
    margin: 0 0 25px;
  }
}

.main_contents #main_contents_05 #m-section_05 .flex-box02 ul li h4 {
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  letter-spacing: .04em;
  padding: 15px 0;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_05 #m-section_05 .flex-box02 ul li h4 {
    font-size: 14px;
    line-height: 25px;
    padding: 10px 0 5px;
  }
}

.main_contents #main_contents_05 #m-section_05 .flex-box02 ul li p {
  font-size: 16px;
  line-height: 30px;
  letter-spacing: .05em;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_05 #m-section_05 .flex-box02 ul li p {
    font-size: 12px;
    line-height: 26px;
  }
}

.main_contents #main_contents_05 #m-section_05 .text-area p {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  letter-spacing: .05em;
  padding: 0 0 35px;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_05 #m-section_05 .text-area p {
    font-size: 14px;
    padding: 0 0 20px;
  }
}

.main_contents #main_contents_05 #m-section_05 .text-area .text-button {
  width: 370px;
  margin: 0 auto 10px;
  border: 2px solid #231F20;
  height: 70px;
  background: #fff;
  -webkit-box-shadow: 10px 10px #06A890;
          box-shadow: 10px 10px #06A890;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_05 #m-section_05 .text-area .text-button {
    width: 95%;
    height: 50px;
  }
}

.main_contents #main_contents_05 #m-section_05 .text-area .text-button a {
  width: 100%;
  height: 100%;
  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: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  position: relative;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_05 #m-section_05 .text-area .text-button a {
    font-size: 13px;
  }
}

.main_contents #main_contents_05 #m-section_05 .text-area .text-button a:after {
  content: "";
  background: url("../img/SVG/button-icon.svg") no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  right: 70px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main_contents #main_contents_06 {
  padding: 110px 0;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_06 {
    padding: 50px 0;
  }
}

.main_contents #main_contents_06 #m-section_06 {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_06 #m-section_06 {
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 1200px) and (min-width: 741px) {
  .main_contents #main_contents_06 #m-section_06 {
    padding: 0 15px;
  }
}

.main_contents #main_contents_06 #m-section_06 .no06 {
  text-align: center;
}

.main_contents #main_contents_06 #m-section_06 .no06:before {
  content: "06";
  left: 0px;
  right: 0;
  top: -35px;
}

.main_contents #main_contents_06 #m-section_06 .title-under-text {
  margin: 0 auto 60px;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_06 #m-section_06 .title-under-text {
    text-align: left;
    margin: 0 auto 30px;
  }
}

.main_contents #main_contents_07 {
  background-image: url(../img/SVG/feew.svg);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 110px 0;
  position: relative;
  z-index: 0;
  background-position: center;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_07 {
    padding: 50px 0;
    background-image: url(../img/SVG/feew_sp.svg);
  }
}

.main_contents #main_contents_07:before {
  content: "";
  background: rgba(6, 168, 144, 0.8);
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
  pointer-events: none;
}

.main_contents #main_contents_07 #m-section_07 {
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_07 #m-section_07 {
    width: calc(100% - 30px);
  }
}

@media only screen and (max-width: 1200px) and (min-width: 741px) {
  .main_contents #main_contents_07 #m-section_07 {
    padding: 0 15px;
  }
}

.main_contents #main_contents_07 #m-section_07 .no07 {
  text-align: center;
}

.main_contents #main_contents_07 #m-section_07 .no07:before {
  content: "07";
  left: 0px;
  right: 0;
  top: -35px;
  color: rgba(255, 255, 255, 0.5);
}

.main_contents #main_contents_07 #m-section_07 .title-01 {
  color: #fff;
}

.main_contents #main_contents_07 #m-section_07 .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 50px 0 60px;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_07 #m-section_07 .flex-box {
    display: block;
  }
}

.main_contents #main_contents_07 #m-section_07 .flex-box .text-box {
  background: #fff;
  width: 48.5%;
  margin: 0 0 30px;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_07 #m-section_07 .flex-box .text-box {
    width: 100%;
  }
}

.main_contents #main_contents_07 #m-section_07 .flex-box .text-box ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_07 #m-section_07 .flex-box .text-box ul {
    display: block;
  }
}

.main_contents #main_contents_07 #m-section_07 .flex-box .text-box ul li:first-child {
  width: 48%;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_07 #m-section_07 .flex-box .text-box ul li:first-child {
    width: 100%;
  }
}

.main_contents #main_contents_07 #m-section_07 .flex-box .text-box ul li:first-child img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 250px;
  height: 100%;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_07 #m-section_07 .flex-box .text-box ul li:first-child img {
    width: 100%;
    height: 150px;
  }
}

.main_contents #main_contents_07 #m-section_07 .flex-box .text-box ul li:last-child {
  padding: 0px 15px;
}

.main_contents #main_contents_07 #m-section_07 .flex-box .text-box ul li:last-child dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 40px 0 0;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_07 #m-section_07 .flex-box .text-box ul li:last-child dl {
    padding: 20px 0 0;
  }
}

.main_contents #main_contents_07 #m-section_07 .flex-box .text-box ul li:last-child dl dt {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: .05em;
  border: 1px solid #000000;
  width: 28%;
  text-align: center;
  margin: 0 0 10px;
}

.main_contents #main_contents_07 #m-section_07 .flex-box .text-box ul li:last-child dl dd {
  font-size: 16px;
  letter-spacing: .05em;
  width: 70%;
}

.main_contents #main_contents_07 #m-section_07 .flex-box .text-box ul li:last-child p.day {
  text-align: right;
  font-size: 13px;
  color: #A7A9AC;
  letter-spacing: .05em;
}

.main_contents #main_contents_07 #m-section_07 .text-button {
  width: 370px;
  margin: 0 auto 10px;
  border: 2px solid #231F20;
  height: 70px;
  background: #fff;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_07 #m-section_07 .text-button {
    width: 95%;
    height: 50px;
  }
}

.main_contents #main_contents_07 #m-section_07 .text-button a {
  width: 100%;
  height: 100%;
  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: 18px;
  font-weight: bold;
  letter-spacing: .05em;
  position: relative;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_07 #m-section_07 .text-button a {
    font-size: 13px;
  }
}

.main_contents #main_contents_07 #m-section_07 .text-button a:after {
  content: "";
  background: url("../img/SVG/button-icon.svg") no-repeat;
  width: 23px;
  height: 23px;
  position: absolute;
  right: 70px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main_contents #main_contents_08 {
  padding: 110px 0;
}

.main_contents #main_contents_08 #m-section_08 {
  max-width: 1200px;
  margin: 0 auto;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_08 #m-section_08 {
    width: calc(100% - 30px);
  }
}

.main_contents #main_contents_08 #m-section_08 .no08 {
  text-align: center;
}

.main_contents #main_contents_08 #m-section_08 .no08:before {
  content: "08";
  left: 0px;
  right: 0;
  top: -35px;
}

.main_contents #main_contents_08 #m-section_08 .text-box {
  margin: 30px 0 0;
  position: relative;
}

.main_contents #main_contents_08 #m-section_08 .text-box:before {
  content: "";
  background: url("../img/SVG/bg.svg") no-repeat;
  width: 100%;
  height: 100%;
  background-size: cover;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
  z-index: -1;
}

.main_contents #main_contents_08 #m-section_08 .inner-box {
  max-width: 840px;
  border: 5px solid rgba(6, 168, 144, 0.05);
  background: #fff;
  margin: 0 auto 40px;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_08 #m-section_08 .inner-box {
    width: 100%;
  }
}

.main_contents #main_contents_08 #m-section_08 .inner-box h4 {
  font-size: 24px;
  letter-spacing: .05em;
  font-weight: bold;
  margin: 0 0 20px;
  position: relative;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_08 #m-section_08 .inner-box h4 {
    font-size: 22px;
  }
}

.main_contents #main_contents_08 #m-section_08 .inner-box h4:before {
  font-size: 26px;
  color: #F19C39;
  border: 2px solid #F19C39;
  position: absolute;
  left: -70px;
  top: 0;
  bottom: 0;
  margin: auto;
  padding: 21px 13px;
  line-height: 0;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_08 #m-section_08 .inner-box h4:before {
    font-size: 22px;
    left: -40px;
    padding: 15px 5px;
  }
}

.main_contents #main_contents_08 #m-section_08 .inner-box h4.nonber01:before {
  content: "1";
}

.main_contents #main_contents_08 #m-section_08 .inner-box h4.nonber02:before {
  content: "2";
}

.main_contents #main_contents_08 #m-section_08 .inner-box h4.nonber03:before {
  content: "3";
}

.main_contents #main_contents_08 #m-section_08 .inner-box h4.nonber04:before {
  content: "4";
}

.main_contents #main_contents_08 #m-section_08 .inner-box h4.nonber05:before {
  content: "5";
}

.main_contents #main_contents_08 #m-section_08 .inner-box p {
  font-weight: bold;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: .05em;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_08 #m-section_08 .inner-box p {
    font-size: 12px;
    line-height: 26px;
    letter-spacing: 0;
  }
}

.main_contents #main_contents_08 #m-section_08 .inner-box .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_08 #m-section_08 .inner-box .flex-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}

.main_contents #main_contents_08 #m-section_08 .inner-box .flex-box .left-box {
  width: 53%;
  margin-left: 12%;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_08 #m-section_08 .inner-box .flex-box .left-box {
    margin: 20px 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: inherit;
    padding-left: 50px;
  }
}

.main_contents #main_contents_08 #m-section_08 .inner-box .flex-box .right-box {
  width: 35%;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_08 #m-section_08 .inner-box .flex-box .right-box {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
}

.main_contents #main_contents_08 #m-section_08 .arrow {
  position: relative;
}

.main_contents #main_contents_08 #m-section_08 .arrow:after {
  content: "";
  background: url("../img/SVG/arrow.svg") no-repeat;
  width: 20px;
  height: 15px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -34px;
  margin: auto;
}

.main_contents #main_contents_08 #m-section_08 .img-set {
  position: relative;
}

.main_contents #main_contents_08 #m-section_08 .img-set:before {
  content: "";
  width: 32%;
  height: 100%;
  background: url("../img/2x/c4@2x-100.jpg") no-repeat;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: cover;
}

@media screen and (max-width: 740px) {
  .main_contents #main_contents_08 #m-section_08 .img-set:before {
    content: inherit;
  }
}

#tel:before {
  border-top: 15px solid #FFF !important;
}

/*******************main_contents end*******************/
/*# sourceMappingURL=design.css.map */