@charset "utf-8";

body .sp-item {
  display: none !important;
}
body .pc-item {
  display: block !important;
}

@media screen and (max-width: 640px) {
  body {
    min-width: inherit;
    height: 100%;
  }
  body .sp-item {
    display: block !important;
  }
  body .pc-item {
    display: none !important;
  }
  body .sp-item img {
    width: 100%;
  }
}

@media screen and (max-width: 640px) {
  .sp img {
    max-width: 90%;
  }
  .sp02 img {
    max-width: 100%;
  }
  .sp03 img {
    max-width: 70%;
  }
}

.fl_left {
  float: left;
}
.fl_right {
  float: right;
}
.ov_hd {
  overflow: hidden;
}
.bg_none {
  background-image: none !important;
}
a.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
.rollover:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.line_0 {
  line-height: 0;
}
.zindex {
  z-index: 200;
}
input[type="radio"] {
  width: 15px;
  height: 15px;
  vertical-align: middle;
}
input[type="image"]:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha( opacity=70 )";
}

/* ----------------------------------------------------

    text

---------------------------------------------------- */
em {
  text-decoration: underline;
  font-style: normal;
}
.bd_red {
  border-bottom: 1px solid #ff0004;
  padding-bottom: 2px;
}
.bd_red02 {
  border-bottom: 3px solid #ff0004;
  padding-bottom: 0px;
}
.red {
  color: #ff0000;
}
.yellow {
  background-color: #ffff00;
}
.gray {
  color: #666666;
}
.bold {
  font-weight: bold;
}
strong {
  font-weight: bold;
}
.strike {
  text-decoration: line-through;
}
.ac {
  text-align: center !important;
}
.ar {
  text-align: right !important;
}
.al {
  text-align: left !important;
}
.bold {
  font-weight: bold !important;
}
.font10 {
  font-size: 10px !important;
}
.font11 {
  font-size: 11px !important;
}
.font12 {
  font-size: 12px !important;
}
.font13 {
  font-size: 13px !important;
}
.font14 {
  font-size: 14px !important;
}
.font15 {
  font-size: 15px !important;
}
.font16 {
  font-size: 16px !important;
}
.font17 {
  font-size: 17px !important;
  line-height: 150%;
}
.font18 {
  font-size: 18px !important;
}
.font19 {
  font-size: 19px !important;
}
.font20 {
  font-size: 20px !important;
}
.font21 {
  font-size: 21px !important;
}
.font22 {
  font-size: 22px !important;
}
.font23 {
  font-size: 23px !important;
}
.font24 {
  font-size: 24px !important;
}
.font25 {
  font-size: 25px !important;
}
.font26 {
  font-size: 26px !important;
}
.font27 {
  font-size: 27px !important;
}
.font28 {
  font-size: 28px !important;
}
.font29 {
  font-size: 29px !important;
}
.font30 {
  font-size: 30px !important;
}
.font32 {
  font-size: 32px !important;
}
/* ----------------------------------------------------

    float

---------------------------------------------------- */
.fr {
  float: right !important;
}
.fl {
  float: left !important;
}
.clear {
  clear: both;
}
img {
  line-height: 0;
  padding: 0;
  margin: 0;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px; /*¥*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}

hr {
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
/* ----------------------------------------------------
    clearfix の代用
    &#60;div class="hr"&#62;&#60;hr /&#62;&#60;/div&#62;
---------------------------------------------------- */

/* ここから書いていきましょう */

/* ----------------------------------------------------
    共通
---------------------------------------------------- */
html {
  scroll-behavior: smooth;
}

body {
  font: normal 18px/1.7 "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3",
    "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;
  text-align: center;
  color: #000;
  overflow-x: hidden;
  margin: 0 auto;
}

img {
  margin: 0 auto;
}

video {
  width: 100%;
}

p {
  font-feature-settings: "palt";
}

.sentence {
  margin-top: 40px;
}

.sentence p {
  margin-top: 40px;
  text-align: justify;
}

.sentence p:first-of-type {
  margin-top: 0;
}

.inner {
  width: 724px;
  margin: 0 auto;
}

text_red {
  color: #c1272d;
  font-weight: bold;
}

.marker {
  color: #000;
  background: rgb(255, 255, 100);
  background: linear-gradient(
    0deg,
    rgba(255, 255, 100, 1) 70%,
    rgba(255, 255, 255, 0) 70%
  );
  padding-bottom: 3px;
  font-weight: bold;
}

@media screen and (max-width: 640px) {
  img {
    max-width: 100%;
  }

  body {
    width: 100%;
  }

  .inner {
    width: 94%;
  }
}

/* ----------------------------------------------------
    header
---------------------------------------------------- */
.prehead {
  background: #206ab2;
  padding: 16px 0;
}

.prehead img {
  width: 743.79px;
}

.header_body {
  background: url(../images/header_bg_pc.png) no-repeat center top / cover;
}

.header_body img {
  width: 1024px;
}

.header_obi {
  background: #dfedf6;
}

.header_obi img {
  width: 1024px;
  margin-top: -45px;
}

/* ----------------------------------------------------
    CTA
---------------------------------------------------- */
.cta {
  padding: 30px 0 70px;
}

.cta_box {
  width: 747.3722px;
  height: 537.9688px;
  margin: 0 auto;
  padding-left: 23.3722px;
  position: relative;
}

.cta_box img {
  width: 100%;
}

.cta_btn {
  width: 659.2564px;
  position: absolute;
  bottom: 50px;
  left: 50%;
  transform: translateX(-49.5%);
  transition: all 0.2s;
}

.btn {
  display: inline-block;
  transition: 0.2s all;
}

.btn:hover {
  transform: scale(1.02);
}

@media screen and (max-width: 640px) {
  .cta {
    padding: 15px 0 30px;
  }

  .cta_box {
    width: 100%;
    height: auto;
    padding-left: 0;
  }

  .cta_btn {
    width: 85%;
    bottom: 18px;
  }
}

/* ----------------------------------------------------
    sec01
---------------------------------------------------- */
.bg_gray {
  background: url(../images/sec01_bg_pc.png) no-repeat center top / cover;
  padding: 20px 0;
}

.sec01_ttl_pc {
  width: 702.2754px;
}

.sec01_img01_pc {
  width: 944px;
}

.sec01_img02_pc {
  width: 569px;
  margin-top: 30px;
}

.sec01_img03_pc {
  width: 437.9946px;
}

.iwashiya {
  padding: 60px 0;
  background: #dfedf6;
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
}

/* ----------------------------------------------------
    sec02
---------------------------------------------------- */
.sec02 {
  padding: 40px 0 80px;
}

.sec02 h2 {
  background: url(../images/sec02_bg_pc.png) repeat-x center center / 1024px;
}

.sec02 .sentence {
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  .sec02 {
    padding-top: 10px;
    padding-bottom: 60px;
  }

  .sec02 h2 {
    background: none;
  }

  .sec02 .sentence {
    margin-top: 20px;
  }
}

/* ----------------------------------------------------
    sec03
---------------------------------------------------- */
.sec03 {
  background: url(../images/sec03_bg_pc.png) repeat-x center top / 1024px;
  padding: 40px 0 0;
}

.sec03_ttl_pc {
  width: 618.4434px;
}

.feature img {
  width: 1024px;
}

.features .sentence {
  margin-top: 40px;
}

.feature {
  padding-bottom: 60px;
}

.feature ul {
  margin-top: 40px;
  text-align: left;
  font-weight: bold;
  list-style-type: disc;
  padding-left: 1em;
}

.sec03_img05_pc {
  background: url(../images/sec03_img05_bg_pc.png) repeat-x center bottom /
    1024px;
}

.dfedf6 {
  background: #dfedf6;
  padding: 70px 0;
}

.fff {
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
}

.sec03 .fff p {
  text-align: left;
  margin-top: 20px;
}

.sec03 .fff p:first-of-type {
  margin-top: 0;
}

@media screen and (max-width: 640px) {
  .sec03 {
    background: none;
    padding-top: 0;
  }

  .features .sentence {
    margin-top: 20px;
  }

  .features {
    margin-top: 10px;
  }

  .sec03_img05_pc {
    background: none;
  }

  .feature:last-of-type {
    padding-bottom: 50px;
  }

  .dfedf6 {
    padding: 40px 0;
  }

  .fff {
    padding: 20px;
  }
}

/* ----------------------------------------------------
    sec04
---------------------------------------------------- */
.sec04 {
  background: url(../images/sec04_bg_pc.png) repeat-x center top / 1024px;
  padding: 80px 0 20px;
}

.sec04_ttl_pc {
  width: 637.9813px;
}

.voices {
  margin-top: 20px;
}

.voice {
  padding: 80px 0;
}

.voice img {
  width: 100%;
}

.sec04 .fffff2 {
  background: #fffff2;
}

.sec04 h3 {
  padding-top: 60px;
  background: url(../images/sec04_img07_bg_pc.png) repeat-x center center /
    1024px;
}

.sec04_img08_pc {
  width: 100%;
  margin-top: 80px;
}

.arrow {
  width: 405.8607px;
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .sec04 {
    background: none;
    padding-top: 0;
  }

  .voices {
    margin-top: 0;
  }

  .voice {
    padding: 40px 0;
  }

  .sec04 .sentence {
    margin-top: 20px;
  }

  .sec04 h3 {
    padding-top: 40px;
    background: none;
  }

  .sec04_img08_pc {
    margin-top: 60px;
  }

  .arrow {
    width: 60%;
    margin-top: 25px;
  }
}

/* ----------------------------------------------------
    sec05
---------------------------------------------------- */
.sec05 {
  padding: 80px 0;
  background: url(../images/sec05_bg_pc.png) no-repeat center center / cover;
}

.sec05 img {
  width: 100%;
}

.sec05_img01_pc {
  margin-top: 60px;
}

@media screen and (max-width: 640px) {
  .sec05 {
    padding: 0;
    background: none;
  }
}

/* ----------------------------------------------------
    sec06
---------------------------------------------------- */
.sec06 {
  padding: 80px 0;
  background: url(../images/sec06_bg_pc.png) no-repeat center center / cover;
}

.sec06 img {
  width: 558.1024px;
}

.sec06_img01_pc {
  margin-top: 60px;
}

.faqs {
  margin-top: 50px;
}

.faq {
  margin-top: 32px;
  box-shadow: 0px 0px 3px 0px #777777;
  text-align: justify;
}

.faq:first-of-type {
  margin-top: 0;
}

.question {
  font-size: 26px;
  font-weight: bold;
  color: #043d66;
  background: #dfedf6;
  padding: 20px 20px 20px 72px;
  position: relative;
  line-height: 1.3;
}

.question::before {
  content: "";
  width: 30px;
  height: 28px;
  background: url(../images/sec06_img01_pc.png) no-repeat center center / cover;
  position: absolute;
  left: 28px;
  top: 23px;
}

.answer {
  background: #fff;
  padding: 25px 30px;
}

.faq ul {
  margin: 20px 0;
  text-align: left;
  list-style-type: disc;
  padding-left: 1em;
}

@media screen and (max-width: 640px) {
  .sec06 {
    padding: 60px 0;
    background: url(../images/sec06_bg_pc.png) no-repeat center center / cover;
  }

  .faqs {
    margin-top: 40px;
  }

  .question {
    font-size: 20px;
    padding: 16px 16px 16px 56px;
  }

  .question::before {
    width: 23px;
    height: 22px;
    left: 20px;
    top: 19px;
  }

  .answer {
    padding: 20px 20px;
  }

  .faq {
    margin-top: 20px;
    text-align: justify;
  }
}

/* ----------------------------------------------------
    sec07
---------------------------------------------------- */
.sec07 {
  padding: 80px 0 0;
  background: url(../images/sec03_bg_pc.png) repeat-x center top / 1024px;
  text-align: right;
}

.sec07 .inner {
  position: relative;
}

.sec07 h2 img {
  margin-left: 0;
}

.sec07_ttl_pc {
  width: 529.0516px;
}

.sec07_img01_pc {
  width: 460px;
  position: absolute;
  top: -50px;
  right: -160px;
}

.underline {
  font-weight: bold;
  text-decoration: underline;
}

.name {
  text-align: right;
  margin-top: 80px;
  display: inline-block;
}

.sec07 h3 {
  font-size: 35px;
  font-weight: bold;
  color: #fff;
  background: #206ab2;
  padding: 8px 0;
  margin-top: 80px;
  text-align: center;
}

.sec07_img02_pc {
  width: 427px;
  margin-left: auto !important;
}

.sec07_img03_pc {
  width: 100%;
  margin: 20px 0 25px;
}

.sec07 .dfedf6 {
  padding: 40px 0;
}

.sec07 .dfedf6 p {
  text-align: left;
}

.triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 65px solid transparent;
  border-left: 65px solid transparent;
  border-top: 37.9366px solid #dfedf6;
  border-bottom: 0;
  margin: 0 auto;
}

@media screen and (max-width: 640px) {
  .sec07 {
    padding: 0;
    background: none;
  }

  .sec07 .sentence {
    margin-top: 20px;
  }

  .sec07_img02_pc {
    width: 70%;
    margin-right: 0;
  }

  .name {
    margin-top: 60px;
  }

  .sec07 h3 {
    font-size: 26px;
    padding: 6px 0;
    margin-top: 60px;
  }

  .sec07 .dfedf6 {
    padding: 25px 0;
  }

  .sec07 .dfedf6 p {
    text-align: justify;
  }

  .triangle {
    border-right: 55px solid transparent;
    border-left: 55px solid transparent;
    border-top: 32px solid #dfedf6;
  }
}

/* ----------------------------------------------------
    sec08
---------------------------------------------------- */
.sec08 {
  padding: 60px 0 80px;
}

.sec08_ttl_pc {
  width: 546.3887px;
}

.sec08_message {
  margin-top: 40px;
}

.form-cont {
  margin-top: 60px;
}

.form-group {
  display: flex;
  align-items: center;
  height: 80px;
  margin-top: 35px;
}

.form-group-remarks {
  height: 423.649px;
}

.form-group:first-of-type {
  margin-top: 0;
}

.label {
  display: flex;
  align-items: center;
  background-color: #004269;
  color: white;
  font-size: 18px;
  font-weight: 600;
  height: 100%;
  flex-basis: 260px;
  padding-left: 40px;
  box-sizing: border-box;
}

.label_remarks {
  align-items: start;
  padding-top: 30px;
}

.required {
  background-color: #01a0a6;
  color: white;
  font-weight: bold;
  padding: 2px 5px;
  margin-left: 10px;
  font-size: 12px;
}

.input {
  border: 1px solid #ccc;
  flex: 1;
  height: 100%;
  box-sizing: border-box;
  padding-left: 30px;
  font-size: 18px;
  color: #333;
  width: 100%;
}

.input::placeholder {
  font-weight: normal;
  color: #999; /* プレースホルダーの色も変更可能 */
}

input:focus,
textarea:focus {
  outline: none;
  background: #dfedf6;
}

.textarea {
  border: 1px solid #ccc;
  flex: 1;
  height: 100%;
  box-sizing: border-box;
  padding: 30px;
  font-size: 18px;
  font-weight: normal;
  color: #333;
  width: 100%;
  resize: none; /* リサイズを無効化 */
}

textarea::placeholder {
  font-weight: normal;
  color: #999; /* プレースホルダーの色も変更可能 */
}

.submit-button {
  margin-top: 60px;
  width: 284.368px;
  height: 68.2363px;
  background-color: #01a0a6;
  border: none;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
}

.submit-button--gray {
  background-color: #616161;
}

.submit-button:hover {
  cursor: pointer;
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
  .sec08 {
    padding: 40px 0 60px;
  }

  .sec08_message {
    margin-top: 30px;
    text-align: justify;
  }

  .form-cont {
    margin-top: 30px;
  }

  .form-group {
    display: block;
    margin-top: 18px;
    height: auto;
  }

  .label {
    display: flex;
    height: auto;
    flex-basis: 100%;
    padding: 10px 0;
    justify-content: center;
  }

  .input {
    height: auto;
    padding: 20px 0;
    padding-left: 20px;
    width: 100%;
  }

  .textarea {
    height: 300px;
    padding: 20px;
  }

  .submit-button {
    margin-top: 30px;
    width: 80%;
    height: 68.2363px;
  }
}

/* ----------------------------------------------------
    footer
---------------------------------------------------- */
footer {
  background: #206ab2;
  padding: 40px 0;
  color: #fff;
}

footer a {
  text-decoration: none;
  color: #fff;
}

footer a:hover {
  opacity: 0.7;
}

footer a:visited {
  color: #fff;
}

.footer_items {
  margin: 0 auto;
  width: 550px;
  font-size: 16px;
}

.footer_items ul {
  display: flex;
  justify-content: space-between;
}

.copyright {
  margin-top: 10px;
}

@media screen and (max-width: 640px) {
  footer {
    padding: 30px 0;
  }

  .footer_items ul {
    display: block;
  }

  .footer_items ul li {
    margin-top: 12px;
  }

  .footer_items ul li:first-of-type {
    margin-top: 0;
  }

  .footer_items {
    width: 100%;
  }

  .copyright {
    margin-top: 20px;
    font-size: 15px;
  }
}

/* 確認画面 */
.mw_wp_form_confirm .label,
.mw_wp_form_preview .label {
  margin-right: 30px;
}
