@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Akshar:wght@600&family=Noto+Sans+JP:wght@500;700&display=swap");
/**************
Sass Mixin
**************/
/**************
Basic Setting
**************/
html {
  font-size: 62.5%;
}
html * {
  box-sizing: border-box;
  word-wrap: break-word;
}

body {
  font-size: 1.5em;
  background: #FFF;
  font-family: -apple-system-body, BlinkMacSystemFont, "Noto Sans JP", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.8;
  padding: 0;
  margin: 0;
  vertical-align: baseline;
}
body.preload {
  transition: 0 !important;
}

select, input, button, textarea {
  font: 99% sans-serif;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

img {
  max-width: 100%;
}

#pagetop {
  background: url(../images/pagetop2.png);
  background-size: contain;
  position: fixed;
  right: 8px;
  text-indent: -9999px;
  outline: none;
  opacity: 0.7;
  z-index: 3;
}
@media (min-width: 820px) {
  #pagetop {
    width: 60px;
    height: 60px;
    bottom: -60px;
  }
}
@media (max-width: 819.9px) {
  #pagetop {
    width: 40px;
    height: 40px;
    bottom: -50px;
  }
}
#pagetop a {
  display: block;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
}

a {
  text-decoration: none;
  color: #1d56c6;
  outline: none;
  font-weight: bold;
}
a:hover {
  color: #5f79ad;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

/**************
Layout Set
**************/
.wrap {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 1120px) {
  .wrap {
    max-width: 1200px;
  }
}

.middlewrap {
  width: 92%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}

.shortwrap {
  width: 92%;
  max-width: 856px;
  margin-left: auto;
  margin-right: auto;
}

.page_section {
  padding: 80px 0;
}
@media (max-width: 819.9px) {
  .page_section {
    padding: 40px 0 40px;
  }
}
.page_section__white {
  background-color: #fff;
}
.page_section__gray {
  background-color: #f3f3f3;
}
.page_section__black {
  background-color: #0D0200;
}

/**************
TOP
**************/
.mainVisual {
  width: 100%;
  background-color: #0D0200;
  position: relative;
  overflow: hidden;
}
@media (min-width: 560px) {
  .mainVisual {
    height: 100vh;
    max-height: 960px;
    overflow: hidden;
  }
}
@media (max-width: 559.9px) {
  .mainVisual {
    height: 480px;
  }
}
.mainVisual .wrap {
  width: 96%;
  height: 100%;
}
.mainVisual .main_bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
}
.mainVisual .mainVisual_content {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-top: -24px;
}
@media (max-width: 559.9px) {
  .mainVisual .mainVisual_content {
    margin-top: 0;
  }
}
.mainVisual .mainVisual_content .main_catch {
  display: block;
  width: 100%;
  opacity: 0;
}
@media (max-width: 559.9px) {
  .mainVisual .mainVisual_content .main_catch {
    width: 296px;
  }
}
.mainVisual .mainVisual_content .main_middle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -32px;
  width: 80%;
}
@media (max-width: 559.9px) {
  .mainVisual .mainVisual_content .main_middle {
    width: 90%;
    margin-top: 20px;
  }
}
.mainVisual .mainVisual_content .main_middle .main_left {
  width: 62%;
}
.mainVisual .mainVisual_content .main_middle .main_left .main_cd {
  opacity: 0;
}
.mainVisual .mainVisual_content .main_middle .main_left .main_text {
  opacity: 0;
  margin-top: 24px;
}
.mainVisual .mainVisual_content .main_middle .main_right {
  opacity: 0;
  width: 35%;
}
.mainVisual .mainVisual_content .main_under {
  font-weight: bold;
  font-size: 120%;
  text-align: center;
  margin-top: 40px;
  opacity: 0;
}
@media (max-width: 559.9px) {
  .mainVisual .mainVisual_content .main_under {
    font-size: 1.2rem;
    padding: 0 20px;
  }
}
.mainVisual.is-active .main_bg {
  -webkit-animation: main_bg_blur 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
          animation: main_bg_blur 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) forwards;
}
.mainVisual.is-active .mainVisual_content .main_catch {
  -webkit-animation: blurIn 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s forwards;
          animation: blurIn 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.4s forwards;
}
.mainVisual.is-active .mainVisual_content .main_cd {
  -webkit-animation: blurIn 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.7s forwards;
          animation: blurIn 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.7s forwards;
}
.mainVisual.is-active .mainVisual_content .main_text {
  -webkit-animation: blurIn 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.9s forwards;
          animation: blurIn 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 0.9s forwards;
}
.mainVisual.is-active .mainVisual_content .main_right, .mainVisual.is-active .mainVisual_content .main_under {
  -webkit-animation: blurIn 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.2s forwards;
          animation: blurIn 1s cubic-bezier(0.445, 0.05, 0.55, 0.95) 1.2s forwards;
}

@media (min-width: 560px) {
  .sp_only {
    display: none;
  }
}

/**************
Footer
**************/
#footer {
  bottom: 0;
  box-sizing: border-box;
  background-color: #fff;
}

.footer_upper {
  background-color: #fff;
}

.footer_upper_inner {
  width: 92%;
  max-width: 1024px;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 1120px) {
  .footer_upper_inner {
    padding: 50px 0;
  }
}
@media (max-width: 1119.9px) {
  .footer_upper_inner {
    height: auto;
    padding: 40px 0;
  }
}
@media (min-width: 560px) {
  .footer_upper_inner .foot_group_img {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: block;
  }
}

.footlogo {
  display: block;
  width: 304px;
  margin: 0 auto 32px;
}
@media (max-width: 559.9px) {
  .footlogo {
    width: 190px;
  }
}

.foot_network {
  background-color: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  width: 480px;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 559.9px) {
  .foot_network {
    width: 100%;
  }
}
.foot_network:first-child {
  margin-bottom: 12px;
}
.foot_network .head {
  width: 100px;
  background-color: #2288B4;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
}
.foot_network .inner {
  width: calc(100% - 100px);
  padding: 16px 32px;
}
@media (max-width: 559.9px) {
  .foot_network .inner {
    padding: 16px;
  }
}
@media (max-width: 559.9px) {
  .foot_network .inner ul li {
    font-size: 1.3rem;
  }
}
.foot_network .inner ul li:not(:last-child) {
  margin-bottom: 0 !important;
}
.foot_network .inner ul.branch {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: flex-start;
  align-content: flex-start;
}
.foot_network .inner ul.branch li {
  width: 50%;
}

.footer_bottom {
  width: 100%;
  padding: 0 4%;
  background-color: #006837;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 820px) {
  .footer_bottom {
    height: 160px;
  }
}

.footer_bottom_inner {
  width: 92%;
  max-width: 904px;
  margin: 0 auto;
}
@media (min-width: 1120px) {
  .footer_bottom_inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (max-width: 1119.9px) {
  .footer_bottom_inner {
    height: auto;
    padding: 40px 0;
  }
}
@media (max-width: 559.9px) {
  .footer_bottom_inner {
    width: 100%;
    padding: 20px 0;
  }
}

.solar_link {
  width: 480px;
  height: 88px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background-color: white;
  border-radius: 8px;
  overflow: hidden;
}
@media (max-width: 819.9px) {
  .solar_link {
    margin: 0 auto;
  }
}
@media (max-width: 559.9px) {
  .solar_link {
    width: 100%;
  }
}
.solar_link .img {
  width: 44%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.solar_link .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  transition: all 0.3s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.solar_link .inner {
  width: 56%;
  padding: 0 24px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
}
.solar_link .inner .eng {
  font-family: "Akshar", Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 5px;
}
@media (max-width: 559.9px) {
  .solar_link .inner .eng {
    font-size: 1.8vw;
  }
}
.solar_link .inner .jp {
  font-size: 1.4rem;
  font-weight: bold;
  color: #0D0200;
  line-height: 1.5;
}
@media (max-width: 559.9px) {
  .solar_link .inner .jp {
    font-size: 2.8vw;
  }
}
.solar_link:hover .img img {
  transform: scale(1.05);
}

.about_side {
  width: calc(100% - 500px);
  text-align: center;
}
@media (max-width: 559.9px) {
  .about_side {
    width: 100%;
    margin-top: 24px;
  }
}
.about_side a {
  color: white;
}

.copyright {
  font-family: "Akshar", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  color: white;
  margin-top: 16px;
}
@media (min-width: 560px) and (max-width: 819.9px) {
  .copyright {
    margin-top: 20px;
    text-align: center;
  }
}
@media (max-width: 559.9px) {
  .copyright {
    font-size: 1rem;
    margin-top: 20px;
    text-align: center;
  }
}

/**************
Animations
**************/
@-webkit-keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(1.5rem);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(1.5rem);
  }
  100% {
    opacity: 1;
    filter: blur(0);
  }
}
@-webkit-keyframes main_bg {
  0% {
    filter: blur(3rem);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes main_bg {
  0% {
    filter: blur(3rem);
  }
  100% {
    filter: blur(0);
  }
}
@keyframes fadeIn {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    transform: translateY(40px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@-webkit-keyframes animate-panel {
  0% {
    transform-origin: left top;
    transform: scaleX(0);
  }
  49% {
    transform-origin: left top;
    transform: scale(1);
  }
  50% {
    transform-origin: right top;
    transform: scale(1);
  }
  to {
    transform-origin: right top;
    transform: scaleX(0);
  }
}
@keyframes animate-panel {
  0% {
    transform-origin: left top;
    transform: scaleX(0);
  }
  49% {
    transform-origin: left top;
    transform: scale(1);
  }
  50% {
    transform-origin: right top;
    transform: scale(1);
  }
  to {
    transform-origin: right top;
    transform: scaleX(0);
  }
}
@-webkit-keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
@keyframes animate-content {
  0% {
    visibility: hidden;
  }
  49% {
    visibility: hidden;
  }
  50% {
    visibility: visible;
  }
  to {
    visibility: visible;
  }
}
@-webkit-keyframes header_toggle {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes header_toggle {
  0% {
    opacity: 0;
    transform: translateY(-100px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@-webkit-keyframes title_animation02 {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0vw);
  }
}
@keyframes title_animation02 {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(0vw);
  }
}
@-webkit-keyframes main_bg_blur {
  0% {
    opacity: 0;
    filter: blur(1rem);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    filter: blur(0rem);
    transform: scale(1);
  }
}
@keyframes main_bg_blur {
  0% {
    opacity: 0;
    filter: blur(1rem);
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    filter: blur(0rem);
    transform: scale(1);
  }
}
/**************
ローディング画面
**************/
.loading {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #0D0200;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.loading.is-active {
  opacity: 0;
  visibility: hidden;
}

.loading-animation {
  width: 100vw;
  height: 100vh;
  transition: all 1s;
  background-color: #0D0200;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
}
.loading-animation.is-active {
  opacity: 1;
  visibility: visible;
}

.loading_logo {
  display: block;
}
@media (min-width: 560px) {
  .loading_logo {
    width: 480px;
  }
}
@media (max-width: 559.9px) {
  .loading_logo {
    width: 200px;
  }
}

/**************
下層ページ
**************/
.flex_content {
  width: 100%;
}
@media (min-width: 820px) {
  .flex_content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .flex_content.start {
    align-items: flex-start;
  }
}
@media (min-width: 820px) {
  .flex_content_r {
    flex-direction: row-reverse;
  }
}
@media (max-width: 819.9px) {
  .flex_content > .item {
    width: 100%;
  }
  .flex_content > .item:not(:last-child) {
    margin-bottom: 24px;
  }
}
@media (min-width: 820px) {
  .flex_content .item_1 {
    width: 12%;
  }
}
@media (min-width: 820px) {
  .flex_content .item_2 {
    width: 21%;
  }
}
@media (min-width: 820px) {
  .flex_content .item_3 {
    width: 33%;
  }
}
@media (min-width: 820px) {
  .flex_content .item_4 {
    width: 46%;
  }
}
@media (min-width: 820px) {
  .flex_content .item_5 {
    width: 62%;
  }
}
@media (min-width: 820px) {
  .flex_content .item_6 {
    width: 73%;
  }
}
@media (min-width: 820px) {
  .flex_content .item_7 {
    width: 84%;
  }
}

.float_link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.anchor {
  padding-top: 50px;
  margin-top: -50px;
}
@media (max-width: 819.9px) {
  .anchor {
    padding-top: 40px;
    margin-top: -40px;
  }
}

@-webkit-keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}

@keyframes slideIn {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0px);
  }
}
.center-title {
  font-size: 3.3rem;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 700;
}
@media (max-width: 819.9px) {
  .center-title {
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}
.center-title.white {
  color: #fff;
}

.center-title2 {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 24px;
  font-weight: bold;
}
@media (max-width: 559.9px) {
  .center-title2 {
    font-size: 4.4vw;
  }
}

.lined_title {
  width: 100%;
  text-align: center;
  position: relative;
  margin-bottom: 40px;
  border-bottom: 1px #ddd solid;
}
@media (max-width: 559.9px) {
  .lined_title {
    margin-bottom: 24px;
  }
}
.lined_title span {
  display: inline-block;
  padding: 0 16px;
  background-color: #f3f3f3;
  font-size: 2.4rem;
  letter-spacing: 0.04em;
  color: #0D0200;
  position: relative;
  z-index: 1;
  padding: 0 0 16px;
}
@media (max-width: 559.9px) {
  .lined_title span {
    font-size: 1.8rem;
  }
}
.lined_title span::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  bottom: -2px;
  position: absolute;
  left: 0;
  background-color: #1cb57b;
}

/**************
Global Menu
**************/
#global_menu {
  position: fixed;
  top: 0;
  z-index: 9;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.95);
  left: 0%;
  transition: left 0.5s ease, visibility 0.5s ease-in-out, opacity 0.5s ease-in-out;
  visibility: hidden;
  opacity: 0;
}
#global_menu.opened {
  visibility: visible;
  opacity: 1;
  left: 0;
}
#global_menu .inner {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100vw;
  height: 100vh;
}
#global_menu .inner .inner_menu {
  text-align: center;
}
#global_menu .inner .inner_menu li {
  padding: 4px 0;
}
#global_menu .inner .inner_menu li a {
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  padding: 16px 0;
  position: relative;
}
@media (max-width: 559.9px) {
  #global_menu .inner .inner_menu li a {
    padding: 8px 0;
  }
}
#global_menu .inner .inner_menu li a span {
  color: white;
}
#global_menu .inner .inner_menu li a span.eng {
  font-family: "Akshar", Arial, Helvetica, sans-serif;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 559.9px) {
  #global_menu .inner .inner_menu li a span.eng {
    font-size: 2rem;
  }
}
#global_menu .inner .inner_menu li a span.jp {
  font-size: 1.2rem;
  letter-spacing: 0.1em;
}
#global_menu .inner .inner_menu li a::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: white;
  position: absolute;
  left: 0;
  bottom: 0;
  max-width: 0;
  transition: all 0.3s ease;
}
#global_menu .inner .inner_menu li a:hover::after, #global_menu .inner .inner_menu li a:active::after {
  max-width: 100%;
}

.menuBtn {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  left: 32px;
  top: 32px;
  z-index: 10;
}
@media (min-width: 1120px) {
  .menuBtn {
    width: 48px;
    height: 48px;
    margin: 0 0 0 auto;
  }
}
@media (max-width: 1119.9px) {
  .menuBtn {
    left: 16px;
    top: 16px;
  }
}
.menuBtn .eng {
  font-family: "Akshar", Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1.5;
  color: #0D0200;
  margin-top: 48px;
  letter-spacing: 0.1em;
}

.nav-open {
  display: inline-block;
  width: 100%;
  height: 22px;
  vertical-align: middle;
  position: absolute;
  top: 0;
  margin-top: 12px;
  z-index: 4;
}
@media (min-width: 820px) and (max-width: 1119.9px) {
  .nav-open {
    left: 35px;
    margin-top: -14px;
  }
}
@media (max-width: 819.9px) {
  .nav-open {
    left: 14px;
  }
}

.nav-open span {
  background-color: transparent;
}

.nav-open span:before,
.nav-open span:after {
  position: absolute;
  background: #0D0200;
  display: block;
  content: "";
  cursor: pointer;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  height: 1px;
  width: 48px;
}
@media (max-width: 819.9px) {
  .nav-open span:before,
.nav-open span:after {
    height: 2px;
    width: 20px;
  }
}

.nav-open span:before {
  bottom: 11px;
}
@media (max-width: 819.9px) {
  .nav-open span:before {
    bottom: 8px;
  }
}

.nav-open span:after {
  bottom: 22px;
}
@media (max-width: 819.9px) {
  .nav-open span:after {
    bottom: 16px;
  }
}

.menu-open .nav-open span::before,
.menu-open .nav-open span::after {
  height: 1px;
  transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  position: absolute;
  top: 6px;
  left: 0;
  content: "";
  background-color: white;
}

.menu-open .nav-open span::before {
  transform: rotate(45deg);
}

.menu-open .nav-open span::after {
  transform: rotate(-45deg);
}

.big-title {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column-reverse;
  margin-bottom: 64px;
}
@media (max-width: 819.9px) {
  .big-title {
    margin-bottom: 40px;
  }
}
.big-title .eng {
  color: #0D0200;
  font-family: "Akshar", Arial, Helvetica, sans-serif;
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.5;
  line-height: 1;
}
@media (max-width: 819.9px) {
  .big-title .eng {
    font-size: 2.4rem;
  }
}
.big-title .jp {
  font-size: 1.8rem;
  font-weight: bold;
}
@media (max-width: 819.9px) {
  .big-title .jp {
    font-size: 1.6rem;
  }
}
.big-title.white .eng {
  color: white;
}
.big-title.white .jp {
  color: white;
}
.big-title.start {
  align-items: flex-start;
}

.commentArea {
  width: 100%;
  padding: 0 30px 0 320px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
@media (max-width: 559.9px) {
  .commentArea {
    padding: 30px 4%;
  }
}
.commentArea .cb_comment {
  position: absolute;
  left: 0;
  top: -30px;
  width: 320px;
}
@media (max-width: 559.9px) {
  .commentArea .cb_comment {
    display: none;
  }
}
.commentArea .commentList {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  height: auto;
}
@media (max-width: 559.9px) {
  .commentArea .commentList {
    flex-wrap: wrap;
  }
}
.commentArea .commentList li {
  padding: 40px 10px 0;
  width: auto;
}
@media (max-width: 559.9px) {
  .commentArea .commentList li {
    width: 50%;
    padding: 20px 8px 0;
  }
  .commentArea .commentList li:nth-child(3) {
    width: 54%;
  }
  .commentArea .commentList li:nth-child(4) {
    width: 46%;
  }
}

.point_section {
  background: #1cb57b;
}
.point_section .point_bg {
  width: 100%;
  background: url(../images/bg_whiteline.png) no-repeat center top;
  background-size: 100%;
  padding: 64px 0;
}

.point_tit {
  display: block;
  margin: 0 auto 40px;
  width: 100%;
  max-width: 720px;
}
@media (max-width: 559.9px) {
  .point_tit {
    width: 280px;
    margin-bottom: 30px;
  }
}

.point_links {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
.point_links .item {
  width: 32%;
  position: relative;
  margin-bottom: 24px;
  transition: all 0.3s ease;
}
@media (max-width: 559.9px) {
  .point_links .item {
    width: 100%;
  }
}
.point_links .item:hover {
  transform: translateY(-20px);
}
.point_links .item .p_num {
  text-align: center;
  background-color: #0D0200;
  padding: 10px 0;
}
.point_links .item .p_num .eng {
  color: white;
  font-family: "Akshar", Arial, Helvetica, sans-serif;
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
.point_links .item .p_num .num {
  color: white;
  font-family: "Akshar", Arial, Helvetica, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.5;
  line-height: 1;
}
.point_links .item .inner {
  background-color: white;
  padding: 16px 16px 44px;
  position: relative;
}
.point_links .item .inner h3 {
  color: #006837;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 10px;
}
@media (max-width: 559.9px) {
  .point_links .item .inner h3 {
    font-size: 2rem;
  }
}
.point_links .item .inner p {
  text-align: center;
  font-size: 1.8rem;
  padding: 0 16px;
}
@media (max-width: 559.9px) {
  .point_links .item .inner p {
    font-size: 1.4rem;
  }
}
.point_links .item .inner i {
  position: absolute;
  font-size: 3rem;
  left: 50%;
  bottom: 4px;
  transform: translateX(-50%);
}

.pointBox {
  background-color: white;
  border: 3px #0D0200 solid;
  padding: 64px;
  position: relative;
  margin-top: 80px;
}
@media (max-width: 559.9px) {
  .pointBox {
    padding: 64px 5% 24px;
    margin-top: 56px;
  }
}
.pointBox .point_head {
  background: url(../images/tri_yellow.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 200px;
  padding: 24px 0 0 36px;
}
@media (max-width: 559.9px) {
  .pointBox .point_head {
    width: 100px;
    height: 100px;
    padding: 12px 0 0 15px;
  }
}
.pointBox .point_head .eng {
  font-family: "Akshar", Arial, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: 0.1em;
}
@media (max-width: 559.9px) {
  .pointBox .point_head .eng {
    font-size: 1.2rem;
  }
}
.pointBox .point_head .num {
  font-family: "Akshar", Arial, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  line-height: 1;
  padding-left: 18px;
}
@media (max-width: 559.9px) {
  .pointBox .point_head .num {
    font-size: 2.3rem;
    padding-left: 10px;
  }
}
.pointBox .tit {
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  color: #006837;
  padding: 0 120px;
  margin-bottom: 32px;
  line-height: 1.4;
}
@media (max-width: 559.9px) {
  .pointBox .tit {
    padding: 0;
    font-size: 1.8rem;
    position: relative;
    z-index: 1;
  }
}

.tit_under_text {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 32px;
}
@media (max-width: 559.9px) {
  .tit_under_text {
    font-size: 1.4rem;
  }
}

.cta_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px auto 0;
}
@media (max-width: 559.9px) {
  .cta_section {
    margin-top: 20px;
  }
}
.cta_section a {
  display: block;
  width: 48%;
}
@media (max-width: 559.9px) {
  .cta_section a {
    width: 49%;
  }
}

.zenkoku {
  width: 100%;
  position: relative;
  padding: 120px 0 0 120px;
  margin-top: 80px;
}
@media (max-width: 559.9px) {
  .zenkoku {
    padding: 0;
    margin-top: 0;
  }
}
.zenkoku .white_box {
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  padding: 32px 64px 40px;
  max-width: 640px;
  position: absolute;
  left: 0;
  top: 0;
}
@media (max-width: 559.9px) {
  .zenkoku .white_box {
    position: inherit;
    padding: 24px 33px;
  }
}
.zenkoku .white_box p {
  font-size: 1.8rem;
  margin-top: 20px;
}
@media (max-width: 559.9px) {
  .zenkoku .white_box p {
    font-size: 1.4rem;
  }
}

.point_img_03 {
  display: block;
  max-width: 560px;
  margin: 0 auto;
}
@media (max-width: 559.9px) {
  .point_img_03 {
    width: 100%;
  }
}

.point_img_04 {
  display: block;
  max-width: 500px;
  margin: 40px auto 0;
}
@media (max-width: 559.9px) {
  .point_img_04 {
    width: 100%;
  }
}

.borderBox {
  border: 2px #3e3a39 solid;
}
.borderBox .borderBox_tit {
  background-color: #3e3a39;
  color: white;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 12px;
}
@media (max-width: 559.9px) {
  .borderBox .borderBox_tit {
    font-size: 1.6rem;
  }
}
.borderBox .borderBox_inner {
  padding: 32px 48px 40px;
}
@media (max-width: 559.9px) {
  .borderBox .borderBox_inner {
    padding: 24px 32px;
  }
}
.borderBox .borderBox_inner p {
  font-size: 1.6rem;
}
@media (max-width: 559.9px) {
  .borderBox .borderBox_inner p {
    font-size: 1.4rem;
  }
}

.point_img_05, .point_img_06 {
  display: block;
  margin: 40px auto 0;
}
@media (max-width: 559.9px) {
  .point_img_05, .point_img_06 {
    width: 100%;
  }
}

/**************
ご契約の流れ
**************/
.flow_section {
  width: 100%;
  padding: 64px 0 100px;
  background-color: white;
}
@media (max-width: 559.9px) {
  .flow_section {
    padding: 48px 0 50px;
  }
}

.steps .stepBox {
  width: 100%;
  border: 3px #3e3a39 solid;
  display: flex;
  margin-bottom: 24px;
}
@media (max-width: 559.9px) {
  .steps .stepBox {
    flex-direction: column;
  }
}
.steps .stepBox .num_side {
  width: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #3e3a39;
}
@media (max-width: 559.9px) {
  .steps .stepBox .num_side {
    width: 100%;
    padding: 10px 0 3px;
  }
}
.steps .stepBox .num_side .eng {
  font-family: "Akshar", Arial, Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  color: white;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media (max-width: 559.9px) {
  .steps .stepBox .num_side .eng {
    font-size: 1.5rem;
  }
}
.steps .stepBox .num_side .num {
  line-height: 1;
  font-family: "Akshar", Arial, Helvetica, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.5;
  color: white;
}
@media (max-width: 559.9px) {
  .steps .stepBox .num_side .num {
    font-size: 3rem;
  }
}
.steps .stepBox .text_side {
  width: calc(100% - 200px);
  padding: 24px 32px;
  background-color: white;
}
@media (max-width: 559.9px) {
  .steps .stepBox .text_side {
    width: 100%;
  }
}
.steps .stepBox .text_side h3 {
  font-size: 3rem;
}
@media (max-width: 559.9px) {
  .steps .stepBox .text_side h3 {
    font-size: 2rem;
  }
}
.steps .stepBox .text_side p {
  font-size: 1.8rem;
}
@media (max-width: 559.9px) {
  .steps .stepBox .text_side p {
    font-size: 1.5rem;
  }
}

/**************
お問い合わせ
**************/
.contact_table {
  width: 100%;
}
.contact_table tr th {
  text-align: left;
  background-color: transparent;
  color: #0D0200;
  vertical-align: middle;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (min-width: 560px) {
  .contact_table tr th {
    width: 300px;
    padding: 16px 0;
    vertical-align: top;
  }
}
@media (max-width: 559.9px) {
  .contact_table tr th {
    display: block;
    width: 100%;
    padding: 10px 0 5px;
    font-weight: bold;
    font-size: 1.4rem;
    border: 0;
  }
}
.contact_table tr th .hissu {
  background: #006837;
  font-size: 12px;
  font-weight: 700;
  color: #fff;
  display: inline-block;
  padding: 4px 11px;
  margin-right: 10px;
  border-radius: 4px;
}
@media (max-width: 819.9px) {
  .contact_table tr th .hissu {
    padding: 0 7px 1px;
    margin-top: -10px;
  }
}
.contact_table tr td {
  background-color: transparent;
}
@media (min-width: 560px) {
  .contact_table tr td {
    padding: 16px 0;
  }
}
@media (max-width: 559.9px) {
  .contact_table tr td {
    background-color: transparent;
    display: block;
    width: 100%;
    border: 0;
    padding: 8px 0;
    border-radius: 6px;
    font-size: 1.4rem;
  }
}
.contact_table tr td .list-disc, .contact_table tr td .foot_network .inner ul, .foot_network .inner .contact_table tr td ul {
  width: 100%;
}
@media (min-width: 560px) {
  .contact_table tr td .list-disc, .contact_table tr td .foot_network .inner ul, .foot_network .inner .contact_table tr td ul {
    display: inline-flex;
    flex-wrap: wrap;
    align-items: flex-start;
    align-content: flex-start;
  }
}
@media (min-width: 560px) {
  .contact_table tr td .list-disc li, .contact_table tr td .foot_network .inner ul li, .foot_network .inner .contact_table tr td ul li {
    width: 50%;
  }
}

.mid_input {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.mid_input .c-input {
  width: 50%;
}
.mid_input .c-input.short {
  width: 32%;
  margin-left: 5px;
}
@media (max-width: 559.9px) {
  .mid_input .c-input.short {
    width: 29%;
  }
}
.mid_input .unit {
  margin-left: 5px;
}

input,
button,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-input,
.c-select,
.c-textarea {
  background: #fff;
  border: 3px solid #3e3a39;
  transition: background-color 100ms, border-color 100ms;
  width: 100%;
  box-sizing: border-box;
  font-size: 1.8rem;
}
@media (max-width: 559.9px) {
  .c-input,
.c-select,
.c-textarea {
    font-size: 1.4rem;
  }
}

.c-select {
  padding: 5px 10px;
}

.c-input {
  height: 64px;
  padding: 2px 10px;
  border-radius: 4px;
}
@media (max-width: 1119.9px) {
  .c-input {
    height: auto;
    padding: 8px 4%;
    box-sizing: border-box;
  }
}

@media (min-width: 820px) {
  .c-select-list {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.c-select-list__item {
  display: flex;
  align-items: center;
}
@media (min-width: 820px) {
  .c-select-list__item {
    width: 32%;
  }
}
@media (max-width: 819.9px) {
  .c-select-list__item {
    width: 80%;
    margin-bottom: 4px;
  }
}

.c-radio-list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -20px -5px 0;
  width: 100%;
}
.c-radio-list__item {
  margin: 0 0 5px 0;
}
@media (max-width: 1119.9px) {
  .c-radio-list__item {
    text-align: left;
  }
}
.c-radio-list__item label {
  cursor: pointer;
  margin-right: 20px;
}
@media (max-width: 1119.9px) {
  .c-radio-list__item label {
    margin-right: 10px;
  }
}

.c-checkbox-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: wrap;
  flex-direction: column;
}
.c-checkbox-list label {
  cursor: pointer;
}

.c-radio {
  position: relative;
  top: -3px;
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

.c-textarea {
  height: 200px;
  width: 100%;
  padding: 8px 10px;
  display: block;
  border-radius: 4px;
}
@media (max-width: 1119.9px) {
  .c-textarea {
    box-sizing: border-box;
    width: 100%;
    height: 120px;
  }
}

.form-btn {
  margin-top: 30px;
  text-align: center;
}

.c-submit,
.c-confirm,
.c-back {
  padding: 18px 0;
  text-align: center;
  width: 280px;
  cursor: pointer;
}
@media (min-width: 1120px) {
  .c-submit,
.c-confirm,
.c-back {
    transition: all 0.3s ease 0s;
  }
}
@media (max-width: 1119.9px) {
  .c-submit,
.c-confirm,
.c-back {
    width: 48%;
    padding: 15px 0;
  }
}

.c-submit {
  border: 2px #2288B4 solid;
  color: #fff;
  background-color: #2288B4;
  font-weight: bold;
  font-size: 1.8rem;
}
@media (max-width: 559.9px) {
  .c-submit {
    font-size: 1.4rem;
  }
}

.c-submit:hover {
  opacity: 0.8;
}

.c-confirm,
.c-back {
  border: 2px #777 solid;
  color: #777;
  background-color: #fff;
}

.c-confirm:hover,
.c-back:hover {
  background-color: #eee;
}

.input-name-flex {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.input-name-flex .inner:not(:first-child) {
  margin-left: 15px;
}
.input-name-flex .input-tel-inline {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.input-name-flex .input-tel-inline:not(:first-child) {
  margin-left: 5px;
}
.input-name-flex .input-tel-inline p {
  margin-right: 5px;
}
.input-name-flex .input-tel-inline .c-input {
  width: 96px;
}

.privacyCheck {
  text-align: center;
  margin: 60px 0 40px;
}
@media (max-width: 559.9px) {
  .privacyCheck {
    margin-top: 40px;
    text-align: left;
  }
}
.privacyCheck p {
  font-size: 12px;
  margin: 10px 0 20px;
}

.btn-confirm, #btn_confirm {
  display: block;
  border: 1px #999 solid;
  border-radius: 5px;
  max-width: 400px;
  width: 90%;
  padding: 15px 0;
  text-align: center;
  font-size: 1.8rem;
  margin: 0 auto;
  background-color: #ddd;
  transition: all 0.3s ease 0s;
}
@media (max-width: 559.9px) {
  .btn-confirm, #btn_confirm {
    font-size: 1.4rem;
  }
}
.btn-confirm.hoverOn, .hoverOn#btn_confirm {
  border: 1px solid #5d3fff;
  background-color: #fff;
  color: #5d3fff;
  cursor: pointer;
}

.form-btns .btn {
  color: white;
  font-size: 22px;
  font-weight: 600;
  height: auto;
  width: 370px;
  text-rendering: optimizelegibility;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  padding: 18px 0;
  margin: 0 5px 20px;
}
@media (max-width: 1119.9px) {
  .form-btns .btn {
    font-size: 18px;
    width: 90%;
    margin: 0 auto 20px;
  }
}

.btn-conta {
  color: white;
  font-size: 22px;
  font-weight: 600;
  height: 51px;
  width: 80%;
  text-rendering: optimizelegibility;
  border-radius: 4px;
  cursor: pointer;
  display: block;
  text-align: center;
  padding-top: 18px;
  margin: 0 auto 20px;
  background-color: #333;
  border-bottom: 3px solid #888;
}
.btn-conta:hover {
  background-color: #555;
  border-bottom: 3px solid #999;
}

.btns .btn-primary {
  background-color: #81c320;
  border-color: #a2d400;
  border-bottom: 3px solid #679b1b;
}
.btns .btn-primary:hover {
  background-color: #a2d400;
  border-color: #a2d400;
}

.btn-info {
  background-color: #21b2c1;
  border-color: #21b2c1 #21b2c1 #1d8691;
  border-bottom: 3px solid #1d8691;
}
.btn-info:hover {
  background-color: #2fccdc;
  border-bottom: 3px solid #1d8691;
  border-color: #2fccdc #2fccdc #2fccdc;
}

input[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
  border-radius: 50%;
  position: relative;
  top: -2px;
}

input[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
  border-radius: 50%;
}

.c-radio,
.c-checkbox {
  margin-right: 5px;
  position: relative;
  top: -0.1em;
}

.c-radio-list__item,
.accept {
  font-size: 1.8rem;
}
@media (max-width: 559.9px) {
  .c-radio-list__item,
.accept {
    font-size: 1.4rem;
  }
}

.c-checkbox {
  display: none;
}

.check-box {
  background-color: transparent;
  cursor: pointer;
  position: relative;
  padding-left: 40px;
}
@media (max-width: 559.9px) {
  .check-box {
    min-height: 32px;
    display: block;
    padding-left: 36px;
  }
}
.check-box::before {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  top: -1px;
  height: 26px;
  width: 26px;
  border: 3px solid #3e3a39;
  border-radius: 4px;
  content: "";
  transition: all 0.3s ease;
  background-color: white;
}
.check-box::after {
  content: "";
  display: block;
  width: 36px;
  height: 25px;
  background: url(../images/icon_check.png) no-repeat;
  background-size: cover;
  position: absolute;
  left: -4px;
  top: -6px;
  opacity: 0;
  transition: all 0.3s ease;
}
.check-box:has(> .c-checkbox:checked)::before {
  background-color: #7aff6b;
  border-color: #7aff6b;
}
.check-box:has(> .c-checkbox:checked)::after {
  opacity: 1;
}

.alert-block {
  border: 2px tomato solid;
  padding: 24px;
  color: red;
  font-weight: bold;
}

.help-block {
  display: block;
  color: tomato;
  font-size: 12px;
  font-weight: bold;
  margin-top: 3px;
}

.wpcf7-response-output {
  background-color: #fff0f0;
  text-align: center;
  color: red;
  padding: 24px !important;
  border-radius: 4px;
  border: none !important;
}

.wpcf7-not-valid-tip {
  display: block;
  font-size: 1.3rem !important;
  font-weight: bold !important;
  margin-top: 3px !important;
}

.header_logo {
  display: block;
  width: 90%;
  max-width: 560px;
  margin: 0 auto 30px;
}

.contact_page,
.confirm_page {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #1cb57b;
}
.contact_page .title_h2,
.confirm_page .title_h2 {
  font-size: 5rem;
  text-align: center;
  margin-bottom: 16px;
}
.contact_page .page_top_next,
.confirm_page .page_top_next {
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
}
.contact_page .bxa,
.confirm_page .bxa {
  background-color: white;
  padding: 64px;
  border-radius: 10px;
}

.confirm_page {
  height: auto;
  padding: 40px 0 80px;
}
.confirm_page .bxa {
  background-color: white;
  padding: 40px 64px;
  border-radius: 10px;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
}
/*# sourceMappingURL=cmn.css.map */