@charset "UTF-8";
/* resposive function
----------------------------------*/
/* 自動計算 */
.speakAnchor {
  display: none;
}

/* reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form,
fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

fieldset, img {
  border: 0;
}

figure {
  margin: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th {
  text-align: left;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

img {
  max-width: 100%;
  width: 100%;
  vertical-align: bottom;
  height: auto;
}

a {
  transition: 0.4s;
  outline: 0;
  color: #0071b1;
}
a:hover {
  text-decoration: none;
}

/* Body */
body {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.025em;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-style: normal;
  font-weight: 500;
  color: #1C2A55;
  font-size: 14px;
  line-height: 1.6;
  overflow: hidden;
}

body.fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

/* common */
.tb {
  display: none !important;
}

.tab {
  display: none !important;
}

.sp {
  display: none !important;
}

@media screen and (max-width: 980px) {
  .tab {
    display: inline-block !important;
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
  .sp {
    display: inline-block !important;
  }
}
.inner {
  font-family: "Noto Sans JP", sans-serif;
  max-width: 980px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767px) {
  .inner {
    width: 90%;
  }
}

.ta-r {
  text-align: right !important;
}

.ta-l {
  text-align: left !important;
}

.ta-c {
  text-align: center !important;
}

.hukkidashi {
  text-align: center;
  font-size: 43px;
  margin: 20px auto;
}

.hukkidashi span {
  position: relative;
  display: inline-block;
}

.hukkidashi span:before, .hukkidashi span:after {
  content: "";
  display: inline-block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 52px;
  height: 88px;
}

.hukkidashi span:before {
  background-image: url("../images/hukidashi_b.svg");
  left: -60px;
}

.hukkidashi span:after {
  background-image: url("../images/hukidashi_a.svg");
  right: -60px;
}

/* button */
.btn01 {
  max-width: 564px;
  margin: 0 auto 20px;
  border-radius: 60px;
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 33px;
  font-weight: 700;
  position: relative;
  background-color: #FF7701;
  color: #fff;
  box-shadow: 0px 7px 0px 0px #974013;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  transition: 0.3s all;
}

.btn01:after {
  content: "";
  display: inline-block;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 16px;
  height: 25px;
  background-image: url("../images/arrow03.svg");
  right: 25px;
  transition: 0.3s all;
}

.btn01:hover {
  transform: translateY(6px);
  transition: 0.3s all;
  box-shadow: 0px 0px 0px 0px rgb(125, 28, 36);
}

.btn02 {
  max-width: 460px;
  margin: 0 auto 35px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  background-color: #fff;
  border: 2px solid #1C2A55;
  color: #1C2A55;
  box-shadow: 0px 10px 0px 0px #1C2A55;
  text-decoration: none;
  font-family: "Noto Sans JP", sans-serif;
  transition: 0.3s all;
}

.btn02:hover {
  transform: translateY(6px);
  box-shadow: 0px 0px 0px 0px #1C2A55;
}

.btn03 {
  max-width: 500px;
  margin: 0 auto 35px;
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  background-color: #F5E929;
  border: 2px solid #1C2A55;
  color: #1C2A55;
  box-shadow: 0px 10px 0px 0px #1C2A55;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  transition: 0.3s all;
}

.btn03:hover {
  transform: translateY(6px);
  box-shadow: 0px 0 0px 0px #1C2A55;
}

.btn03 .icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 70px;
  width: 22px;
}

.btn04 {
  background-color: #CCCCCC;
  max-width: 340px;
  margin: 0 auto;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 500;
  font-family: "Noto Sans JP", sans-serif;
  text-decoration: none;
  transition: 0.3s all;
  color: #111;
}

.btn04:hover {
  transform: translateY(6px);
  box-shadow: 0px 0 0px 0px rgb(125, 28, 36);
}

.btn04 .icon {
  width: 12px;
  vertical-align: middle;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .hukkidashi {
    font-size: 25px;
  }
  .hukkidashi span:before, .hukkidashi span:after {
    top: 51%;
    width: 6.16vw;
    height: 10.5973333333vw;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
  }
  .hukkidashi span:before {
    left: 7.3333333333vw;
  }
  .hukkidashi span:after {
    right: 7.3333333333vw;
  }
  .btn01 {
    max-width: 100%;
    width: 69.8666666667vw;
    height: 16vw;
    box-shadow: 0px 1.0666666667vw 0px 0px rgb(125, 28, 36);
    font-size: 4.2666666667vw;
    display: flex !important;
  }
  .btn01:after {
    width: 2.4vw;
    height: 3.6vw;
    right: 3.3333333333vw;
  }
  .btn02 {
    max-width: 100%;
    width: 69.8666666667vw;
    box-shadow: 0px 1.3333333333vw 0px 0px #1C2A55;
    font-size: 4vw;
    height: 12vw;
  }
  .btn03 {
    max-width: 100%;
    width: 78.6666666667vw;
    margin: 0 auto;
    font-size: 4.2666666667vw;
    height: 13.3333333333vw;
    box-shadow: 0px 1.3333333333vw 0px 0px #1C2A55;
  }
  .btn03 .icon {
    right: 4.4vw;
    width: 2.9333333333vw;
  }
  .btn04 {
    max-width: 100%;
    width: 58.6666666667vw;
    height: 8.8vw;
    font-size: 3.3333333333vw;
  }
  .btn04 .icon {
    margin-left: 0.6666666667vw;
    width: 2.9333333333vw;
  }
}
/* header */
header {
  width: 100%;
  padding: 20px 0;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 50;
  font-size: min(1.5555555556vw, 14px);
}

header .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

header .inner > .logo {
  width: 60px;
}

header .inner > div .nav {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  flex: 1;
}

header .inner > div .nav li {
  margin-left: min(3.0612244898vw, 30px);
}

header .inner > div .nav li a {
  letter-spacing: 1px;
  text-decoration: none;
  color: #111111;
  font-weight: 700;
}

.openbtn1 {
  display: none;
}

@media screen and (max-width: 767px) {
  .openbtn1 {
    display: block;
    position: relative;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 5px;
    z-index: 2;
  }
  .openbtn1 span {
    display: inline-block;
    transition: all 0.4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background: #707070;
    width: 45%;
  }
  .openbtn1 span:nth-of-type(1) {
    top: 15px;
  }
  .openbtn1 span:nth-of-type(2) {
    top: 23px;
  }
  .openbtn1 span:nth-of-type(3) {
    top: 31px;
  }
  .openbtn1.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 40%;
    background: #707070;
  }
  .openbtn1.active span:nth-of-type(2) {
    opacity: 0;
  }
  .openbtn1.active span:nth-of-type(3) {
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 40%;
    background: #707070;
  }
  .nav-conts {
    position: fixed;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    transition: all 0.6s;
    z-index: 1;
    background: #fff;
  }
  .nav-conts.active {
    right: 0;
  }
  header {
    padding: 8px 0;
  }
  header .inner > div .nav {
    width: 74.6666666667vw;
    margin: 100px auto 45px;
    display: block;
    font-size: 3.7333333333vw;
  }
  header .inner > div .nav li {
    margin-bottom: 30px;
  }
  header .inner > div .nav li a {
    font-weight: 500;
    color: #1c2a55;
  }
}
.keyv {
  background: url("../images/bg_kv.png") repeat 0 0;
  background-size: min(6.7698259188vw, 70px) auto;
}

.keyv-inner {
  max-width: 1034px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 88px auto 0;
  padding: min(3.3849129594vw, 35px) min(2.417794971vw, 25px) min(3.3849129594vw, 35px);
  position: relative;
  box-sizing: border-box;
}
.keyv-inner .notice {
  position: absolute;
  bottom: min(6.2862669246vw, 65px);
  left: min(5.8027079304vw, 60px);
  z-index: 10;
  font-size: min(1.5473887814vw, 16px);
  letter-spacing: 0;
  font-weight: 700;
}

@-webkit-keyframes bounceKv {
  0% {
    transform: scale(0) translateY(0);
    opacity: 0;
  }
  25%, 75% {
    opacity: 1;
    transform: scale(1.1) translateY(-10px);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    opacity: 1;
    transform: scale(1) translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}

@keyframes bounceKv {
  0% {
    transform: scale(0) translateY(0);
    opacity: 0;
  }
  25%, 75% {
    opacity: 1;
    transform: scale(1.1) translateY(-10px);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    opacity: 1;
    transform: scale(1) translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    opacity: 1;
    transform: scale(1) translateY(0);
  }
}
@media screen and (max-width: 767px) {
  .keyv-inner {
    padding: 0;
    margin-top: 66px;
  }
  .keyv-inner .notice {
    line-height: 1;
    bottom: 1.0666666667vw;
    left: 2.9333333333vw;
    font-size: 2.6666666667vw;
  }
}
.period {
  display: flex;
  justify-content: center;
  align-items: center;
  height: min(11.4285714286vw, 112px);
  background-color: #F5E929;
}
.period span::after {
  content: "：";
}
.period p {
  font-size: min(2.7551020408vw, 27px);
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .period {
    height: 17.3333333333vw;
  }
  .period span::after {
    display: none;
  }
  .period p {
    font-size: 3.6vw;
    line-height: 1.6;
    text-align: center;
  }
}
.intro {
  padding: 65px 0 120px;
  background: url(../images/bg_otoku.png) center 0 repeat;
  background-size: 85px auto;
}
.intro .title {
  width: 100%;
  max-width: min(89.7959183673vw, 880px);
  margin: 0 auto;
  padding: 0 38px;
  box-sizing: border-box;
}
.intro .inner {
  position: relative;
  background-color: #fff;
  margin-top: 60px;
  padding: 60px 4.296875vw;
  box-sizing: border-box;
  z-index: 10;
  border-radius: 40px;
}
.intro .content {
  max-width: 700px;
  width: 100%;
  margin: 0 auto min(6.1224489796vw, 60px);
}
.intro .content:nth-of-type(3) {
  margin-bottom: min(7.1428571429vw, 70px);
}
.intro .content dl dt {
  width: min(69.5918367347vw, 682px);
  margin: 30px auto 0;
}
.intro .content dl dd {
  width: min(41.2244897959vw, 404px);
  margin: 0 auto;
}
.intro .content .title-bg {
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
}
.intro .content .title-bg span {
  display: inline-block;
  padding: 5px 16px 5px;
  background-color: #BEE35E;
  font-size: min(4.4897959184vw, 44px);
  font-weight: 500;
  line-height: 1.2;
  color: #1C2A55;
  font-feature-settings: "palt";
  margin-bottom: 16px;
  position: relative;
  white-space: nowrap;
}
.intro .content .title-bg span:last-child {
  margin-bottom: 0;
}
.intro .content .title-bg span em {
  font-weight: 500;
}
.intro .content .title-bg span small {
  font-size: 0.7em;
}
.intro .content .text-desc {
  text-align: center;
  font-size: min(2.0408163265vw, 20px);
  font-weight: 500;
  color: #111111;
  font-feature-settings: "palt";
}
.intro .content figure {
  margin: 30px auto 0;
  box-sizing: border-box;
  width: 100%;
}
.intro .content figure img {
  width: 100%;
}
.intro .content figure.intro-img01 {
  max-width: min(50.5102040816vw, 495px);
}
.intro .content figure.intro-img02 {
  max-width: min(40.8163265306vw, 400px);
}
.intro .content figure.intro-img03 {
  max-width: min(52.3469387755vw, 513px);
}
.intro .content figure.intro-img04 {
  max-width: min(41.3265306122vw, 405px);
}
.intro .conv {
  position: relative;
  z-index: 10;
}
.intro .conv .btn-caption {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: min(2.4489795918vw, 24px);
  font-weight: 500;
  color: #111111;
  text-align: center;
  margin-bottom: 19px;
}
.intro .conv p {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  margin-bottom: 30px;
  color: #111111;
}
.intro .conv p a {
  color: #111111;
}
.intro .conv p a:hover {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .intro {
    padding: 6.6666666667vw 7.4666666667vw 16vw;
    background: url(../images/bg_otoku.png) center 0 repeat;
    background-size: 11.4666666667vw auto;
  }
  .intro .title {
    width: 72vw;
    padding: 0;
  }
  .intro .inner {
    padding: 4.8vw 0 2.6666666667vw;
    width: 100%;
    margin-top: 4vw;
    border-radius: 5.3333333333vw;
  }
  .intro .content {
    margin-bottom: 12vw;
  }
  .intro .content:nth-of-type(3) {
    margin-bottom: 12vw;
  }
  .intro .content dl {
    padding: 0;
  }
  .intro .content dl dd {
    width: 54.4vw;
  }
  .intro .content dl dt {
    margin-top: 5.3333333333vw;
  }
  .intro .content .title-bg {
    margin-bottom: 4vw;
  }
  .intro .content .title-bg span {
    padding: 1.3333333333vw 2.1333333333vw 1.3333333333vw;
    font-size: 5.3333333333vw;
    line-height: 1.2;
    margin-bottom: 1.8666666667vw;
  }
  .intro .content .title-bg span:last-child {
    margin-bottom: 0;
  }
  .intro .content .text-desc {
    font-size: 3.7333333333vw;
    margin-top: -1.3333333333vw;
  }
  .intro .content figure {
    margin: 2.6666666667vw auto 0;
  }
  .intro .content figure.intro-img01 {
    max-width: 100%;
    width: 65.6vw;
    margin-top: 2.6666666667vw;
    padding: 0;
  }
  .intro .content figure.intro-img02 {
    max-width: 100%;
    width: 66.6666666667vw;
  }
  .intro .content figure.intro-img03 {
    max-width: 100%;
    width: 82.6666666667vw;
  }
  .intro .content figure.intro-img04 {
    max-width: 100%;
    width: 67.4666666667vw;
  }
  .intro .conv .btn-caption {
    font-size: 4.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
  .intro .conv p {
    font-size: 3.6vw;
    line-height: 1.8;
    margin-bottom: 4vw;
  }
}
/* */
.bg-wave {
  background: #FDFACC;
  position: relative;
}
.bg-wave::before, .bg-wave::after {
  content: "";
  width: 100%;
  height: 35px;
  background: url(../images/wave.svg) center 0 repeat-x;
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: 20;
}
.bg-wave::before {
  transform: scaleY(-1);
  bottom: auto;
  top: -15px;
}

@media screen and (max-width: 767px) {
  .bg-wave::before, .bg-wave::after {
    height: 4.8vw;
    background: url(../images/wave.svg) center 0 repeat-x;
    background-size: contain;
    bottom: -2.1333333333vw;
  }
  .bg-wave::before {
    bottom: auto;
    top: -2.1333333333vw;
  }
}
.jcbcard {
  padding: min(11.7346938776vw, 115px) 0 min(10.2040816327vw, 100px);
}
.jcbcard .title02 {
  font-size: min(5.5102040816vw, 54px);
  font-weight: 700;
  line-height: min(7.6530612245vw, 75px);
  text-align: center;
  margin-bottom: min(2.5510204082vw, 25px);
  padding-bottom: min(9.1836734694vw, 90px);
  position: relative;
}
.jcbcard .title02::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  max-width: 980px;
  width: 100%;
  height: 56px;
  transform: translateX(-50%);
  background: url("../images/title_line.svg") no-repeat 0 0/100% 55.5px;
}
.jcbcard .title03 {
  margin-bottom: 55px;
}
.jcbcard .title03 dd {
  font-size: min(3.3090909091vw, 36.4px);
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
}
.jcbcard .title-bg {
  text-align: center;
  margin-bottom: 20px;
  overflow: hidden;
  word-wrap: none;
}
.jcbcard .title-bg span {
  display: inline-block;
  padding: 5px 16px 5px;
  background-color: #1C2A55;
  font-size: min(4vw, 44px);
  font-weight: 500;
  line-height: 1.2;
  color: #FFFFFF;
  margin-bottom: 16px;
  position: relative;
}
.jcbcard .title-bg span:last-child {
  margin-bottom: 0;
}
.jcbcard .title-bg span em {
  font-weight: 500;
}
.jcbcard .title-bg span small {
  font-size: 0.7em;
}
.jcbcard .maskslidein span {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}
.jcbcard .maskslidein.is-mask span {
  -webkit-animation: clip-mask 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: clip-mask 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards; /* アニメーションを設定 */
}
.jcbcard .card {
  display: flex;
  justify-content: center;
  margin-bottom: 75px;
}
.jcbcard .card dl dd {
  position: relative;
  width: 300px;
  margin-bottom: 27px;
}
.jcbcard .card dl dd img {
  width: 100%;
}
.jcbcard .card dl dt {
  font-size: 26px;
  line-height: 1;
  font-weight: 500;
  text-align: center;
}
.jcbcard .card dl.card_w {
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .jcbcard {
    padding: 12.2666666667vw 0 17.3333333333vw;
  }
  .jcbcard .title02 {
    font-size: 6.4vw;
    line-height: 1.6;
    margin-bottom: 4vw;
    padding-bottom: 14.6666666667vw;
  }
  .jcbcard .title02::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 88vw;
    height: 10.1333333333vw;
    transform: translateX(-50%);
    background: url("../images/title_line_sp.svg") 0 0 no-repeat;
    background-size: contain;
  }
  .jcbcard .title03 {
    margin-bottom: 8vw;
  }
  .jcbcard .title03 dd {
    font-size: 4.9333333333vw;
    margin-bottom: 2.9333333333vw;
  }
  .jcbcard .title-bg {
    margin-bottom: 4vw;
  }
  .jcbcard .title-bg span {
    padding: 1.3333333333vw 2.1333333333vw 1.3333333333vw;
    font-size: 7.3333333333vw;
    margin-bottom: 1.8666666667vw;
  }
  .jcbcard .title-bg span:last-child {
    margin-bottom: 0;
    word-break: keep-all;
  }
  .jcbcard .card {
    margin-bottom: 6.6666666667vw;
  }
  .jcbcard .card dl dd {
    width: 36.8vw;
    margin-bottom: 2.9333333333vw;
  }
  .jcbcard .card dl dt {
    font-size: 4.1333333333vw;
  }
  .jcbcard .card dl.card_w {
    margin-right: 5.3333333333vw;
  }
  .jcbcard .card dl.card_s dd::after {
    font-size: 6.1333333333vw;
  }
}
/* */
.value {
  padding: 90px 0 90px;
  background: url("../images/bg_pattern.jpg") repeat 0 0;
}
.value .title04 {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 48px;
  font-weight: 700;
  line-height: 1.8;
  color: #1C2A55;
  text-align: center;
  margin-bottom: 40px;
}
.value .text-desc01 {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 27px;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 20px;
}
.value .text-desc01 span {
  font-size: 1.2em;
}
.value .text-desc01 span strong {
  font-size: 1.3em;
  font-weight: 700;
}
.value .text-desc01 span.red {
  color: #D7001C;
}
.value .point-img {
  max-width: 650px;
  width: 100%;
  margin: 0 auto 40px;
  box-sizing: border-box;
}
.value .point-img img {
  width: 100%;
}
.value .text-note {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 20px;
  font-weight: 500;
  line-height: 35px;
  padding-left: 52px;
  margin-bottom: 85px;
}
.value .text-note .small {
  margin-top: 25px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.value .insurance-conts {
  display: flex;
  padding: 0 26px;
}
.value .insurance-conts .insurance-text {
  max-width: 400px;
  width: 100%;
  border-left: 12px solid #1BA035;
  padding-left: 20px;
  position: relative;
  box-sizing: border-box;
  margin-right: 65px;
}
.value .insurance-conts .insurance-text dl {
  margin-bottom: 25px;
}
.value .insurance-conts .insurance-text dl dt {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 35px;
  line-height: 1.2;
  color: #1C2A55;
  margin-bottom: 12px;
}
.value .insurance-conts .insurance-text dl dd {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-weight: 700;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.8px;
  color: #111111;
}
.value .insurance-conts .insurance-text ul li {
  margin-left: 1em;
  text-indent: -1em;
}
.value .insurance-conts .insurance-img {
  display: flex;
  align-items: center;
  width: 360px;
  margin-left: 20px;
  line-height: 0;
}
.value .insurance-conts .insurance-img img {
  width: 100%;
}
.value .insurance-conts:nth-child(2) {
  margin-top: 78px;
  margin-bottom: 125px;
}
.value .insurance-conts:nth-child(2) .insurance-img {
  width: 392px;
  margin-left: 0;
}
.value .insurance-conts:nth-child(2) .insurance-text .code {
  position: absolute;
  right: 0;
  bottom: -25px;
}
.value .text-desc02 {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 27px;
  font-weight: 700;
  line-height: 47px;
  text-align: center;
  margin-bottom: 20px;
}
.value .text-desc02 span {
  font-size: 1.2em;
}
.value .text-desc02 span.red {
  color: #D7001C;
}
.value .link {
  font-size: 19px;
  text-align: center;
}

@media screen and (max-width: 980px) {
  .value .insurance-conts .insurance-img {
    margin-left: 0;
  }
  .value .insurance-conts:nth-child(2) .insurance-img {
    margin-left: 0;
  }
}
@media screen and (max-width: 831px) {
  .value .title04 {
    font-size: 5.1111111111vw;
    line-height: 1.8;
    margin-bottom: 4.4444444444vw;
  }
  .value .insurance-conts .insurance-text {
    margin-right: 2em;
  }
  .value .insurance-conts .insurance-text dl dt .tb {
    display: inline-block !important;
  }
  .value .text-note .pc {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .value {
    padding: 7.4666666667vw 0 10.6666666667vw;
    box-sizing: border-box;
    background: url("../images/bg_pattern.jpg") repeat 0 0;
  }
  .value .inner {
    width: 100%;
  }
  .value .content {
    padding: 0 8vw;
    box-sizing: border-box;
  }
  .value .title04 {
    font-size: 6.1333333333vw;
    line-height: 1.8;
    margin-bottom: 5.3333333333vw;
  }
  .value .text-desc01 {
    font-size: 4.6666666667vw;
    line-height: 1.6;
    margin-bottom: 5.3333333333vw;
  }
  .value .text-desc01 span {
    line-height: 1.2;
  }
  .value .point-img {
    max-width: 82.4vw;
    margin: 0 auto rrespPx_sp(17.5);
  }
  .value .text-note {
    font-size: 3.7333333333vw;
    line-height: 1.6;
    padding-left: 0;
    margin-bottom: 11.3333333333vw;
  }
  .value .text-note .small {
    margin-top: 3.4666666667vw;
    font-size: 3.2vw;
    line-height: 1.6;
  }
  .value .insurance-conts {
    flex-direction: column;
    padding: 0;
  }
  .value .insurance-conts .insurance-text {
    max-width: 100%;
    width: 100%;
    border-left: 2.1333333333vw solid #1BA035;
    padding-left: 4vw;
    margin-right: 0;
  }
  .value .insurance-conts .insurance-text dl {
    margin-bottom: 4vw;
  }
  .value .insurance-conts .insurance-text dl dt {
    font-size: 6.1333333333vw;
    margin-bottom: 2.6666666667vw;
  }
  .value .insurance-conts .insurance-text dl dt .tb {
    display: none !important;
  }
  .value .insurance-conts .insurance-text dl dd {
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
  .value .insurance-conts .insurance-text ul li {
    font-size: 3.2vw;
  }
  .value .insurance-conts .insurance-img {
    width: 51.7333333333vw;
    margin: 6.6666666667vw auto 0;
    line-height: 0;
    position: static;
  }
  .value .insurance-conts:nth-child(2) {
    margin-top: 9.0666666667vw;
    margin-bottom: 13.3333333333vw;
  }
  .value .insurance-conts:nth-child(2) .insurance-img {
    width: 55.2vw;
    margin: 6.6666666667vw auto 0;
    right: inherit;
  }
  .value .insurance-conts:nth-child(2) .insurance-text .code {
    position: absolute;
    right: 0;
    bottom: -3.3333333333vw;
    font-size: 2.6666666667vw;
  }
  .value .text-desc02 {
    font-size: 4.5333333333vw;
    line-height: 1.8;
    margin-bottom: 5.3333333333vw;
  }
  .value .text-desc02 span {
    font-size: 1.2em;
    line-height: 1.4;
  }
  .value .link {
    font-size: 3.3333333333vw;
  }
}
/* ナンバー付きタイトル */
.title-num {
  background-color: #1BA035;
  position: relative;
  padding: 15px 0;
  border-radius: 50px;
  width: 100%;
  box-sizing: border-box;
  color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 43px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
  height: 80px;
  padding-left: 80px;
}
.title-num span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.title-num:before {
  border: 3px solid #1BA035;
  background-color: #fff;
  width: 89px;
  height: 100%;
  border-radius: 50px 0 0 50px;
  text-align: center;
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 49px;
  font-weight: 500;
  color: #1BA035;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 2.3;
}
.title-num.t01::after {
  content: "";
  width: 19.2px;
  height: 33.6px;
  position: absolute;
  top: 50%;
  left: 37px;
  transform: translateY(-50%);
  background: url("../images/num01.svg") no-repeat 0 0/19.2px 33.6px;
}
.title-num.t02 {
  margin-bottom: 70px;
}
.title-num.t02::after {
  content: "";
  width: 29.4px;
  height: 34.35px;
  position: absolute;
  top: 50%;
  left: 32px;
  transform: translateY(-50%);
  background: url("../images/num02.svg") no-repeat 0 0/29.4px 34.35px;
}
.title-num.t03::after {
  content: "";
  width: 27px;
  height: 34.2px;
  position: absolute;
  top: 50%;
  left: 33px;
  transform: translateY(-50%);
  background: url("../images/num03.svg") no-repeat 0 0/27px 34.2px;
}

@media screen and (max-width: 1280px) {
  .title-num {
    font-size: 3.359375vw;
  }
}
@media screen and (max-width: 767px) {
  .title-num {
    padding: 4vw 0;
    border-radius: 8.6666666667vw;
    font-size: 5.6vw;
    margin-bottom: 5.3333333333vw;
    height: 17.3333333333vw;
    line-height: 1.1;
    padding-left: 12vw;
  }
  .title-num:before {
    border: 3px solid #1BA035;
    width: 12vw;
    height: 100%;
    border-radius: 8.8vw 0 0 8.8vw;
    font-size: 6.6666666667vw;
    line-height: 1.4;
  }
  .title-num.t01::after {
    content: "";
    width: 2.56vw;
    height: 4.48vw;
    position: absolute;
    top: 50%;
    left: 5.6vw;
    transform: translateY(-50%);
    background: url("../images/num01.svg") no-repeat 0 0/2.56vw 4.48vw;
  }
  .title-num.t02 {
    margin-bottom: 8vw;
  }
  .title-num.t02::after {
    content: "";
    width: 3.92vw;
    height: 4.58vw;
    position: absolute;
    top: 50%;
    left: 5.0666666667vw;
    transform: translateY(-50%);
    background: url("../images/num02.svg") no-repeat 0 0/3.92vw 4.58vw;
  }
  .title-num.t03::after {
    content: "";
    width: 3.6vw;
    height: 4.56vw;
    position: absolute;
    top: 50%;
    left: 5.0666666667vw;
    transform: translateY(-50%);
    background: url("../images/num03.svg") no-repeat 0 0/3.6vw 4.56vw;
  }
}
.value-conv {
  background-color: #2BA35B;
  padding: 125px 0 95px;
  position: relative;
}
.value-conv::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 143.7px;
  height: 50px;
  background: url("../images/obj_triangle.svg") no-repeat 0 0/143.7px 50px;
}
.value-conv .caption {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 39px;
  font-weight: 500;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .value-conv {
    padding: 8vw 0 8vw;
  }
  .value-conv::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 18.2453333333vw;
    height: 8.8vw;
    background: url("../sp/images/obj_triangle_sp.svg") no-repeat 0 0/18.2453333333vw 8.8vw;
  }
  .value-conv .caption {
    font-size: 6.5333333333vw;
    line-height: 1.3;
    margin-bottom: 2.9333333333vw;
  }
}
/* 概要 */
.overview {
  padding: 110px 0 120px;
  background: url(../images/bg_otoku.png) center 0 repeat;
  background-size: 85px auto;
  position: relative;
  color: #111;
}
.overview .overview-title {
  font-size: min(3.8775510204vw, 38px);
  font-weight: 700;
  line-height: 1.6;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
  letter-spacing: 0.04em;
}
.overview .overview-title span {
  font-size: 50px;
}
.overview .overview-desc {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: min(2.4489795918vw, 24px);
  font-weight: 500;
  line-height: 40px;
  color: #fff;
  text-align: center;
  margin-bottom: 45px;
  padding: 0 40px;
}
.overview .inner {
  position: relative;
  background-color: #fff;
  padding: 64px 60px 110px;
  box-sizing: border-box;
  border-radius: 40px;
}
.overview .overview-conts {
  text-align: center;
}
.overview .overview-conts + .overview-conts {
  margin-top: min(6.1224489796vw, 60px);
}
.overview .overview-conts h3 {
  font-size: min(3.0612244898vw, 30px);
  font-weight: 700;
  color: #fff;
  margin-bottom: 30px;
  background-color: #1272CC;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 64px;
}
.overview .overview-conts .campaign-period {
  font-size: min(2.7551020408vw, 27px);
  font-weight: 700;
  line-height: 1.6;
  color: #FF7701;
}
.overview .overview-conts .campaign-period span::after {
  content: "：";
}
.overview .overview-conts h4 {
  font-size: min(4.387755102vw, 43px);
  font-weight: 700;
  color: #FF7701;
  margin-bottom: 20px;
  line-height: 1.4;
}
.overview .overview-conts .campaign-read {
  font-size: min(2.4489795918vw, 24px);
  font-weight: 500;
}
.overview .overview-conts .campaign-read + p {
  margin-top: 20px;
}
.overview .overview-conts .campaign-read a {
  color: #111;
}
.overview .overview-conts .campaign-read a .icon {
  vertical-align: middle;
  margin-left: 14px;
  width: min(2.2448979592vw, 22px);
}
.overview .overview-conts .campaign-read a:hover {
  text-decoration: none;
}
.overview .conv {
  margin-top: 80px;
}
.overview .conv p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  margin-bottom: 65px;
}
.overview .conv p a {
  color: #111111;
}
.overview .conv p a:hover {
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .overview-desc .sp {
    display: inline-block !important;
  }
  .overview-conts .campaign-period .sp {
    display: inline-block !important;
  }
  .overview-conts h4 {
    line-height: 1.6;
  }
  .overview-conts h4 .sp {
    display: inline-block !important;
  }
  .overview-conts .campaign-read .sp {
    display: inline-block !important;
  }
  .overview-conts .text-note .tb {
    display: inline-block !important;
  }
}
@media screen and (max-width: 767px) {
  .overview {
    padding: 13.3333333333vw 0;
    background: url(../images/bg_otoku.png) center 0 repeat;
    background-size: 11.4666666667vw auto;
  }
  .overview .overview-title {
    font-size: 4.9333333333vw;
    line-height: 1.5;
    margin-bottom: 4vw;
  }
  .overview .overview-title span {
    display: inline-block;
    padding-top: 1.0666666667vw;
    font-size: 8vw;
  }
  .overview .overview-desc {
    font-size: 3.6vw;
    line-height: 1.6;
    margin-bottom: 6.6666666667vw;
  }
  .overview .inner {
    padding: 6.6666666667vw 5.3333333333vw 11.6vw;
    border-radius: 5.3333333333vw;
  }
  .overview .overview-conts + .overview-conts {
    margin-top: 7.3333333333vw;
  }
  .overview .overview-conts h3 {
    font-size: 4.6666666667vw;
    margin-bottom: 4vw;
    height: 10.6666666667vw;
    line-height: 1.6;
  }
  .overview .overview-conts .campaign-period {
    font-size: 3.7333333333vw;
    line-height: 1.8;
  }
  .overview .overview-conts .campaign-period + .campaign-period {
    margin-top: 3.4666666667vw;
  }
  .overview .overview-conts .campaign-period span::after {
    content: "";
  }
  .overview .overview-conts h4 {
    font-size: 7.3333333333vw;
    margin-bottom: 4vw;
  }
  .overview .overview-conts .campaign-read {
    font-size: 4.2666666667vw;
  }
  .overview .overview-conts .campaign-read + p {
    margin-top: 4vw;
  }
  .overview .overview-conts .campaign-read + p br.tab {
    display: none !important;
  }
  .overview .overview-conts .campaign-read a .icon {
    margin-left: 1.0666666667vw;
    width: 4vw;
  }
  .overview .overview-conts .text-note {
    display: flex;
    justify-content: center;
    text-align: left;
    font-size: 3.2vw;
    margin-left: 1em;
    text-indent: -1em;
    padding: 0 2.6666666667vw;
  }
  .overview .conv {
    margin-top: 10.6666666667vw;
  }
  .overview .conv p {
    font-size: 3.6vw;
    line-height: 1.8;
    margin-bottom: 10.6666666667vw;
  }
}
/* 参加方法 */
.participate {
  padding: 90px 0 75px;
}
.participate .participate-title {
  font-size: min(5.1020408163vw, 50px);
  font-weight: 700;
  text-align: center;
  margin-bottom: min(6.6326530612vw, 65px);
  position: relative;
  z-index: 10;
  line-height: 1;
}
.participate div.step-box {
  display: grid;
  grid-template-columns: repeat(2, min(43.1818181818vw, 475px));
  gap: min(6.1224489796vw, 60px) min(2.7272727273vw, 30px);
}
.participate div.step-box .content.step03 {
  grid-column: 1/3;
  grid-row: 2/3;
}
.participate .content {
  background-color: #fff;
  border-radius: 15px;
  position: relative;
  z-index: 10;
  border: 3px solid #1C2A55;
}
.participate .content::before {
  content: "";
  position: absolute;
  top: max(-1.1818181818vw, -13px);
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
  width: min(12.9090909091vw, 142px);
  height: min(4.2727272727vw, 47px);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
.participate .content .col {
  display: flex;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 min(4.5454545455vw, 50px) 0 min(5.9090909091vw, 65px);
}
.participate .content .col .col-title h3 {
  font-size: min(2.0909090909vw, 23px);
  font-weight: 700;
  color: #1C2A55;
}
.participate .content .col .col-title h3 span.small {
  font-size: 60%;
}
.participate .content .col .col-title p {
  font-size: min(1.2727272727vw, 14px);
  font-weight: 500;
  line-height: 1.6;
  color: #111;
  white-space: nowrap;
}
.participate .content .col .col-title p small {
  font-size: 0.8em;
}
.participate .content .col figure {
  max-width: min(12.7272727273vw, 140px);
}
.participate .content .col figure img {
  width: 100%;
}
.participate .content .conditions {
  width: 100%;
  max-width: min(45.9090909091vw, 505px);
  box-sizing: border-box;
  display: flex;
  gap: 15px;
}
.participate .content .conditions dl {
  max-width: min(22.2727272727vw, 245px);
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  line-height: 1.27;
}
.participate .content .conditions dl dt {
  background-color: #129FE3;
  font-size: min(1.4090909091vw, 15.5px);
  font-weight: 700;
  color: #fff;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 60px;
}
.participate .content .conditions dl dd {
  background-color: #D4EEFA;
  text-align: center;
  font-size: min(1.2727272727vw, 14px);
  font-weight: 700;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100px;
}
.participate .content .conditions dl dd .big {
  font-size: 130%;
}
.participate .content .conditions dl dd small {
  font-size: 80%;
}
.participate .content.step01 {
  padding: min(11.2244897959vw, 110px) 0 min(9.693877551vw, 95px);
}
.participate .content.step01::before {
  background-image: url("../images/step_num1.svg");
}
.participate .content.step02 {
  padding: min(8.9795918367vw, 88px) 0 min(3.0612244898vw, 30px);
}
.participate .content.step02::before {
  background-image: url("../images/step_num2.svg");
}
.participate .content.step02 .col {
  padding-left: min(5vw, 55px);
}
.participate .content.step02 .col .col-title h3 {
  line-height: 1.4;
  margin-bottom: 20px;
}
.participate .content.step02 .col + .btn04 {
  width: min(30.9090909091vw, 340px);
  margin-top: 40px;
  font-size: min(1.3636363636vw, 15px);
}
.participate .content.step03 {
  padding: 70px 0 30px;
}
.participate .content.step03::before {
  background-image: url("../images/step_num3.svg");
}
.participate .content.step03 .col {
  padding-right: min(4.5454545455vw, 50px);
}
.participate .content.step03 .col .col-title {
  margin-top: 20px;
}
.participate .content.step03 .col .col-title h3 {
  margin-bottom: 10px;
}
.participate .content.step03 .col .col-title h3 span {
  line-height: 130%;
}
.participate .content.step03 .col .col-title h3 span small {
  font-size: 80%;
}
.participate ul.conditions-note {
  margin: 25px auto 0;
  box-sizing: border-box;
  color: #111;
}
.participate ul.conditions-note li {
  margin-left: 1em;
  text-indent: -1em;
}
.participate .conv {
  text-align: center;
  margin-top: 90px;
  position: relative;
  z-index: 10;
}
.participate .conv p {
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #111;
}

@media screen and (max-width: 767px) {
  .participate {
    padding: 10.6666666667vw 0 14.6666666667vw;
  }
  .participate div.step-box {
    display: block;
  }
  .participate .participate-title {
    font-size: 8vw;
    margin-bottom: 12vw;
    line-height: 1.4;
  }
  .participate .content {
    border-radius: 2.6666666667vw;
  }
  .participate .content::before {
    top: -5.3333333333vw;
    transform: translateX(-50%);
    width: 32vw;
    height: 10.6666666667vw;
    background-size: contain;
  }
  .participate .content + .content {
    margin-top: 10.6666666667vw;
  }
  .participate .content .col {
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .participate .content .col .col-title h3 {
    font-size: 6vw;
    line-height: 1.6;
    text-align: center;
  }
  .participate .content .col .col-title p {
    font-size: 3.7333333333vw;
    line-height: 1.6;
    text-align: center;
    white-space: inherit;
  }
  .participate .content .col figure {
    max-width: 29.3333333333vw;
    width: 100%;
  }
  .participate .content .conditions {
    width: 100%;
    max-width: 100%;
    display: block;
  }
  .participate .content .conditions dl {
    max-width: 72vw;
    margin-top: 4.6666666667vw;
  }
  .participate .content .conditions dl dt {
    font-size: 4.6666666667vw;
    height: auto;
    padding: 2.6666666667vw 0;
  }
  .participate .content .conditions dl dd {
    font-size: 4.8vw;
    height: auto;
    padding: 4vw 0;
  }
  .participate .content.step01 {
    padding: 12vw 0 8vw;
  }
  .participate .content.step01 .col figure {
    margin: 4vw auto 0;
  }
  .participate .content.step02 {
    padding: 13.3333333333vw 0 6.6666666667vw;
  }
  .participate .content.step02 .col {
    padding-left: 0;
  }
  .participate .content.step02 .col figure {
    margin: 4.8vw auto 0;
  }
  .participate .content.step02 .col + .btn04 {
    width: 58.6666666667vw;
    margin-top: 4.6666666667vw;
    font-size: 3.3333333333vw;
  }
  .participate .content.step03 {
    padding: 11.4666666667vw 0 6.6666666667vw;
  }
  .participate .content.step03 .col {
    padding-right: 0;
  }
  .participate .content.step03 .col .col-title {
    margin-top: 0;
  }
  .participate .content.step03 .col .col-title h3 {
    line-height: 1.4;
    margin-bottom: 2.6666666667vw;
  }
  .participate ul.conditions-note {
    margin: 4vw auto 0;
    font-size: 3.2vw;
  }
  .participate .conv {
    text-align: center;
    margin-top: 12vw;
  }
  .participate .conv p {
    font-size: 3.6vw;
    line-height: 1.4;
  }
}
.notes {
  position: relative;
  padding: 100px 0 100px;
}
.notes::after {
  content: "";
  width: 100%;
  height: 35px;
  background: url(../images/wave_wh.svg) center 0 repeat-x;
  position: absolute;
  bottom: -15px;
  left: 0;
  z-index: 20;
}
.notes .title {
  font-size: 30px;
  text-align: center;
  font-weight: 700;
  margin-bottom: 30px;
  color: #111111;
}
.notes ul {
  list-style: none;
  margin: 0 auto 85px;
  padding-left: 20px;
  box-sizing: border-box;
  max-width: 900px;
  color: #111111;
}
.notes ul li {
  margin-left: 0.6em;
  text-indent: -0.6em;
  font-feature-settings: "palt";
}
.notes ul + .btn01 {
  margin-top: 100px;
}
.notes p {
  font-family: "Noto Sans JP", sans-serif;
  font-feature-settings: "palt";
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  color: #111;
}

@media screen and (max-width: 767px) {
  .notes {
    padding: 12.6666666667vw 0 14.6666666667vw;
  }
  .notes::after {
    height: 18px;
    background: url(../images/wave_wh.svg) center 0 repeat-x;
    background-size: contain;
    bottom: -8px;
  }
  .notes .title {
    font-size: 4.6666666667vw;
    margin-bottom: 4.6666666667vw;
  }
  .notes ul {
    margin: 0 auto 10.6666666667vw;
    padding-left: 0.85rem;
    max-width: 100%;
    font-size: 3.7333333333vw;
    font-weight: 400;
  }
  .notes ul + .btn01 {
    margin-top: 11.3333333333vw;
  }
  .notes p {
    font-size: 3.7333333333vw;
    line-height: 1.4;
  }
}
.tel-contact {
  position: relative;
  padding: 95px 0 90px;
  background: url(../images/bg_otoku.png) center 0 repeat;
  background-size: 85px auto;
}
.tel-contact p {
  color: #111;
}
.tel-contact .in {
  border-radius: 20px;
  background-color: #fff;
  box-sizing: border-box;
  padding: 55px 50px 50px;
  text-align: center;
  font-size: 19px;
}
.tel-contact .in .title {
  font-size: 30px;
  color: #1C2A55;
  margin-bottom: 40px;
  font-weight: 700;
}
.tel-contact .in .title .icon {
  margin-right: 20px;
  width: 52px;
}
.tel-contact .in .tel {
  font-size: 52px;
  line-height: 1.2;
  color: #FF7701;
  margin: 35px 0 25px;
  font-weight: 500;
}
.tel-contact .in .tel a[href^="tel:"] {
  text-decoration: none;
  color: #FF7701;
}
.tel-contact .in .wrap {
  background-color: #F2F2F2;
  padding: 50px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 35px;
}
.tel-contact .in .wrap p {
  color: #1c2a55;
}
.tel-contact .in .wrap > div {
  text-align: left;
  font-weight: 600;
}
.tel-contact .in .wrap ul {
  list-style: none;
  padding: 0;
  counter-reset: my-counter;
}
.tel-contact .in .wrap ul li {
  list-style: none;
  font-size: 20px;
  position: relative;
  margin-bottom: 10px;
  text-align: left;
  padding-left: 25px;
  font-feature-settings: "palt";
}
.tel-contact .in .wrap ul li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #1C2A55;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 22px;
  width: 22px;
  color: #ffffff;
  font-size: 16px;
  line-height: 1;
  position: absolute;
  top: 6px;
  left: 0;
}
.tel-contact .in .wrap ul li span {
  color: #FF7701;
}
.tel-contact .in .wrap .note {
  padding-left: 25px;
  padding-top: 15px;
}

@media screen and (max-width: 830px) {
  .tel-contact .in p .sp {
    display: inline-block !important;
  }
}
@media screen and (max-width: 767px) {
  .tel-contact {
    padding: 13.3333333333vw 0;
    background: url(../images/bg_otoku.png) center 0 repeat;
    background-size: 11.4666666667vw auto;
  }
  .tel-contact .in {
    padding: 6.6666666667vw 5.3333333333vw 5.3333333333vw;
    font-size: 3.7333333333vw;
  }
  .tel-contact .in .title {
    font-size: 4.6666666667vw;
    margin-bottom: 6.6666666667vw;
  }
  .tel-contact .in .title .icon {
    width: 9.0666666667vw;
    vertical-align: middle;
    margin-right: 3.7333333333vw;
  }
  .tel-contact .in .tel {
    font-size: 9.0666666667vw;
    margin-bottom: 5.3333333333vw;
    margin-top: 4.8vw;
  }
  .tel-contact .in .wrap {
    padding: 4.8vw 4.2666666667vw;
    margin-top: 5.0666666667vw;
  }
  .tel-contact .in .wrap ul li {
    font-size: 3.7333333333vw;
    letter-spacing: -0.03em;
    padding-left: 4.8vw;
  }
  .tel-contact .in .wrap ul li::before {
    width: 4vw;
    height: 4vw;
    font-size: 2.6666666667vw;
    top: 1.0666666667vw;
  }
  .tel-contact .in .wrap .note {
    padding-top: 4vw;
    padding-left: 5.8666666667vw;
  }
}
/**/
.contact {
  position: relative;
  padding: 100px 0 100px;
  font-family: "Noto Sans JP", sans-serif;
}
.contact .title {
  font-size: 32px;
  text-align: center;
  color: #1C2A55;
  margin-bottom: 45px;
  font-weight: 600;
}
.contact .link {
  color: #111111;
  font-size: 24px;
  text-decoration: none;
}
.contact .link span {
  text-decoration: underline;
}
.contact .link .icon {
  vertical-align: middle;
  margin-left: 14px;
  width: 22px;
}
.contact .link:hover span {
  text-decoration: none;
}

@media screen and (max-width: 767px) {
  .contact {
    padding: 10.6666666667vw 0;
  }
  .contact .title {
    font-size: 5.8666666667vw;
    margin-bottom: 5.3333333333vw;
  }
  .contact .link {
    font-size: 4.16vw;
  }
  .contact .link .icon {
    margin-left: 1.0666666667vw;
    width: 4vw;
  }
}
/* footer */
footer {
  padding: 70px 0;
  background-color: #111111;
  font-family: "Noto Sans JP", sans-serif;
}

footer ul {
  display: flex;
  align-items: center;
  justify-content: center;
}

footer ul li {
  margin: 0 20px;
}

footer ul li a {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}

.copyright {
  font-family: "Noto Sans JP", sans-serif;
  padding: 10px 0;
  background-color: #111111;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 30px 0 5px;
  }
  footer ul {
    padding: 0 20px;
    display: block;
  }
  footer ul li {
    margin-bottom: 5px;
    width: 100%;
    text-align: left;
    margin-left: 0;
  }
  footer ul li a {
    font-size: 13px;
  }
  .copyright {
    padding: 0 20px 20px;
    text-align: left;
  }
}
/* アニメーション */
.fadein {
  transform: translateY(30px);
  opacity: 0;
  visibility: hidden;
  transition: transform 1s, opacity 1s, visibility 1s;
}

.is-fadein {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0; /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  -webkit-animation-name: slideTextX100;
          animation-name: slideTextX100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 1;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%); /*要素を左の枠外に移動*/
    opacity: 1;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.slideAnimeRightLeft {
  -webkit-animation-name: slideTextX-100;
          animation-name: slideTextX-100;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 1;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}

@keyframes slideTextX-100 {
  from {
    transform: translateX(100%); /*要素を右の枠外に移動*/
    opacity: 1;
  }
  to {
    transform: translateX(0); /*要素を元の位置に移動*/
    opacity: 1;
  }
}
.txt_fadein {
  opacity: 0;
  transition: all 1s;
}

.txt_fadein.active {
  opacity: 1;
}

.zoomin {
  opacity: 0;
  visibility: hidden;
}

.is-zoomin {
  -webkit-animation-name: zoomInAnime;
          animation-name: zoomInAnime;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
  visibility: visible;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

.bouncein {
  opacity: 0;
  visibility: hidden;
  position: relative;
}

.is-bounce {
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  opacity: 1;
  visibility: visible;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-fill-mode: backwards;
          animation-fill-mode: backwards;
}

@-webkit-keyframes bounce {
  0% {
    transform: scale(0) translateY(0);
  }
  25%, 75% {
    transform: scale(1.1) translateY(-10px);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: scale(1) translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}

@keyframes bounce {
  0% {
    transform: scale(0) translateY(0);
  }
  25%, 75% {
    transform: scale(1.1) translateY(-10px);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: scale(1) translateY(0);
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
  100% {
    transform: scale(1) translateY(0);
  }
}
@-webkit-keyframes zoomInAnime {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes zoomInAnime {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.maskslidein span {
  display: inline-block;
  position: relative;
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
          clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
}

.maskslidein.is-mask span {
  -webkit-animation: clip-mask 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: clip-mask 0.8s cubic-bezier(0.33, 1, 0.68, 1) forwards; /* アニメーションを設定 */
}

@-webkit-keyframes clip-mask {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}

@keyframes clip-mask {
  from {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
            clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  to {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
            clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  }
}