@charset "UTF-8";
/* CSS Document */

body {
  max-width: 2000px;
  margin: 0 auto;
}

/*セクション間余白----------------------------------------------------------- */
section {
  padding: 75px 0;
}
footer {
  padding: 30px 0;
}

/*色関連----------------------------------------------------------- */
.bg_cl1 {
  background-color: #eeeef5;
}

.bg_cl2 {
  background-color: #f3f2f2;
}

.cl_base {
  color: #084b7f;
}

.cl_main {
  color: #ef6a14;
}

.cl_accent {
  color: #4265a1;
}

.cl_other1 {
  color: #4c4c4c;
}

.cl_other2 {
  color: #4265a1;
}

/*テキスト関連----------------------------------------------------------- */
.highlight {
  background: -webkit-linear-gradient(transparent 60%, #fff36b 50%);
  background: -o-linear-gradient(transparent 60%, #fff36b 50%);
  background: linear-gradient(transparent 60%, #fff36b 50%);
  font-weight: bold;
  color: #251e1c;
}

/*リンク色----------------------------------------------------------- */
a:link,
a:visited {
  color: #449042;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

/*はみ出し画像中央----------------------------------------------------------- */
.wic_wrap {
  overflow-x: hidden;
}

/* wicを使ったセクションのsectionタグに対して.wic_wrapのクラスをつける事 */
.wic img {
  width: auto;
  max-width: unset;
}

/* 中央に表示したいものにwicとwic1をつける */
.wic1 {
  margin-left: calc(50% - 1000px);
}

/*pxの部分を画像の半分の幅に変えてね！*/
.wic1 img {
  width: 2000px;
  max-width: 2000px;
}

.wic2 {
  margin-left: calc(50% - 600px);
}

.wic2 img {
  width: 1200px;
  max-width: 1200px;
}

.wic3 {
  margin-left: calc(50% - 800px);
}

.wic3 img {
  width: 1600px;
  max-width: 1600px;
}

/*Page Top----------------------------------------------------------- */
.pagetop a {
  background-color: #ef6a14;
  /* filter: drop-shadow(3px 3px 4px rgba(0, 0, 0, 0.3)); */
}

/*Header----------------------------------------------------------- */
header .container {
  display: flex;
  justify-content: space-between;
  padding: 20px 15px;
}
header .logo {
  display: flex;
  align-items: center;
}
header .contact {
  display: flex;
  align-items: center;
  text-align: right;
  margin: 0 -10px;
}
header .contact p {
  padding: 0 10px;
}

/*Navi----------------------------------------------------------- */
@media screen and (min-width: 768px) {
  #gnav {
    position: static;
    top: -30px;
    transition: all 0.5s ease 0s;
  }
  #gnav.fixed {
    top: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 999;
  }
}
nav {
  padding-left: 0;
  padding-right: 0;
  background-color: #f4e8c7;
}
nav ul {
  display: flex;
  color: #fff;
}
nav li {
  width: calc( 100% / 7 );
  border-left: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1em;
}
nav li:last-child {
  border-right: 1px solid #fff;
}
nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #251e1c;
  padding: 15px 0;
  background-color: #f4e8c7;
  text-align: center;
  font-size: 16px;
}
nav a:link,
nav a:visited {
  color: #251e1c;
}
nav li a:hover {
  text-decoration: none;
  background-color: #fffcd7;
}
nav li a p {
  -ms-word-break: break-all;
  word-break: break-all;
}

/*MV----------------------------------------------------------- */
.mv .posa {
  width: 393px;
  left: calc(50% - 462px);
  bottom: 62px;
}

/*CTA----------------------------------------------------------- */
.cta {
  background: #fff36b;
}
.cta .posr {
  margin: 0 -15px;
}
.cta .posa {
  width: calc(50% - 87px);
}
.cta .posa1 {
  bottom: 9%;
  left: 7%;
  margin: auto;
    left: 0;
    right: 0;
}
.cta .posa2 {
  bottom: 9%;
  right: 8%;
}
.cta .white_box_s {
  border: 10px solid #e1d0a1;
}

/*sec01----------------------------------------------------------- */
.sec01 {
  background: #e0e7ed;
}
.sec01 h2 {
  padding-bottom: 45px;
}
.sec01 .posa {
  left: 0;
  right: 0;
  bottom: -50px;
}
.sec01 .posr {
  margin-right: -15px;
}

/*sec02----------------------------------------------------------- */


/*sec03----------------------------------------------------------- */
.posa_sec03 {
  left: 0;
  right: 0;
  top: -30px;
  z-index: 2;
}

/*sec04----------------------------------------------------------- */
.sec04 {
  background: url(../img/pc_sec04_bg.png) no-repeat right top/contain;
}
.sec04 h2 {
  padding-bottom: 45px;
}
.sec04 .posa {
  top: -40px;
  left: 0;
  right: 0;
}
.sec04 .white_box {
  background: #f5f5f5;
  padding: 30px 45px 45px;
}
.sec04 .white_box,
.sec04 .white_box_wrap {
  position: relative;
}
.sec04 .white_box:before,
.sec04 .white_box:after,
.sec04 .white_box_wrap:before,
.sec04 .white_box_wrap:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #d9d9d9;
  z-index: 2;
}
.sec04 .white_box:before {
  left: 15px;
  top: 15px;
}
.sec04 .white_box:after {
  right: 15px;
  top: 15px;
}
.sec04 .white_box_wrap:before {
  left: 15px;
  bottom: 15px;
}
.sec04 .white_box_wrap:after {
  right: 15px;
  bottom: 15px;
}
.sec04 .white_box li {
  padding: 12px 0 8px;
  margin-left: 60px;
  counter-increment: num;
}
.sec04 .white_box li:before {
  content: counter(num);
  background: #084b7f;
  width: 44px;
  height: 44px;
  border-radius: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  line-height: 1;
  top: 10px;
  left: -60px;
}
.sec04 .list_border {
  border-bottom: 2px dashed #084b7f;
}
.sec04_btm {
  position: relative;
  margin-top: -20px;
}

/*sec05----------------------------------------------------------- */
.sec05 {
  background: #faf7f0;
}

/*sec06----------------------------------------------------------- */
.sec06 {
  background: #fffcd7;
}
.posa_sec06{
  left: 0;
  right: 0;
  top: -45px;
}
.sec06 .col3 {
  display: flex;
  margin-right: -15px;
}

/*sec07----------------------------------------------------------- */
.sec07 {
  background: #f5f5f5;
}
.sec07 h2 {
  padding-bottom: 45px;
}
.sec07 .fx-row img {
  margin-right: 0;
}

/*sec08----------------------------------------------------------- */
.sec08 {
  background: #faf7f0;
}
.sec08 h2 {
  background: #449042;
  padding: 45px 0;
}
.sec08 .white_box {
  border: 10px solid #f3e4bd;
}
.sec08 h3 {
  margin-left: -9px;
  margin-top: -65px;
  padding-bottom: 5px;
}

/*sec09----------------------------------------------------------- */
.sec09 {
  background: #fffcd7;
}
.sec09 h2 {
  padding-bottom: 45px;
}
.white_box_wrap_wrap {
  position: relative;
}
.white_box_wrap_wrap:before {
  position: absolute;
  content:"";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff690;
  bottom: -15px;
  right: -15px;
}
.sec09 .white_box,
.sec09 .white_box_wrap {
  position: relative;
}
.sec09 .white_box:before,
.sec09 .white_box:after,
.sec09 .white_box_wrap:before,
.sec09 .white_box_wrap:after {
  position: absolute;
  content: "";
  width: 20px;
  height: 20px;
  border-radius: 10px;
  background: #f3e4bd;
  z-index: 2;
}
.sec09 .white_box:before {
  left: 15px;
  top: 15px;
}
.sec09 .white_box:after {
  right: 15px;
  top: 15px;
}
.sec09 .white_box_wrap:before {
  left: 15px;
  bottom: 15px;
}
.sec09 .white_box_wrap:after {
  right: 15px;
  bottom: 15px;
}
.sec09 h3 {
  position: relative;
  margin: -10px 0 20px -60px;
  z-index: 3;
}

/*sec10----------------------------------------------------------- */
.sec10 {
  background: #faf7f0;
}
.sec10 h2 {
  padding-bottom: 45px;
}
.sec10 h3 {
  margin-top: -60px;
  padding-bottom: 15px;
}
.sec10 h3 p:first-child {
  padding-bottom: 15px;
}
.sec10 .white_box_wrap {
  position: relative;
}
.sec10 .white_box_wrap:before {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  left: 10px;
  top: 10px;
  border: 2px solid #e1d0a1;
}
.sec10 .white_box_s {
  padding: 40px;
}
.sec10 .white_box_s * {
  position: relative;
  z-index: 2;
}
.sec10 .white_box_s:before,
.sec10 .white_box_s:after {
  position: absolute;
  content: "";
}
.sec10 .white_box_s:before {
  top: 10px;
  left: 10px;
  border-top: 15px solid #e1d0a1;
  border-left: 15px solid #e1d0a1;
  border-right: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.sec10 .white_box_s:after {
  bottom: 10px;
  right: 10px;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 15px solid #e1d0a1;
  border-bottom: 15px solid #e1d0a1;
}

/*sec11----------------------------------------------------------- */
.sec11 h2 {
  padding-bottom: 45px;
}
.sec11 .white_box_s {
  background: #f5f5f5;
  position: relative;
}
.sec11 .white_box_s:before,
.sec11 .white_box_s:after {
  position: absolute;
  content: "";
  width: 50px;
  height: 4px;
  background: #ef6a14;
  transform: rotate(-45deg);
}
.sec11 .white_box_s:before {
  top: 10px;
  left: -15px;
}
.sec11 .white_box_s:after {
  right: -12px;
  bottom: 10px;
}
.sec11 h3 {
  padding-bottom: 15px;
}
.sec11 h3 p:first-child {
  padding-bottom: 30px;
}
.sec11 ul li:not(:last-child) {
  position: relative;
}
.sec11 ul li:not(:last-child):before {
  position: absolute;
  content: "";
  border-top: 35px solid transparent;
  border-left: 35px solid transparent;
  border-right: 35px solid #ef6a14;
  border-bottom: 35px solid #ef6a14;
  transform: rotate(-45deg);
  z-index: 2;
  right: -15px;
  top: calc(50% - 35px);
}


/*sec12----------------------------------------------------------- */
.sec12 {
  background-color: #fffcd7;
  background-image: url(../img/pc_sec12_bg.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.sec12 h2 {
  padding-bottom: 45px;
}

/*sec13----------------------------------------------------------- */
.sec13 {
  background: #faf7f0;
}
.sec13 h2 {
  padding-bottom: 45px;
}
.sec13 .white_box {
  border: 10px solid #e1d0a1;
  background-color: #fff;
  background-image: url(../img/pc_sec13_bg.png);
  background-repeat: no-repeat;
  background-position: top right;
}

/*sec14----------------------------------------------------------- */
.sec14 h2 {
  padding-bottom: 45px;
}
.sec14_q {
  background: #faf7f0;
  padding: 25px 20px 20px 90px;
  color: #449042;
  position: relative;
}
.sec14_q:before {
  position: absolute;
  content: "";
  width: 44px;
  height: 44px;
  background: url(../img/pc_sec14_q.png);
  top: 20px;
  left: 30px;
}
.sec14_a {
  padding: 25px 20px 35px 90px;
  position: relative;
  line-height: 1.9;
}
.sec14_a:before {
  position: absolute;
  content: "";
  width: 44px;
  height: 44px;
  background: url(../img/pc_sec14_a.png);
  top: 20px;
  left: 30px;
}
.sec14 li:last-child .sec14_a {
  padding-bottom: 0;
}

/*sec15----------------------------------------------------------- */
.sec15 {
  background: #f5f5f5;
}
.sec15 ul {
  display: flex;
  flex-wrap: wrap;
}
.sec15 li {
  padding: 15px;
}
.sec15 ul li:nth-child(odd) {
  width: 32%;
  border-bottom: 2px solid #449042;
  margin-right: 2px;
  font-weight: bold;
}
.sec15 ul li:nth-child(even) {
  width: 66%;
  border-bottom: 2px solid #000;
}

/*CTA2----------------------------------------------------------- */
.cta2 {
  background: #fff36b;
}
.cta2 .white_box_s {
  border: 10px solid #e1d0a1;
}
.cta2 .form_wrap {
  border: 10px solid #ef6a14;
}
.cta2 .form_wrap .posa {
  top: -30px;
  left: 30px;
}
.cta2 .privacy_wrap {
  height: 240px;
  overflow-y: scroll;
  background: #f5f5f5;
  padding: 30px;
  font-size: 16px;
}
.cta2 .privacy_wrap h3 {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 15px;
}
.cta2 .privacy_wrap h3:first-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.cta2 .privacy_wrap ul {
  font-weight: bold;
  counter-reset: number 0;
  line-height: 1.7;
}
.cta2 .privacy_wrap ul li {
  text-indent: -2em;
  padding-left: 2em;
}
.cta2 .privacy_wrap ul li::before {
  counter-increment: number 1;
  content: counter(number) ".";
  margin-right: 15px;
}
.cta2 .privacy_wrap .sub_list {
  font-weight: normal;
}
.cta2 .privacy_wrap .sub_list li {
  text-indent: 0;
  padding-left: 0;
  display: flex;
}
.cta2 .privacy_wrap .sub_list li p:first-child {
  width: 3em;
}
.cta2 .privacy_wrap .sub_list li p:last-child {
  width: calc(100% - 3em);
}
.cta2 .privacy_wrap .sub_list li:before {
  display: none;
}
form {
  font-size: 16px;
}
form > ul > li:first-child {
  border-top: 1px solid #ccc;
}
form > ul > li {
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
form > ul > li.bb_none {
  border-bottom: none;
}
form > ul > li:nth-child(odd) {
  background-color: #fffbcc;
}
form > ul > li .fx-row > *:first-child {
  padding-top: 12px;
}
.form_head {
  text-align: right;
}
.form_head span {
  display: inline-block;
  font-weight: bold;
}
.haveto {
  background-color: #ef6a14;
  color: #fff;
  padding: 3px 8px;
  font-weight: bold;
  font-size: 0.8em;
}
.any {
  background-color: #449042;
  color: #fff;
  padding: 3px 8px;
  font-weight: bold;
  font-size: 0.8em;
}
.input_adjust {
  padding: 12px 16px;
  border-radius: 10px;
  border: 1px solid #ccc;
}
.input_2col {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
  width: 100%;
}
.input_2col input {
  width: calc(50% - 15px);
}
.input_1col {
  padding-right: 30px;
}
.input_1col input {
  width: 100%;
}
.input_zip_2col input {
  width: 30%;
}
.input_pref {
  width: 50%;
}
.input_select select {
  width: 100%;
  padding-right: 1em;
  cursor: pointer;
  text-overflow: ellipsis;
  border: none;
  outline: none;
  background: transparent;
  background-image: none;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 12px 16px;
}
.input_select select::-ms-expand {
  display: none;
}
.input_select {
  position: relative;
  border-radius: 2px;
  border: 1px solid #ccc;
  border-radius: 10px;
  background: #ffffff;
}
.input_select::before {
  position: absolute;
  top: calc(50% - 3px);
  right: 1em;
  width: 0;
  height: 0;
  padding: 0;
  content: '';
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #000;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  .fx-col-16-s {
    -ms-flex-preferred-size: 16%;
    flex-basis: 16%;
    max-width: 16%;
    padding-top: 12px;
  }
  .fx-col-54-s {
    -ms-flex-preferred-size: 54%;
    flex-basis: 54%;
    max-width: 54%;
  }
}
.input_tel_3col input {
  width: 30%;
}
.input_tel_3col input:first-child {
  width: 20%;
}
.radio_2col {
  display: flex;
}
.radio_2col label {
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.radio_2col label:first-child {
  padding-right: 30px;
}
.radio_2col span {
  padding-left: 10px;
}
.radio_1col > label {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 0;
}
.radio_1col span {
  padding-left: 10px;
}
.date_2col {
  display: flex;
  justify-content: space-between;
  padding-right: 30px;
}
.date_2col > * {
  display: block;
  width: calc(50% - 15px);
}
.input_date {
  position: relative;
}
.input_date:before {
  position: absolute;
  content: "\f073";
  font-family: "Font Awesome 5 Free";
  right: 15px;
}
input[type="date"] {
  position: relative;
}
input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}
input[type="date"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
input[type="date"]::-webkit-clear-button {
  -webkit-appearance: none;
}
.check_1col > label {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 3px 0;
}
.check_1col span {
  padding-left: 10px;
}
.select_1col {
  padding-right: 30px;
}
.textarea {
  padding-right: 30px;
}
.textarea textarea {
  width: 100%;
}
.check_agree input {
  height: 20px;
  width: 20px;
}
.check_agree span {
  padding-top: 5px;
}
.sbm_wrap {
  padding: 30px 15px 0;
}
.sbm {
  position: relative;
  width: 80%;
  margin: 0 auto;
  border-radius: 40px;
  font-size: 1.5em;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  padding: 15px;
  background: #45ba55;
  color: #ffffff;
  line-height: 1em;
  transition: .3s;
  border: 2px solid #45ba55;
}
.sbm:before {
  position: absolute;
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 1.2em;
  top: calc(50% - 0.5em);
  right: 15px;
  color: #fff;
}
.sbm_btn {
  border: 0;
  background-color: transparent;
}
.sbm_btn:focus {
  outline: none;
}
.sbm:hover {
  color: #45ba55;
  background: #ffffff;
}
.sbm:hover:before {
  color: #45ba55;
}
.line_wrap {
  border: 10px solid #06c755;
}
.line_wrap .num_list li {
  position: relative;
  counter-increment: num;
  padding-left: 45px;
  padding-bottom: 20px;
}
.line_wrap .num_list li:before {
  position: absolute;
  content: counter(num);
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #06c755;
  color: #fff;
  font-weight: bold;
}

/*Footer----------------------------------------------------------- */
