@charset "UTF-8";
.goshic {
  font-family: "Noto Sans JP", sans-serif;
}

.mincho {
  font-family: "Noto Serif JP", serif;
}

.antro {
  font-family: "Antro Vectra", sans-serif;
}

.josefin {
  font-family: "josefin-sans", sans-serif;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: break-word;
}

html {
  overflow-x: hidden;
}

body {
  font-size: 100%;
  color: #2c3548;
  overflow-x: hidden;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 94px;
  background-image: url(../images/bg.jpg);
  background-size: 1452em;
  background-repeat: no-repeat;
  background-position-x: center;
  font-size: 1px;
  font-size: 0.0694444444vw;
}
@media (max-width: 567px) {
  body {
    font-size: 1px;
    font-size: 0.2666666667vw;
  }
}
@media (max-width: 1230px) {
  body {
    margin-top: 50px;
  }
}
@media (max-width: 567px) {
  body {
    background-image: url(../images/bg-sp.jpg);
    background-size: 375em 2341em;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
share start
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
}

.container {
  width: 1440px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.inner {
  padding: 0 110em;
  overflow: hidden;
}
@media (max-width: 567px) {
  .inner {
    padding: 0 20em;
  }
}

.pc {
  display: block;
}
@media (max-width: 567px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media (max-width: 567px) {
  .sp {
    display: block;
  }
}

.sec {
  font-size: 1px;
  font-size: 0.0694444444vw;
}
@media screen and (min-width: 1441px) {
  .sec {
    font-size: 1px;
  }
}
@media (max-width: 567px) {
  .sec {
    font-size: 1px;
    font-size: 0.2666666667vw;
  }
}

.title-area {
  text-align: center;
}
.title-area h2 {
  font-size: 68em;
  font-weight: 300;
  font-family: "josefin-sans", sans-serif;
  color: #fff;
  position: relative;
}
@media (max-width: 567px) {
  .title-area h2 {
    font-size: 36em;
  }
}
.title-area h2::before {
  content: "";
  position: absolute;
  bottom: -0.365em;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0.87em;
  height: 2px;
  background-color: #fff;
}
@media (max-width: 567px) {
  .title-area h2::before {
    bottom: -0.5em;
  }
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––
share end
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 94px;
  z-index: 9997;
  background-color: #fff;
}
@media (max-width: 1230px) {
  .header {
    height: 50px;
  }
}
.header .inner {
  padding: 0 110px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1230px) {
  .header .inner {
    padding: 0 0 0 20px;
  }
}
@media (max-width: 1230px) {
  .header__left {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }
}
.header__left > .sp {
  padding-right: 34.4px;
}
@media (max-width: 1230px) {
  .header__left > .sp {
    display: block;
  }
}
.header__left > .sp .sp-line.active {
  display: none;
}
.header__left > .sp .sp-line img {
  display: block;
  width: 26.18px;
}
.header__left > .box {
  width: 33px;
  height: 50px;
  display: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (max-width: 1230px) {
  .header__left > .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__left > .box.active div {
  background-color: transparent;
}
.header__left > .box.active div:before {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.header__left > .box.active div:after {
  width: 15px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.header__left > .box div {
  height: 1.5px;
  width: 15px;
  background-color: #2c3548;
  position: absolute;
}
.header__left > .box div::before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  width: 15px;
  height: 1.5px;
  background-color: #2c3548;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__left > .box div::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 8px;
  height: 1.5px;
  background-color: #2c3548;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__left a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1230px) {
  .header__left a {
    margin-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header__left .logo {
  margin-bottom: 5px;
}
@media (max-width: 1230px) {
  .header__left .logo {
    margin-bottom: 0;
    margin-right: 5px;
  }
}
.header__left .logo img {
  width: 109px;
  height: 53px;
  display: block;
}
@media (max-width: 1230px) {
  .header__left .logo img {
    width: 64px;
    height: auto;
  }
}
.header__left span {
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
  color: #7c91bc;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 1230px) {
  .header__left span {
    font-size: 7px;
    line-height: 1.7;
  }
}
.header__left span .sp {
  display: none;
}
@media (max-width: 1230px) {
  .header__left span .sp {
    display: block;
  }
}
.header__right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1230px) {
  .header__right {
    position: fixed;
    top: 50px;
    right: -100vw;
    width: 100vw;
    height: 100%;
    background: rgb(140, 213, 231);
    background: -webkit-linear-gradient(300deg, rgb(140, 213, 231) 0%, rgb(127, 139, 198) 100%);
    background: linear-gradient(150deg, rgb(140, 213, 231) 0%, rgb(127, 139, 198) 100%);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow-y: auto;
  }
}
@media (max-width: 1230px) {
  .header__right.active {
    right: 0;
  }
}
.header__right .sp {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 111px;
  padding: 0 64px;
  position: relative;
}
@media (max-width: 1230px) {
  .header__right .sp {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.header__right .sp__bg {
  position: absolute;
  left: 14px;
  bottom: 50px;
  width: 74px;
}
.header__right .sp__top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #fffdfd;
}
.header__right .sp__top li {
  margin-bottom: 46px;
}
.header__right .sp__top li a {
  color: #fff;
  font-size: 14px;
}
.header__right .sp__bottom {
  margin-top: 55px;
}
.header__right .sp__bottom__top {
  margin-bottom: 50px;
}
.header__right .sp__bottom__top a {
  border: 1.5px solid #fff;
  width: 191px;
  height: 46px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.header__right .sp__bottom__top a span {
  display: block;
  margin-right: 15.5px;
  font-size: 12px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.09em;
  font-family: "Noto Serif JP", serif;
}
.header__right .sp__bottom__top a img {
  display: block;
  width: 21.29px;
  margin-right: 20px;
}
.header__right .sp__bottom__bottom .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__right .sp__bottom__bottom .items .item {
  margin-right: 40px;
}
.header__right .sp__bottom__bottom .items .item:last-of-type {
  margin-right: 0;
}
.header__right .sp__bottom__bottom .items .item a img {
  width: 16.22px;
}
.header__right .pc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1230px) {
  .header__right .pc {
    display: none;
  }
}
.header__right .pc li {
  margin-right: 75px;
}
.header__right .pc li:last-of-type {
  margin-right: 0;
}
.header__right .pc li a {
  height: 100%;
  color: #7c91bc;
  font-size: 18px;
  white-space: nowrap;
  font-family: "Noto Serif JP", serif;
}
.header__right .pc li .line {
  width: 248px;
  height: 59px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #fff;
  border: 2px solid #62be23;
}
@media (hover: hover) {
  .header__right .pc li .line:hover {
    background: rgb(138, 213, 86);
    background: -webkit-linear-gradient(325deg, rgb(138, 213, 86) 0%, rgb(89, 185, 24) 100%);
    background: linear-gradient(125deg, rgb(138, 213, 86) 0%, rgb(89, 185, 24) 100%);
    border: none;
  }
  .header__right .pc li .line:hover .white {
    display: block;
  }
  .header__right .pc li .line:hover .color {
    display: none;
  }
  .header__right .pc li .line:hover span {
    color: #fff;
    display: block;
  }
}
.header__right .pc li .line .white {
  display: none;
}
.header__right .pc li .line .color {
  display: block;
}
.header__right .pc li .line span {
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-size: 16px;
  color: #5bbb1c;
  margin-right: 20.8px;
  letter-spacing: 0.09em;
}
.header__right .pc li .line img {
  display: block;
  width: 27.61px;
}
.header__right .pc .instagram,
.header__right .pc .tiktok {
  margin-right: 55px;
}
.header__right .pc .instagram img,
.header__right .pc .tiktok img {
  display: block;
  max-width: none;
  height: 21px;
}

.footer {
  background-color: #8498bf;
  color: #fff;
}
.footer .copy-right {
  margin-top: 100px;
  font-size: 12px;
  font-weight: 300;
  text-align: center;
  font-family: "josefin-sans", sans-serif;
}
@media (max-width: 890px) {
  .footer .copy-right {
    margin-top: 57.8px;
    font-size: 10px;
  }
}
.footer .container {
  padding-top: 65px;
  padding-bottom: 20px;
  background-image: url(../images/footer-bg.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 87px 96px;
}
@media (max-width: 890px) {
  .footer .container {
    padding-top: 47.3px;
    padding-bottom: 10px;
    background-size: 52.21px 71.63px;
    background-position: left 8.4px bottom;
  }
}
.footer .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 110px;
}
@media (max-width: 890px) {
  .footer .inner {
    padding: 0 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 890px) {
  .footer__top {
    margin-bottom: 30px;
  }
}
@media (max-width: 567px) {
  .footer__top {
    width: 100%;
  }
}
.footer__top .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 890px) {
  .footer__top .item {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer__top .item__left {
  margin-right: 428px;
}
@media (max-width: 1230px) {
  .footer__top .item__left {
    margin-right: 200px;
  }
}
@media (max-width: 990px) {
  .footer__top .item__left {
    margin-right: 100px;
  }
}
@media (max-width: 890px) {
  .footer__top .item__left {
    margin-right: 32.5px;
  }
}
.footer__top .item__left .logo {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.footer__top .item__left .logo img {
  display: block;
  width: 182px;
  margin-bottom: 8px;
}
@media (max-width: 890px) {
  .footer__top .item__left .logo img {
    width: 155px;
  }
}
.footer__top .item__left .logo span {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 890px) {
  .footer__top .item__left .logo span {
    font-size: 10px;
  }
}
.footer__top .item__right ul li {
  margin-bottom: 16px;
}
@media (max-width: 890px) {
  .footer__top .item__right ul li {
    margin-bottom: 26px;
  }
}
.footer__top .item__right ul li a {
  font-size: 16px;
  font-family: "Noto Serif JP", serif;
  color: #fff;
}
@media (max-width: 890px) {
  .footer__top .item__right ul li a {
    font-size: 14px;
  }
}
@media (max-width: 890px) {
  .footer__bottom {
    width: 100%;
  }
}
.footer__bottom .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 890px) {
  .footer__bottom .item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.footer__bottom .item__left {
  margin-bottom: 37.5px;
}
@media (max-width: 890px) {
  .footer__bottom .item__left {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
    margin-bottom: 0;
  }
}
.footer__bottom .item__left a {
  border: 1.5px solid #fff;
  width: 276px;
  height: 66px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 890px) {
  .footer__bottom .item__left a {
    width: 191px;
    height: 46px;
  }
}
@media (hover: hover) {
  .footer__bottom .item__left a:hover {
    background: rgb(123, 219, 58);
    background: -webkit-linear-gradient(305deg, rgb(123, 219, 58) 0%, rgb(98, 190, 35) 100%);
    background: linear-gradient(145deg, rgb(123, 219, 58) 0%, rgb(98, 190, 35) 100%);
    border: none;
  }
  .footer__bottom .item__left a:hover .color {
    display: none;
  }
  .footer__bottom .item__left a:hover .white {
    display: block;
  }
}
.footer__bottom .item__left a span {
  display: block;
  margin-right: 15.5px;
  font-size: 17px;
  font-weight: 900;
  color: #fff;
  letter-spacing: 0.09em;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 890px) {
  .footer__bottom .item__left a span {
    font-size: 12px;
  }
}
.footer__bottom .item__left a img {
  width: 30.68px;
  margin-right: 30px;
}
@media (max-width: 890px) {
  .footer__bottom .item__left a img {
    width: 21.29px;
    margin-right: 20px;
  }
}
.footer__bottom .item__left a .color {
  display: block;
}
.footer__bottom .item__left a .white {
  display: none;
}
@media (max-width: 890px) {
  .footer__bottom .item__right {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    margin-right: 52.4px;
  }
}
.footer__bottom .item__right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__bottom .item__right ul li {
  margin-right: 40px;
}
@media (max-width: 890px) {
  .footer__bottom .item__right ul li {
    margin-right: 30px;
  }
}
.footer__bottom .item__right ul li:last-of-type {
  margin-right: 0;
}
.footer__bottom .item__right ul li a img {
  display: block;
  width: 21.07px;
}
@media (max-width: 890px) {
  .footer__bottom .item__right ul li a img {
    width: 16.73px;
  }
}

#page-top {
  width: 50px;
  height: 50px;
  position: fixed;
  right: 102px;
  bottom: 67.9px;
}
@media (max-width: 890px) {
  #page-top {
    right: 50px;
    bottom: 18px;
  }
}
@media (max-width: 567px) {
  #page-top {
    right: 20px;
  }
}

.sec01 {
  height: 673em;
  background-image: url(../images/sec01-bg.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
@media (max-width: 567px) {
  .sec01 {
    height: auto;
    background-image: url(../images/sec01-bg-sp.jpg);
    background-size: 330em 468em;
    background-position: top right;
  }
}
.sec01 .container {
  height: 100%;
}
.sec01 .inner {
  height: 100%;
  padding: 0 110em;
  position: relative;
}
@media (max-width: 567px) {
  .sec01 .inner {
    padding: 0 20em;
  }
}
.sec01 .inner .side {
  position: absolute;
  left: 40em;
  bottom: 0;
  z-index: 1;
}
@media (max-width: 567px) {
  .sec01 .inner .side {
    left: 18.6em;
    bottom: 0;
  }
}
.sec01 .inner .side .scrolldown img {
  display: block;
  width: 9.44em;
}
@media (max-width: 567px) {
  .sec01 .inner .side .scrolldown img {
    width: 5.81em;
  }
}
.sec01 .content {
  margin-top: 80.8em;
}
@media (max-width: 567px) {
  .sec01 .content {
    margin-top: 100em;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec01 .content__top {
  margin-bottom: 64.4em;
  margin-left: 22em;
}
@media (max-width: 567px) {
  .sec01 .content__top {
    margin-bottom: 63em;
    margin-left: 0;
  }
}
.sec01 .content__top img {
  width: 287.58em;
}
@media (max-width: 567px) {
  .sec01 .content__top img {
    width: 184.88em;
  }
}
@media (max-width: 567px) {
  .sec01 .content__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (max-width: 567px) {
  .sec01 .content__bottom .bg {
    position: relative;
    right: -20em;
    bottom: 8em;
  }
}
.sec01 .content__bottom .bg .bg-wrap {
  display: inline-block;
  width: 392.88em;
}
@media (max-width: 567px) {
  .sec01 .content__bottom .bg .bg-wrap {
    width: 272.28em;
  }
}
.sec01 .content__bottom .bg .bg-wrap .inn {
  width: 100%;
  color: #fff;
  display: inline-block;
  font-size: 37em;
  letter-spacing: 0.03px;
  font-weight: 600;
  padding: 0.19em 0.54em;
  background: rgb(140, 213, 231);
  background: -webkit-linear-gradient(326deg, rgb(140, 213, 231) 0%, rgb(127, 139, 198) 100%);
  background: linear-gradient(124deg, rgb(140, 213, 231) 0%, rgb(127, 139, 198) 100%);
}
@media (max-width: 567px) {
  .sec01 .content__bottom .bg .bg-wrap .inn {
    font-size: 24em;
    font-weight: 600;
  }
}
.sec01 .content__bottom .bg .bg-wrap .inn__small {
  margin-top: 0.785em;
  font-size: 21em;
  font-weight: 400;
  padding: 0.4em 1em;
}
@media (max-width: 567px) {
  .sec01 .content__bottom .bg .bg-wrap .inn__small {
    font-size: 15em;
  }
}

.sec02 {
  height: 886em;
}
@media (max-width: 567px) {
  .sec02 {
    height: 718em;
    margin-top: 40em;
  }
}
.sec02 .container {
  height: 100%;
  background-image: url(../images/sec02-bg.jpg);
  background-position: right bottom;
  background-size: 1249em 707em;
  background-repeat: no-repeat;
  overflow: visible;
  position: relative;
}
@media (max-width: 567px) {
  .sec02 .container {
    background-image: url(../images/sec02-bg-sp.jpg);
    background-size: 355em 561em;
    overflow: hidden;
  }
}
.sec02 .container::before {
  position: absolute;
  content: "";
  right: 0;
  bottom: 0;
  width: 50vw;
  height: 707em;
  background-color: #757e8f;
  margin-right: calc(50% - 50vw);
  z-index: -1;
}
@media (max-width: 567px) {
  .sec02 .container::before {
    display: none;
  }
}
.sec02 .inner {
  padding: 0;
  height: 100%;
  overflow: visible;
}
@media (max-width: 567px) {
  .sec02 .inner {
    overflow: hidden;
  }
}
.sec02 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  position: relative;
}
@media (max-width: 567px) {
  .sec02 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec02 .item__left {
  margin-right: 132em;
  margin-left: 90em;
  margin-top: 90em;
  position: relative;
}
@media (max-width: 567px) {
  .sec02 .item__left {
    margin-right: 0;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 61em;
  }
}
.sec02 .item__left::before {
  position: absolute;
  content: "";
  top: -90em;
  right: 90em;
  width: 50vw;
  height: 496em;
  background: rgb(140, 213, 231);
  background: -webkit-linear-gradient(305deg, rgb(140, 213, 231) 0%, rgb(127, 139, 198) 100%);
  background: linear-gradient(145deg, rgb(140, 213, 231) 0%, rgb(127, 139, 198) 100%);
  z-index: -1;
  margin-left: calc(50% - 50vw);
}
@media (max-width: 567px) {
  .sec02 .item__left::before {
    display: none;
  }
}
.sec02 .item__left img {
  width: 522em;
}
@media (max-width: 567px) {
  .sec02 .item__left img {
    width: 254em;
  }
}
.sec02 .item__right {
  margin-top: 400em;
}
@media (max-width: 567px) {
  .sec02 .item__right {
    margin-top: 0;
    padding: 0 20em 0 36em;
  }
}
.sec02 .item__right .title {
  font-size: 68em;
  font-weight: 300;
  color: #fff;
  font-family: "josefin-sans", sans-serif;
  position: relative;
}
@media (max-width: 567px) {
  .sec02 .item__right .title {
    font-size: 36em;
  }
}
.sec02 .item__right .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -0.14em;
  width: 1em;
  height: 2px;
  background-color: #fff;
}
@media (max-width: 567px) {
  .sec02 .item__right .title::before {
    bottom: -0.3em;
  }
}
.sec02 .item__right .txt {
  margin-top: 79em;
}
@media (max-width: 567px) {
  .sec02 .item__right .txt {
    margin-top: 51em;
  }
}
.sec02 .item__right .txt p {
  font-size: 20em;
  color: #fff;
  line-height: 2.2;
  letter-spacing: 0.04px;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 567px) {
  .sec02 .item__right .txt p {
    font-size: 15em;
    line-height: 2.4;
  }
}

.sec03 {
  padding-top: 247.1em;
  padding-bottom: 182em;
}
@media (max-width: 567px) {
  .sec03 {
    padding-top: 104em;
    padding-bottom: 100em;
  }
}
.sec03 .title-area {
  margin-bottom: 25em;
}
@media (max-width: 567px) {
  .sec03 .title-area {
    margin-bottom: 20em;
  }
}
.sec03 .title-area h2 {
  line-height: 1;
}
.sec03 .title-area h2 img {
  width: 5.26em;
}
@media (max-width: 567px) {
  .sec03 .title-area h2 img {
    width: 5.13em;
  }
}
.sec03 .title-area h2::before {
  display: none;
}
.sec03 .sub-title {
  text-align: center;
  margin-bottom: 155.5em;
}
@media (max-width: 567px) {
  .sec03 .sub-title {
    margin-bottom: 87em;
  }
}
.sec03 .sub-title span {
  font-size: 24em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 567px) {
  .sec03 .sub-title span {
    font-size: 14em;
  }
}
.sec03 .items {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.sec03 .items .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 168.5em;
}
@media (max-width: 567px) {
  .sec03 .items .item {
    margin-bottom: 92em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec03 .items .item:last-of-type {
  margin-bottom: 0;
}
.sec03 .items .item:nth-of-type(2n) .item__left {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
  margin-right: auto;
  margin-left: 20em;
  left: auto;
  right: -20em;
}
@media (max-width: 567px) {
  .sec03 .items .item:nth-of-type(2n) .item__left {
    margin-left: auto;
    margin-right: auto;
    right: auto;
    left: -20em;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
  }
}
.sec03 .items .item:nth-of-type(2n) .item__right {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
      -ms-flex-order: 1;
          order: 1;
}
@media (max-width: 567px) {
  .sec03 .items .item:nth-of-type(2n) .item__right {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .sec03 .items .item:nth-of-type(2n) .item__right .bg .bg-wrap {
    margin-right: auto;
    margin-left: auto;
    display: inline-block;
    right: auto;
    left: -20em;
  }
}
.sec03 .items .item .item__left {
  width: 660em;
  margin-right: 20em;
  position: relative;
  left: -50em;
}
@media (max-width: 567px) {
  .sec03 .items .item .item__left {
    margin-right: auto;
    width: 354.5em;
    left: auto;
    right: auto;
  }
}
.sec03 .items .item .item__right {
  width: calc(100% - 660em - 20em);
}
@media (max-width: 567px) {
  .sec03 .items .item .item__right {
    width: 100%;
    position: relative;
    top: -36em;
  }
}
.sec03 .items .item .item__right .bg {
  margin-bottom: 33em;
}
@media (max-width: 567px) {
  .sec03 .items .item .item__right .bg {
    margin-bottom: 35em;
  }
}
.sec03 .items .item .item__right .bg .bg-wrap {
  display: inline-block;
  margin-bottom: 19.5em;
}
.sec03 .items .item .item__right .bg .bg-wrap:last-of-type {
  margin-bottom: 0;
}
@media (max-width: 567px) {
  .sec03 .items .item .item__right .bg .bg-wrap {
    margin-bottom: 7.1em;
    width: 201.88em;
    display: block;
    margin-left: auto;
    position: relative;
    right: -20em;
  }
}
.sec03 .items .item .item__right .bg .bg-wrap .inn {
  font-size: 40em;
  width: 100%;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  padding: 0.19em 0.54em;
  background: rgb(140, 213, 231);
  background: -webkit-linear-gradient(326deg, rgb(140, 213, 231) 0%, rgb(127, 139, 198) 100%);
  background: linear-gradient(124deg, rgb(140, 213, 231) 0%, rgb(127, 139, 198) 100%);
  white-space: nowrap;
}
@media (max-width: 567px) {
  .sec03 .items .item .item__right .bg .bg-wrap .inn {
    font-size: 20em;
    font-weight: 400;
  }
}
@media (max-width: 567px) {
  .sec03 .items .item .item__right .txt {
    text-align: center;
  }
}
.sec03 .items .item .item__right .txt p {
  font-size: 21em;
  font-weight: 500;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 567px) {
  .sec03 .items .item .item__right .txt p {
    font-size: 14em;
    line-height: 2.14;
  }
}

.sec04 {
  padding-top: 140em;
  background-image: url(../images/sec04-bg.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  height: 1840em;
}
@media (max-width: 567px) {
  .sec04 {
    padding-top: 70em;
    padding-bottom: 130em;
    background-image: url(../images/sec04-bg-sp.jpg);
    height: 1524em;
  }
}
.sec04 .inner {
  padding: 0;
}
.sec04 .title-area {
  margin-bottom: 121em;
}
@media (max-width: 567px) {
  .sec04 .title-area {
    margin-bottom: 66em;
  }
}
.sec04 .items .item {
  width: 1350em;
  margin-bottom: 165em;
  position: relative;
}
@media (max-width: 567px) {
  .sec04 .items .item {
    width: 402em;
    margin-bottom: 50em;
  }
}
.sec04 .items .item:last-of-type {
  margin-bottom: 0;
}
.sec04 .items .item:nth-of-type(2) {
  margin-left: auto;
}
.sec04 .items .item:nth-of-type(2) .content {
  right: auto;
  left: 50em;
  bottom: 145em;
}
@media (max-width: 567px) {
  .sec04 .items .item:nth-of-type(2) .content {
    left: 107em;
    bottom: 85em;
  }
}
.sec04 .items .item:nth-of-type(2) .content__title {
  margin-bottom: 40em;
}
@media (max-width: 567px) {
  .sec04 .items .item:nth-of-type(2) .content__title {
    margin-bottom: 36.4em;
  }
}
.sec04 .items .item:nth-of-type(2) .content__txt {
  padding-left: 50em;
}
@media (max-width: 567px) {
  .sec04 .items .item:nth-of-type(2) .content__txt {
    padding-left: 0;
  }
  .sec04 .items .item:nth-of-type(2) .content__txt i {
    margin-left: 8em;
  }
}
.sec04 .items .item .content {
  position: absolute;
  right: 123em;
  bottom: 60em;
}
@media (max-width: 567px) {
  .sec04 .items .item .content {
    right: 60em;
  }
}
.sec04 .items .item .content__title {
  margin-bottom: 72em;
}
@media (max-width: 567px) {
  .sec04 .items .item .content__title {
    margin-bottom: 46.4em;
  }
}
.sec04 .items .item .content__title .dental {
  width: 137.38em;
}
@media (max-width: 567px) {
  .sec04 .items .item .content__title .dental {
    width: 84.54em;
  }
}
.sec04 .items .item .content__title .skin {
  width: 83.98em;
}
@media (max-width: 567px) {
  .sec04 .items .item .content__title .skin {
    width: 51.68em;
  }
}
.sec04 .items .item .content__title h3 {
  font-size: 52em;
  font-weight: 300;
  font-family: "josefin-sans", sans-serif;
  color: #5d73a0;
  position: relative;
}
@media (max-width: 567px) {
  .sec04 .items .item .content__title h3 {
    font-size: 32em;
  }
}
.sec04 .items .item .content__title h3::before {
  content: "";
  position: absolute;
  left: 0.1em;
  bottom: -0.14em;
  width: 1.2em;
  height: 2px;
  background-color: #5d73a0;
}
@media (max-width: 567px) {
  .sec04 .items .item .content__title h3::before {
    bottom: -0.3em;
  }
}
.sec04 .items .item .content__txt p {
  font-size: 24em;
  font-weight: 500;
  line-height: 2;
  font-family: "Noto Serif JP", serif;
  white-space: nowrap;
}
@media (max-width: 567px) {
  .sec04 .items .item .content__txt p {
    font-size: 14em;
    line-height: 2.28;
  }
}
.sec04 .items .item .content__txt p span {
  font-size: 0.7em;
  display: inline-block;
  margin: 0 0.8em;
}

.sec05 .container {
  overflow: visible;
  padding-top: 146em;
  padding-bottom: 182em;
  background-image: url(../images/sec05-bg.jpg);
  background-position: top left;
  background-size: 1330em 939em;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 567px) {
  .sec05 .container {
    overflow: hidden;
    height: 703em;
    padding-top: 56.9em;
    padding-bottom: 0;
    background-image: url(../images/sec05-bg-sp.jpg);
    background-position: top center;
    background-size: 375em 703em;
  }
}
.sec05 .container::before {
  position: absolute;
  content: "";
  width: 50vw;
  height: 939em;
  background-color: #94a6ca;
  top: 0;
  left: 0;
  margin-left: calc(50% - 50vw);
  z-index: -1;
}
.sec05 .inner {
  overflow: visible;
}
@media (max-width: 567px) {
  .sec05 .inner {
    overflow: hidden;
  }
}
.sec05 .title-area {
  margin-bottom: 131em;
}
@media (max-width: 567px) {
  .sec05 .title-area {
    margin-bottom: 54em;
  }
}
.sec05 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 567px) {
  .sec05 .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec05 .item__left {
  width: 573em;
  margin-right: 57em;
}
@media (max-width: 567px) {
  .sec05 .item__left {
    width: 315em;
    margin-right: 0;
    margin-bottom: 32em;
  }
}
.sec05 .item__left img {
  display: block;
  width: 100%;
}
.sec05 .item__right {
  width: calc(100% - 573em - 57em);
  padding-top: 127em;
  margin-right: 65em;
}
@media (max-width: 567px) {
  .sec05 .item__right {
    padding-top: 0;
    margin-right: 0;
    width: 100%;
  }
}
.sec05 .item__right .txt {
  margin-bottom: 93em;
}
@media (max-width: 567px) {
  .sec05 .item__right .txt {
    margin-bottom: 29em;
  }
}
.sec05 .item__right .txt p {
  font-size: 22em;
  letter-spacing: 0.04px;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  line-height: 2.54;
  white-space: nowrap;
}
@media (max-width: 567px) {
  .sec05 .item__right .txt p {
    font-size: 14em;
    line-height: 2;
  }
}
.sec05 .item__right .profile {
  margin-bottom: 40em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.sec05 .item__right .profile .business {
  font-size: 15em;
  color: #fff;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 567px) {
  .sec05 .item__right .profile .business {
    text-align: center;
    font-size: 13em;
  }
}
.sec05 .item__right .profile .name {
  font-size: 22em;
  color: #fff;
  font-family: "Noto Serif JP", serif;
  margin-left: 1em;
}
@media (max-width: 567px) {
  .sec05 .item__right .profile .name {
    font-size: 18em;
  }
}
.sec05 .item__right .sign {
  text-align: right;
}
.sec05 .item__right .sign span {
  font-size: 53em;
  font-family: "Antro Vectra", sans-serif;
  color: #fff;
}
@media (max-width: 567px) {
  .sec05 .item__right .sign span {
    font-size: 35em;
  }
}

.sec06 .container {
  background-image: url(../images/sec06-bg.jpg);
  background-size: 1430em 895em;
  background-position: top left;
  background-repeat: no-repeat;
  padding-top: 176em;
  padding-bottom: 90em;
}
@media (max-width: 567px) {
  .sec06 .container {
    min-height: 869em;
    padding-top: 70em;
    padding-bottom: 68em;
    background-image: url(../images/sec06-bg-sp.jpg);
    background-size: 375em 869em;
  }
}
.sec06 .title-area {
  margin-bottom: 97em;
}
@media (max-width: 567px) {
  .sec06 .title-area {
    margin-bottom: 57em;
  }
}
.sec06 .title-area h2 {
  font-size: 1px;
  font-size: 0.0694444444vw;
}
@media screen and (min-width: 1441px) {
  .sec06 .title-area h2 {
    font-size: 1px;
  }
}
@media (max-width: 567px) {
  .sec06 .title-area h2 {
    font-size: 1px;
    font-size: 0.2666666667vw;
  }
}
.sec06 .title-area h2 img {
  display: block;
  margin: 0 auto;
  width: 182.65em;
  position: relative;
  z-index: 1;
}
@media (max-width: 567px) {
  .sec06 .title-area h2 img {
    width: 96.7em;
  }
}
.sec06 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 186em;
}
@media (max-width: 567px) {
  .sec06 .item {
    margin-bottom: 83em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.sec06 .item__left {
  width: 580em;
  margin-right: 70em;
}
@media (max-width: 567px) {
  .sec06 .item__left {
    width: 100%;
    margin-right: 0;
    margin-bottom: 39em;
  }
}
.sec06 .item__left .iframe-wrap {
  position: relative;
  width: 100%;
  padding-top: 55.3%; /* = height ÷ width × 100 */
}
.sec06 .item__left .iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.sec06 .item__right {
  width: calc(100% - 580em - 70em);
}
@media (max-width: 567px) {
  .sec06 .item__right {
    width: 100%;
  }
}
.sec06 .item__right p {
  font-size: 20em;
  line-height: 2;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
}
@media (max-width: 567px) {
  .sec06 .item__right p {
    font-size: 14em;
  }
}
.sec06 .item__right p span {
  color: #fff;
  background-color: #7c91bc;
  padding: 0.1em 0.2em;
}
.sec06 .contact {
  width: 1160em;
  margin: 0 auto;
}
@media (max-width: 567px) {
  .sec06 .contact {
    width: 100%;
  }
}
.sec06 .contact a {
  width: 100%;
  height: 176em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #5d73a0;
  padding: 55em 60em;
  background-color: #fff;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 567px) {
  .sec06 .contact a {
    height: 190em;
    padding: 40em 30em;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (hover: hover) {
  .sec06 .contact a:hover {
    border: none;
    background: rgb(132, 158, 214);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(132, 158, 214)), to(rgb(94, 115, 161)));
    background: -webkit-linear-gradient(top, rgb(132, 158, 214) 0%, rgb(94, 115, 161) 100%);
    background: linear-gradient(180deg, rgb(132, 158, 214) 0%, rgb(94, 115, 161) 100%);
  }
  .sec06 .contact a:hover .contact__left .title h3 .color {
    display: none;
  }
  .sec06 .contact a:hover .contact__left .title h3 .white {
    display: block;
  }
  .sec06 .contact a:hover .contact__left .txt span {
    color: #fff;
  }
  .sec06 .contact a:hover .contact__right .white {
    display: block;
  }
  .sec06 .contact a:hover .contact__right .color {
    display: none;
  }
}
.sec06 .contact__left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 567px) {
  .sec06 .contact__left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.sec06 .contact__left .title {
  margin-right: 40em;
}
@media (max-width: 567px) {
  .sec06 .contact__left .title {
    margin-right: 0;
  }
}
.sec06 .contact__left .title h3 img {
  display: block;
  width: 196.66em;
}
@media (max-width: 567px) {
  .sec06 .contact__left .title h3 img {
    width: 169.94em;
  }
}
.sec06 .contact__left .title h3 .color {
  display: block;
}
.sec06 .contact__left .title h3 .white {
  display: none;
}
@media (max-width: 567px) {
  .sec06 .contact__left .txt {
    margin-top: 42em;
  }
}
.sec06 .contact__left .txt span {
  font-size: 18em;
  font-weight: 500;
  font-family: "Noto Serif JP", serif;
  color: #5d73a0;
  white-space: nowrap;
}
@media (max-width: 567px) {
  .sec06 .contact__left .txt span {
    font-size: 12em;
  }
}
.sec06 .contact__right img {
  width: 220em;
}
@media (max-width: 567px) {
  .sec06 .contact__right img {
    width: 60.83em;
  }
}
.sec06 .contact__right .color {
  display: block;
}
.sec06 .contact__right .white {
  display: none;
}/*# sourceMappingURL=style.css.map */