/*_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/

Layout CSS

_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/_/*/
/* header
-------------------------------------------- */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* Variables
-------------------------------------------- */
.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999; }
  .loading_item {
    width: 50px;
    height: 50px;
    border: 5px solid #489896;
    border-left: 5px solid transparent;
    padding: 5px;
    border-radius: 25px;
    animation: loading02 1s linear infinite; }

@keyframes loading02 {
  50% {
    opacity: .6; }
  100% {
    transform: rotate(360deg);
    transform-origin: 50% 50%;
    opacity: .3; } }
.cont-inner {
  display: none; }

header {
  width: 100%;
  margin: auto;
  padding: 10px 0;
  /*background-color: #15365E;*/
  z-index: 1040;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-color: #FFF; }
  header .inner {
    max-width: 1020px;
    margin: 0 auto;
    padding: 0 10px;
    position: relative; }
    @media (max-width: 960px) {
      header .inner {
        padding: 0 5px; } }
    header .inner .logo {
      width: 110px;
      height: auto;
      position: absolute;
      left: 10px;
      top: 0; }
      @media (max-width: 960px) {
        header .inner .logo {
          width: 70px; } }
  @media (max-width: 360px) {
    header h1 {
      top: 16px; }
      header h1 img {
        height: 26px; } }
  header nav {
    background-color: #FFF;
    padding: 0; }
    header nav .headerPc {
      height: 100px;
      margin: 0 auto;
      text-align: right;
      color: #489896; }
      @media (max-width: 960px) {
        header nav .headerPc {
          height: auto; } }
      @media (max-width: 460px) {
        header nav .headerPc {
          padding: 0 0 15px;
          font-size: 1rem; } }
      header nav .headerPc a {
        color: #489896; }
    header nav > ul {
      display: flex;
      height: 50px;
      justify-content: space-between;
      border-left: #CCD8E8 solid 1px; }
      @media (max-width: 960px) {
        header nav > ul {
          margin-top: 20px;
          height: 30px; } }
      @media (max-width: 460px) {
        header nav > ul {
          height: auto;
          border-left: none; } }
      header nav > ul > li {
        width: calc(100% / 6);
        height: 100%;
        padding: 0 1px;
        font-size: 1.4rem;
        border-right: #CCD8E8 solid 1px;
        margin: 0 auto; }
        @media (max-width: 960px) {
          header nav > ul > li {
            width: calc(100% / 5); } }
        @media (max-width: 680px) {
          header nav > ul > li {
            width: calc(100% / 3); } }
        @media (max-width: 460px) {
          header nav > ul > li {
            border-right: none; } }
        header nav > ul > li:first-child {
          display: none; }
          @media (max-width: 960px) {
            header nav > ul > li:first-child {
              display: block; } }
          @media (max-width: 460px) {
            header nav > ul > li:first-child {
              width: 24%; } }
        @media (max-width: 460px) {
          header nav > ul > li:nth-child(2), header nav > ul > li:last-child {
            width: 38%; } }
        @media (max-width: 960px) {
          header nav > ul > li:nth-child(4), header nav > ul > li:nth-child(5) {
            display: none; } }
        @media (max-width: 680px) {
          header nav > ul > li:nth-child(3), header nav > ul > li:nth-child(6) {
            display: none; } }
        @media screen and (min-width: 768px) {
          header nav > ul > li:hover > a::before,
          header nav > ul > li:hover > span::before {
            width: 100%; } }
        header nav > ul > li:first-child img, header nav > ul > li:nth-child(2) img, header nav > ul > li:last-child img {
          display: none; }
          @media (max-width: 960px) {
            header nav > ul > li:first-child img, header nav > ul > li:nth-child(2) img, header nav > ul > li:last-child img {
              display: block;
              vertical-align: middle;
              width: auto;
              height: 15px;
              margin-right: 5px; } }
        header nav > ul > li.headerSp:last-child {
          display: block;
          border: none; }
        header nav > ul > li a, header nav > ul > li span {
          position: relative;
          width: 100%;
          height: 100%;
          color: #489896;
          display: flex;
          align-items: center;
          justify-content: center;
          white-space: nowrap; }
          @media screen and (min-width: 768px) {
            header nav > ul > li a::before, header nav > ul > li span::before {
              content: "";
              display: block;
              position: absolute;
              bottom: 0;
              left: 0;
              width: 0;
              height: 2px;
              background: #489896;
              -webkit-transition: all .3s;
              -moz-transition: all .3s;
              -o-transition: all .3s;
              transition: all .3s; } }

.contents {
  max-width: 1040px;
  padding: 0 20px;
  margin: 0 auto;
  overflow: hidden; }
  @media (max-width: 480px) {
    .contents {
      padding: 0 10px; } }
  .contents .ttl {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    margin: 100px 0 50px; }
    @media (max-width: 500px) {
      .contents .ttl {
        margin: 40px 0; } }
    .contents .ttl img {
      width: auto;
      height: 160px; }
      @media (max-width: 500px) {
        .contents .ttl img {
          width: 60%;
          height: auto;
          margin: 0; } }
    .contents .ttl h1 {
      font-size: 2.5rem;
      margin-left: -45px;
      position: relative;
      z-index: 1; }
      .contents .ttl h1.left {
        text-align: left; }
      @media (max-width: 540px) {
        .contents .ttl h1 {
          font-size: 4.5vw; } }

.btnArea {
  padding: 0 0 50px; }
  @media (max-width: 414px) {
    .btnArea {
      padding: 0;
      margin: 0 auto 30px; } }
  .btnArea ul {
    max-width: 400px;
    margin: 0 auto;
    text-align: center; }
    @media (max-width: 768px) {
      .btnArea ul {
        margin: 0 auto; } }
    .btnArea ul li {
      width: 100%;
      text-align: center;
      border-radius: 50px;
      border: #BA79B1 solid 1px;
      margin: 0 0 10px;
      position: relative;
      font-size: 2rem; }
      .btnArea ul li:last-child {
        margin: 0 auto; }
      @media (max-width: 640px) {
        .btnArea ul li {
          width: 90%;
          margin: 0 auto 10px;
          font-size: 4vw; } }
      .btnArea ul li a {
        padding: 15px 0;
        display: block;
        color: #BA79B1; }
        .btnArea ul li a.arrow span {
          display: block;
          position: relative; }
          .btnArea ul li a.arrow span::after {
            position: absolute;
            margin: auto;
            content: "";
            vertical-align: middle;
            top: 50%;
            right: 20px;
            width: 10px;
            height: 10px;
            -webkit-transform: rotate(45deg) translate(-50%, 0);
            -moz-transform: rotate(45deg) translate(-50%, 0);
            -ms-transform: rotate(45deg) translate(-50%, 0);
            -o-transform: rotate(45deg) translate(-50%, 0);
            transform: rotate(45deg) translate(-50%, 0); }
          .btnArea ul li a.arrow span::before {
            position: absolute;
            margin: auto;
            content: "";
            vertical-align: middle;
            top: 50%;
            right: 10px;
            width: 10px;
            height: 10px;
            -webkit-transform: rotate(45deg) translate(-50%, 0);
            -moz-transform: rotate(45deg) translate(-50%, 0);
            -ms-transform: rotate(45deg) translate(-50%, 0);
            -o-transform: rotate(45deg) translate(-50%, 0);
            transform: rotate(45deg) translate(-50%, 0); }
      .btnArea ul li.num1 {
        border: solid 1px #569055; }
        .btnArea ul li.num1 a {
          color: #569055; }
          .btnArea ul li.num1 a::after {
            border-radius: 50%;
            height: 30px;
            width: 30px;
            background: #569055;
            position: absolute;
            margin: auto;
            content: "";
            vertical-align: middle;
            top: 5px;
            left: 20px; }
          .btnArea ul li.num1 a.arrow span::after {
            border-top: 2px solid #569055;
            border-right: 2px solid #569055; }
          .btnArea ul li.num1 a.arrow span::before {
            border-top: 2px solid #569055;
            border-right: 2px solid #569055; }
      .btnArea ul li.num2 {
        border: solid 1px #26B7BC; }
        .btnArea ul li.num2 a {
          color: #26B7BC; }
          .btnArea ul li.num2 a::after {
            border-radius: 50%;
            height: 30px;
            width: 30px;
            background: #26B7BC;
            position: absolute;
            margin: auto;
            content: "";
            vertical-align: middle;
            top: 5px;
            right: 45px; }
          .btnArea ul li.num2 a.arrow span::after {
            border-top: 2px solid #26B7BC;
            border-right: 2px solid #26B7BC; }
          .btnArea ul li.num2 a.arrow span::before {
            border-top: 2px solid #26B7BC;
            border-right: 2px solid #26B7BC; }
      .btnArea ul li.num3 {
        border: solid 1px #CAAD71; }
        .btnArea ul li.num3 a {
          color: #CAAD71; }
          .btnArea ul li.num3 a::after {
            border-radius: 50%;
            height: 30px;
            width: 30px;
            background: #CAAD71;
            position: absolute;
            margin: auto;
            content: "";
            vertical-align: middle;
            bottom: 5px;
            left: 20px; }
          .btnArea ul li.num3 a.arrow span::after {
            border-top: 2px solid #CAAD71;
            border-right: 2px solid #CAAD71; }
          .btnArea ul li.num3 a.arrow span::before {
            border-top: 2px solid #CAAD71;
            border-right: 2px solid #CAAD71; }
      .btnArea ul li.num4 a::after {
        border-radius: 50%;
        height: 30px;
        width: 30px;
        background: #BA79B1;
        position: absolute;
        margin: auto;
        content: "";
        vertical-align: middle;
        bottom: 5px;
        right: 45px; }
      .btnArea ul li.num4 a.arrow span::after {
        border-top: 2px solid #BA79B1;
        border-right: 2px solid #BA79B1; }
      .btnArea ul li.num4 a.arrow span::before {
        border-top: 2px solid #BA79B1;
        border-right: 2px solid #BA79B1; }
      .btnArea ul li.num5 {
        border: solid 1px #F39801; }
        .btnArea ul li.num5 a {
          color: #F39801; }
          .btnArea ul li.num5 a::after {
            border-radius: 50%;
            height: 30px;
            width: 30px;
            background: #F39801;
            position: absolute;
            margin: auto;
            content: "";
            vertical-align: middle;
            bottom: 5px;
            left: 20px; }
          .btnArea ul li.num5 a.arrow span::after {
            border-top: 2px solid #F39801;
            border-right: 2px solid #F39801; }
          .btnArea ul li.num5 a.arrow span::before {
            border-top: 2px solid #F39801;
            border-right: 2px solid #F39801; }
      .btnArea ul li.num6 {
        border: solid 1px #F19C97; }
        .btnArea ul li.num6 a {
          color: #F19C97; }
          .btnArea ul li.num6 a::after {
            border-radius: 50%;
            height: 30px;
            width: 30px;
            background: #F19C97;
            position: absolute;
            margin: auto;
            content: "";
            vertical-align: middle;
            top: 5px;
            left: 20px; }
          .btnArea ul li.num6 a.arrow span::after {
            border-top: 2px solid #F19C97;
            border-right: 2px solid #F19C97; }
          .btnArea ul li.num6 a.arrow span::before {
            border-top: 2px solid #F19C97;
            border-right: 2px solid #F19C97; }

.specialBnanner a {
  width: 55%;
  height: auto;
  margin: 0 auto 20px;
  display: block; }
  @media (max-width: 640px) {
    .specialBnanner a {
      width: 100%; } }
  .specialBnanner a img {
    width: 100%; }

.other_banner {
  max-width: 1050px;
  padding: 0 20px;
  margin: 0 auto 40px;
  overflow: hidden; }
  @media (max-width: 414px) {
    .other_banner {
      padding: 0 10px; } }
  .other_banner ul {
    display: flex;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
    .other_banner ul li {
      width: calc(33.333% - 10px);
      margin: 5px; }
      @media (max-width: 640px) {
        .other_banner ul li {
          width: 100%;
          -webkit-justify-content: none;
          justify-content: none; } }
      .other_banner ul li:nth-child(1), .other_banner ul li:nth-child(3), .other_banner ul li:nth-child(5) {
        border: #B0D0E5 1px solid; }
      .other_banner ul li:nth-child(4) {
        border: #93BDB5 1px solid; }
      .other_banner ul li:nth-child(6) {
        border: #CADCD3 1px solid; }
  @media (max-width: 414px) {
    .other_banner {
      margin: 0 auto 20px; } }

ul.sns {
  max-width: 200px;
  display: flex;
  margin: 0 auto 40px;
  justify-content: space-between; }
  @media (max-width: 414px) {
    ul.sns {
      width: 140px;
      margin: 0 auto 30px; } }
  ul.sns li {
    width: 100%;
    width: 50px; }
    @media (max-width: 414px) {
      ul.sns li {
        width: 35px; } }

.stepmail {
  width: 100%;
  max-width: 1040px;
  margin: 50px auto; }
  .stepmail .inner {
    margin: 0 20px;
    padding: 20px;
    background: #F2F6F9;
    border: #DCE7F0 1px solid;
    display: flex; }
    @media (max-width: 768px) {
      .stepmail .inner {
        display: block; } }
    @media (max-width: 414px) {
      .stepmail .inner {
        margin: 0 10px;
        padding: 10px; } }
    .stepmail .inner .mainCont {
      width: 100%;
      max-width: calc(100% - 355px);
      padding: 20px 10px;
      background: url("../img/common/back_img.jpg") center top no-repeat;
      background-size: cover; }
      @media (max-width: 768px) {
        .stepmail .inner .mainCont {
          max-width: none; } }
      .stepmail .inner .mainCont .stepMailTtl {
        display: -webkit-flex;
        display: flex;
        align-items: center; }
        .stepmail .inner .mainCont .stepMailTtl div.mainTtl {
          -webkit-flex: 2;
          flex: 2; }
          .stepmail .inner .mainCont .stepMailTtl div.mainTtl p span {
            background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, transparent), color-stop(0%, #FFFFFF));
            background: linear-gradient(transparent 0%, #FFFFFF 0%);
            padding: 5px;
            display: inline;
            color: #489896;
            font-size: 2.6rem;
            line-height: 2.3;
            font-family: "Sawarabi Mincho"; }
            @media (max-width: 414px) {
              .stepmail .inner .mainCont .stepMailTtl div.mainTtl p span {
                display: block;
                font-size: 4.8vw;
                line-height: 1.9;
                text-align: center; } }
      .stepmail .inner .mainCont .mainContTxt {
        margin: 25px 0 0;
        padding: 10px;
        background-color: rgba(255, 255, 255, 0.95);
        font-size: 1.5rem;
        font-family: "Sawarabi Mincho"; }
        @media (max-width: 620px) {
          .stepmail .inner .mainCont .mainContTxt {
            font-size: 2.8vw; } }
        @media (max-width: 414px) {
          .stepmail .inner .mainCont .mainContTxt {
            margin: 15px 0 0;
            padding: 7px;
            font-size: 4vw; } }
  .stepmail .form {
    width: 355px;
    padding: 25px 0 0 30px;
    text-align: center; }
    @media (max-width: 768px) {
      .stepmail .form {
        width: 100%;
        padding: 25px 0 0; } }
    .stepmail .form p {
      position: relative;
      font-family: "Sawarabi Mincho";
      font-size: 2.2rem;
      padding: 0 0 20px;
      margin: 0 0 20px; }
      @media (max-width: 414px) {
        .stepmail .form p {
          font-size: 5vw; } }
      .stepmail .form p::after {
        content: "";
        position: absolute;
        width: 40px;
        height: 1px;
        bottom: 0;
        left: 50%;
        background: #489896;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%); }
    .stepmail .form form input[type="mail"] {
      width: 100%;
      border: #DDD solid 1px;
      padding: 5px; }
      @media (max-width: 768px) {
        .stepmail .form form input[type="mail"] {
          width: 70%; } }
      @media (max-width: 414px) {
        .stepmail .form form input[type="mail"] {
          width: 100%; } }
    .stepmail .form form span.att {
      display: block;
      font-family: "Sawarabi Mincho";
      font-size: 1.2rem;
      margin: 20px 0 30px; }
    .stepmail .form form .submit-warp {
      width: 240px;
      border: #489896 1px solid;
      background: #FFF;
      position: relative;
      padding: 0 0 0 40px;
      margin: 0 auto;
      height: 38px;
      cursor: pointer; }
      .stepmail .form form .submit-warp::after {
        content: "";
        position: absolute;
        width: 37px;
        height: 37px;
        background: #489896;
        left: 0;
        top: 0; }
      .stepmail .form form .submit-warp::before {
        content: "";
        position: absolute;
        top: 30%;
        left: 6px;
        width: 15px;
        height: 15px;
        border-top: 1px solid #FFF;
        border-right: 1px solid #FFF;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        z-index: 2; }
      .stepmail .form form .submit-warp input {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;
        background: none;
        cursor: pointer; }

footer {
  background-color: #489896;
  padding: 18px 0 16px;
  color: #FFF; }
  footer .copy {
    display: block;
    text-align: center; }
    @media (max-width: 480px) {
      footer .copy {
        font-size: clamp(1.2rem, 1.4vw, 1.4rem); } }
  footer .footerNavi {
    display: flex;
    justify-content: center;
    margin-top: 10px; }
  footer .footerNavi-item {
    position: relative;
    line-height: 1; }
    footer .footerNavi-item:nth-child(-n+2) {
      padding-right: 10px;
      margin-right: 10px; }
    footer .footerNavi-item:nth-child(-n+2)::after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background: #FFF; }
  footer .footerNavi-link {
    font-size: clamp(1.2rem, 1.4vw, 1.4rem);
    color: #FFF;
    line-height: 1; }
