@charset "UTF-8";
/* ======================================================================
 reset
====================================================================== */
/*
  Josh's Custom CSS Reset
  https://www.joshwcomeau.com/css/custom-css-reset/
*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

* {
  margin: 0;
}

html {
  overflow-y: scroll;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

img, picture, video, canvas, svg {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

p, h1, h2, h3, h4, h5, h6 {
  overflow-wrap: break-word;
}

ul {
  list-style: none;
  padding-left: 0;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,
input, select, textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  /* Sets a specific default `font-size` for user with `rem` type scales.*/
  font-size: 62.5%;
  /* Changes the default tap highlight to be completely transparent in iOS.*/
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  color: #000;
  line-height: 1.6;
  background: #fff;
  font-family: "Noto Sans JP", 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Avenir, "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, sans-serif;
  font-weight: 400;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
}

.mw_wp_form [type=radio] {
  display: none;
}

.mw_wp_form [type=radio] + span {
  padding-left: 50px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .mw_wp_form [type=radio] + span {
    padding-left: 10.6666666667vw;
    display: flex;
  }
}
.mw_wp_form [type=radio] + span:before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #c9c9c9;
  background: #fff;
  position: absolute;
  top: -5px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .mw_wp_form [type=radio] + span:before {
    width: 8vw;
    height: 8vw;
    top: -1.3333333333vw;
  }
}
.mw_wp_form [type=radio] + span:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #cb1414;
  position: absolute;
  top: 3px;
  left: 8px;
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .mw_wp_form [type=radio] + span:after {
    width: 5.3333333333vw;
    height: 5.3333333333vw;
    top: 0;
    left: 1.3333333333vw;
  }
}
.mw_wp_form [type=radio]:checked + span:after {
  opacity: 1;
}

.mw_wp_form [type=checkbox] {
  display: none;
}

.mw_wp_form [type=checkbox] + span {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .mw_wp_form [type=checkbox] + span {
    padding-left: 10.6666666667vw;
  }
}
.mw_wp_form [type=checkbox] + span:before {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-radius: 5px;
  border: 1px solid #c9c9c9;
  background: #fff;
  position: absolute;
  top: -5px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .mw_wp_form [type=checkbox] + span:before {
    width: 8vw;
    height: 8vw;
  }
}
.mw_wp_form [type=checkbox]:checked + span:before {
  border: none;
  background: url(../img/icon_checked@2x.png) 50%/cover, #cb1414;
}

.mw_wp_form .mwform-checkbox-field ~ .error {
  position: absolute;
  top: 116%;
}

.frame_cover {
  position: relative;
}

.frame_cover:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

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

.graph-text {
  position: relative;
  margin: 20px auto;
  padding: 1em 1.5em;
  border-left: 5px solid #cf1111;
  background-color: #f2f2f2;
  color: #333;
}

.under {
  background: linear-gradient(transparent 60%, #fff33f 30%);
}

.under2 {
  border-bottom: 5px solid #ffffff;
}


@media screen and (max-width: 768px) {
  body {
    min-width: inherit;
  }
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

strong {
  font-weight: bold;
}

a:link {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

a:visited {
  color: #000;
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

a:active {
  color: c;
  text-decoration: none;
}

a[href^=tel] {
  color: #000;
}

.contain {
  width: 1440px;
  min-width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

/* input */
input, textarea, select {
//  display: block;
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  -o-border-image: none;
     border-image: none;
  background: transparent;
  font-family: inherit;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input::-ms-expand, textarea::-ms-expand, select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

input:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #000;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000;
}

input:placeholder-shown, textarea:placeholder-shown {
  color: #000;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #000;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #000;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #000;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  color: #000;
}

input::placeholder, textarea::placeholder {
  color: #000;
}

input:focus:-moz-placeholder-shown, textarea:focus:-moz-placeholder-shown {
  color: #000;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #000;
}

input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #000;
}

input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #000;
}

input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #000;
}

input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #000;
}

input:focus::-ms-input-placeholder, textarea:focus::-ms-input-placeholder {
  color: #000;
}

input:focus::placeholder, textarea:focus::placeholder {
  color: #000;
}

.blue {
  color: #1570a6;
}

.yellow {
  color: #fff000;
}

@media screen and (min-width: 769px) {
  .u_pc {
    display: block;
  }
  .u_sp {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .u_pc {
    display: none;
  }
  .u_sp {
    display: block;
  }
}
/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_content_size
================================= */
.l_content_size_sp_1 {
  padding: 0 4%;
}

@media screen and (min-width: 1025px) {
  .l_content_size_sp_1 {
    max-width: 1440px;
    margin: 0 auto;
  }
}
.l_content_size_pc_1 {
  width: 1440px;
  margin: 0 auto;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .l_content_size_pc_1 {
    width: auto;
    padding: 0 4vw;
  }
}
/* =================================
 l_container
================================= */
.l_container {
  position: relative;
}

/* =================================
 l_header
================================= */
.l_header {
  position: relative;
}

.l_header .logo {
  position: absolute;
  top: 18px;
  left: 40px;
}

.l_header .header_top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.l_header .header_top-text {
  margin-left: 200px;
  font-size: 1.8rem;
  font-weight: 700;
}

.l_header .header_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 30px 15px 0;
}

.l_header .header_contact-text {
  font-size: 2.2rem;
  font-weight: 700;
}

.l_header .header_contact-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}

.l_header .header_contact-tel img {
  margin-right: 12px;
}

.l_header .header_contact-tel p {
  font-family: "Roboto", sans-serif;
  font-size: 5.2rem;
  font-weight: 900;
}

.l_header .header_contact-mail {
  margin-left: 20px;
}

.l_header .header_bottom {
  background: #1570a6;
}

.l_header .gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 0;
}

.l_header .gnav:after {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #0a517b;
  -webkit-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.2);
          box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.2);
  display: inline-block;
}

.l_header .gnav li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.l_header .gnav li:before {
  content: "";
  width: 1px;
  height: 50px;
  background-color: #0a517b;
  -webkit-box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.2);
          box-shadow: 1px 0px 0px 0px rgba(255, 255, 255, 0.2);
  display: inline-block;
}

.l_header .gnav li a {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  text-align: center;
  width: 165px;
}

/* =================================
 l_header_sp
================================= */
.l_header_sp {
  position: relative;
}

.l_header_sp .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 16vw;
}

.l_header_sp .header_text {
  margin-left: 20.2666666667vw;
  font-size: 2.9333333333vw;
  font-weight: 700;
}

.l_header_sp .logo {
  width: 20vw;
  position: absolute;
  top: 2vw;
  left: 2vw;
}

.l_header_sp .toggle {
  width: 16vw;
  height: 16vw;
  background: #1570a6;
  position: relative;
}

.l_header_sp .toggle span {
  width: 6.6666666667vw;
  height: 0.4vw;
  background: #fff;
  display: block;
  position: absolute;
  left: 4.6666666667vw;
  -webkit-transition: top 0.5s, width 0.5s, -webkit-transform 0.5s;
  transition: top 0.5s, width 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, top 0.5s, width 0.5s;
  transition: transform 0.5s, top 0.5s, width 0.5s, -webkit-transform 0.5s;
}

.l_header_sp .toggle span:nth-child(1) {
  top: 5.8666666667vw;
}

.l_header_sp .toggle span:nth-child(2) {
  top: 7.4666666667vw;
}

.l_header_sp .toggle span:nth-child(3) {
  top: 9.0666666667vw;
}

.l_header_sp.open {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.l_header_sp.open .toggle span:nth-child(1) {
  top: 8vw;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.l_header_sp.open .toggle span:nth-child(2) {
  top: 8vw;
  width: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.l_header_sp.open .toggle span:nth-child(3) {
  top: 8vw;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* =================================
 l_menu_sp
================================= */
.l_menu_sp {
  background: #fff;
  padding: 26.6666666667vw 0 5.6vw;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: scroll;
  height: 100vh;
  opacity: 0;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transform: translate(0, -100vh);
          transform: translate(0, -100vh);
}

.l_menu_sp.active {
  opacity: 1;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.l_menu_sp .gnav {
  text-align: center;
  font-size: 5.3333333333vw;
  font-weight: 700;
  margin-bottom: 1.3333333333vw;
}

.l_menu_sp .gnav li {
  margin-bottom: 8vw;
}

/* =================================
 l_breadcrumbs
================================= */
/* =================================
 l_main_visual
================================= */
/* =================================
 l_content
================================= */
/* =================================
 l_main
================================= */
/* =================================
 l_side
================================= */
/* =================================
 l_footer
================================= */
.l_footer .footer_logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 60px 0 34px;
}

@media screen and (max-width: 768px) {
  .l_footer .footer_logo {
    margin: 13.6vw auto 10vw;
    width: 22.2666666667vw;
  }
}
.l_footer .footer_nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .l_footer .footer_nav {
    display: block;
    margin-bottom: 9.3333333333vw;
    text-align: center;
  }
}
.l_footer .footer_nav li + li {
  margin-left: 40px;
}

@media screen and (max-width: 768px) {
  .l_footer .footer_nav li + li {
    margin-left: 0;
    margin-top: 6.6666666667vw;
  }
}
.l_footer .footer_nav a {
  font-size: 1.8rem;
  font-weight: 700;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

@media screen and (max-width: 768px) {
  .l_footer .footer_nav a {
    font-size: 4vw;
  }
}
.l_footer .footer_nav a:hover {
  color: #1570a6;
}

.l_footer .footer_copy {
  text-align: center;
  font-size: 1.5rem;
  color: #4eabe1;
  margin-bottom: 55px;
}

@media screen and (max-width: 768px) {
  .l_footer .footer_copy {
    font-size: 2.6666666667vw;
    margin-bottom: 9.3333333333vw;
  }
}
/* =================================
 l_hoge
================================= */
/* ======================================================================
 layout p_top
====================================================================== */
/* =================================
 l_container_top
================================= */
.l_container_top {
  position: relative;
}

/* =================================
 l_header_top
================================= */
/* =================================
 l_header_sp_top
================================= */
/* =================================
 l_main_visual_top
================================= */
/* =================================
 l_content_top
================================= */
/* =================================
 l_main_top
================================= */
/* =================================
 l_side_top
================================= */
/* =================================
 l_footer_top
================================= */
/* =================================
 l_hoge_top
================================= */
/* ======================================================================
 z-index
====================================================================== */
.l_loader {
  z-index: 1000;
}

.l_menu_sp {
  z-index: 998;
}

.l_header {
  z-index: 999;
}

.l_header_sp {
  z-index: 999;
}

.c_btn_p_top {
  z-index: 997;
}

.l_side {
  z-index: 996;
}

/* =================================
 p_top
================================= */
.l_menu_sp_top {
  z-index: 999;
}

.l_header_top {
  z-index: 998;
}

.l_header_sp_top {
  z-index: 998;
}

.c_btn_p_top_top {
  z-index: 997;
}

.l_side_top {
  z-index: 996;
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP";
}

a:focus-visible {
  outline-offset: 0;
  outline: none;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}
.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}
.inner {
  max-width: 1000px;
  margin: 0 auto;
}

.l-head {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .l-head {
    margin-bottom: 20px;
  }
}
.l-head_en {
  color: #cb1414;
  font-family: "Poppins", sans-serif;
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .l-head_en {
    font-size: 20px;
  }
}
.l-head_ja {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .l-head_ja {
    font-size: 18px;
  }
}
.l-head_text {
  margin-top: 30px;
  font-size: 18px;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .l-head_text {
    font-size: 14px;
  }
}
.header-inner {
  padding: 20px 40px;
}

@media screen and (max-width: 768px) {
  .header-inner {
    padding: 20px;
  }
}
.header-logo {
  width: 300px;
}

@media screen and (max-width: 768px) {
  .header-logo {
    width: 50%;
  }
}
.mv {
  background: #cb1414;
  margin: 0 0 50px 0;
}

.mv-inner {
  text-align: center;
  padding: 40px 0 60px;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .mv-inner {
    padding: 40px 10px;
  }
}
.mv-image img {
  margin: auto;
  width: 200px;
  height: auto;
}

@media screen and (max-width: 768px) {
  .mv-image img {
    width: 150px;
  }
}
.mv-ttl {
  font-size: 50px;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .mv-ttl {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.mv-subttl {
  font-size: 30px;
  background: #fff;
  color: #cb1414;
  padding: 10px 30px;
  border-radius: 32px;
  display: inline-block;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .mv-subttl {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.mv-desc {
  font-size: 18px;
  line-height: 2;
}

@media screen and (max-width: 768px) {
  .mv-desc {
    font-size: 15px;
  }
}
.about {
  background: #f7f7f7;
}

.about-inner {
  padding: 40px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .about-inner {
    padding: 20px 10px;
  }
}
.about-card {
  margin-bottom: 30px;
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.about-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .about-card-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    padding: 10px;
    padding-left: 0;
  }
}
.about-card-num {
  padding: 0 30px;
  font-size: 24px;
  color: #cb1414;
  font-family: "Poppins", sans-serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 170px;
}

@media screen and (max-width: 768px) {
  .about-card-num {
    padding: 0 20px;
    width: 100%;
  }
}
.about-card-text {
  padding: 10px 30px;
  text-align: left;
  border-left: solid 1px #e5e5e5;
  line-height: 2;
  letter-spacing: 2px;
}

.about-card-text img {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .about-card-text {
    font-size: 14px;
    padding: 10px 0 10px 20px;
    border-left: none;
  }
  .about-card-text img {
    width: 95%;
  }
}
.about-card-text a {
  color: #cb1414;
}

.merit {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(45%, #fff), color-stop(45%, #f7f7f7), to(#f7f7f7));
  background: linear-gradient(180deg, #fff 0%, #fff 45%, #f7f7f7 45%, #f7f7f7 100%);
}

@media screen and (max-width: 768px) {
  .merit {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(10%, #fff), color-stop(15%, #f7f7f7), to(#f7f7f7));
    background: linear-gradient(180deg, #fff 0%, #fff 10%, #f7f7f7 15%, #f7f7f7 100%);
  }
}
.merit-inner {
  padding: 0px 0;
  /*padding-bottom: 40px;*/
  text-align: center;
}

@media screen and (max-width: 768px) {
  .merit-inner {
    padding: 0px 10px;
  }
}
.merit-text {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .merit-text {
    font-size: 15px;
  }
}
.merit-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 0 40px;
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .merit-flex {
    display: block;
    margin-bottom: 30px;
  }
}
.merit-card {
  width: 300px;
  background: #fff;
  border-radius: 16px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 768px) {
  .merit-card {
    width: 100%;
    margin-bottom: 30px;
  }
}
.merit-card-inner {
  /*padding: 40px 30px;*/
}

@media screen and (max-width: 768px) {
  .merit-card-inner {
    padding: 10px;
  }
}
.merit-card-img img {
  height: auto;
  margin: auto;
  margin-bottom: 10px;
}

.merit-card-ttl {
  font-size: 22px;
  font-weight: 700;
  padding-bottom: 24px;
  min-height: 111px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .merit-card-ttl {
    min-height: auto;
    font-size: 20px;
  }
}
.merit-card-text {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #666666;
  line-height: 1.8;
  margin: 20px 0;
}

.merit-block {
  padding: 24px;
  background: #cb1414;
  color: #fff;
  border-radius: 10px;
  font-size: 24px;
  font-weight: 700;
  margin: 40px 0;
}

@media screen and (max-width: 768px) {
  .merit-block {
    padding: 16px;
    font-size: 18px;
  }
}
.condition {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(60%, #fff), color-stop(45%, #f7f7f7), to(#f7f7f7));
  background: linear-gradient(180deg, #fff 0%, #fff 60%, #f7f7f7 45%, #f7f7f7 100%);
}

@media screen and (max-width: 768px) {
  .condition {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #fff), color-stop(45%, #f7f7f7), to(#f7f7f7));
    background: linear-gradient(180deg, #fff 0%, #fff 50%, #f7f7f7 45%, #f7f7f7 100%);
  }
}
.condition-inner {
  padding: 40px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .condition-wrap {
    padding: 0 10px;
  }
  .condition-inner {
    padding: 20px 0;
    text-align: center;
  }
}
.condition-card {
  background: #cb1414;
  border-radius: 10px;
}

.condition-card-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px;
  padding-left: 30px;
}

@media screen and (max-width: 768px) {
  .condition-card-inner {
    display: block;
    padding: 16px;
  }
}
.condition-card-text {
  padding: 10px 30px;
  text-align: left;
  line-height: 1.8;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .condition-card-text {
    border-left: none;
    font-size: 16px;
  }
}
.condition-card-plus {
  font-size: 50px;
}

.condition-card-plus img {
  margin: 25px auto;
}

@media screen and (max-width: 768px) {
  .condition-card-plus img {
    margin: 16px auto;
    width: 30px;
  }
}
.condition-block {
  border: solid 1px #e5e5e5;
  background: #fff;
  border-radius: 10px;
  padding: 16px;
  margin-top: 60px;
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .condition-block {
    margin-top: 40px;
  }
}
.condition-block-text {
  font-size: 24px;
  font-weight: 700;
}

@media screen and (max-width: 768px) {
  .condition-block-text {
    font-size: 18px;
  }
}
.condition-block-text span {
  color: #cb1414;
}

.condition-img img {
  width: 100%;
}

.flow-inner {
  padding: 80px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .flow-inner {
    padding: 40px 10px;
  }
}
.flow .l-head_ja span {
  font-size: 20px;
}

.flow-block {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  margin-bottom: 30px;
}

.flow-block-head {
  background: #cb1414;
  color: #fff;
  border-radius: 10px 10px 0 0;
  font-size: 24px;
  font-weight: 700;
  padding: 8px 0;
  position: relative;
}

@media screen and (max-width: 768px) {
  .flow-block-head {
    font-size: 20px;
    text-align: left;
    padding-left: 16px;
  }
}
.flow-block-head span {
  font-family: "Poppins", sans-serif;
  font-size: 30px;
}

@media screen and (max-width: 768px) {
  .flow-block-head span {
    font-size: 26px;
  }
}
.flow-block-head_comment {
  background: url(../img/flow-comment.png) no-repeat;
  background-size: contain;
  background-position: center;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -80px;
  right: 10px;
  color: #000;
  padding: 30px 10px;
  font-size: 14px;
}

@media screen and (max-width: 768px) {
  .flow-block-head_comment {
    width: 100px;
    height: 100px;
    right: 10px;
    top: -80px;
    padding: 30px 13px;
    font-size: 14px;
    text-align: center;
  }
}
.flow-block-body {
  padding: 40px;
}

@media screen and (max-width: 768px) {
  .flow-block-body {
    padding: 20px;
  }
}
.flow-block-body_card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #e5e5e5;
  border-radius: 8px;
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .flow-block-body_card {
    padding: 20px;
    display: block;
  }
}
.flow-block-body img {
  margin: 24px auto;
}

.flow-card-num {
  font-size: 24px;
  color: #cb1414;
  font-family: "Poppins", sans-serif;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 20px;
  width: 150px;
}

@media screen and (max-width: 768px) {
  .flow-card-num {
    font-size: 22px;
    padding: 0 20px;
    border-bottom: solid 1px #e5e5e5;
    width: 100%;
  }
}
.flow-card-text {
  padding: 10px 20px;
  font-weight: 700;
  text-align: left;
  border-left: solid 1px #e5e5e5;
  line-height: 2;
  letter-spacing: 2px;
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .flow-card-text {
    font-size: 14px;
    padding: 0;
    padding-top: 20px;
    border-left: none;
    text-align: center;
  }
}
.flow-card-text span {
  color: #cb1414;
}

.contact {
  background: #f7f7f7;
}

.contact .l-head {
  margin-bottom: 20px;
}

.contact-inner {
  padding: 80px 0;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .contact-inner {
    padding: 40px 10px;
  }
}
.contact-text {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.8;
  margin-bottom: 60px;
}

.contact .form {
  width: 100%;
  background: #fff;
  border-radius: 10px;
}

.contact .form .container {
  padding: 40px;
}

.contact .form .container table {
  border-top: none;
  margin: 0;
}

.contact .form .container table tbody tr:first-child {
  border-top: solid 1px #ccc;
}

.contact .form .container table tbody th {
  background: #fff;
  vertical-align: middle;
  padding: 24px;
}

.contact .form .container table tbody th div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
}

.contact .form .container table tbody th .required {
  margin-left: auto;
  color: #fff;
  background: #f00;
  padding: 4px 16px;
  border-radius: 4px;
  font-size: 1.4rem;
}

.contact .form .container table tbody th .any {
  margin-left: auto;
  color: #fff;
  background: rgb(114, 114, 114);
  padding: 4px 16px;
  border-radius: 4px;
  font-size: 1.4rem;
}

.contact .form .container table tbody td {
  padding: 24px;
  position: relative;
}

.contact .form .container table tbody td input,
.contact .form .container table tbody td select,
.contact .form .container table tbody td textarea {
  background: #f6f6f6;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.contact .form .agree_block {
  margin-top: 40px;
}

.contact .form .agree_block p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact .form .btn-form {
  margin: auto;
  min-width: 450px;
  margin-top: 60px;
  position: relative;
}

.contact .form .btn-form:before {
  content: ">";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 24px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: #fff;
}

@media screen and (max-width: 768px) {
  .contact .form .container table tbody th,
  .contact .form .container table tbody td {
    width: 100%;
    display: block;
  }
  .contact .form .container {
    padding: 30px 16px;
  }
  .contact .form .container table tbody th {
    padding: 16px;
    border-bottom: none;
  }
  .contact .form .container table tbody td {
    padding: 16px;
    padding-top: 0;
    padding-bottom: 24px;
  }
  .contact .form .btn-form {
    min-width: auto;
    width: 100%;
  }
}
.footer-top {
  background: #4c4c4c;
  padding: 80px 100px;
}

@media screen and (max-width: 768px) {
  .footer-top {
    padding: 40px 100px;
    text-align: center;
  }
}
.footer-top_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 768px) {
  .footer-top_inner {
    display: block;
  }
}
.footer-top-image img {
  width: 280px;
}

@media screen and (max-width: 768px) {
  .footer-top-image img {
    width: 200px;
    margin: auto;
  }
}
.footer-top-text {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .footer-top-text {
    margin-top: 24px;
    font-size: 14px;
  }
}
.footer-top-text span {
  display: block;
  margin-bottom: 16px;
}

.footer-bottom {
  padding: 40px 100px;
}

@media screen and (max-width: 768px) {
  .footer-bottom {
    padding: 20px 10px;
  }
}
.footer-bottom-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .footer-bottom-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap-reverse;
        flex-wrap: wrap-reverse;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer-bottom .copyright {
  font-size: 12px;
  font-weight: 700;
  color: #b1b1b1;
}

@media screen and (max-width: 768px) {
  .footer-bottom .copyright {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) {
  .footer-bottom .copyright {
    font-size: 10px;
  }
}
.footer-bottom .privacy {
  font-size: 16px;
}

.ttl_line {
  font-weight: bold;
  padding: 0.3em 0.5em;
  border-left: 10px double #cb1414;
  margin-top: 10px;
  margin-bottom: 10px;
}

/*20231127*/
.l-content-inner {
  width: 850px;
  margin: 0 auto;
}

.l-content-inner figure {
  /*margin: 50px 0;*/
}

.assignment_text {
  padding: 20px;
}

@media screen and (max-width: 768px) {
  .l-content-inner {
    width: 100%;
    margin: 0 auto;
  }
}
body {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  body {
    padding-top: 60px;
  }
}

.header {
  width: 100%;
  background: #fff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
}
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  padding-left: 30px;
}
@media screen and (max-width: 768px) {
  .header-inner-confirm {
    padding-top: 30px;
    padding-left: 30px;
  }
}
.header-logo {
  width: auto;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .header-logo {
    height: 30px;
  }
}
.header .btn_contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 300px;
  height: 70px;
  margin-left: auto;
  background: #29a442;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .header .btn_contact {
    width: 130px;
    height: 60px;
    margin-left: auto;
    background: #29a442;
    font-size: 16px;
  }
}

.mv {
  background: transparent;
}

.fc_yel {
  color: #fff33f;
}

.big {
  font-size: 1.25em;
}

.container {
  width: 100% !important;
  max-width: 1000px !important;
  margin-right: auto;
  margin-left: auto;
}

.mb_120 {
  margin-bottom: 120px;
}

.ttl01 {
  padding: 16px;
  margin-bottom: 30px;
  border-radius: 50px;
  background: #cb1414;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .ttl01 {
    padding: 16px;
    margin-bottom: 30px;
    border-radius: 20px;
    font-size: 18px;
  }
}
.ttl01 .big {
  font-size: 1.5em;
  vertical-align: -7%;
}
@media screen and (max-width: 768px) {
  .ttl01 .big {
    font-size: 1.3em;
    vertical-align: -4%;
  }
}
.ttl02 {
  margin-bottom: 50px;
  background: #cb1414;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .ttl02 {
    margin-bottom: 30px;
  }
}
.ttl02 .container {
  padding: 40px 30px;
  padding-bottom: 50px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ttl02 .container {
    padding: 20px 15px;
    padding-bottom: 30px;
  }
}
.ttl02 .en {
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 0.1em;
  color: #fff33f;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ttl02 .en {
    font-size: 16px;
  }
}
.ttl02 .jp {
  font-size: 32px;
  font-weight: 700;
  color: #fff;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .ttl02 .jp {
    font-size: 20px;
  }
}

.l-head {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .l-head {
    margin-bottom: 30px;
  }
}
.l-head_en {
  letter-spacing: 0.1em;
}
@media screen and (max-width: 768px) {
  .l-head_en {
    font-size: 16px;
  }
}
.l-head_ja {
  font-size: 32px;
}
@media screen and (max-width: 768px) {
  .l-head_ja {
    font-size: 22px;
  }
}

.merit-block {
  position: relative;
  z-index: 1;
}
.merit-block p {
  position: relative;
  z-index: 1;
}

.assignment {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .assignment {
    margin-bottom: 60px;
  }
}
.assignment .ttl_img01 {
  width: 160px;
  position: absolute;
  bottom: 0;
  left: -100px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .assignment .ttl_img01 {
    width: 100px;
    left: 0;
  }
}
.assignment .ttl_img02 {
  width: 160px;
  position: absolute;
  bottom: 0;
  right: -25px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .assignment .ttl_img02 {
    display: none;
  }
}

.solution {
  margin-bottom: 100px;
}

.about {
  margin-bottom: 100px;
}
.about .ttl_img01 {
  width: 200px;
  position: absolute;
  bottom: 0;
  right: -50px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .about .ttl_img01 {
    display: none;
  }
}

.overview .l-head_ja {
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .overview .l-head_ja {
    font-size: 18px;
  }
}

.case {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .case {
    margin-bottom: 50px;
  }
}

.plan {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .plan {
    margin-bottom: 50px;
  }
}
.plan .ttl_img01 {
  width: 240px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .plan .ttl_img01 {
    width: 130px;
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  .plan .flow-block-head {
    padding-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .plan .flow-block-head_comment {
    width: 100px;
    height: 100px;
    right: -10px;
    top: -85px;
    padding: 30px 13px;
    font-size: 14px;
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  .plan .about-card-text {
    padding-left: 0;
  }
}

.contact {
  padding-top: 150px;
  margin-top: -150px;
}
@media screen and (max-width: 768px) {
  .contact {
    padding-top: 120px;
    margin-top: -120px;
  }
}
.contact .ttl_img01 {
  width: 200px;
  position: absolute;
  bottom: 0;
  right: 40px;
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .contact .ttl_img01 {
    width: 110px;
    right: 10px;
  }
}
.contact-inner {
  padding-top: 0;
}
.contact .form .container {
  padding-left: 30px !important;
  padding-right: 30px !important;
}
@media screen and (max-width: 768px) {
  .contact .form .pl_30_sp {
    padding-left: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .contact .form .pr_30_sp {
    padding-right: 15px !important;
  }
}
@media screen and (max-width: 768px) {
  .contact .form .fs_30_sp {
    font-size: 15px !important;
  }
}
.contact .mw_wp_form [type=checkbox] + span:before {
  top: 0;
}
.contact .form .container table tbody td input[name="participants"]{
  width: auto;
}
.mw_wp_form .error{
  position: absolute;
}
@media screen and (max-width: 768px) {
  .mw_wp_form .error{
    font-size: 12px!important;
  }
}

.header-menu{
  transition: transform .3s;
}
.header-menu ul{
  display: table;
  margin-left: 80px;
  padding: 0 ;
  width: 80%;
  text-align: center;
}
.header-menu li{
  display: table-cell;
  min-width: 200px;
}
.header-menu a{
  display: block;
  width: 100%;
  text-decoration: none;
  color: #555;
  padding-bottom: 5px;
}
.header-menu li:hover{
  color: #E7DA66;
  border-bottom: 3px solid #CF1111;
}

@media screen and (max-width: 768px) {
  .header-menu{
    width: 100%;
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    transform: translate(0,-101%);
  }
  .header-menu.drawer_open{
    transform: translate(0,60px);
  }
  .header-menu ul{
    display: flex;
    flex-direction: column;
    margin-left: 0;
    padding: 0 ;
    width: 100%;
  }
  .header-menu li{
    display: block;
    width: 100%;
    min-width: auto;
    border-bottom: 1px solid #eee;
  }
  .header-menu li:last-child{
    border-bottom: none;
  }
  .header-menu a{
    padding: 20px 0;
  }
}

.header_menu_btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .header_menu_btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 60px;
    height: 60px;
    background: #cb1414;
  }
  .header_menu_btn_bar_wrap {
    display: block;
    width: 22px;
    height: 16px;
    position: relative;
    z-index: 1;
  }
  .header_menu_btn_bar {
    display: block;
    width: 22px;
    height: 1px;
    background: #fff;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    transition: opacity .3s, transform .3s, top .3s;
  }
  .header_menu_btn_bar.top {
    top: 0;
  }
  .header_menu_btn_bar.center {
    top: 7.5px;
    transition: opacity .3s;
  }
  .header_menu_btn_bar.bottom {
    top: 15px;
  }
  .header_menu_btn.drawer_open .header_menu_btn_bar{
    top: 50%;
  }
  .header_menu_btn.drawer_open .header_menu_btn_bar.top {
    transform: translate(-50%,-50%) rotate(45deg);
  }
  .header_menu_btn.drawer_open .header_menu_btn_bar.center {
    opacity: 0;
  }
  .header_menu_btn.drawer_open .header_menu_btn_bar.bottom {
    transform: translate(-50%,-50%) rotate(-45deg);
  }
}




