@charset "utf-8";
body {
  font: normal 18px/1.7 '游明朝', 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'メイリオ', Meiryo,
    'ＭＳ Ｐゴシック', Arial, Verdana, sans-serif;
  text-align: left;
  color: #000;
  text-align: justify;
  overflow-x: hidden;
}

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;
---------------------------------------------------- */

/* start here */

/* ----------------------------------------------------
    header
---------------------------------------------------- */

header {
  max-width: 100%;
}

header p {
  background-color: #f7931e;
  padding: 10px 0px 16px;
  text-align: center;
}

header p img {
  max-width: 706px;
  margin: 0 16px;
}

header h1 {
  text-align: center;
  background: url(../images/FV_bg.jpg);
  background-repeat: repeat-x;
}

header h1 img {
  width: 1024px;
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  header p img {
    max-width: 94%;
    margin: 0;
  }

  header h1 {
    text-align: center;
    background: url(../images/FV_bg.jpg);
    background-repeat: repeat-y;
  }

  header h1 img {
    max-width: 100%;
  }
}

/* ----------------------------------------------------
    共通
---------------------------------------------------- */

.sec {
  padding: 40px 0px;
}

.contWrap01 {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.contWrap02 {
  width: 724px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.secttl {
  max-width: 100%;
  padding: 40px 0;
  text-align: center;
}

.secttl_bg01 {
  background-color: #fffee6;
}

.secttl_bg02 {
  background-color: #f5f5f5;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 640px) {
  .contWrap01 {
    width: 100%;
    text-align: center;
  }

  .contWrap02 {
    width: 94%;
    text-align: center;
  }
}

/* ----------------------------------------------------
    section01
---------------------------------------------------- */

.sec01 h2 img {
  width: 500px;
}

.sec01 .bg {
  background: url(../images/2x/sec01_img01_bg.webp);
  background-repeat: repeat-x;
  background-size: contain;
}

.sec01 .bg img {
  width: 670px;
}

.sec01 .sol img {
  width: 520px;
}

.sec01 p {
  margin-top: 45px;
}

@media screen and (max-width: 640px) {
  .sec01 h2 img {
    width: 60%;
  }

  .sec01 .bg img {
    width: 94%;
  }

  .sec01 .sol img {
    width: 70%;
  }
}

/* ----------------------------------------------------
    section02
---------------------------------------------------- */

.sec02 h2 img {
  width: 280px;
}

/* img02 を背面に表示 */
.sec02 .img01,
.sec02 .img02 {
  position: relative;
}

.sec02 .img02 {
  margin-top: -24px;
  z-index: -1;
}

.sec02 .contWrap02 {
  margin-top: 30px;
}

@media screen and (max-width: 640px) {
  .sec02 {
    padding-bottom: 0px;
  }
  .sec02 h2 img {
    width: 63%;
  }

  .sec02 .img02 {
    margin-top: 10px;
    z-index: 1;
  }
}

/* ----------------------------------------------------
    section03
---------------------------------------------------- */

.sec03 {
  background-color: #fffbd4;
  margin-top: 45px;
}

.sec03 h2,
.sec04 h2 {
  width: 630px;
  max-width: 100%;
  margin: 0 auto;
  text-align: center;
}

.sec03 .contWrap02 {
  margin-top: 50px;
}

@media screen and (max-width: 640px) {
  .sec03 {
    margin-top: 0%;
  }

  .sec03 h2,
  .sec04 h2 {
    width: 94%;
    text-align: center;
  }

  .sec03 .contWrap02 p {
    margin-top: 30px;
  }
}

/* ----------------------------------------------------
    section04
---------------------------------------------------- */
.sec04 .contWrap02 {
  margin-top: 50px;
}

.sec04 .txt {
  width: 594px;
  max-width: 100%;
  margin: 0 auto;
  text-align: left;
}

.sec04 .box01 {
  width: 335px;
  margin: 60px auto 0;
}

.sec04 .box02 {
  margin-top: 60px;
}

.box04 {
  width: 626px;
  max-width: 100%;
  background: #fff;
  margin: 0 0 0 auto;
  box-sizing: border-box;
  font-family: '游明朝';
  text-align: left;
  line-height: 1.7;
}

.box04-main {
  margin-top: 20px;
}

.box04-sub-heading {
  width: 100%;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  background-color: #f7931e;
  margin-top: 40px;
  padding: 12px 12px;
  display: inline-block;
  box-sizing: border-box;
}

.box04-sub-heading img {
  width: 280px;
}

.box04-sub {
  background-color: #fffbd4;
  padding: 16px 24px 32px;
  border-radius: 8px;
  position: relative;
}

.highlight-red {
  color: #d9413c;
  font-weight: bold;
}

.sec04 mark {
  background: linear-gradient(transparent 50%, #fcee21 60%);
}

.float-img {
  float: right;
  width: 200px;
  margin-left: 16px;
  margin-bottom: 10px;
  shape-outside: margin-box; /* モダンブラウザで画像回り込みを自然に */
}

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

  .sec04 .box01 {
    width: 75%;
  }

  .box04 {
    width: 100%;
    margin: 0 0 0 0;
  }

  .box04-sub-heading {
    width: 100%;
    background-color: transparent;
    margin-top: 12px;
    padding: 0;
  }

  .box04-sub {
    max-width: 100%;
    background-color: #fffbd4;
    padding: 0 16px 50px;
    border-radius: 0%;
    position: relative;
  }
}

/* ----------------------------------------------------
    section05
---------------------------------------------------- */

.sec05 h2 img {
  width: 405px;
}

.sec05 .contWrap02 {
  margin-top: 50px;
}

.clipboard {
  background: url(../images/2x/sec05_img03.webp);
  background-size: 100% auto;
  background-repeat: repeat-y;
  background-position: center top;
  /* image-rendering: pixelated; */
  margin: 0 auto;
  display: grid;
  gap: 70px;
}

@media screen and (max-width: 640px) {
  .sec05 h2 img {
    width: 80%;
  }
  .sec05 .container01 img {
    width: 80%;
  }

  .sec05 .container01 .txt {
    text-align: left;
    br {
      display: none;
    }
  }
  /* 追加 */
  .sec05 .container02 > img {
    width: 100%; /* 実際のピクセル値で合わせる */
    height: auto;
    object-fit: contain;
    display: block;
  }

  /* 追加 */
  .sec05 .sb {
    max-width: 80%;
  }

  .sec05 .sb h3 img {
    width: 95%;
  }
}

/* ----------------------------------------------------
    section05-sb01
---------------------------------------------------- */

.sec05 .container01 {
  background-color: #fffbd4;
  padding: 40px;
  display: grid;
  gap: 30px;
}

.sec05 .container02 {
  margin-top: 36px;
}

.sb_clr {
  width: 100%;
  padding: 6px 12px;
  text-align: left;
  background-color: #f7931e;
  box-sizing: border-box;
}

.sb_clr img {
  height: 21px;
  vertical-align: middle;
}

.sec05 .sb {
  width: 612px;
  margin: 0 auto;
  text-align: center;
}

.sec05 h3 {
  text-align: left;
  margin-bottom: 30px;
}
/* liの中のdiv2つを横並びにする */
.step-item {
  width: 587px;
  display: flex;
  align-items: flex-start;
}

/* 必要に応じて各ブロックのマージンなどを調整可能 */
.step-item__img {
  margin-right: 1em; /* 画像とテキストの間にスペースを作る例 */
}

.step-item__content .txt {
  width: 386px;
  padding: 9px 12px;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .sec05 h3 {
    width: 100%;
    margin-bottom: 30px;
  }

  .sec05 h3 {
    width: 105%;
  }

  .sec05 .sb {
    width: 90%;
    max-width: 100%;
    margin: 0 auto;
  }

  .sec05 .sb ul {
    display: flex;
    flex-direction: column;
    gap: 30px;
    padding: 0;
  }

  .sec05 .sb ul li {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border-radius: 8px;
    width: 100%;
    box-sizing: border-box;
  }

  .step-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
  }

  .sec05 .sb ul li .step-item__content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    box-sizing: border-box;
  }

  .sec05 .step-item__content .txt {
    width: 100% !important;
    text-align: left;
    line-height: 1.6;
    box-sizing: border-box;
    br {
      display: none;
    }
  }

  .sec05 .step-item__content .sb_clr {
    width: 100%;
    text-align: center;
  }

  .sec05 .step-item__content .sp-item {
    width: 60%;
    margin: 10px auto 0;
    text-align: center;
  }
}

/* ----------------------------------------------------
    section05-sb02
---------------------------------------------------- */
.info-table {
  border-collapse: collapse; /* セルの境界線を一本化 */
  width: 570px;
  margin: 0 0 0 26px;
  text-align: left; /* テキストを左揃え */
}

.info-table th,
.info-table td {
  background-color: #f2f2f2;
  border: 5px solid #ffffff; /* 枠線 */
  padding: 8px; /* セル内の余白 */
}

.info-table th {
  width: 150px; /* 列幅調整（任意） */
  background-color: #999999; /* 見出し列の背景色 */
  text-align: center; /* 左右中央揃え */
  padding: 8px auto 16px; /* セル内の余白（お好みで調整） */
}

.info-table th img {
  height: 21px;
  vertical-align: middle; /* 画像自体を中央寄せ */
}

@media screen and (max-width: 640px) {
  .info-table {
    display: block;
    width: 100%;
    margin: 0 auto;
  }

  .info-table tr {
    display: block;
    margin-bottom: 24px;
  }

  .info-table th,
  .info-table td {
    display: block;
    width: 100%;
    text-align: center;
    border: none;
    padding: 6px 0;
  }

  .info-table th {
    background-color: #999;
    color: #fff;
    font-weight: bold;
  }

  .info-table td {
    background-color: #f2f2f2;
    color: #000;
  }

  .info-table th img {
    display: inline-block;
    height: 21px;
    vertical-align: middle;
  }
}

/* ----------------------------------------------------
    section05-sb03
---------------------------------------------------- */
.sb03 .cont {
  display: flex;
  justify-content: center;
  gap: 8px;
}

@media screen and (max-width: 640px) {
  .cont {
    display: flex;
    flex-wrap: wrap;
  }

  .sb03 img {
    width: 245px;
  }
}

/* ----------------------------------------------------
    section05-sb04
---------------------------------------------------- */
.sb04 .cont {
  display: flex;
  justify-content: center;
  gap: 40px;
}

.sb04 h4 {
  width: 170px;
}

@media screen and (max-width: 640px) {
  .cont {
    display: flex;
    flex-wrap: wrap;
  }
}

/* ----------------------------------------------------
    section05-sb05
---------------------------------------------------- */
.sb05 .cont {
  display: flex;
  justify-content: center;
  gap: 40px;
}

@media screen and (max-width: 640px) {
  .sb05 h4 img {
    width: 70%;
  }
}

/* ----------------------------------------------------
    section05-sb06-7
---------------------------------------------------- */
.sb06 .cont,
.sb07 .cont {
  margin-top: 30px;
}

.sb06 .cont img,
.sb07 .cont img {
  width: 280px;
}

.sb06 .cont,
.sb07 .cont {
  display: flex;
  vertical-align: top;
  text-align: center;
  gap: 18px;
}

.sb06 .name,
.sb07 .name {
  text-align: left;
}

.sb07 .name img {
  width: 235px;
}

@media screen and (max-width: 640px) {
  .sb06 .cont,
  .sb07 .cont {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .sb06 .name img,
  .sb07 .name img {
    width: 30%;
    margin: 0 auto;
  }

  .sb06 .cont img,
  .sb07 .cont img {
    width: 100%;
  }

  .sb07 .cont .sp-item {
    width: 50%;
  }
}

/* ----------------------------------------------------
    section06
---------------------------------------------------- */

.sec06 h2 {
  width: 245px;
  margin: 0 auto;
}

.qanda {
  width: 648px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 55px;
}

.sec06 .question,
.sec06 .answer {
  display: flex;
  gap: 18px;
  padding: 10px 27px 10px 20px;
  border-radius: 40px;
}

.sec06 .question {
  background-color: #e6e6e6;
  align-items: center;
}

.sec06 .question h3 {
  font-size: 17px;
  font-family: 'noto sans jp';
  font-weight: 700;
  color: #555;
}

.sec06 .answer {
  margin-top: 10px;
  align-items: flex-start;
}

.sec06 .question h3,
.sec06 .answer p {
  line-height: 1.5;
  flex: 1;
  text-align: left;
}

.sec06 .question img,
.sec06 .answer img {
  width: 45px;
}

@media screen and (max-width: 640px) {
  .sec06 h2 {
    width: 49%;
    margin: 0 auto;
  }

  .qanda {
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 55px;
  }

  .sec06 .question,
  .sec06 .answer {
    display: flex;
    gap: 10px;
    padding: 15px 27px 15px 20px;
    border-radius: 50px;
  }

  .sec06 .question img,
  .sec06 .answer img {
    width: 35px;
  }

  .sec06 .question h3,
  .sec06 .answer p {
    line-height: 1.7;
    flex: 1;
    text-align: left;
  }
}

/* ----------------------------------------------------
    section07
---------------------------------------------------- */
.sec07 h2 {
  width: 305px;
  margin: 0 auto;
}

.sec07 .cont {
  display: flex;
  padding-bottom: 100px;
  text-align: center;
  gap: 7px;
  align-items: center;
}

.sec07 .flow_pdg {
  padding-top: 32px;
}

@media screen and (max-width: 640px) {
  .sec07 h2 {
    width: 60%;
    margin: 0 auto;
  }

  .sec07 .sp-item {
    padding-bottom: 50px;
  }
}

/* ----------------------------------------------------
    section08
---------------------------------------------------- */
.sec08 {
  background-color: #e7ffe1;
  padding-bottom: 90px;
}

.sec08 h2 {
  width: 430px;
  margin: 0 auto;
}

.contact-form {
  padding: 20px;
  max-width: 660px;
  margin: 0 auto;
  font-family: sans-serif;
}

.form-group {
  margin-bottom: 20px;
  text-align: left;
}

.form-group label {
  font-family: 'noto sans jp';
  font-weight: bold;
  display: block;
  margin-bottom: 2px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-family: 'noto sans jp';
  color: #999;
}

.required {
  color: rgb(255, 102, 0);
  font-weight: bold;
  font-size: 0.7em;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 10px;
  font-size: 1em;
  border: 1px solid #ccc;
  border-radius: 6px;
  box-sizing: border-box;
  font-family: 'noto sans jp';
}

.contact-form input:focus,
.contact-form textarea:focus {
  outline: none;
  border-color: #139631;
  border-width: 2px;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
  font-family: 'noto sans jp';
}

.contact-form textarea {
  height: 160px;
  resize: vertical;
}

.form-submit {
  text-align: center;
  margin-top: 20px;
}

.cta-btn {
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}

.cta-btn img {
  width: 660px;
  max-width: 100%;
  margin: 0 auto;
  height: auto;
  display: block;
}

.form-submit button:hover {
  opacity: 0.8;
}

@media screen and (max-width: 640px) {
  .contact-form {
    padding: 0px;
    max-width: 100%;
    margin: 0 auto;
    font-family: sans-serif;
  }

  .sec08 h2 {
    width: 84%;
    margin: 0 auto;
  }
}

/* ----------------------------------------------------
    footer
---------------------------------------------------- */

footer {
  background: #808080;
  padding: 20px 0;
  text-align: center;
}

footer ul li a,
footer .copy {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

footer ul li {
  display: inline-block;
}

footer ul li:first-of-type a {
  border-right: 1px solid #fff;
  padding-right: 10px;
  margin-right: 4px;
}

footer a:link {
  color: #fff;
}

footer a:visited {
  color: #fff;
}

footer a:hover {
  text-decoration: underline;
  opacity: 0.7;
}
footer a:active {
  text-decoration: underline;
}

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