@charset "UTF-8";
/********************************
settings
********************************/
@import url("https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap");
/********************************
common
********************************/
#lp-opening {
  width: 100%;
  height: 100%;
  background-color: #f4f4f4;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  animation: 4s forwards 0s opening-bg;
  /*
  .op-image {
    width: 80%;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    opacity: 0;
    animation: .6s forwards 1.8s opening-img;
    img {
      width: 100%;
    }
  }
  */
}
#lp-opening .op-txt {
  text-align: center;
  font-family: "Zen Kurenaido", serif;
  font-size: 42px;
  line-height: 140%;
  color: #444;
  -webkit-text-stroke: 1px #444;
  position: relative;
  opacity: 0;
  animation: fadeIn 1s ease forwards;
}
#lp-opening .op-txt span {
  font-size: 46px;
  transition: color 1s ease;
  animation: highlight 1s ease 1.5s forwards;
}
#lp-opening .op-txt span em {
  font-style: normal;
  margin-right: -10px;
}
@media only screen and (max-width: 767px) {
  #lp-opening .op-txt {
    font-size: 28px;
  }
  #lp-opening .op-txt span {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  #lp-opening .op-cnt {
    margin-top: -50px;
  }
}

@keyframes opening-bg {
  0% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    display: none;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes highlight {
  from {
    color: #444;
    -webkit-text-stroke: 1px #444;
  }
  to {
    color: #EF8200;
    -webkit-text-stroke: 1px #EF8200;
  }
}
#lp-en-area {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Meiryo", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.7;
  color: #292929;
  background: url("../images/en_bg_pc.jpg") no-repeat top center/cover;
  background-attachment: fixed;
  position: relative;
}
#lp-en-area img {
  width: 100%;
  height: auto;
}
#lp-en-area a:active, #lp-en-area a:focus {
  text-decoration: none;
}

#en-main-contents {
  width: 100%;
  margin: 0 auto;
  background: #FDECD3;
  position: relative;
  transition: 0.6s;
}
@media only screen and (min-width: 1301px) {
  #en-main-contents {
    width: 33.33333333%;
  }
}
@media (min-width: 768px) and (max-width: 1300.99px) {
  #en-main-contents {
    width: 390px;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  #en-main-contents {
    margin-right: 10%;
  }
}

h3.h3-en {
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 26px;
  font-weight: bold;
  -webkit-text-stroke: 0.4px #003B83;
  color: #003B83;
  line-height: 140%;
  text-align: center;
  margin-bottom: 16px;
}
h3.h3-en span {
  position: relative;
  padding-left: 40px;
}
h3.h3-en span::before {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background: url("../images/en_h3_bg.png") no-repeat top center/cover;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translateY(-50%);
}

u.cap {
  text-decoration: none;
  font-size: 0.5em;
  vertical-align: super;
}

.cap_txt {
  font-size: 11px;
  text-align: right;
}
.cap_txt.mt20 {
  margin-top: 20px;
}

/* PC&SP setting*/
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/*************************************************
sec-en-mv
*************************************************/
h2.lp-top-h2 {
  font-size: 14px;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-weight: bold;
  line-height: 110%;
  color: #fff;
  background: #EF8200;
  -webkit-text-stroke: 0.1px #fff;
  text-align: center;
  padding: 5px;
}

.sec-en-mv {
  padding: 30px 0 30px 30px;
  position: relative;
}
.sec-en-mv .txt-box {
  position: absolute;
  bottom: 74px;
  left: 12px;
  max-width: 400px;
}
.sec-en-mv .txt-box .lead {
  display: inline-block;
  font-size: 16px;
  line-height: 1.2;
  background: #EF8200;
  color: #fff;
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 14px;
  position: relative;
}
.sec-en-mv .txt-box .lead::after {
  display: block;
  content: "";
  background: #EF8200;
  height: 17.3205080757px;
  width: 14px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: rotate(30deg) translateX(-50%);
}
.sec-en-mv .txt-box h2.h2-en {
  display: inline-block;
  font-size: 37px;
  font-weight: bold;
  line-height: 1;
  background: rgba(255, 255, 255, 0.95);
  color: #EF8200;
  padding: 12px;
}
.sec-en-mv .txt-box h2.h2-en span {
  display: block;
  font-size: 17px;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 5px;
}
.sec-en-mv .txt-box h2.h2-en em {
  font-size: 12px;
  vertical-align: top;
}
.sec-en-mv .txt-box::after {
  display: block;
  content: "";
  width: 80px;
  height: 104px;
  background: url("../images/en_mv_note.png") no-repeat top center/cover;
  position: absolute;
  top: -30px;
  right: 0;
}
.sec-en-mv .sub {
  font-size: 11px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 10px;
  text-align: right;
  padding-right: 10px;
}

/*************************************************
sec-en-cta
*************************************************/
/*************************************************
sec-en-cta2 （キャンペーンなし）
*************************************************/
.sec-en-cta2 {
  background: url("../images/en_cta_bg2.jpg") no-repeat top center/cover;
  border-top: 4px solid #003B83;
  padding: 30px 22px 40px;
  text-align: center;
  overflow: hidden;
}
.sec-en-cta2 .inner {
  position: relative;
  z-index: 1;
}
.sec-en-cta2 .hd-txt {
  display: inline-block;
  font-size: 17px;
  font-weight: 900;
  line-height: 1.4;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
  margin-bottom: 16px;
  position: relative;
}
.sec-en-cta2 .hd-txt::after {
  display: block;
  content: "";
  width: 76px;
  aspect-ratio: 1/0.8;
  background: url("../images/en_cta_note.png") no-repeat top center/cover;
  position: absolute;
  top: -10px;
  right: -86px;
}
.sec-en-cta2 h3.h3-en-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 5px;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.1;
  color: #003B83;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.8);
  margin-bottom: 20px;
  position: relative;
}
.sec-en-cta2 h3.h3-en-cta em {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  font-style: normal;
  color: #fff;
  background: #003B83;
  letter-spacing: 1px;
  text-shadow: none;
  padding: 6px 20px;
  margin-bottom: 5px;
  border-radius: 6px;
}
.sec-en-cta2 h3.h3-en-cta span {
  font-size: 0.7em;
}
.sec-en-cta2 .btn-cta {
  margin-bottom: 10px;
}
.sec-en-cta2 .btn-cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 70px;
  border-radius: 70px;
  background: #E72420;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 100%;
  transition: 0.3s;
}
.sec-en-cta2 .btn-cta a span {
  position: relative;
  padding-right: 36px;
}
.sec-en-cta2 .btn-cta a span::before {
  display: block;
  content: "";
  width: 35px;
  height: 35px;
  background: url("../images/en_btn_arrow.png") no-repeat top center/cover;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.sec-en-cta2 .btn-cta a:hover {
  background: #f61c17;
}
.sec-en-cta2 .btn-tel a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2px;
  height: 70px;
  border-radius: 70px;
  background: #fff;
  color: #292929;
  font-weight: bold;
  transition: 0.3s;
}
.sec-en-cta2 .btn-tel a span {
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 34px;
  line-height: 1;
  letter-spacing: -1px;
  -webkit-text-stroke: 0.4px #292929;
  position: relative;
  padding-left: 34px;
}
.sec-en-cta2 .btn-tel a span::before {
  display: block;
  content: "";
  width: 28px;
  height: 28px;
  background: url("../images/en_cta_tel.svg") no-repeat top center/cover;
  filter: brightness(0) saturate(100%) invert(18%) sepia(100%) saturate(3655%) hue-rotate(11deg) brightness(95%) contrast(106%);
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.sec-en-cta2 .btn-tel a em {
  font-size: 13px;
  line-height: 1;
}
.sec-en-cta2 .btn-tel a:hover {
  background: #f6f6f6;
}

/*************************************************
sec-en-info
*************************************************/
.sec-en-info {
  padding: 0 20px 20px;
  margin-top: -1px;
  background: #5BB43C;
}
.sec-en-info h3.h3-en {
  margin-bottom: 0;
  cursor: pointer;
}
.sec-en-info h3.h3-en span {
  position: relative;
}
.sec-en-info h3.h3-en span::after {
  display: block;
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #003B83;
  border-bottom: 2px solid #003B83;
  position: absolute;
  top: 40%;
  right: -16px;
  transform: rotate(45deg) translateY(-50%);
}
.sec-en-info h3.h3-en em {
  display: block;
  font-size: 0.7em;
  line-height: 120%;
  margin-top: 5px;
  padding-left: 5px;
}
.sec-en-info h3.h3-en.open span::after {
  border: none;
  border-top: 2px solid #003B83;
  border-left: 2px solid #003B83;
  top: 50%;
}
.sec-en-info .inner {
  padding: 0;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  overflow: hidden;
}
.sec-en-info .inner h3.h3-en {
  padding: 20px;
  transition: 0.3s;
}
.sec-en-info .inner h3.h3-en:hover {
  background: #fff;
}
.sec-en-info .inner dl {
  display: none;
  padding: 30px;
}
.sec-en-info .inner dl dt {
  display: inline-block;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  padding: 5px 10px;
  border-radius: 6px;
  background: #003B83;
  color: #fff;
  margin-bottom: 10px;
}
.sec-en-info .inner dl dd > ul > li {
  position: relative;
  padding-left: 24px;
}
.sec-en-info .inner dl dd > ul > li::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #A7A7A7;
  position: absolute;
  top: 8px;
  left: 0;
}
.sec-en-info .inner dl dd > ul > li + li {
  margin-top: 10px;
}
.sec-en-info .inner dl dd > ul > li > ul > li {
  position: relative;
  padding-left: 16px;
  margin-top: 8px;
}
.sec-en-info .inner dl dd > ul > li > ul > li::before {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #292929;
  position: absolute;
  top: 11px;
  left: 0;
}
.sec-en-info .inner dl dd > ul > li > ul > li span {
  display: block;
  font-size: 0.8em;
}
.sec-en-info .inner dl dd + dt {
  margin-top: 20px;
}

/*************************************************
sec-en-intro
*************************************************/
.sec-en-intro {
  padding: 50px 24px 60px;
}
.sec-en-intro h3.h3-en-intro {
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 24px;
  font-weight: bold;
  -webkit-text-stroke: 0.4px #292929;
  line-height: 140%;
  text-align: center;
  padding-bottom: 60px;
  margin-bottom: 40px;
  position: relative;
}
.sec-en-intro h3.h3-en-intro::before {
  display: block;
  content: "";
  width: 70px;
  height: 50px;
  background: url("../images/en_h3_bg2.png") no-repeat top center/cover;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec-en-intro h3.h3-en-intro span {
  color: #EF8200;
  -webkit-text-stroke: 0.4px #EF8200;
}
.sec-en-intro .cnt {
  padding: 36px 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  position: relative;
}
.sec-en-intro .cnt::before {
  display: block;
  content: "";
  width: 100%;
  max-width: 350px;
  aspect-ratio: 1/1;
  border-radius: 100%;
  background: #E4E4B2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.sec-en-intro .cnt .txt {
  font-size: 25px;
  font-weight: bold;
  line-height: 150%;
  color: #003B83;
  text-align: center;
  position: relative;
}
.sec-en-intro .cnt .txt em {
  font-size: 34px;
  padding: 0 2px;
}
.sec-en-intro .cnt .txt span {
  font-size: 24px;
  display: block;
  color: #292929;
}
.sec-en-intro .cnt ul {
  position: relative;
}
.sec-en-intro .cnt ul li {
  font-weight: bold;
  text-align: center;
  padding: 10px 26px;
  background: #fff;
  border: 2px solid #EF8200;
  border-radius: 4px;
  position: relative;
}
.sec-en-intro .cnt ul li::before {
  display: block;
  content: "";
  width: 36px;
  height: 31px;
  background: url("../images/en_intro_check.png") no-repeat top center/cover;
  position: absolute;
  top: 50%;
  left: -18px;
  transform: translateY(-50%);
}
.sec-en-intro .cnt ul li + li {
  margin-top: 10px;
}

/*************************************************
sec-en-planner
*************************************************/
.sec-en-planner {
  padding: 60px 20px;
  background: url("../images/en_planner_bg.jpg") no-repeat top center/cover;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 30px;
  position: relative;
}
.sec-en-planner::before {
  display: block;
  content: "";
  background: #FDECD3;
  height: 28.5788383249px;
  width: 90px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec-en-planner h3.h3-en-planner {
  padding: 10px;
  border-radius: 12px;
  background: #fff;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 26px;
  font-weight: bold;
  line-height: 130%;
  color: #EF8200;
  -webkit-text-stroke: 0.4px #EF8200;
  text-align: center;
}
.sec-en-planner h3.h3-en-planner span {
  display: block;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid #EF8200;
}
.sec-en-planner h3.h3-en-planner span em {
  font-size: 12px;
  vertical-align: text-top;
}
.sec-en-planner .txt {
  text-align: center;
}

/*************************************************
sec-en-about
*************************************************/
.sec-en-about {
  padding: 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.sec-en-about .cnt {
  padding: 40px 20px 30px;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  gap: 16px;
  position: relative;
}
.sec-en-about .cnt::before {
  display: block;
  content: "";
  width: 200px;
  height: 8px;
  background: #EF8200;
  border-radius: 0 0 4px 4px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec-en-about h3.h3-en-about {
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 24px;
  font-weight: bold;
  line-height: 140%;
  color: #EF8200;
  -webkit-text-stroke: 0.4px #EF8200;
  text-align: center;
}
.sec-en-about ul li {
  position: relative;
  padding-left: 22px;
}
.sec-en-about ul li::before {
  display: block;
  content: "";
  background: #EF8200;
  height: 13.8564064606px;
  width: 12px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 9px;
  left: 0;
}
.sec-en-about ul li + li {
  margin-top: 12px;
}

/*************************************************
sec-en-feature
*************************************************/
.sec-en-feature {
  padding: 60px 20px;
  background: rgba(239, 130, 0, 0.3);
}
.sec-en-feature .hd-block {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
}
.sec-en-feature .hd-block .lead {
  display: inline-block;
  font-weight: bold;
  line-height: 120%;
  padding: 8px 24px;
  background: #8B9B33;
  color: #fff;
  text-align: center;
  border-radius: 6px;
}
.sec-en-feature .hd-block h3.h3-en-feature {
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 26px;
  font-weight: bold;
  line-height: 140%;
  color: #292929;
  -webkit-text-stroke: 0.4px #292929;
  text-align: center;
}
.sec-en-feature .hd-block h3.h3-en-feature span {
  font-size: 29px;
}
.sec-en-feature .feature-wrap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.sec-en-feature .feature-wrap .cnt {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 90px 20px 40px;
  background: #fff;
  border-radius: 12px;
  border: 4px solid #EF8200;
  position: relative;
}
.sec-en-feature .feature-wrap .cnt .num {
  width: 100%;
  padding: 8px;
  border-radius: 6px 6px 0 0;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 22px;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  background: #EF8200 url("../images/en_feature_line.png") no-repeat center center/100% auto;
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-en-feature .feature-wrap .cnt .num em {
  font-size: 38px;
  line-height: 120%;
  vertical-align: sub;
  margin-left: 5px;
}
.sec-en-feature .feature-wrap .cnt .num span {
  background: #EF8200;
  padding: 0 10px;
}
.sec-en-feature .feature-wrap .cnt h4.h4-en-feature {
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 22px;
  font-weight: bold;
  line-height: 130%;
  color: #003B83;
  -webkit-text-stroke: 0.3px #003B83;
  text-align: center;
}
.sec-en-feature .feature-wrap .cnt h4.h4-en-feature span {
  font-size: 12px;
  vertical-align: text-top;
}
.sec-en-feature .feature-wrap .cnt h4.h4-en-feature i {
  display: block;
  font-style: normal;
  font-size: 12px;
  line-height: 150%;
}
.sec-en-feature .feature-wrap .cnt h4.h4-en-feature em {
  font-size: 12px;
  vertical-align: text-top;
}
.sec-en-feature .feature-wrap .cnt .ttl-sche {
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 22px;
  font-weight: bold;
  line-height: 120%;
  color: #EF8200;
  -webkit-text-stroke: 0.3px #EF8200;
  text-align: center;
  padding: 10px;
  background: rgba(253, 236, 211, 0.3);
  border: 2px solid #EF8200;
  border-radius: 6px;
  position: relative;
}
.sec-en-feature .feature-wrap .cnt .ttl-sche::before {
  display: block;
  content: "";
  background: #EF8200;
  height: 12.124355653px;
  width: 24px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.sec-en-feature .feature-wrap .cnt .image-schedule {
  display: flex;
  flex-direction: column;
  gap: 120px;
  padding-top: 80px;
}
.sec-en-feature .feature-wrap .cnt .image-schedule .box {
  display: flex;
  flex-direction: column;
  gap: 24px;
  background: #F3F5EB;
  padding: 60px 20px 40px;
  position: relative;
}
.sec-en-feature .feature-wrap .cnt .image-schedule .box::before {
  display: block;
  content: "";
  width: 37px;
  height: 46px;
  background: url("../images/en_feature_arrow.png") no-repeat center center/cover;
  position: absolute;
  bottom: -46px;
  left: 50%;
  transform: translateX(-50%);
}
.sec-en-feature .feature-wrap .cnt .image-schedule .box:last-child::before {
  display: none;
}
.sec-en-feature .feature-wrap .cnt .image-schedule .box .count {
  width: 120px;
  aspect-ratio: 1/1;
  border-radius: 120px;
  background: #8B9B33;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 22px;
  font-weight: bold;
  line-height: 140%;
  letter-spacing: 1px;
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
  text-align: center;
  padding-top: 34px;
  position: absolute;
  top: -70px;
  left: 50%;
  transform: translateX(-50%);
}
.sec-en-feature .feature-wrap .cnt .image-schedule .box .count em {
  display: block;
  font-size: 34px;
}
.sec-en-feature .feature-wrap .cnt .image-schedule .box .count em span {
  font-size: 28px;
}
.sec-en-feature .feature-wrap .cnt .image-schedule .box h5.h5-sche {
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 21px;
  font-weight: bold;
  line-height: 130%;
  color: #292929;
  -webkit-text-stroke: 0.3px #292929;
  text-align: center;
}
.sec-en-feature .feature-wrap .cnt ul.feat-list li {
  position: relative;
  padding-left: 22px;
}
.sec-en-feature .feature-wrap .cnt ul.feat-list li::before {
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 16px;
  background: #EF8200;
  position: absolute;
  top: 9px;
  left: 0;
}
.sec-en-feature .feature-wrap .cnt ul.feat-list li + li {
  margin-top: 12px;
}
.sec-en-feature .feature-wrap .cnt .writing {
  display: flex;
  flex-direction: column;
  gap: 16px;
  font-weight: bold;
}
.sec-en-feature .feature-wrap .cnt .writing h5 {
  font-size: 18px;
  color: #8B9B33;
  text-align: center;
}
.sec-en-feature .feature-wrap .cnt .writing ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  max-width: 400px;
  margin: 0 auto;
}
.sec-en-feature .feature-wrap .cnt .writing ul li {
  width: 130px;
  text-align: center;
  font-size: 16px;
  line-height: 130%;
  padding: 8px;
  border-radius: 30px;
  color: #EF8200;
  border: 2px solid #EF8200;
}
.sec-en-feature .feature-wrap .cnt .writing p {
  margin-top: 3px;
  font-size: 16px;
  font-weight: bold;
  color: #EF8200;
  text-align: right;
  padding-right: 8px;
}
.sec-en-feature .feature-wrap .cnt .sub {
  font-size: 14px;
  text-align: right;
}

/*************************************************
sec-en-plan
*************************************************/
.sec-en-plan {
  padding: 60px 20px 0;
}
.sec-en-plan h3.h3-en {
  color: #292929;
  -webkit-text-stroke: 0.4px #292929;
}
.sec-en-plan .lead {
  font-size: 20px;
  font-weight: bold;
  line-height: 120%;
  text-align: center;
  padding: 10px;
  border-radius: 6px;
  background: #003B83;
  color: #fff;
  margin-bottom: 16px;
}
.sec-en-plan ul {
  padding: 20px;
  background: rgba(255, 255, 255, 0.6);
  border: 2px solid #EF8200;
  margin-top: 30px;
}
.sec-en-plan ul li {
  font-size: 0.9em;
}
.sec-en-plan ul li a {
  text-decoration: underline;
  transition: 0.3s;
}
.sec-en-plan ul li a:hover {
  color: #EF8200;
}
.sec-en-plan ul li + li {
  margin-top: 5px;
}

/*************************************************
sec-en-flow
*************************************************/
.sec-en-flow {
  padding: 60px 20px;
}
.sec-en-flow h3.h3-en {
  color: #292929;
  -webkit-text-stroke: 0.4px #292929;
}
.sec-en-flow .flow-block {
  display: flex;
  flex-direction: column;
  gap: 46px;
  padding-top: 20px;
}
.sec-en-flow .flow-block .box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 30px 20px 20px;
  background: #fff;
  border: 2px solid #8B9B33;
  border-radius: 12px;
  position: relative;
}
.sec-en-flow .flow-block .box::before {
  display: block;
  content: "";
  width: 12px;
  height: 27px;
  background: url("../images/en_flow_arrow.png") no-repeat center center/cover;
  position: absolute;
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
}
.sec-en-flow .flow-block .box:last-child::before {
  display: none;
}
.sec-en-flow .flow-block .box figure {
  width: 70px;
}
.sec-en-flow .flow-block .box p.txt {
  width: calc(100% - 20px);
}
.sec-en-flow .flow-block .box p.txt .att {
  display: block;
  font-size: 0.8em;
  margin-top: 5px;
}
.sec-en-flow .flow-block .box p.txt .att a {
  color: #EF8200;
}
.sec-en-flow .flow-block .box p.txt .att a:hover {
  color: #8B9B33;
}
.sec-en-flow .flow-block .box p.step {
  width: 100px;
  text-align: center;
  font-weight: bold;
  line-height: 120%;
  padding: 6px;
  border-radius: 4px;
  background: #8B9B33;
  color: #fff;
  position: absolute;
  top: -14px;
  left: 50%;
  transform: translateX(-50%);
}
.sec-en-flow .flow-block .box p.step span {
  font-size: 26px;
  margin-left: 4px;
  vertical-align: text-top;
}

/*************************************************
sec-en-faq
*************************************************/
.sec-en-faq {
  padding: 60px 20px;
  background: url("../images/en_faq_bg.jpg") no-repeat top center/cover;
}
.sec-en-faq .faq-block {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.sec-en-faq .faq-block dl {
  padding: 24px 20px;
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.sec-en-faq .faq-block dl dt, .sec-en-faq .faq-block dl dd {
  position: relative;
}
.sec-en-faq .faq-block dl dt::before, .sec-en-faq .faq-block dl dd::before {
  display: block;
  content: "Q";
  font-family: "Poppins", "Noto Sans JP", "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Meiryo", sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 100%;
  color: #EF8200;
  position: absolute;
  top: 0;
  left: 0;
}
.sec-en-faq .faq-block dl dt {
  font-size: 20px;
  padding-left: 40px;
}
.sec-en-faq .faq-block dl dd {
  border-top: 2px dashed #EFEFEF;
  margin-top: 12px;
  padding: 12px 0 0 40px;
}
.sec-en-faq .faq-block dl dd::before {
  content: "A";
  top: 12px;
  color: #8B9B33;
}
.sec-en-faq .faq-block dl dd figure {
  margin-top: 10px;
}
.sec-en-faq .faq-block dl dd span {
  display: block;
  font-size: 0.9em;
  margin-top: 6px;
}
.sec-en-faq .faq-block dl dd a, .sec-en-faq .faq-block dl dd a:visited {
  color: #EF8200;
}
.sec-en-faq .faq-block dl dd a:hover, .sec-en-faq .faq-block dl dd a:visited:hover {
  color: #8B9B33;
}

/*************************************************
sec-link-box
*************************************************/
.sec-link-box {
  padding: 30px;
  background: #5BB43C;
}
.sec-link-box ul li a {
  text-decoration: underline;
  color: #fff;
  font-size: 14px;
  transition: 0.3s;
}
.sec-link-box ul li a:hover {
  color: #f4eddc;
}
.sec-link-box ul li + li {
  margin-top: 5px;
}

/*************************************************
sec-en-fixed
*************************************************/
.sec-en-fixed.mail {
  width: 100%;
  padding: 12px;
  background: #EF8200;
  border-top: 2px solid #FDECD3;
  position: sticky;
  bottom: 0;
  z-index: 2;
}
.sec-en-fixed.mail a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 14px 10px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  color: #EF8200;
  background: #fff;
}
.sec-en-fixed.tel {
  position: fixed;
  top: 90px;
  right: 10px;
  z-index: 999;
  width: 48px;
  height: 48px;
}
.sec-en-fixed.tel a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  background: #E72420;
  border: 2px solid #FDECD3;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.sec-en-fixed.tel a span {
  display: inline-block;
  position: relative;
  padding-top: 20px;
}
.sec-en-fixed.tel a span::before {
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/en_cta_tel.svg") no-repeat top center/cover;
  filter: brightness(0) saturate(100%) invert(97%) sepia(100%) saturate(0%) hue-rotate(105deg) brightness(104%) contrast(102%);
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.sec-en-fixed.cta {
  position: fixed;
  top: 240px;
  right: 0;
  z-index: 999;
  width: 42px;
}
.sec-en-fixed.cta a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  writing-mode: vertical-rl;
  padding: 20px 0;
  border-radius: 6px 0 0 6px;
  background: #E72420;
  border: 2px solid #FDECD3;
  border-right: none;
  font-size: 15px;
  font-weight: bold;
  line-height: 1;
  color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  transition: 0.3s;
}
.sec-en-fixed.cta a:hover {
  background: #f61c17;
}

/*************************************************
lp-left-block
*************************************************/
#lp-left-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 33.33333333%;
  height: calc(100% - 117px);
  transition: 0.6s;
}
@media (min-width: 1000px) and (max-width: 1300px) {
  #lp-left-block {
    width: calc((100% - 390px) / 2);
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  #lp-left-block {
    width: calc(90% - 390px);
  }
}

.lp-index-block {
  max-width: 380px;
  position: sticky;
  top: 50%;
  transform: translateY(-45%);
  margin: 0 auto;
  transition: 0.6s;
}
@media only screen and (max-width: 1300px) {
  .lp-index-block {
    width: 100%;
    transform: scale(80%) translateY(-53%);
  }
}
@media (min-width: 768px) and (max-width: 980px) {
  .lp-index-block {
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .lp-index-block {
    display: none;
  }
}
.lp-index-block figure {
  width: 90%;
  margin: 0 auto 20px;
}
.lp-index-block .index-cnt {
  border-radius: 12px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.lp-index-block .index-cnt .ttl {
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 24px;
  font-weight: bold;
  line-height: 140%;
  padding: 20px;
  border-radius: 12px 12px 0 0;
  background: #EF8200 url("../images/en_feature_line.png") no-repeat center right/80% 14px;
  color: #fff;
  -webkit-text-stroke: 0.2px #fff;
}
.lp-index-block .index-cnt .ttl span {
  padding-right: 16px;
  background: #EF8200;
}
.lp-index-block .index-cnt ul {
  background: #fff;
  border-radius: 0 0 12px 12px;
}
.lp-index-block .index-cnt ul li {
  border-bottom: 1px solid rgba(239, 130, 0, 0.2);
}
.lp-index-block .index-cnt ul li a {
  display: block;
  padding: 12px 24px 12px 50px;
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 20px;
  font-weight: bold;
  line-height: 140%;
  color: #EF8200;
  -webkit-text-stroke: 0.2px #EF8200;
  position: relative;
  transition: 0.3s;
}
.lp-index-block .index-cnt ul li a::before {
  display: block;
  content: "";
  background: #EF8200;
  height: 12.124355653px;
  width: 10px;
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  position: absolute;
  top: 22px;
  left: 24px;
  transition: 0.3s;
}
.lp-index-block .index-cnt ul li a:hover {
  background: rgba(239, 130, 0, 0.1);
}
.lp-index-block .index-cnt ul li a:hover::before {
  left: 26px;
}
.lp-index-block .index-cnt ul li a.current {
  background: rgba(239, 130, 0, 0.2);
}
.lp-index-block .index-cnt ul li a.current::before {
  left: 26px;
}
.lp-index-block .index-cnt ul li:last-child {
  border: none;
}
.lp-index-block .index-cnt ul li:last-child a {
  border-radius: 0 0 12px 12px;
}

/*************************************************
lp-right-block
*************************************************/
#lp-right-block {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 33.33333333%;
  height: calc(100% - 117px);
}
@media (min-width: 1000px) and (max-width: 1300px) {
  #lp-right-block {
    width: calc((100% - 390px) / 2);
  }
}
@media only screen and (max-width: 1000px) {
  #lp-right-block {
    display: none;
  }
}
#lp-right-block figure {
  width: 80%;
  margin: 0 auto;
  position: sticky;
  top: 50%;
  transform: translateY(-50%);
}

#content-foot-support {
  position: relative;
  z-index: 10;
}

/*************************************************
index2.html
*************************************************/
#note-what h1::before, #note-what h1::after {
  display: none;
}

#note-kv {
  position: relative;
}
#note-kv::before, #note-kv::after {
  display: block;
  content: "";
  position: absolute;
  width: 252px;
  height: 244px;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  #note-kv::before, #note-kv::after {
    content: "";
    position: absolute;
    width: 50.6vw;
    height: 49.8vw;
  }
}
#note-kv::before {
  background: url(https://www.tepco.co.jp/ep/kizuna/endingnote/images/head_01.png) no-repeat center center/contain;
  left: 10vw;
}
@media screen and (max-width: 767px) {
  #note-kv::before {
    left: 0;
  }
}
#note-kv::after {
  background: url(https://www.tepco.co.jp/ep/kizuna/endingnote/images/head_02.png) no-repeat center center/contain;
  right: 10vw;
}
@media screen and (max-width: 767px) {
  #note-kv::after {
    right: 0;
  }
}

.lp-cta-wrap {
  background-image: repeating-linear-gradient(135deg, #f6f0e2, #f6f0e2 10px, #f4eddc 10px, #f4eddc 20px);
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック体", "游ゴシック", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Helvetica Neue", "Helvetica", "Arial", "Meiryo", sans-serif;
  font-size: 18px;
  color: #292929;
}
.lp-cta-wrap img {
  width: 100%;
  height: auto;
}
.lp-cta-wrap .sec-en-link .inner {
  width: 1024px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .lp-cta-wrap .sec-en-link .inner {
    width: auto;
    padding: 0 40px 40px;
  }
}
.lp-cta-wrap .sec-en-link .inner ul {
  width: 494px;
  margin: 40px auto 0;
  display: flex;
  gap: 36px;
}
@media screen and (max-width: 767px) {
  .lp-cta-wrap .sec-en-link .inner ul {
    width: auto;
    flex-direction: column;
  }
}
.lp-cta-wrap .sec-en-link .inner ul li {
  width: 228px;
}
@media screen and (max-width: 767px) {
  .lp-cta-wrap .sec-en-link .inner ul li {
    width: 100%;
  }
}
.lp-cta-wrap .sec-en-link .inner ul li a {
  display: block;
  width: 100%;
  padding: 2px;
  font-size: 12px;
  border-bottom: 1px solid #000;
  position: relative;
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .lp-cta-wrap .sec-en-link .inner ul li a {
    font-size: 16px;
  }
}
.lp-cta-wrap .sec-en-link .inner ul li a::after {
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  position: absolute;
  top: 50%;
  right: 8px;
  transform: rotate(-45deg) translateY(-50%);
  transition: 0.3s;
}
.lp-cta-wrap .sec-en-link .inner ul li a:hover {
  color: #EF8200;
}
.lp-cta-wrap .sec-en-link .inner ul li a:hover::after {
  right: 6px;
  border-color: #EF8200;
}
@media screen and (min-width: 768px) {
  .lp-cta-wrap {
    padding: 32px 0;
  }
  .lp-cta-wrap .wrap {
    width: 1024px;
    margin: 0 auto;
  }
  .lp-cta-wrap .sec-en-cta {
    max-width: 792px;
    margin: 0 auto;
    background: url("../images/en_cta_bg_pc.jpg") no-repeat top center/110% 100%;
    padding: 40px 29px 30px;
    border-radius: 32px 32px 0 0;
    overflow: hidden;
  }
  .lp-cta-wrap .sec-en-cta::before {
    aspect-ratio: 4/1;
  }
  .lp-cta-wrap .sec-en-cta .hd-txt {
    font-size: 16px;
    margin-bottom: 20px;
  }
  .lp-cta-wrap .sec-en-cta .lead {
    position: relative;
    margin-bottom: 10px;
  }
  .lp-cta-wrap .sec-en-cta .lead p {
    font-size: 26px;
  }
  .lp-cta-wrap .sec-en-cta .lead p span {
    font-size: 48px;
  }
  .lp-cta-wrap .sec-en-cta .lead p em {
    font-size: 16px;
    position: relative;
    top: -3px;
  }
  .lp-cta-wrap .sec-en-cta figure {
    margin: 0 auto;
    width: 100%;
    max-width: 420px;
  }
  .lp-cta-wrap .sec-en-cta .txt {
    font-size: 18px;
  }
  .lp-cta-wrap .sec-en-cta .cta-btn-wrap {
    display: flex;
    gap: 12px;
    margin: 12px auto 20px;
  }
  .lp-cta-wrap .sec-en-cta .btn-cta {
    width: 344px;
    margin-bottom: 0;
  }
  .lp-cta-wrap .sec-en-cta .btn-cta a {
    height: 67px;
    border-radius: 67px;
    font-size: 22px;
  }
  .lp-cta-wrap .sec-en-cta .btn-tel {
    width: 344px;
    margin-bottom: 0;
  }
  .lp-cta-wrap .sec-en-cta .btn-tel a {
    height: 67px;
    border-radius: 67px;
    border: 1px solid #5BB43C;
    transition: 0.3s;
  }
  .lp-cta-wrap .sec-en-cta .sub {
    font-size: 18px;
    letter-spacing: 1px;
  }
  .lp-cta-wrap .sec-en-info {
    max-width: 792px;
    margin: 0 auto;
    padding: 0 30px 30px;
    background: #5BB43C;
    border-radius: 0 0 32px 32px;
  }
  .lp-cta-wrap .sec-en-info h3.h3-en em {
    padding-left: 20px;
  }
}

#note-contact {
  z-index: 101;
}
#note-contact::before {
  display: block;
  content: "";
  width: 74px;
  height: 74px;
  background: url("../images/en_cta_fixed.png") no-repeat top center/cover;
  position: absolute;
  top: -40px;
  left: -32px;
}
@media screen and (max-width: 767px) {
  #note-contact {
    width: 90%;
    bottom: 20px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }
  #note-contact a {
    border-radius: 60px;
  }
  #note-contact p {
    font-size: 24px;
    padding-left: 20px;
  }
  #note-contact::before {
    width: 79px;
    height: 79px;
    background-image: url("../images/en_cta_fixed_sp.png");
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
  }
}

#note-link {
  min-width: auto;
  background: #fff;
  padding: 30px 10px;
}
#note-link p {
  font-size: 20px;
}
#note-link a {
  color: #EF8200;
  text-decoration: underline;
  transition: 0.3s;
}
#note-link a:hover {
  color: #003B83;
}