@charset "UTF-8";
/*==================================
      レスポンシブ設定 マップ型変数breakpointsを定義
      =================================*/
/*==================================
      # 色、フォントファミリー
      =================================*/
/*==================================
      common(一般) - 全体に共通するスタイル
      =================================*/
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 1000px) {
  .is-pc2 {
    display: none !important;
  }
}
@media screen and (min-width: 1001px) {
  .is-sp2 {
    display: none !important;
  }
}
body {
  font-size: 16px;
  color: #2A2A2A;
  font-family: "Noto Sans TC", sans-serif;
  line-height: 1.5;
  background: #fff;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
    max-width: 450px;
    margin: 0 auto;
    -webkit-box-shadow: 0 3px 6px rgba(42, 42, 42, 0.3);
            box-shadow: 0 3px 6px rgba(42, 42, 42, 0.3);
  }
}

.inner {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .inner {
    padding: 0 18px;
  }
}

.header-inner {
  margin: 0 auto;
  padding: 0 40px;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 767px) {
  .header-inner {
    padding: 0 18px;
  }
}

img {
  width: 100%;
  vertical-align: bottom;
}

a {
  font-family: "Noto Sans TC", sans-serif;
}

::-webkit-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-moz-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

:-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::-ms-input-placeholder {
  color: rgba(62, 62, 62, 0.5);
}

::placeholder {
  color: rgba(62, 62, 62, 0.5);
}

input[type=text],
input[type=email],
input[type=submit],
select,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #D9D9D9;
  background: #fff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 6px;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  width: 100%;
  padding: 10px;
  margin: 0;
  outline: none;
}

.header {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  padding: 15px 0;
  background: rgba(255, 255, 255, 0.85);
}
@media screen and (max-width: 767px) {
  .header {
    padding: 8px 0;
  }
}
.header .logo {
  max-width: 112px;
}
@media screen and (max-width: 767px) {
  .header .logo {
    max-width: 80px;
    margin: 0 auto;
  }
}
.header .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header .logo a:hover {
  opacity: 0.6;
}

.mv {
  position: relative;
}
.mv .contents {
  max-width: 770px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
  padding: 50px 0;
}
@media screen and (max-width: 767px) {
  .mv .contents {
    width: 80%;
    padding: 25px 0;
  }
}
.mv .contents .title {
  font-size: 56px;
  color: #fff;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  text-shadow: 0 3px 0 #9C9C9C;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .mv .contents .title {
    font-size: 24px;
  }
}
.mv .contents .lead {
  font-size: 24px;
  color: #fff;
  font-weight: 500;
  text-shadow: 0 3px 0 #9C9C9C;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .mv .contents .lead {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  body,
  html {
    overflow-x: hidden;
  }
}

.sec1 {
  padding-top: 30px;
}
.sec1 .title {
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec1 .title {
    margin-bottom: 30px;
  }
}
.sec1 .title .wrap {
  max-width: 750px;
  margin: 0 auto;
  background: #ECF5FF;
  font-size: 27px;
  font-weight: 600;
  padding: 15px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec1 .title .wrap {
    padding: 10px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 374px) {
  .sec1 .title .wrap {
    font-size: 16px;
  }
}
.sec1 .title .wrap .kako-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.sec1 .title .wrap .kako-left img {
  height: 100%;
  width: auto;
}
.sec1 .title .wrap .kako-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.sec1 .title .wrap .kako-right img {
  height: 100%;
  width: auto;
}
.sec1 .title .wrap .man {
  position: absolute;
  left: -105px;
  width: 107px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec1 .title .wrap .man {
    width: 15%;
    left: 2%;
    -webkit-transform: initial;
            transform: initial;
    top: initial;
    bottom: 4px;
    max-width: 90px;
  }
}
.sec1 .title .wrap .woman {
  position: absolute;
  right: -90px;
  width: 90px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 767px) {
  .sec1 .title .wrap .woman {
    width: 13.2%;
    right: 2%;
    -webkit-transform: initial;
            transform: initial;
    top: initial;
    bottom: 0;
    max-width: 85px;
  }
}
.sec1 .ul1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .sec1 .ul1 {
    display: block;
  }
}
.sec1 .ul1 li {
  background: #ECF5FF;
}
@media screen and (min-width: 768px) {
  .sec1 .ul1 li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .sec1 .ul1 li:nth-child(2n) {
    margin-right: 0;
  }
  .sec1 .ul1 li:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .sec1 .ul1 li:nth-child(2) .check {
    background: #448DE0;
  }
  .sec1 .ul1 li:nth-child(3) .check {
    background: #448DE0;
  }
  .sec1 .ul1 li:nth-child(6) .check {
    background: #448DE0;
  }
}
@media screen and (max-width: 767px) {
  .sec1 .ul1 li {
    margin-bottom: 20px;
  }
  .sec1 .ul1 li:last-child {
    margin-bottom: 0;
  }
  .sec1 .ul1 li:nth-child(2n) .check {
    background: #448DE0;
  }
}
.sec1 .ul1 li .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}
.sec1 .ul1 li .contents {
  width: calc(100% - 75px);
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec1 .ul1 li .contents {
    width: calc(100% - 52px);
  }
}
.sec1 .ul1 li .contents .wrap {
  padding: 0 20px;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sec1 .ul1 li .contents .wrap {
    font-size: 15px;
  }
}
.sec1 .ul1 li .check {
  width: 75px;
  height: 95px;
  position: relative;
  background: #0359B8;
}
@media screen and (max-width: 767px) {
  .sec1 .ul1 li .check {
    width: 52px;
    height: 75px;
  }
}
.sec1 .ul1 li .check .wrap {
  position: absolute;
  top: 50%;
  left: 55%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 37px;
}
@media screen and (max-width: 767px) {
  .sec1 .ul1 li .check .wrap {
    width: 26px;
  }
}

.sec2 {
  padding-bottom: 0;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#0057b7), color-stop(25%, #0078d4), color-stop(35%, #ffffff), color-stop(70%, #ffffff), color-stop(85%, #0078d4), to(#0057b7));
  background: linear-gradient(to bottom, #0057b7 0%, #0078d4 25%, #ffffff 35%, #ffffff 70%, #0078d4 85%, #0057b7 100%);
}
.sec2 .circle1 {
  position: absolute;
  max-width: 200px;
  left: 0;
  top: 7%;
}
@media screen and (max-width: 767px) {
  .sec2 .circle1 {
    max-width: 80px;
    top: 40px;
  }
}
.sec2 .circle2 {
  position: absolute;
  max-width: 200px;
  right: 0;
  bottom: 7%;
}
@media screen and (max-width: 767px) {
  .sec2 .circle2 {
    max-width: 80px;
    bottom: 40px;
  }
}
.sec2 .heading-bg {
  position: relative;
  top: -1px;
}
.sec2 .h2_title {
  margin-top: 60px;
  text-align: center;
  color: #fff;
  font-size: 37px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .sec2 .h2_title {
    font-size: 22px;
    margin-bottom: 40px;
    margin-top: 40px;
  }
}
.sec2 .white-box {
  padding: 60px;
  background: #fff;
  border-radius: 19px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 767px) {
  .sec2 .white-box {
    padding: 20px 18px;
  }
}
.sec2 .white-box.second {
  margin-bottom: 150px;
}
@media screen and (max-width: 767px) {
  .sec2 .white-box.second {
    margin-bottom: 40px;
  }
}
.sec2 .flex1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 900px;
  margin: 0 auto;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .sec2 .flex1 {
    display: block;
  }
}
.sec2 .flex1 .logo {
  width: 40%;
}
@media screen and (max-width: 767px) {
  .sec2 .flex1 .logo {
    width: 100%;
    max-width: 180px;
    margin: 0 auto 10px;
  }
}
.sec2 .flex1 .contents {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .sec2 .flex1 .contents {
    width: 100%;
  }
}
.sec2 .flex1 .contents .h3_title {
  font-size: 23px;
  font-weight: 600;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .sec2 .flex1 .contents .h3_title {
    font-size: 16px;
    text-align: center;
    margin-bottom: 20px;
  }
}
.sec2 .flex1 .contents .text1 {
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec2 .flex1 .contents .text1 {
    font-size: 14px;
  }
}
.sec2 .flex2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .sec2 .flex2 {
    display: block;
  }
}
.sec2 .flex2 .medal {
  width: 31%;
}
@media screen and (max-width: 767px) {
  .sec2 .flex2 .medal {
    width: 100%;
    margin: 0 auto;
    max-width: 220px;
    margin-bottom: 10px;
  }
  .sec2 .flex2 .medal:last-child {
    margin-bottom: 0;
  }
}
.sec2 .batu {
  max-width: 140px;
  margin: 0 auto;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec2 .batu {
    max-width: 70px;
    margin-bottom: 30px;
  }
}
.sec2 .text2 {
  font-size: 17px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .sec2 .text2 {
    font-size: 14px;
  }
}
.sec2 .text2 .bold {
  font-weight: 700;
}
.sec2 .text2 ul {
  padding-left: 20px;
}
.sec2 .text2 ul li {
  list-style: disc;
}

.sec3 {
  padding-bottom: 100px;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#DCECFC), color-stop(85%, #ffffff), to(#ffffff));
  background: linear-gradient(to bottom, #DCECFC 0%, #ffffff 85%, #ffffff 100%);
}
@media screen and (max-width: 767px) {
  .sec3 {
    padding-bottom: 50px;
  }
  .sec3 .inner2 {
    padding: 0;
  }
}
.sec3 .large-circle {
  position: absolute;
  top: 350px;
  left: 0;
  width: 37%;
}
@media screen and (max-width: 767px) {
  .sec3 .large-circle {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 100%;
  }
}
.sec3 .circle1 {
  position: absolute;
  right: 0;
  top: 300px;
  width: 10%;
}
@media screen and (max-width: 767px) {
  .sec3 .circle1 {
    top: 70px;
  }
}
.sec3 .circle2 {
  position: absolute;
  left: 0;
  top: 1200px;
  width: 10%;
}
@media screen and (max-width: 767px) {
  .sec3 .circle2 {
    display: none;
  }
}
.sec3 .arrow1 {
  margin: 0 auto;
  position: relative;
  z-index: 2;
  max-width: 521px;
  margin-bottom: 60px;
}
.sec3 .arrow1 img {
  position: relative;
  top: -30px;
}
@media screen and (max-width: 767px) {
  .sec3 .arrow1 {
    max-width: 180px;
    margin-bottom: 30px;
  }
  .sec3 .arrow1 img {
    position: relative;
    top: -10px;
  }
}
.sec3 .arrow2 {
  margin: 0 auto;
  margin-top: 40px;
  position: relative;
  z-index: 2;
  max-width: 330px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .sec3 .arrow2 {
    max-width: 160px;
    margin-bottom: 30px;
    margin-top: 70px;
  }
}
.sec3 .h2_title {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.sec3 .h2_title .wrap {
  font-size: 37px;
  font-weight: 700;
  padding: 15px 0;
  color: #fff;
  background: #0359B8;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec3 .h2_title .wrap {
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 374px) {
  .sec3 .h2_title .wrap {
    font-size: 18px;
  }
}
.sec3 .h2_title .wrap .kako-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.sec3 .h2_title .wrap .kako-left img {
  height: 100%;
  width: auto;
}
.sec3 .h2_title .wrap .kako-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.sec3 .h2_title .wrap .kako-right img {
  height: 100%;
  width: auto;
}
.sec3 .ul1-wrap {
  position: relative;
}
.sec3 .ul1 {
  max-width: 1000px;
  margin: 0 auto 40px;
}
@media screen and (max-width: 767px) {
  .sec3 .ul1 {
    padding-left: 18px;
    padding-right: 18px;
  }
}
.sec3 .ul1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-shadow: 4px 4px 10px rgba(42, 42, 42, 0.3);
          box-shadow: 4px 4px 10px rgba(42, 42, 42, 0.3);
  border-radius: 10px;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .sec3 .ul1 li {
    padding: 10px 15px;
    margin-bottom: 30px;
    background: rgba(255, 255, 255, 0.88);
  }
}
.sec3 .ul1 li .woman {
  max-width: 170px;
  position: absolute;
  top: -5px;
  right: 20px;
  z-index: 3;
}
@media screen and (max-width: 1000px) {
  .sec3 .ul1 li .woman {
    max-width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .sec3 .ul1 li .woman {
    max-width: 73px;
    width: 21%;
    right: -7px;
    top: 20px;
  }
}
@media screen and (max-width: 374px) {
  .sec3 .ul1 li .woman {
    max-width: 80px;
  }
}
.sec3 .ul1 li:last-child {
  margin-bottom: 0;
}
.sec3 .ul1 li:nth-child(1) {
  margin-left: auto;
  margin-right: auto;
  max-width: 653px;
}
.sec3 .ul1 li:nth-child(1) .left {
  width: 158px;
  height: 170px;
  position: relative;
  background: #ECF5FF;
}
@media screen and (max-width: 767px) {
  .sec3 .ul1 li:nth-child(1) .left {
    width: 85px;
    height: 105px;
  }
}
.sec3 .ul1 li:nth-child(1) .left .wrap {
  width: 122px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .sec3 .ul1 li:nth-child(1) .left .wrap {
    width: 60px;
  }
}
.sec3 .ul1 li:nth-child(1) .right {
  width: calc(100% - 158px);
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .sec3 .ul1 li:nth-child(1) .right {
    width: calc(100% - 85px);
  }
}
.sec3 .ul1 li:nth-child(1) .h3-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec3 .ul1 li:nth-child(1) .h3-title {
    font-size: 18px;
  }
}
.sec3 .ul1 li:nth-child(1) p {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec3 .ul1 li:nth-child(1) p {
    font-size: 15px;
  }
}
@media screen and (max-width: 374px) {
  .sec3 .ul1 li:nth-child(1) p {
    font-size: 14px;
  }
}
.sec3 .ul1 li:nth-child(1) .right {
  padding: 20px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec3 .ul1 li:nth-child(1) .right {
    background: transparent;
  }
}
.sec3 .ul1 li:nth-child(1) .right .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: left;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .sec3 .ul1 li:nth-child(1) .right .wrap {
    padding: 0px 0px 0 20px;
  }
}
.sec3 .ul1 li:nth-child(2) {
  margin-left: auto;
  max-width: 653px;
}
.sec3 .ul1 li:nth-child(2) .left {
  width: 158px;
  height: 170px;
  position: relative;
  background: #ECF5FF;
}
@media screen and (max-width: 767px) {
  .sec3 .ul1 li:nth-child(2) .left {
    width: 85px;
    height: 105px;
  }
}
.sec3 .ul1 li:nth-child(2) .left .wrap {
  width: 122px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .sec3 .ul1 li:nth-child(2) .left .wrap {
    width: 60px;
  }
}
.sec3 .ul1 li:nth-child(2) .right {
  width: calc(100% - 158px);
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .sec3 .ul1 li:nth-child(2) .right {
    width: calc(100% - 85px);
  }
}
.sec3 .ul1 li:nth-child(2) .h3-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec3 .ul1 li:nth-child(2) .h3-title {
    font-size: 18px;
  }
}
.sec3 .ul1 li:nth-child(2) p {
  font-size: 20px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec3 .ul1 li:nth-child(2) p {
    font-size: 15px;
  }
}
@media screen and (max-width: 374px) {
  .sec3 .ul1 li:nth-child(2) p {
    font-size: 14px;
  }
}
.sec3 .ul1 li:nth-child(2) .right {
  padding: 20px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec3 .ul1 li:nth-child(2) .right {
    background: transparent;
  }
}
.sec3 .ul1 li:nth-child(2) .right .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: left;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .sec3 .ul1 li:nth-child(2) .right .wrap {
    padding: 0px 0px 0 20px;
  }
}
.sec3 .ul1 li:nth-child(3) {
  margin-left: auto;
  max-width: 826px;
}
.sec3 .ul1 li:nth-child(3) .left {
  width: 265px;
  height: 225px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec3 .ul1 li:nth-child(3) .left {
    width: 85px;
    height: 105px;
  }
}
.sec3 .ul1 li:nth-child(3) .left .wrap {
  width: 149px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .sec3 .ul1 li:nth-child(3) .left .wrap {
    width: 70px;
  }
}
.sec3 .ul1 li:nth-child(3) .right {
  width: calc(100% - 158px);
  border-radius: 0 10px 10px 0;
}
@media screen and (max-width: 767px) {
  .sec3 .ul1 li:nth-child(3) .right {
    width: calc(100% - 85px);
  }
}
.sec3 .ul1 li:nth-child(3) .h3-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .sec3 .ul1 li:nth-child(3) .h3-title {
    font-size: 18px;
  }
}
.sec3 .ul1 li:nth-child(3) p {
  font-size: 23px;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .sec3 .ul1 li:nth-child(3) p {
    font-size: 15px;
  }
}
@media screen and (max-width: 374px) {
  .sec3 .ul1 li:nth-child(3) p {
    font-size: 14px;
  }
}
.sec3 .ul1 li:nth-child(3) .right {
  padding: 20px;
  position: relative;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .sec3 .ul1 li:nth-child(3) .right {
    background: transparent;
  }
}
.sec3 .ul1 li:nth-child(3) .right .wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  text-align: left;
  padding: 20px;
}
@media screen and (max-width: 767px) {
  .sec3 .ul1 li:nth-child(3) .right .wrap {
    padding: 0px 0px 0 20px;
  }
}
.sec3 .btn1 {
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .sec3 .btn1 {
    margin-bottom: 40px;
  }
}
.sec3 .gray-box {
  background: #EEEEEE;
  padding: 60px 40px;
}
@media screen and (max-width: 767px) {
  .sec3 .gray-box {
    padding: 30px 18px;
  }
}
.sec3 .attention {
  font-size: 17px;
  margin-top: 10px;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .sec3 .attention {
    font-size: 14px;
    text-align: left;
  }
}

.section-btn {
  text-align: center;
}
.section-btn a {
  background: -webkit-gradient(linear, left top, left bottom, from(#38C76F), to(#0B913F));
  background: linear-gradient(to bottom, #38C76F, #0B913F);
  display: block;
  max-width: 500px;
  margin: 0 auto;
  line-height: 1;
  padding: 30px 0;
  border-radius: 200px;
  font-size: 38px;
  font-weight: 700;
  text-align: center;
  color: #fff;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .section-btn a {
    font-size: 26px;
    padding: 20px 0;
  }
}
.section-btn a:hover {
  opacity: 0.6;
}

.h2-title2 {
  margin-top: 80px;
  margin-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .h2-title2 {
    margin-top: 40px;
    margin-bottom: 20px;
  }
}
.h2-title2 .wrap {
  background: #fff;
  max-width: 300px;
  margin: 0 auto;
  font-size: 25px;
  font-weight: 600;
  padding: 10px 0;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .h2-title2 .wrap {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .h2-title2 .wrap {
    padding: 10px 0;
    font-size: 18px;
  }
}
@media screen and (max-width: 374px) {
  .h2-title2 .wrap {
    font-size: 16px;
  }
}
.h2-title2 .wrap .kako-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.h2-title2 .wrap .kako-left img {
  height: 100%;
  width: auto;
}
.h2-title2 .wrap .kako-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.h2-title2 .wrap .kako-right img {
  height: 100%;
  width: auto;
}

.movie {
  text-align: center;
  width: 100%;
  max-width: 450px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 767px) {
  .movie {
    margin-bottom: 30px;
  }
}
.movie .movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie .movie-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.movie2 {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 0px;
}
@media screen and (max-width: 767px) {
  .movie2 {
    margin-bottom: 0px;
  }
}
.movie2 .movie-wrap {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.movie2 .movie-wrap video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.voice {
  padding-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .voice {
    padding-bottom: 50px;
  }
}
.voice .h2-title2 {
  margin: 0 auto;
  position: relative;
  z-index: 1;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .voice .h2-title2 {
    margin-bottom: 30px;
  }
}
.voice .h2-title2 .wrap {
  max-width: 600px;
  font-size: 37px;
  font-weight: 700;
  padding: 10px 0;
  color: #fff;
  background: #0359B8;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .voice .h2-title2 .wrap {
    font-size: 20px;
    padding: 10px 0;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 374px) {
  .voice .h2-title2 .wrap {
    font-size: 18px;
  }
}
.voice .h2-title2 .wrap .kako-left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.voice .h2-title2 .wrap .kako-left img {
  height: 100%;
  width: auto;
}
.voice .h2-title2 .wrap .kako-right {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
}
.voice .h2-title2 .wrap .kako-right img {
  height: 100%;
  width: auto;
}
.voice ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .voice ul {
    margin-bottom: 30px;
    display: block;
  }
}
.voice ul li {
  width: 31.5%;
  -webkit-box-shadow: 0 0 13px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 13px rgba(0, 0, 0, 0.25);
  padding: 30px 25px 50px;
  border-radius: 10px;
}
@media screen and (max-width: 767px) {
  .voice ul li {
    padding: 30px 20px;
    width: 100%;
    margin-bottom: 20px;
  }
  .voice ul li:last-child {
    margin-bottom: 0;
  }
}
.voice ul li .img {
  height: 108px;
  width: auto;
  text-align: center;
  margin-bottom: 15px;
}
.voice ul li .img img {
  width: auto;
  height: 100%;
}
.voice ul li .name {
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .voice ul li .name {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
.voice ul li p {
  font-size: 17px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .voice ul li p {
    font-size: 16px;
  }
}

.company {
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .company {
    padding-bottom: 30px;
  }
}
.company .gray-box {
  background: #EEEEEE;
  padding: 60px 40px;
  margin-bottom: 100px;
}
@media screen and (max-width: 767px) {
  .company .gray-box {
    padding: 30px 18px;
    margin-bottom: 30px;
  }
}
.company .gray-box:last-child {
  margin-bottom: 0;
}
.company .h2-title2 {
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .company .h2-title2 .wrap {
    font-size: 37px;
    max-width: 600px;
    padding: 15px 0;
  }
}
@media screen and (max-width: 767px) {
  .company .h2-title2 .wrap {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .company .inner2 {
    padding: 0;
  }
}
.company .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .company .flex {
    display: block;
  }
}
.company .flex .contents {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .company .flex .contents {
    width: 100%;
  }
}
.company .flex .contents h3 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .company .flex .contents h3 {
    font-size: 18px;
  }
}
.company .flex .contents .address {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .company .flex .contents .address {
    font-size: 16px;
  }
}
.company .flex .contents p {
  font-size: 24px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .company .flex .contents p {
    font-size: 16px;
  }
}
.company .flex .contents a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #2A2A2A;
  display: inline-block;
}
.company .flex .contents a:hover {
  opacity: 0.6;
}
.company .g-map {
  width: 42%;
}
@media screen and (max-width: 767px) {
  .company .g-map {
    width: 100%;
    margin-top: 20px;
  }
}
.company .g-map .wrap {
  width: 100%;
  position: relative;
  padding-top: 80%;
}
.company .g-map .wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.company .bottom {
  margin-top: 60px;
}
@media screen and (max-width: 767px) {
  .company .bottom {
    margin-top: 30px;
  }
}
.company .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  padding: 15px 0;
  border-bottom: 1px solid #2A2A2A;
}
@media screen and (max-width: 767px) {
  .company .row {
    padding: 10px 0;
    font-size: 16px;
  }
}
.company .row:nth-child(1) {
  border-top: 1px solid #2A2A2A;
}
.company .row .dt {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .company .row .dt {
    width: 90px;
  }
}
.company .row .dd {
  width: calc(100% - 250px);
}
@media screen and (max-width: 767px) {
  .company .row .dd {
    width: calc(100% - 90px);
  }
}
.company .row2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 22px;
  font-weight: 500;
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .company .row2 {
    padding: 10px 0;
    font-size: 14px;
    display: block;
  }
}
.company .row2 .dt {
  width: 250px;
}
@media screen and (max-width: 767px) {
  .company .row2 .dt {
    width: 100%;
    font-size: 16px;
    margin-bottom: 10px;
  }
}
.company .row2 .dd {
  width: calc(100% - 250px);
}
@media screen and (max-width: 767px) {
  .company .row2 .dd {
    width: 100%;
  }
}

.footer {
  padding: 60px 0 40px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .footer {
    padding: 0px 0 20px;
  }
}
.footer .totop {
  max-width: 60px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .footer .totop {
    max-width: 40px;
  }
}
.footer .totop a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.footer .totop a:hover {
  opacity: 0.6;
}
.footer .copyright {
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .footer .copyright {
    font-size: 16px;
  }
}
.footer ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 60px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .footer ul {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}
.footer ul a {
  color: #2A2A2A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-size: 20px;
  font-weight: 500;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .footer ul a {
    font-size: 16px;
  }
}
.footer ul a:hover {
  opacity: 0.6;
}
.footer ul li {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .footer ul li {
    font-size: 16px;
  }
}

.section-fixed {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 100;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .section-fixed {
    top: initial;
    bottom: 10px;
    right: 10px;
    -webkit-transform: initial;
            transform: initial;
  }
}

.section-fixed a {
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  /* 縦書き：右から左へ */
  background: -webkit-gradient(linear, left top, left bottom, from(#18D025), to(#0C6A13));
  background: linear-gradient(to bottom, #18D025, #0C6A13);
  /* 上→下グラデ */
  color: white;
  padding: 50px 15px;
  text-align: center;
  font-weight: bold;
  border-radius: 8px 0 0 8px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  z-index: 99;
  font-size: 24px;
  letter-spacing: 4px;
  -webkit-box-shadow: -2px 4px 4px 3px rgba(0, 0, 0, 0.45);
          box-shadow: -2px 4px 4px 3px rgba(0, 0, 0, 0.45);
  color: white;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
@media screen and (max-width: 767px) {
  .section-fixed a {
    -webkit-writing-mode: initial;
        -ms-writing-mode: initial;
            writing-mode: initial;
    /* 縦書き：右から左へ */
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 8px;
    -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.45);
            box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.45);
  }
}
.section-fixed a:hover {
  opacity: 0.6;
}

.section-fixed.visible {
  opacity: 1 !important;
  pointer-events: auto;
}

.section-fixed a {
  color: white;
  text-decoration: none;
}

.popup {
  display: none;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  overflow: auto;
  /* ポップアップ全体でスクロール */
}

.popup-content {
  background: #F5F5F5;
  position: relative;
  position: relative;
  overflow-y: auto;
}
.popup-content .wrap {
  max-width: 1100px;
  margin: 0 auto;
  padding: 60px 40px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .popup-content .wrap {
    padding: 40px 18px;
  }
}

.popup-close {
  position: fixed;
  top: 4%;
  right: 10%;
  font-size: 1.5em;
  background: none;
  border: none;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .popup-close {
    top: 20px;
  }
}

.section2 {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .section2 {
    padding: 30px 0;
  }
}
.section2 h2 {
  font-size: 20px;
  margin-bottom: 50px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  .section2 h2 {
    font-size: 18px;
    margin-bottom: 30px;
  }
}
.section2 p {
  font-size: 16px;
  color: #6D6C6C;
}

.mv2 .contents {
  max-width: 1000px;
  background: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 767px) {
  .mv2 .contents {
    padding: 30px 18px;
    width: 90%;
  }
}
.mv2 .contents .title {
  color: #0359B8;
  font-size: 27px;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  .mv2 .contents .title {
    font-size: 17px;
  }
}
@media screen and (max-width: 374px) {
  .mv2 .contents .title {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
.mv2 .contents .lead {
  font-size: 17px;
  color: #2A2A2A;
  text-shadow: none;
}
@media screen and (max-width: 767px) {
  .mv2 .contents .lead {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 374px) {
  .mv2 .contents .lead {
    font-size: 12px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 374px) {
  .footer ul a {
    font-size: 13px;
  }
  .footer ul li {
    font-size: 13px;
  }
}
.section3 {
  padding: 70px 0;
}
@media screen and (max-width: 767px) {
  .section3 {
    padding: 50px 0;
  }
}
.section3 h2 {
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .section3 .section-btn a {
    font-size: 34px;
  }
}
@media screen and (max-width: 767px) {
  .section3 .section-btn a {
    font-size: 20px;
  }
}
.section3 .qr {
  max-width: 170px;
  margin: 0 auto;
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .section3 .qr {
    margin-top: 30px;
    max-width: 100px;
    margin-bottom: 30px;
  }
}

.contact-box {
  background: #ECF5FF;
  padding: 60px;
  font-size: 18px;
}
@media screen and (max-width: 767px) {
  .contact-box {
    padding: 30px 18px;
    font-size: 16px;
  }
}
.contact-box h3 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 50px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-box h3 {
    margin-bottom: 30px;
    font-size: 18px;
  }
}
.contact-box .row {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .contact-box .row {
    margin-bottom: 15px;
  }
}
.contact-box .row .dt {
  font-weight: 600;
  margin-bottom: 7px;
}
.contact-box .row .dt .required {
  background: #FF0000;
  display: inline-block;
  padding: 2px 10px;
  font-size: 16px;
  color: #Fff;
  border-radius: 8px;
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .contact-box .row .dt .required {
    font-size: 13px;
  }
}
.contact-box .submit {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .contact-box .submit {
    margin-top: 30px;
  }
}
.contact-box .submit input {
  font-size: 30px;
  max-width: 500px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: -webkit-gradient(linear, left top, left bottom, from(#0359B8), to(#2981F8));
  background: linear-gradient(to bottom, #0359B8, #2981F8);
  border-radius: 100px;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  padding: 15px 0;
}
@media screen and (max-width: 767px) {
  .contact-box .submit input {
    max-width: 282px;
  }
}
.contact-box .submit input:hover {
  opacity: 0.6;
}
.contact-box a {
  font-size: 18px;
  color: #0359B8;
  text-decoration: underline;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: inline-block;
}
.contact-box a:hover {
  opacity: 0.6;
}
@media screen and (max-width: 767px) {
  .contact-box a {
    font-size: 16px;
  }
}
.contact-box .check-box {
  text-align: center;
  margin-bottom: 30px;
}
.contact-box .check-box .wpcf7-list-item-label {
  position: relative;
  padding-left: 30px;
}
.contact-box .check-box .wpcf7-list-item-label::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #2A2A2A;
  content: "";
}
.contact-box .check-box .wpcf7-list-item-label::after {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-130deg);
          transform: translateY(-50%) rotate(-130deg);
  left: 10px;
  width: 5px;
  height: 15px;
  border-left: 1.5px solid #2A2A2A;
  border-top: 1.5px solid #2A2A2A;
  content: "";
  opacity: 0;
}
.contact-box .check-box input {
  position: absolute;
  opacity: 0;
  left: -1000%;
}
.contact-box .check-box input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.contact-box .text {
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
}

.thanks {
  text-align: center;
  margin-bottom: 50px;
  font-size: 30px;
  font-weight: 700;
}

textarea {
  height: 200px;
  resize: none;
}

.wpcf7-spinner {
  display: none !important;
}

.wp-block-table {
  overflow: visible !important;
}

.zu .wp-block-table td,
.zu .wp-block-table th {
  border: 13px solid #EEEEEE;
}
.zu tr:nth-child(1) {
  font-size: 20px;
  font-weight: 600;
}
.zu tr:nth-child(n+2) td:nth-child(n+4) img {
  width: 61px !important;
}
.zu table,
.zu th,
.zu td {
  vertical-align: middle;
}
.zu tr:nth-child(1) th {
  border: none !important;
}
.zu tr:nth-child(1) td:nth-child(1) {
  font-size: 25px;
  font-weight: 700;
  vertical-align: bottom;
  width: 375px;
  padding: 0;
}
@media screen and (max-width: 1000px) {
  .zu tr:nth-child(1) td:nth-child(1) {
    width: 225px;
  }
}
@media screen and (max-width: 767px) {
  .zu tr:nth-child(1) td:nth-child(1) {
    width: 125px;
  }
}
.zu tr:nth-child(1) td:nth-child(2) {
  font-size: 23px;
  font-weight: 600;
  vertical-align: bottom;
  padding: 0;
}
.zu tr:nth-child(1) td:nth-child(3) {
  font-size: 23px;
  font-weight: 600;
  vertical-align: bottom;
  padding: 0;
}
.zu tr:nth-child(1) td:nth-child(4) {
  background: #fff;
  padding: 10px;
  position: relative;
}
.zu tr:nth-child(1) td:nth-child(4) img {
  width: 80% !important;
}
.zu tr:nth-child(1) td:nth-child(4)::before {
  position: absolute;
  top: -85px;
  content: "";
  background: url(../img/king.png) no-repeat center center/cover;
  width: 83px;
  height: 83px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  left: 50%;
}
.zu tr:nth-child(n+2) td:nth-child(1) {
  background: #FFD469;
  font-size: 20px;
  font-weight: 600;
}
.zu tr:nth-child(n+2) td:nth-child(2) {
  background: #fff;
}
.zu tr:nth-child(n+2) td:nth-child(3) {
  background: #fff;
}
.zu tr:nth-child(n+2) td:nth-child(4) {
  background: #FFEEE4;
}
.zu tr td:nth-child(2) img {
  width: 41px !important;
}
.zu tr td:nth-child(3) img {
  width: 41px !important;
}
.zu tr td:nth-child(4) {
  border: 15px solid #0359B8;
  border-top: 30px solid #0359B8;
  border-bottom: 30px solid #0359B8;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  .zu tr:nth-child(n+2) td:nth-child(1) {
    font-size: 13px;
  }
  .zu tr:nth-child(1) td:nth-child(1) {
    font-size: 14px;
  }
  .zu tr:nth-child(1) td:nth-child(2) {
    font-size: 12px;
  }
  .zu tr:nth-child(1) td:nth-child(3) {
    font-size: 12px;
  }
  .zu .wp-block-table td,
  .zu .wp-block-table th {
    border: 4px solid #eee;
  }
  .zu tr td:nth-child(2) img {
    width: 18px !important;
  }
  .zu tr td:nth-child(3) img {
    width: 18px !important;
  }
  .zu tr:nth-child(n+2) td:nth-child(n+4) img {
    width: 25px !important;
  }
  .zu tr td:nth-child(4) {
    border: 5px solid #0359B8;
  }
  .zu tr:nth-child(1) td:nth-child(4) {
    padding: 0 5px;
    width: 100px;
  }
  .zu tr:nth-child(1) td:nth-child(4)::before {
    position: absolute;
    top: -21px;
    content: "";
    background: url(../img/king.png) no-repeat center center/cover;
    width: 29px;
    height: 29px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
  }
  .zu tr:nth-child(1) td:nth-child(4) img {
    padding: 6px 0;
  }
}
.zu tr:nth-child(n+2) td:nth-child(2) img {
  vertical-align: middle;
}

.zu tr:nth-child(n+2) td:nth-child(3) img {
  vertical-align: middle;
}

.sec1 .title .wrap {
  padding: 40px 0;
}
@media screen and (max-width: 767px) {
  .sec1 .title .wrap {
    padding: 20px 0;
  }
}

.sec2 .flex1 .contents .h3_title a {
  color: #2A2A2A;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
.sec2 .flex1 .contents .h3_title a:hover {
  opacity: 0.6;
}

.sec2 .flex1 .logo a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
}
.sec2 .flex1 .logo a:hover {
  opacity: 0.6;
}

@media screen and (max-width: 767px) {
  .sp-18-wrap {
    font-size: 18px !important;
  }
}
.fadein {
  opacity: 0;
  -webkit-animation: fadeInUp 1.3s ease-out forwards;
          animation: fadeInUp 1.3s ease-out forwards;
}

@-webkit-keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInUp {
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.sec1 .ul1 li {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.sec1 .ul1 li.fade-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sec1 .ul1 li:nth-child(1) {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.sec1 .ul1 li:nth-child(2) {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}

.sec1 .ul1 li:nth-child(3) {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}

.sec1 .ul1 li:nth-child(4) {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}

.sec1 .ul1 li:nth-child(5) {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.sec1 .ul1 li:nth-child(6) {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.sec2 .h2_title {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}

.sec2 .h2_title.fade-in {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sec2 .flex2 .medal.fade-in {
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.sec2 .flex2 .medal.fade-in.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.delay-0 {
  -webkit-transition-delay: 0s !important;
          transition-delay: 0s !important;
}

.delay-1 {
  -webkit-transition-delay: 0.2s !important;
          transition-delay: 0.2s !important;
}

.delay-2 {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}

.sec2 .batu {
  opacity: 0;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
.sec2 .batu.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/* 表示時：不透明に */
.sec3 .h2_title .wrap {
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}

.sec3 .h2_title .wrap.is-visible {
  opacity: 1;
}

.sec3 .ul1 li:nth-child(1),
.sec3 .ul1 li:nth-child(2) {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

.sec3 .ul1 li:nth-child(1).is-visible,
.sec3 .ul1 li:nth-child(2).is-visible {
  opacity: 1;
}

.sec3 .ul1 li:nth-child(3) {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  /* 下から20px移動してくる */
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

.sec3 .ul1 li:nth-child(3).is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  /* 元の位置へ */
}

.voice .h2-title2 .wrap {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

.voice .h2-title2 .wrap.is-visible {
  opacity: 1;
}

.sec3 .h2_title .wrap {
  opacity: 0;
}

.voice ul li {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.voice ul li:nth-child(1) {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}
.voice ul li:nth-child(2) {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}
.voice ul li:nth-child(3) {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}

.voice ul li.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.company .gray-box {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

.company .gray-box.is-visible {
  opacity: 1;
}

.contact-box .submit,
.contact-box .check-box,
.sec3-a h2,
.sec3-a .btn1,
.section3 .qr,
.contact-box h3,
.contact-box .row {
  opacity: 0;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, -webkit-transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease;
  transition: opacity 0.6s ease, transform 0.6s ease, -webkit-transform 0.6s ease;
}
.contact-box .submit.is-visible,
.contact-box .check-box.is-visible,
.sec3-a h2.is-visible,
.sec3-a .btn1.is-visible,
.section3 .qr.is-visible,
.contact-box h3.is-visible,
.contact-box .row.is-visible {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.sec3-a h2 {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

.sec3-a .btn1 {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

.section3 .qr {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

.contact-box h3 {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}

.contact-box .row:nth-child(1) {
  -webkit-transition-delay: 0.3s !important;
          transition-delay: 0.3s !important;
}
.contact-box .row:nth-child(2) {
  -webkit-transition-delay: 0.4s !important;
          transition-delay: 0.4s !important;
}
.contact-box .row:nth-child(3) {
  -webkit-transition-delay: 0.5s !important;
          transition-delay: 0.5s !important;
}
.contact-box .row:nth-child(4) {
  -webkit-transition-delay: 0.6s !important;
          transition-delay: 0.6s !important;
}
.contact-box .row:nth-child(5) {
  -webkit-transition-delay: 0.7s !important;
          transition-delay: 0.7s !important;
}
.contact-box .row:nth-child(6) {
  -webkit-transition-delay: 0.8s !important;
          transition-delay: 0.8s !important;
}
.contact-box .row:nth-child(7) {
  -webkit-transition-delay: 0.9s !important;
          transition-delay: 0.9s !important;
}
.contact-box .row:nth-child(8) {
  -webkit-transition-delay: 1s !important;
          transition-delay: 1s !important;
}

.contact-box .check-box {
  -webkit-transition-delay: 1.1s !important;
          transition-delay: 1.1s !important;
}

.contact-box .submit {
  -webkit-transition-delay: 1.2s !important;
          transition-delay: 1.2s !important;
}