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

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

/*font----------------------------------------------------------- */
/* noto-sans-jp-regular - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/noto-sans-jp-v52-japanese-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* noto-sans-jp-700 - japanese */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Noto Sans JP';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/noto-sans-jp-v52-japanese-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}


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

footer {
  padding: 60px 0;
}
.l_point,
#top{
  padding-top: 85px;
  margin-top: -85px;
}
/*色関連----------------------------------------------------------- */
.bg_cl1 {
  background-color: #eeeef5;
}

.bg_cl2 {
  background-color: #f3f2f2;
}

.cl_base {
  color: #e91e63;
}

.cl_main {
  color: #047cd8;
}

.cl_accent {
  color: #4265a1;
}

.cl_other1 {
  color: #4265a1;
}

.cl_other2 {
  color: #4265a1;
}
.cl_white{
  color: #fff;
}

/*テキスト関連----------------------------------------------------------- */
.highlight {
  background: -webkit-linear-gradient(transparent 60%, #fae70e 50%);
  background: -o-linear-gradient(transparent 60%, #fae70e 50%);
  background: linear-gradient(transparent 60%, #fae70e 50%);
  font-weight: bold;
}
.lato{
  font-family: 'Lato', sans-serif;
}
.lato_b{
  font-family: 'Lato', sans-serif;
  font-weight: 700;
}
h2{
  font-size: 50px;
  font-weight: bold;
}
h2 .font_xs{
  font-size: 30px;
}

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

a:hover {
  text-decoration: none;
}



/*Page Top----------------------------------------------------------- */
.pagetop a {
  background-color: #e91e63;
}

.mv_bg{
  background: url(../img/webp/pc_mv_bg.webp) no-repeat center/cover;
  background-position: center bottom;
}
.btm_fix {
  background: none;
}
.btm_fix .link_btn{
  margin-top: 15px;
  margin-bottom: 30px;
}
/*Header----------------------------------------------------------- */
header{
  color: #047cd8;
  position: fixed;
  height: 85px;
  width:100%;
  background-color: #FFF;
  top: 0;
  z-index: 100;
}
header .logo {
  height: 60px;
  display: flex;
  align-items: center;
  padding-right: 15px;
}

header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px 10px;
}

header .contact {
  display: flex;
  align-items: center;
  text-align: right;
}

header .tel {
  padding-right: 15px;
  line-height: 1.1;
}
header .tel_2 {
  position: relative;
  width: 270px;
  background-image: linear-gradient(330deg,#e9571e 25%,#e91e63 75%);
  line-height: 1;
  border-radius: 47px;
  padding-block: 15px;
  text-align: center;
  font-weight: 700;
}
header .tel_2::after {
  content: "\f054";
  position: absolute;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  font-weight: 900;
  color: #FFF;
}
header .contact_tel {
  font-size: 4.0rem;
  margin-bottom: 5px;
}
header .fa-phone{
  font-size: 3.4rem;
  transform: scale(-1, 1);
  margin-right: 10px;
}

/*Navi----------------------------------------------------------- */
nav{
  margin-left: auto;
  margin-right: 15px;
}
nav ul {
  display: flex;
  color: #fff;
}

nav li {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  line-height: 1em;
  margin-right: 20px;
}

nav li a {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #000;
  text-align: center;
  font-size: 16px;
}
nav li a:link,
nav li a:visited{
  color: #000;
}

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

nav li a p {
  -ms-word-break: break-all;
  word-break: break-all;
}

/*MV----------------------------------------------------------- */
.mv {
  padding: 0;
  background: url(../img/webp/pc_mv_img.webp) no-repeat;
  background-position: calc(45% + 530px) top;
  margin-top: 85px;
}
.mv .txt_box{
  color: #FFF;
  padding-top: 60px;
}
.mv .txt01{
  display: inline-block;
  padding-bottom: 3px;
  border-bottom: 2px solid #fff;
  font-size: 23px;
}
.mv .txt02{
  font-size: 42px;
  letter-spacing: .1em;
  margin-top: 30px;
}
.mv .txt03{
  font-size: 100px;
  letter-spacing: -.04em;
  line-height: 1em;
}
.mv .txt03_2 {
  letter-spacing: .04em;
}
.mv .txt03_2 > span {
  font-size: 48px;
  letter-spacing: -0.07em;
}
.mv .txt04{
  font-size: 22px;
  margin-top: 20px;
  line-height: 1.4;
}
.bouten{
  position: relative;
}
.bouten::before {
  content: "●";
  display: inline-block;
  color: #fae70e;
  position: absolute;
  font-size: 9px;
  right: 0;
  left: 0;
  top: -10px;
  margin: 0 auto;
  text-align: center;
}
.link_btn {
  width: 523px;
  height: 77px;
  margin-top: 35px;
  display: inline-block;
  position: relative;
}
.link_btn_2 {
  height: 90px;
}
.link_btn::after{
  content: "\f054";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 25px;
  top: 42px;
  z-index: 3;
  font-weight: 900;
  color: #FFF;
}
.link_btn_2::after{
  content: "\f054";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  font-weight: 900;
  color: #FFF;
}
.link_btn a{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 523px;
  height: 77px;
  background-image: linear-gradient(330deg,#e9571e 25%,#e91e63 75%);
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 1.8rem;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 3px 3px 8px -5px #777777;
  cursor: pointer;
}
.link_btn_2 a{
  height: 100%;
  font-size: 2.6rem;
  border-radius: 50px;
}
.link_btn a:hover{
  opacity: 1;
  text-decoration: none;
}
.link_btn a::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #e91e63;
  content: '';
  transition: -webkit-transform .6s cubic-bezier(.165,.84,.44,1);
  transition: transform .6s cubic-bezier(.165,.84,.44,1);
  transition: transform .6s cubic-bezier(.165,.84,.44,1),-webkit-transform .6s cubic-bezier(.165,.84,.44,1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.link_btn a::after {
  position: relative;
  margin-left: 18px;
  content: '';
  font-size: .9rem
}

.link_btn a:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.link_btn a .link__txt {
  position: relative;
  top: -0.05em;
}
.link_btn .img{
  margin-bottom: -15px;
  position: relative;
  z-index: 1;
}

/*CTA----------------------------------------------------------- */


/*CTA2----------------------------------------------------------- */


/*sec01----------------------------------------------------------- */
.sec01{
  padding-top: 60px;
  padding-bottom: 100px;
  overflow: hidden;
}
.sec01 .container{
  overflow: hidden;
}
.swiper-loop .swiper-wrapper{
  transition-timing-function: linear;
}

/*sec02----------------------------------------------------------- */
.br{
  position: relative;
  right: 0;
  left: 0;
  margin-bottom: -100px;
}
.sec02{
  background-color: #f1f8fb;
  overflow: hidden;
}
.sec02 h2{
  position: relative;
}
.h2__lead{
  background: rgb(1,189,247);
  background: linear-gradient(130deg, rgba(1,189,247,1) 0%, rgba(4,124,216,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.sec02 .swiper-slide h3{
  background: rgb(1,189,247);
  background: linear-gradient(130deg, rgba(1,189,247,1) 0%, rgba(4,124,216,1) 100%);
  color: #FFF;
  font-weight: bold;
  padding: 10px;
}
.sec02 .white_box{
  padding: 30px;
}
.sec02 .white_box .txt{
  display: flex;
  align-items: center;
}
.swiper-container {
  position: relative;
}
.swiper-button-prev,
.swiper-button-next {
  width: 87px;
  height: 87px;
  border-radius: 50px;
  background: rgba(0,0,0,.5);
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 22px;
  color: #fff;
}
.swiper-button-next {
  margin-right: -70px;
}
.swiper-button-prev {
  margin-left: -70px;
}

/*sec03----------------------------------------------------------- */
.sec03{
  background: url(../img/webp/pc_sec03_bg.webp) no-repeat center top;
}
.sec03 .box{
  background-color: #FFF;
  padding: 60px;
  box-shadow: 1px 5px 15px -9px #777777;
  position: relative;
  display: inline-block;
  width: 100%;
  margin-top: -320px;
}
.sec03 .box .img{
  position: absolute;
  bottom: -75px;
  right: 0;
  left: 0;
  margin: 0 auto;
  text-align: center;
}
.sec03 .box .img img{
  display: inline-block;
}
.brett ul li {
  padding-bottom: 30px;
  padding: 0;
  text-indent: 0;
  margin: 0;
  font-size: 24px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  font-weight: bold;
  border-bottom: dotted 1px #ccc;
  display: flex;
  align-items: center;

}
.brett ul li:last-child{
  margin-bottom: 0;
}
.brett ul li img {
  margin-right: 10px;
}
.sec03 .bg{
  margin-top: 300px;
  background: rgb(1,189,247);
  background: linear-gradient(130deg, rgba(1,189,247,1) 0%, rgba(4,124,216,1) 100%);
  padding-bottom: 120px;
}
.sec03 h2 {
  color: #fae70e;
}
.sec03 .box h2 {
  color: #000;
}
.sec03 h2.mt90 {
  margin-top: 75px;
}
.sec03 h2 .fx {
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec03 h2 .fx img {
  margin-top: 20px;
  margin-right: 20px;
}
.sec03 h2 .lato{
  font-size: 100px;
  position: relative;
  margin-top: -30px;
}
.sec03 .point{
  color: #cccccc;
  font-size: 50px;
}
.sec03 .point span{
  font-size: 80px;
}
.sec03 h3{
  font-size: 30px;
  font-weight: bold;
}
.sec03 h3 .h2__lead{
  font-size: 50px;
}
.sec03 .f_item{
  position: relative;
  margin-top: 30px;
}
.sec03 .img01{
  position: absolute;
  top: -68px;
  left: -10px;
}
.sec03 .white_box:nth-of-type(3) .img01{
  position: absolute;
  top: -88px;
  left: -10px;
}
.sec03 .middole h4{
  color: #047cd8;
  font-size: 24px;
  padding: 8px 25px;
  border: solid 1px #047cd8;
  display: inline-block;
  font-weight: bold;
}
.sec03 .fx{
  display: flex;
  justify-content: center;
  align-items: center;
}
.sec03 .fx .fa-chevron-right{
  color: #047cd8;
  font-size: 50px;
}
.sec03 .white_box:not(:last-child) {
  margin-bottom: 50px;
}
.sec03 .fx-row h4{
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  align-items: center;
}
.sec03 .fx-row h4 .icon{
  width: 58px;
  height: 58px;
  background-color: #047cd8;
  border-radius: 50px;
  color: #FFF;
  display: inline-block;
  text-align: center;
  font-size: 40px;
  line-height: 58px;
}
.sec03 .txt{
  width: calc(100% - 68px);
  font-size: 24px;
  line-height: 1.3;
}
/*sec04----------------------------------------------------------- */
.accordion {
  margin-bottom: 50px;
}
dl.accordion dt {
  cursor: pointer;
  position: relative;
  font-size: 24px;
  font-weight: 700;
  padding: 10px 10px 10px 30px;
  background-color: #047cd8;
  color: #fff;
}
.accordion dt .qa_q{
  font-size: 40px;
  color: #FFF;
  font-weight: bold;
  margin-right: 20px;
}
.accordion dt p {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 60px;
  background-size: 40px;
  display: flex;
  align-items: center;
}
dl.accordion dt .icon {
  position: absolute;
  display: block;
  transition: .25s all ease;
  right: 50px;
  top: 0;
  bottom: 0;
  color: #fff;
  margin: auto;
  height: 37px;
  text-align: center;
  line-height: 37px;
  font-weight: 900;
  font-size: 30px;
  transform: rotate(90deg);
}
dl.accordion dt.open .icon i {
  transform: rotate(-180deg);
}
dl.accordion dd {
  background: #fafafa;
  padding: 30px;
  display: none;
  font-size: 16px;
}
dl.accordion dd .fx{
  display: flex;
}
.accordion dd p {
  padding-top: 6px;
  padding-bottom: 6px;
  background-size: 35px;
  padding-right: 25px;
}
.accordion dd .qa_a{
  font-size: 40px;
  color: #047cd8;
  font-weight: bold;
  margin-right: 20px;
  line-height: 1;
}
.accordion:last-child{
  margin-bottom: 0;
}
/*sec05----------------------------------------------------------- */
.sec05{
  background: url(../img/webp/pc_sec05_bg.webp) no-repeat center/cover;
}
.sec05 h2{
  color: #fae70e;
}
.sec05 .white_box{
  padding: 60px 60px 350px;
  background: url(../img/webp/pc_sec05_img01.webp) no-repeat center bottom #FFF;
}
.sec05 .font_m{
  font-size: 22px;
}
/*sec06----------------------------------------------------------- */
.sec06{
  padding-top: 90px;
  background-color: #edf5fb;
}
.sec06 h2{
  padding-bottom: 90px;
}
.sec06 .box{
  background: url(../img/webp/pc_sec06_img02_bg01.webp) no-repeat center center #047cd8;
  padding: 5px;
  position: relative;
}
.sec06 .inner{
  padding: 60px;
}
.sec06 .box h3{
  position: absolute;
  right: 0;
  left: 0;
  top: -46px;
}
.sec06 .box h4{
  font-size: 50px;
  font-weight: bold;
  line-height: 1;
}
.sec06 .arrow{
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 55px 0 55px;
  border-color: #047cd8 transparent transparent transparent;
  margin: 20px auto;
}
@media (min-width: 1200px) {
  .sec06 .fx-col-60-s {
    flex-basis: 57%;
    max-width: 57%;
    padding-right: 0;
  }
  .sec06 .fx-col-40-s {
    flex-basis: 43%;
    max-width: 43%;
  }
}
.sec06 .white_box{
  padding: 60px;
}

form{
  font-weight: 400;
  font-size: 16px;
}
.form_wrap.white_box{
  padding: 60px;
}

form > ul > li {
  padding: 30px 0 0;
}
form > ul > li.pt0 {
  padding-top: 0;
}
form > ul > li.bb_none {
  border-bottom: none;
}

form > ul > li .fx-row > *:first-child {
  padding-top: 12px;
}

.form_head {
  text-align: right;
  font-weight: 600;
}

.form_head span {
  display: inline-block;
}

.haveto {
  background-color: #e91e63;
  color: #fff;
  padding: 3px 8px;
  font-weight: 600;
  font-size: 0.8em;
}

.any {
  background-color: #0000ff;
  color: #fff;
  padding: 3px 8px;
  font-weight: 600;
  font-size: 0.8em;
}

.input_adjust {
  padding: 16px 16px;
  border-radius: 10px;
  border: 1px solid #ccc;
  background-color: #fafafa;
  font-size: 16px;
}

.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%;
  font-weight: 400;
}

.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: 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;
  font-weight: 600;
  font-size: 16px;
}

.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;
}
.sbm_wrap a{
  text-decoration: underline;
}

.sbm_wrap .sub_btn{
  width: 523px;
  height: 77px;
  margin-top: 50px;
  display: inline-block;
  position: relative;
}
.sbm_wrap .sub_btn::after{
  content: "\f054";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  position: absolute;
  right: 25px;
  top: 0;
  z-index: 3;
  font-weight: 900;
  line-height: 77px;
  color: #FFF;
}
.sbm_wrap button{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 523px;
  height: 77px;
  background-image: linear-gradient(330deg,#e9571e 25%,#e91e63 75%);
  color: #FFF;
  font-weight: bold;
  letter-spacing: 0;
  font-size: 1.8rem;
  border-radius: 50px;
  overflow: hidden;
  box-shadow: 3px 3px 8px -5px #777777;
}
.sbm_wrap button:hover{
  opacity: 1;
  text-decoration: none;
}
.sbm_wrap button::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #e91e63;
  content: '';
  transition: -webkit-transform .6s cubic-bezier(.165,.84,.44,1);
  transition: transform .6s cubic-bezier(.165,.84,.44,1);
  transition: transform .6s cubic-bezier(.165,.84,.44,1),-webkit-transform .6s cubic-bezier(.165,.84,.44,1);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: right center;
  transform-origin: right center;
}

.sbm_wrap button::after {
  position: relative;
  margin-left: 18px;
  content: '';
  font-size: .9rem
}

.sbm_wrap button:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: left center;
  transform-origin: left center;
}
.sbm_wrap button .link__txt {
  position: relative;
  top: -0.05em;
}

.pp_txt {
  height: 235px;
  overflow-y: scroll;
  border: solid 1px #cccccc;
  border-radius: 10px;
  padding: 30px;
  background-color: #fafafa;
  font-weight: normal;
}
.pp_txt .pv_gray_box {
  background-color: #eee;
  padding: 35px;
  font-size: 14px;
  margin-top: 15px;
  margin-bottom: 30px;
}

/*sec20----------------------------------------------------------- */

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

.Jos {
  font-family: 'Josefin Sans',sans-serif;
  font-weight: 700;
}

footer {
  padding-top: 90px;
  padding-bottom: 60px;
  background-color: #efefef;
}

footer .add {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 2;
  justify-content: space-between;
  align-items: flex-start;
}

footer .add p {
  margin-right: 40px
}

footer .add p.mra{
  margin-right: auto;
}
footer .add p:last-child {
  margin-right: 0
}

footer .footer_nav {
  margin-top: 70px;
  margin-bottom: 50px
}

@media (min-width: 759px) {
  footer .footer_nav .f_item:first-child {
      -ms-flex-preferred-size:23%;
      -webkit-flex-basis: 23%;
      flex-basis: 23%;
      max-width: 23%
  }

  footer .footer_nav .f_item:nth-of-type(2) {
      -ms-flex-preferred-size: 17%;
      -webkit-flex-basis: 17%;
      flex-basis: 17%;
      max-width: 17%
  }
}

footer .foot_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

footer .copy {
  font-size: 14px;
  padding: 50px 0 0;
}

footer a:link,footer a:visited {
  color: inherit;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700
}


footer .foot_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

footer .foot_area .map {
  width: 230px;
  margin-right: 60px
}

footer .foot_area .area_item {
  width: calc(100% - 230px - 60px)
}

footer .foot_area .tit {
  font-size: 20px;
  border-bottom: 15px;
  border-bottom: 4px solid #171b1d;
  margin-bottom: 30px;
  padding-bottom: 10px;
  font-weight: 700
}

footer .foot_area ul {
  line-height: 1.5
}

footer .foot_area ul li {
  display: inline-block;
  min-width: 5em;
  margin-right: 5px;
  font-size: 14px
}

/*thanks*/
.thanks header{
  padding: 15px 0;
  position: relative;
}
.thanks header .container{
  padding: 0 15px;
}
.thanks_mv{
	background-color:#22254f;
	padding-top: 50px;
	padding-bottom: 50px;
	color: #fff;
	text-align: center;
	font-size: 70px;
}
.thanks_mv .u_line {
    position: relative;
    display: inline-block;
}
.thanks_mv h1{
	font-size: 20px;
	font-weight: bold;
}
.thanks_mv .Jos {
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
}
.thanks_sec{
	background: #fafafa;
}
.thankstxt{
	text-align: center;
}
.thanks_btn{
	background: #fc563e;
	border-radius: 5px;
	display: inline-block;
	padding: 10px 30px;
	font-size: 30px;
	font-weight: bold;
}
.thanks_btn:hover{
	text-decoration: none;
}
.thanks_btn:link{
	color: #fff;
	text-decoration: none;
}
.thanks_btn:visited{
	color: #fff;
	text-decoration: none;
}