@charset "UTF-8";
/******************************************************

fonts

******************************************************/
/*! ALL ***************************************************/
html {
  font-size: 62.5%;
  /* 62.5% 10px 1em */ }

body {
  color: #000000;
  font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2;
  background: url(../img/bg01.jpg) repeat center center;
  background-size: 250px 250px;
  -webkit-text-size-adjust: none; }

h1, h2, h3, h4, em {
  font-family: "Maru Antique Medium", "Jun 34"; }

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

p {
  font-feature-settings: "palt";
  text-align: justify; }

a {
  color: #000000;
  text-decoration: none;
  border: 0;
  transition: all 0.5s ease;
  backface-visibility: hidden; }
  a img {
    transition: all 0.5s ease;
    backface-visibility: hidden; }

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 999; }
  header.on .language a,
  header.on li:before,
  header.on #slidemenuBtn {
    color: #000000 !important; }
  header.on:before {
    opacity: 1;
    transform: translate(0, 0); }
  header:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(../img/bg01.jpg) repeat center center;
    background-size: 250px 250px;
    z-index: 0;
    transition: all 0.3s ease;
    backface-visibility: hidden;
    opacity: 0;
    transform: translate(0, -100%); }
  header .logo {
    padding-left: 20px;
    position: relative;
    z-index: 10; }
    header .logo a {
      display: block;
      line-height: 1; }
      header .logo a .icon-zenrin {
        font-size: 4.6rem;
        transition: all 0.2s ease;
        backface-visibility: hidden; }
    header .logo a:hover .icon-zenrin {
      opacity: 0.8; }
  header .language {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    font-size: 1.3rem;
    font-weight: bold;
    margin-right: 10px;
    position: relative;
    z-index: 10; }
    header .language li + li:before {
      content: "/";
      margin: 0 5px; }
    header .language li a:hover {
      color: #00a9f1 !important; }
  header #slidemenuBtn {
    width: 80px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 10;
    transition-duration: inherit; }
    header #slidemenuBtn span {
      position: relative; }
      header #slidemenuBtn span .icon-menu {
        display: block;
        text-align: center;
        line-height: 1;
        font-size: 2.6rem;
        padding: 4px 0 8px;
        transition: all 0.5s ease;
        backface-visibility: hidden;
        opacity: 1; }
      header #slidemenuBtn span .icon-close {
        position: absolute;
        left: 0;
        top: 4px;
        width: 100%;
        text-align: center;
        font-size: 2.6rem;
        line-height: 1;
        transition: all 0.5s ease;
        backface-visibility: hidden;
        transform: scale(0);
        opacity: 0; }
      header #slidemenuBtn span small {
        display: block;
        font-size: 1rem;
        font-family: "Maru Antique Medium", "Jun 34";
        line-height: 1;
        transition: all 0.5s ease;
        backface-visibility: hidden; }
    header #slidemenuBtn:hover span .icon-menu,
    header #slidemenuBtn:hover span .icon-close {
      color: #00a9f1; }
    header #slidemenuBtn:hover span small {
      color: #00a9f1; }
    header #slidemenuBtn.on span .icon-menu {
      transform: scale(0);
      opacity: 0; }
    header #slidemenuBtn.on span .icon-close {
      transform: scale(1);
      opacity: 1; }

#wrap {
  position: relative;
  width: 100%; }

.swiper-container1 {
  position: relative;
  /*
	&:before{
		content: "";
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
		z-index: 10;
		background: url(../img/bg02.jpg) repeat center center;
		background-size:250px 250px ;
		mix-blend-mode: multiply;
	}
*/ }
  .swiper-container1:after {
    content: "";
    position: absolute;
    left: 0;
    top: calc(100% - 63px);
    width: 100%;
    height: 63px;
    background: url(../img/bg_curve.png) no-repeat center top;
    background-size: auto 100%;
    z-index: 10; }
  .swiper-container1 .swiper-slide {
    width: 100%;
    height: 730px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .swiper-container1 .swiper-slide#slide01 {
      background-image: url(../../img/slide01.jpg); }
      .swiper-container1 .swiper-slide#slide01:before {
        background: transparent; }
    .swiper-container1 .swiper-slide#slide02 {
      background-image: url(../../img/slide02.jpg); }
      .swiper-container1 .swiper-slide#slide02:before {
        background: rgba(0, 0, 0, 0.1); }
    .swiper-container1 .swiper-slide#slide03 {
      background-image: url(../../img/slide03.jpg); }
      .swiper-container1 .swiper-slide#slide03:before {
        background: rgba(0, 0, 0, 0.2); }
    .swiper-container1 .swiper-slide#slide04 {
      background-image: url(../../img/slide04.jpg);
      background-position: center bottom; }
      .swiper-container1 .swiper-slide#slide04:before {
        background: rgba(0, 0, 0, 0.2); }
    .swiper-container1 .swiper-slide:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
      display: block; }
  .swiper-container1 .swiper-pagination {
    bottom: 80px !important;
    z-index: 10; }
    .swiper-container1 .swiper-pagination .swiper-pagination-bullet {
      opacity: 0.9;
      background: #fff;
      width: 10px;
      height: 10px;
      margin: 0 8px !important; }
      .swiper-container1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        background: #00a9f1; }
  .swiper-container1 .swiper_text {
    position: absolute;
    left: 10%;
    top: 50%;
    transform: translate(0%, -100%);
    z-index: 10;
    text-align: center;
    color: #fff; }
    .swiper-container1 .swiper_text span {
      font-feature-settings: "palt";
      text-align: justify;
      font-size: 3.8rem;
      font-weight: 600;
      font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      display: block;
      line-height: 1.65;
      letter-spacing: 15px; }

#about {
  width: 100%;
  margin-top: 60px;
  padding-bottom: 100px; }
  #about .text_block {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: flex-start; }
    #about .text_block h2 {
      flex-shrink: 0;
      letter-spacing: 3px;
      position: relative;
      padding: 60px 60px;
      margin-right: 50px; }
      #about .text_block h2:before {
        content: "“";
        font-size: 15rem;
        color: #d7d6d3;
        position: absolute;
        left: 0;
        top: 0;
        line-height: 1;
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      #about .text_block h2:after {
        content: "”";
        font-size: 15rem;
        color: #d7d6d3;
        position: absolute;
        right: 0;
        bottom: 0;
        line-height: 0;
        font-family: "游明朝", YuMincho, "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }
      #about .text_block h2 em {
        font-size: 4rem; }
      #about .text_block h2 small {
        display: block;
        font-size: 2.9rem; }
    #about .text_block p {
      -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
      -webkit-text-orientation: upright;
      /* Safari */
      text-orientation: upright;
      font-family: "Maru Antique Medium", "Jun 34";
      letter-spacing: 3px;
      font-size: 2rem;
      font-feature-settings: "pkna"; }
  #about .about_box {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative; }
    #about .about_box .swiper-container2,
    #about .about_box .swiper-container3 {
      width: 750px;
      flex-shrink: 0;
      border-radius: 0 10px 10px 0;
      overflow: hidden; }
      @media screen and (min-width: 1650px) {
        #about .about_box .swiper-container2,
        #about .about_box .swiper-container3 {
          border-radius: 10px !important; } }
      #about .about_box .swiper-container2 .swiper-slide,
      #about .about_box .swiper-container3 .swiper-slide {
        width: 750px;
        height: 600px;
        position: relative; }
        #about .about_box .swiper-container2 .swiper-slide .photo_box,
        #about .about_box .swiper-container3 .swiper-slide .photo_box {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          display: block;
          display: grid;
          grid-template-columns: 450px 300px;
          grid-template-rows: 300px 300px;
          position: relative; }
          #about .about_box .swiper-container2 .swiper-slide .photo_box:before,
          #about .about_box .swiper-container3 .swiper-slide .photo_box:before {
            content: "";
            position: absolute;
            left: 0;
            top: 298px;
            width: 100%;
            height: 4px;
            background: #fff; }
          #about .about_box .swiper-container2 .swiper-slide .photo_box:after,
          #about .about_box .swiper-container3 .swiper-slide .photo_box:after {
            content: "";
            position: absolute;
            right: 298px;
            top: 300px;
            width: 4px;
            height: 300px;
            background: #fff; }
          #about .about_box .swiper-container2 .swiper-slide .photo_box .box-01,
          #about .about_box .swiper-container3 .swiper-slide .photo_box .box-01 {
            grid-column: 1 / 3;
            grid-row: 1 / 2;
            background: url(../../img/box01.jpg) no-repeat center center;
            background-size: cover; }
          #about .about_box .swiper-container2 .swiper-slide .photo_box .box-02,
          #about .about_box .swiper-container3 .swiper-slide .photo_box .box-02 {
            grid-column: 1 / 2;
            grid-row: 2 / 3;
            background: url(../../img/box02.jpg) no-repeat center center;
            background-size: cover; }
          #about .about_box .swiper-container2 .swiper-slide .photo_box .box-03,
          #about .about_box .swiper-container3 .swiper-slide .photo_box .box-03 {
            grid-column: 2 / 3;
            grid-row: 2 / 3;
            background: url(../../img/box03.jpg) no-repeat center center;
            background-size: cover; }
          #about .about_box .swiper-container2 .swiper-slide .photo_box .box-04,
          #about .about_box .swiper-container3 .swiper-slide .photo_box .box-04 {
            grid-column: 1 / 3;
            grid-row: 1 / 2;
            background: url(../../img/box04.jpg) no-repeat center center;
            background-size: cover; }
          #about .about_box .swiper-container2 .swiper-slide .photo_box .box-05,
          #about .about_box .swiper-container3 .swiper-slide .photo_box .box-05 {
            grid-column: 1 / 2;
            grid-row: 2 / 3;
            background: url(../../img/box06.jpg) no-repeat center center;
            background-size: cover; }
          #about .about_box .swiper-container2 .swiper-slide .photo_box .box-06,
          #about .about_box .swiper-container3 .swiper-slide .photo_box .box-06 {
            grid-column: 2 / 3;
            grid-row: 2 / 3;
            background: url(../../img/box05.jpg) no-repeat center center;
            background-size: cover; }
          #about .about_box .swiper-container2 .swiper-slide .photo_box .box-07,
          #about .about_box .swiper-container3 .swiper-slide .photo_box .box-07 {
            grid-column: 1 / 3;
            grid-row: 1 / 2;
            background: url(../../img/box07.jpg) no-repeat center top;
            background-size: cover; }
          #about .about_box .swiper-container2 .swiper-slide .photo_box .box-08,
          #about .about_box .swiper-container3 .swiper-slide .photo_box .box-08 {
            grid-column: 1 / 2;
            grid-row: 2 / 3;
            background: url(../../img/box08.jpg) no-repeat center center;
            background-size: cover; }
          #about .about_box .swiper-container2 .swiper-slide .photo_box .box-09,
          #about .about_box .swiper-container3 .swiper-slide .photo_box .box-09 {
            grid-column: 2 / 3;
            grid-row: 2 / 3;
            background: url(../../img/box09.jpg) no-repeat center center;
            background-size: cover; }
          #about .about_box .swiper-container2 .swiper-slide .photo_box .box-10,
          #about .about_box .swiper-container3 .swiper-slide .photo_box .box-10 {
            grid-column: 1 / 3;
            grid-row: 1 / 2;
            background: url(../../img/box10.jpg) no-repeat center center;
            background-size: cover; }
          #about .about_box .swiper-container2 .swiper-slide .photo_box .box-11,
          #about .about_box .swiper-container3 .swiper-slide .photo_box .box-11 {
            grid-column: 1 / 2;
            grid-row: 2 / 3;
            background: url(../../img/box11.jpg) no-repeat center center;
            background-size: cover; }
          #about .about_box .swiper-container2 .swiper-slide .photo_box .box-12,
          #about .about_box .swiper-container3 .swiper-slide .photo_box .box-12 {
            grid-column: 2 / 3;
            grid-row: 2 / 3;
            background: url(../../img/box12.jpg) no-repeat center center;
            background-size: cover; }
        #about .about_box .swiper-container2 .swiper-slide .wide01,
        #about .about_box .swiper-container3 .swiper-slide .wide01 {
          position: absolute;
          left: 0;
          top: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          display: block;
          background: url(../../img/wide01.jpg) no-repeat center center;
          background-size: cover; }
    #about .about_box .swiper-container3 {
      border-radius: 10px 0 0 10px; }
    #about .about_box .text {
      padding: 0 50px; }
      #about .about_box .text h3 {
        font-size: 2.8rem;
        margin-bottom: 10px;
        letter-spacing: 2px; }
      #about .about_box .text .btn {
        margin-top: 20px;
        margin-left: 0; }
      @media screen and (max-width: 1300px) {
        #about .about_box .text p br {
          display: none; } }
    #about .about_box.reverse {
      margin-top: 80px; }
      #about .about_box.reverse .swiper-container3 {
        order: 1; }
      #about .about_box.reverse .text {
        order: 0; }
    #about .about_box.illust01:before {
      content: "";
      position: absolute;
      left: calc(50% + 500px);
      bottom: -60px;
      background: url(../img/illust04.png) no-repeat center center;
      background-size: 41px 84px;
      width: 41px;
      height: 84px; }
    #about .about_box.illust01:after {
      content: "";
      position: absolute;
      left: calc(50% + 300px);
      bottom: 0px;
      background: url(../img/illust05.png) no-repeat center center;
      background-size: 45px 52px;
      width: 45px;
      height: 52px; }
    #about .about_box.illust02:before {
      content: "";
      position: absolute;
      right: calc(50% + 200px);
      top: 0px;
      background: url(../img/illust01.png) no-repeat center center;
      background-size: 120px 130px;
      width: 120px;
      height: 130px; }

#parenting {
  background: url(../img/bg02.jpg) repeat center center;
  background-size: 250px 250px;
  position: relative; }
  #parenting:before {
    content: "";
    position: absolute;
    left: calc(50% + 500px);
    top: -60px;
    background: url(../img/illust02.png) no-repeat center center;
    background-size: 91px 138px;
    width: 91px;
    height: 138px; }
  #parenting:after {
    content: "";
    position: absolute;
    left: calc(50% + 400px);
    top: -30px;
    background: url(../img/illust03.png) no-repeat center center;
    background-size: 75px 102px;
    width: 75px;
    height: 102px; }
  #parenting h2.vertical {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    /* Safari */
    text-orientation: upright;
    font-family: "Maru Antique Medium", "Jun 34";
    letter-spacing: 3px;
    font-size: 3.8rem;
    position: absolute;
    left: 50px;
    top: -3em; }
  #parenting .parenting_box {
    width: 1060px;
    margin: 0 auto;
    padding-top: 90px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #parenting .parenting_box:before {
      content: "";
      position: absolute;
      left: calc(50% - 600px);
      top: 50%;
      background: url(../img/illust04.png) no-repeat center center;
      background-size: 46px 95px;
      width: 46px;
      height: 95px; }
    #parenting .parenting_box .item {
      width: 300px;
      text-align: center;
      position: relative;
      margin-bottom: 90px; }
      #parenting .parenting_box .item a {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        display: block; }
      #parenting .parenting_box .item a:hover ~ figure img {
        filter: brightness(120%); }
      #parenting .parenting_box .item figure img {
        transition: all 0.2s ease;
        backface-visibility: hidden; }
      #parenting .parenting_box .item h3 {
        display: flex;
        justify-content: center;
        align-items: center;
        height: 90px; }
        #parenting .parenting_box .item h3 em {
          display: block;
          line-height: 1.35;
          font-size: 2.5rem; }
        #parenting .parenting_box .item h3 small {
          display: block;
          line-height: 1;
          font-size: 1.5rem; }
      #parenting .parenting_box .item p {
        font-size: 1.7rem;
        text-align: center; }

#info {
  background: url(../../img/bg_info.jpg) no-repeat center top;
  background-size: cover;
  padding: 130px 100px;
  position: relative; }
  #info:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 63px;
    background: url(../img/bg_curve2.png) no-repeat center top;
    background-size: auto 100%; }
  #info:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 63px;
    background: url(../img/bg_curve3.png) no-repeat center bottom;
    background-size: auto 100%; }
  #info h2.vertical {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    -webkit-text-orientation: upright;
    /* Safari */
    text-orientation: upright;
    font-family: "Maru Antique Medium", "Jun 34";
    letter-spacing: 3px;
    font-size: 3.8rem;
    position: absolute;
    left: 50px;
    top: -2em; }
  #info .info_inner {
    padding: 60px;
    border-radius: 10px;
    background: url(../img/bg01.jpg) repeat center center;
    background-size: 250px 250px; }
    #info .info_inner .info_list {
      width: 100%;
      height: 750px;
      padding-right: 40px;
      box-sizing: border-box;
      overflow-y: auto;
      margin-bottom: 60px;
      position: relative;
      border-bottom: #c5c5be dotted 2px; }
      #info .info_inner .info_list .item {
        display: flex;
        justify-content: flex-start;
        padding: 36px 0;
        border-top: #c5c5be dotted 2px; }
        #info .info_inner .info_list .item time {
          font-family: "Maru Antique Medium", "Jun 34";
          font-size: 2.5rem;
          width: 160px;
          flex-shrink: 0;
          display: block;
          line-height: 1.35; }
        #info .info_inner .info_list .item .text h3 {
          font-size: 2.5rem;
          line-height: 1.35;
          padding-bottom: 15px; }
        #info .info_inner .info_list .item .text p {
          font-size: 1.8rem; }

.ps__rail-x, .ps__rail-y {
  opacity: 0.6 !important; }

.ps__thumb-y {
  background-color: #3fb2eb !important; }

.btn {
  width: 310px;
  height: 60px;
  border-radius: 30px;
  box-sizing: border-box;
  border: #000 solid 1px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
  transition: all 0.2s ease;
  backface-visibility: hidden; }
  .btn span {
    font-size: 1.8rem;
    transition: all 0.2s ease;
    backface-visibility: hidden; }
  .btn .icon-arrow {
    position: absolute;
    right: 20px;
    font-size: 1rem;
    transition: all 0.2s ease;
    backface-visibility: hidden; }
  .btn:hover {
    border-color: #de3100; }
    .btn:hover span, .btn:hover .icon-arrow {
      color: #de3100; }

footer {
  background: url(../img/footer_bg.jpg) repeat center center;
  background-size: 250px 250px; }
  footer .footer_content {
    padding: 80px 0;
    width: 1100px;
    max-width: 100%;
    margin: 0 auto;
    color: #fff;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    footer .footer_content .data .f_logo a .icon-zenrin {
      font-size: 4.6rem;
      transition: all 0.2s ease;
      backface-visibility: hidden;
      color: #fff; }
    footer .footer_content .data address {
      line-height: 1.65; }
    footer .footer_content .sitemap {
      display: flex;
      justify-content: flex-start; }
      footer .footer_content .sitemap ul li a {
        color: #fff;
        font-size: 1.8rem;
        line-height: 2.5; }
        footer .footer_content .sitemap ul li a .icon-open {
          font-size: 1rem;
          margin-left: 5px; }
      footer .footer_content .sitemap ul li a:hover {
        color: yellow; }
      footer .footer_content .sitemap ul + ul {
        margin-left: 80px; }
    footer .footer_content .copy {
      width: 100%;
      text-align: right;
      font-size: 1.1rem; }

nav {
  position: fixed;
  right: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 20;
  overflow: hidden;
  background: url(../img/bg01.jpg) repeat center center;
  background-size: 250px 250px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transform: scale(1.1);
  transition: all 0.5s ease;
  backface-visibility: hidden; }
  nav.slide-open {
    opacity: 1;
    pointer-events: auto;
    transform: scale(1); }
  nav ul {
    width: 900px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap; }
    nav ul li {
      width: 33.333%; }
      nav ul li a {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 80px;
        font-family: "Maru Antique Medium", "Jun 34"; }
        nav ul li a .icon-logo_mark {
          font-size: 2.8rem;
          margin-right: 10px; }
        nav ul li a span {
          font-size: 1.8rem;
          border-bottom: #888 dotted 2px;
          transition: all 0.5s ease;
          backface-visibility: hidden; }
        nav ul li a .icon-open {
          margin-left: 5px;
          font-size: 1rem; }
      nav ul li a:hover span {
        border-color: #00a9f1;
        color: #00a9f1; }

/*! SP ***************************************************/
@media screen and (max-width: 740px) {
  body {
    min-width: 320px;
    font-size: 1.6rem; }
  img {
    max-width: 100%;
    height: auto; }
  .pc {
    display: none !important; }
  header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 999; }
    header .logo {
      padding-left: 20px; }
      header .logo a {
        display: block;
        line-height: 1; }
        header .logo a .icon-zenrin {
          font-size: 4.6rem;
          transition: all 0.2s ease;
          backface-visibility: hidden; }
      header .logo a:hover .icon-zenrin {
        opacity: 0.8; }
    header .language {
      display: none; }
    header.on:before {
      opacity: 1; }
    header.open {
      background: url(../img/bg01.jpg) repeat center center;
      background-size: 250px 250px; }
  nav {
    position: fixed;
    right: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 20;
    display: block;
    padding-top: 80px;
    box-sizing: border-box;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch; }
    nav ul {
      width: 100%;
      padding: 0 15px 0;
      box-sizing: border-box;
      display: block; }
      nav ul li {
        width: 100%; }
        nav ul li a {
          width: 100%;
          height: 55px;
          border-top: #888 dotted 2px;
          box-sizing: border-box; }
          nav ul li a span {
            font-size: 1.6rem;
            border-bottom: 0; }
          nav ul li a .icon-open {
            margin-left: 5px;
            font-size: 1rem; }
        nav ul li a:hover span {
          border-color: #00a9f1;
          color: #00a9f1; }
      nav ul li:last-child {
        border-bottom: #888 dotted 2px; }
  .swiper-container1 {
    position: relative; }
    .swiper-container1:after {
      top: calc(100% - 20px);
      width: 100%;
      height: 20px;
      background: url(../img/bg_curve.png) no-repeat center top;
      background-size: 100% 100%; }
    .swiper-container1 .swiper-slide {
      width: 100%;
      height: 400px;
      background-position: center bottom; }
      .swiper-container1 .swiper-slide#slide01 {
        background-image: url(../../img/slide01@sp.jpg); }
      .swiper-container1 .swiper-slide#slide02 {
        background-image: url(../../img/slide02@sp.jpg); }
      .swiper-container1 .swiper-slide#slide03 {
        background-image: url(../../img/slide03@sp.jpg);
        background-position: right center; }
      .swiper-container1 .swiper-slide#slide04 {
        background-image: url(../../img/slide04@sp.jpg); }
    .swiper-container1 .swiper-pagination {
      bottom: 20px !important; }
    .swiper-container1 .swiper_text {
      left: 5%;
      top: 100px;
      transform: translate(0%, 0%);
      text-align: left;
      line-height: 1.8; }
      .swiper-container1 .swiper_text span {
        font-size: 2rem;
        letter-spacing: 3px; }
  #wrap {
    width: 100%;
    overflow: hidden; }
  #about {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 20px; }
    #about .text_block {
      width: 100%;
      padding: 20px;
      box-sizing: border-box;
      display: block; }
      #about .text_block h2 {
        flex-shrink: 0;
        letter-spacing: 2px;
        position: relative;
        padding: 10px;
        text-align: center;
        margin-right: 0; }
        #about .text_block h2:before {
          font-size: 8rem; }
        #about .text_block h2:after {
          font-size: 8rem; }
        #about .text_block h2 em {
          font-size: 2.5rem;
          line-height: 1.35; }
        #about .text_block h2 small {
          display: block;
          font-size: 1.4rem; }
      #about .text_block p {
        -webkit-writing-mode: inherit;
        -ms-writing-mode: inherit;
        writing-mode: inherit;
        -webkit-text-orientation: upright;
        /* Safari */
        text-orientation: upright;
        font-family: "Maru Antique Medium", "Jun 34";
        letter-spacing: 1px;
        font-size: 1.6rem;
        padding: 20px 0; }
        #about .text_block p br {
          display: none; }
    #about .about_box {
      display: block;
      justify-content: center;
      align-items: center;
      margin-top: 0px; }
      #about .about_box .swiper-container2,
      #about .about_box .swiper-container3 {
        width: 100%;
        flex-shrink: 0;
        border-radius: 0;
        overflow: hidden; }
        #about .about_box .swiper-container2 .swiper-slide,
        #about .about_box .swiper-container3 .swiper-slide {
          width: 100%;
          height: 340px;
          position: relative; }
          #about .about_box .swiper-container2 .swiper-slide .photo_box,
          #about .about_box .swiper-container3 .swiper-slide .photo_box {
            grid-template-columns: 50% 50%;
            grid-template-rows: 200px 140px; }
            #about .about_box .swiper-container2 .swiper-slide .photo_box:before,
            #about .about_box .swiper-container3 .swiper-slide .photo_box:before {
              top: 199px;
              height: 2px; }
            #about .about_box .swiper-container2 .swiper-slide .photo_box:after,
            #about .about_box .swiper-container3 .swiper-slide .photo_box:after {
              content: "";
              position: absolute;
              right: calc(50% - 1px);
              top: 200px;
              width: 2px;
              height: 140px; }
      #about .about_box .swiper-container3 {
        border-radius: 0px; }
      #about .about_box .text {
        padding: 20px; }
        #about .about_box .text h3 {
          font-size: 2rem;
          margin-bottom: 10px;
          letter-spacing: 1px;
          text-align: center; }
        #about .about_box .text p br {
          display: none; }
        #about .about_box .text .btn {
          margin: 10px auto; }
      #about .about_box.reverse {
        margin-top: 0px; }
        #about .about_box.reverse .swiper-container3 {
          order: 1; }
        #about .about_box.reverse .text {
          order: 0; }
      #about .about_box.illust01:before {
        content: none; }
      #about .about_box.illust01:after {
        left: calc(50% - 18px);
        top: 320px;
        z-index: 10;
        bottom: inherit;
        background-size: 100% 100%;
        width: 37px;
        height: 42px; }
      #about .about_box.illust02:before {
        left: calc(50% - 32px);
        top: 300px;
        z-index: 10;
        background: url(../img/illust01.png) no-repeat center center;
        background-size: 100% 100%;
        width: 60px;
        height: 65px; }
  #parenting {
    padding: 0 20px;
    box-sizing: border-box; }
    #parenting:before {
      content: "";
      position: absolute;
      left: 50%;
      top: -30px;
      background-size: 100% 100%;
      width: 36px;
      height: 55px; }
    #parenting:after {
      content: "";
      position: absolute;
      left: inherit;
      right: 50%;
      top: -20px;
      background-size: 100% 100%;
      width: 30px;
      height: 42px; }
    #parenting h2.vertical {
      -webkit-writing-mode: inherit;
      -ms-writing-mode: inherit;
      writing-mode: inherit;
      letter-spacing: 2px;
      font-size: 2.5rem;
      position: static;
      text-align: center;
      padding: 20px 0; }
    #parenting .parenting_box {
      width: 100%;
      padding: 0 20px 40px;
      box-sizing: border-box;
      margin: 0 auto;
      /* Arrows */ }
      #parenting .parenting_box:before {
        content: "";
        position: absolute;
        left: inherit;
        top: inherit;
        right: 50%;
        bottom: -10px;
        z-index: 10;
        background-size: 100% 100%;
        width: 27px;
        height: 54px; }
      #parenting .parenting_box .item {
        width: 100%;
        margin-bottom: 0px; }
        #parenting .parenting_box .item figure {
          width: 200px;
          margin: 0 auto; }
          #parenting .parenting_box .item figure img {
            transition: all 0.2s ease;
            backface-visibility: hidden; }
        #parenting .parenting_box .item h3 {
          display: flex;
          justify-content: center;
          align-items: center;
          height: 60px; }
          #parenting .parenting_box .item h3 em {
            display: block;
            line-height: 1.35;
            font-size: 2rem; }
          #parenting .parenting_box .item h3 small {
            display: block;
            line-height: 1;
            font-size: 1.4rem; }
        #parenting .parenting_box .item p {
          width: 260px;
          margin: 0 auto;
          font-size: 1.5rem;
          line-height: 1.5;
          text-align: center; }
      #parenting .parenting_box .slick-prev,
      #parenting .parenting_box
.slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 100px;
        display: block;
        width: 40px;
        height: 40px;
        padding: 0;
        transform: translate(0, -50%);
        z-index: 10;
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: transparent; }
      #parenting .parenting_box .slick-prev {
        left: 0px; }
      #parenting .parenting_box .slick-next {
        right: 0; }
      #parenting .parenting_box
.slick-prev:before {
        content: "\e904";
        font-family: "icomoon";
        font-size: 4rem;
        line-height: 1;
        opacity: 1;
        color: #00a9f1; }
      #parenting .parenting_box
.slick-next:before {
        content: "\e902";
        font-family: "icomoon";
        font-size: 4rem;
        line-height: 1;
        opacity: 1;
        color: #00a9f1; }
  #info {
    padding: 50px 20px;
    position: relative; }
    #info:before {
      width: 100%;
      height: 20px;
      background-size: 100% 100%; }
    #info:after {
      width: 100%;
      height: 20px;
      background-size: 100% 100%; }
    #info h2.vertical {
      -webkit-writing-mode: inherit;
      -ms-writing-mode: inherit;
      writing-mode: inherit;
      letter-spacing: 2px;
      font-size: 2.5rem;
      position: absolute;
      left: 0;
      top: -4px;
      width: 100%;
      text-align: center; }
    #info .info_inner {
      padding: 20px;
      border-radius: 10px; }
      #info .info_inner .info_list {
        width: 100%;
        height: 400px;
        padding-right: 20px;
        overflow-y: auto;
        margin-bottom: 20px;
        position: relative;
        border-bottom: #c5c5be dotted 1px; }
        #info .info_inner .info_list .item {
          display: block;
          padding: 10px 0;
          border-top: #c5c5be dotted 1px; }
          #info .info_inner .info_list .item time {
            font-size: 1.3rem;
            width: 100%; }
          #info .info_inner .info_list .item .text h3 {
            font-size: 1.8rem;
            line-height: 1.35;
            padding-bottom: 10px; }
          #info .info_inner .info_list .item .text p {
            font-size: 1.5rem; }
  .btn {
    width: 250px;
    height: 50px;
    border-radius: 25px; }
    .btn span {
      font-size: 1.6rem; }
    .btn .icon-arrow {
      font-size: 1rem; }
  footer {
    text-align: center; }
    footer .footer_content {
      padding: 40px 20px 10px;
      width: 100%;
      box-sizing: border-box;
      display: block; }
      footer .footer_content .data address {
        font-size: 1.5rem;
        padding: 10px 0 20px;
        line-height: 2; }
      footer .footer_content .sitemap {
        display: block;
        border-top: #fff solid 1px;
        border-bottom: #fff solid 1px;
        padding-top: 10px;
        padding-bottom: 10px; }
        footer .footer_content .sitemap ul li a {
          color: #fff;
          font-size: 1.4rem;
          line-height: 1;
          display: block;
          width: 100%;
          height: 36px;
          display: flex;
          justify-content: flex-start;
          align-items: center; }
        footer .footer_content .sitemap ul li a:hover {
          color: yellow; }
        footer .footer_content .sitemap ul + ul {
          margin-left: 0px; }
      footer .footer_content .copy {
        width: 100%;
        text-align: center;
        font-size: 1rem;
        padding-top: 10px; } }

/*! PC ***************************************************/
@media screen and (min-width: 741px) {
  body {
    min-width: 1200px; }
  .sp {
    display: none !important; }
  /*! PC /subpage ***************************************************/ }
