@charset "UTF-8";
/* CSS Document */
/*スマホ用スタイル*/
@media screen and (max-width: 767px) {

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

/*header----------------------------------------------------------- */
header {
  height: 60px;
}
.header_inner {
  height: inherit;
}
.header_inner > p {
  min-width: unset;
  width: 40%;
}
.head_r {
  width: 60%;
  height: 100%;
}
.head_r p:first-child img {
  height: 35px;
}
.head_r p:not(:first-child),
.head_r p:not(:first-child) img {
  height: 100%;
}
.head_r a {
  height: inherit;
}
.head_r > a {
  display: flex;
  align-items: center;
}
/*MV----------------------------------------------------------- */


/*CTA----------------------------------------------------------- */
.cta {
  background: url(../img/sp_cta_bg.png) no-repeat center center / cover;
}
.cta .white_box_l {
  padding: 15px;
}
.cta p {
  font-size: 12px;
}
.cta .fx-col-50-xs:first-child {
  padding-right: 2px;
}
/*sec01----------------------------------------------------------- */
.sec01 {
  background: url(../img/sp_sec01_bg.png) no-repeat center / cover;
  padding-bottom: 200px;
}

/*sec02----------------------------------------------------------- */
.sec02 {
	background:unset;
}
.sec02 .box_inner {
  padding: 15px;
  text-align: left;
}
.sec02_box01 {
  flex-direction: column;
}
.sec02_box01_l {
  padding: 10px 10px 15px;
  width: 100%;
}
.sec02_box01_l > h3 {
  text-align: center;
}
.sec02_box01_r {
  width: 100%;
}
.sec02_deco_lt img,
.sec02_deco_rt img,
.sec02_deco_lb img,
.sec02_deco_rb img {
  width: 30px;
  height: 30px;
}
.sec02_box2 {
    border-radius: 5px;
    background: url(../img/sp_sec02_bg01.png) no-repeat center / cover;
}
.sec02_box2 .font_m {
  font-size: 16px;
}
.sec02_box2 .font_m span {
  background: linear-gradient(to top, transparent 10%, #fff 10%, #fff 90%, transparent 90%);
}
/*sec03----------------------------------------------------------- */

.sec03 {
  background: url(../img/sp_sec03_bg.png) no-repeat top left 30% / cover;
}
.sec03 .box_wrap {
  padding: 30px 30px 30px 0;
}
.sec03_box_wrap {
  flex-direction: column-reverse;
  padding-left: 20px;
  gap: 15px;
}
.sec03_box_main {
  padding: 0;
}
.sec03_box_img {
  width: 100%;
}
/*sec04----------------------------------------------------------- */
.sec04 {
  background: #fff;
}
.sec04 .white_box_l {
  margin-bottom: 20px;
}
/*sec05----------------------------------------------------------- */
.sec05 {
  background: url(../img/sp_sec05_bg.png) no-repeat center center / cover;
}
.s_r_over {
  margin-right: -15px;
}
.s_l_over {
  margin-left: -15px;
}
/*sec06----------------------------------------------------------- */
.sec06 .white_box_l .fx-col-30-s {
  margin-top: -30px;
}
.sec06 .white_box_l .fx-col-30-s img {
  width: 50%;
}
.sec06 .white_box_l {
  padding: 15px;
}
.sec06 .white_box_l.bg_over_l {
  margin-bottom: 45px;
}
.sec06_nam {
  font-size: 32px;
}
.sec06_box-inner::after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.sec06_box-year {
  width: 45px;
}
.sec06_box-wrap {
  gap: 10px;
}
.sec06_box-wrap p:nth-child(2) {
  width: calc(100% - 55px);
}
.sec06_box-inner::after {
	content: none;
}
.sec06_box_br {
  border-bottom: 2px dotted #9e4f82;
  width: calc(100% - 30px);
  margin: 15px auto 0;
}

/*sec07----------------------------------------------------------- */
.sec07 {
  background: url(../img/sp_sec07_bg.png) no-repeat center center / cover;
}
.sec07_box {
  padding: 30px 15px;
}
.sec07_box::before {
  left: 15px;
  width: 40px;
}
.sec07_box-wrap,
.sec07_box-btns,
.sec07_box:nth-child(5) h3,
.sec07_box_2 {
  margin-left: 55px;
}
.sec07_box-wrap {
  flex-direction: column-reverse;
}
.sec07_box:nth-child(5) .sec07_box-wrap {
  flex-direction: column;
}
.sec07_box-item:not(:last-child) {
  padding-bottom: 60px;
}
.sec07_box-item:not(:last-child)::after {
  width: 25px;
  height: 28px;
  right: 40%;
  top: unset;
  bottom: 15px;
  transform: translateX(-50%) rotate(90deg);
}
.sec07_box-item p:nth-child(2) {
  font-size: 18px;
}
.sec07_box-btns {
  flex-direction: column;
    gap: 10px;
}
.sec07_box-end > .fx-row {
  width: 100%;
}
.sec07_box_2 .white_box_s {
  text-align: left;
}
/*sec08----------------------------------------------------------- */
.sec08 {
  background: url(../img/sp_sec08_bg.png) no-repeat center center / cover;
}
.sec08 iframe {
  height: 200px;
}

/*sec09----------------------------------------------------------- */
.sec09_wrap {
  flex-direction: column-reverse;
}
.sec09_item:nth-child(1),
.sec09_item:nth-child(2) {
  width: 100%;
}
.sec09_item:nth-child(1) {
  margin-top: -4px;
}
.sec09_txt {
  padding-left: 15px;
}
/*sec10----------------------------------------------------------- */
.sec10 {
  background: url(../img/sp_sec10_bg.png) no-repeat center center / cover;
}
.sec10_fqa-q {
  font-size: 18px;
}

/*sec11----------------------------------------------------------- */
.form_wrap {
  /* padding: 0; */
}
form > ul > li .fx-row > *:first-child {
  padding-top: 0;
}
form > ul > li {
  padding: 15px;
  padding-bottom: 5px;
}
.form_head {
  text-align: left;
}
.input_adjust {
  padding: 8px 12px;
}
.input_2col {
  padding-right: 0px;
}
.input_1col {
  padding-right: 0px;
}
.input_pref {
  width: 80%;
}
.input_select select {
  padding: 8px 12px;
}
.radio_2col label:first-child {
  padding-right: 0px;
}
.date_2col {
  padding-right: 0px;
}
.date_2col > * {
  width: calc(50% - 8px);
}
.select_1col {
  padding-right: 0px;
}
.textarea {
  padding-right: 0px;
}
.sbm_wrap {
  padding: 15px;
}
.sbm {
  width: 100%;
	padding: 15px;
}
.sbm_wrap p {
  font-size: 14px;
}
.sbm input {
  width: 100%;
  padding: 15px;
  font-size: 1.2em;
}
/*Footer----------------------------------------------------------- */
footer {
  padding: 30px 0;
}

}/*スマホ用スタイルend*/
