@charset "UTF-8";
/*
.zen-maru-gothic-regular {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.zen-maru-gothic-bold {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
}
*/
/*------------------------------
全体
------------------------------*/
.wf-loading {
  opacity: 0;
}
.wf-active {
  opacity: 1;
  transition: opacity 0.3s ease;
}
.wf-inactive {
  opacity: 1;
}
body {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 400;
  font-style: normal;
}
a {
  transition-property: all;
  transition: 0.3s linear;
}
.front_page main h2 {
  color: #1574ba;
  font-size: 36px;
  margin-bottom: 20px;
  padding-top: 25px;
  position: relative;
  letter-spacing: .06em;
}
.front_page main h2:before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  top: 0;
  background-repeat: no-repeat;
}
#page_title {
  background-color: #eef5fa;
  color: #1574ba;
}
.faq_answer p::before {
  color: #1574ba;
}
.search_form_box .search_box_main h3, .search_form_box .search_box_filter .wrap_filter h3 {
  border-color: #1574ba;
}
/*
.inview.fadeup {
  opacity: 0;
  transition-duration: .5s;
  transform: translateY(10px);
}
.inview.fadeup.active {
  opacity: 1;
  transform: translateY(0px);
}
*/
/*1024px以下*/
@media screen and (max-width: 1024px) {}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  .front_page main h2 {
    font-size: 25px;
  }
  #content_wrapper {
    margin-top: 53px;
  }
  #page_title {
    margin-top: 52px;
  }
}
/*------------------------------
header
------------------------------*/
.site_header .header_right .header_tel .number {
  color: #1574ba;
  font-size: 38px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 700;
  font-style: normal;
  padding-left: 37px;
  position: relative;
}
.site_header .header_right .header_tel .number:before {
  content: '';
  display: inline-block;
  width: 28px;
  height: 29px;
  background-image: url("../img/cmn/icon_header_tel.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -14.5px;
  background-repeat: no-repeat;
}
.site_header .header_right .header_open {
  color: #666;
  text-align: right;
}
#header_tel-mail {
  width: 100%;
  position: relative;
}
#header_tel-mail ul {
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
#header_tel-mail li {
  list-style-type: none;
}
#header_tel-mail li a {
  display: block;
  text-decoration: none;
  color: #fff;
  font-size: 13px;
  letter-spacing: .04em;
  text-align: center;
  padding: 9px 0 9px 30px;
  position: relative;
}
#header_tel-mail #header_mail a {
  background-color: #1574ba;
  width: 170px;
}
#header_tel-mail #header_mail a:hover {
  background-color: #1b87c9;
}
#header_tel-mail #header_line a {
  background-color: #00c300;
  width: 200px;
}
#header_tel-mail #header_line a:hover {
  background-color: #00d100;
}
#header_tel-mail li a:before {
  content: '';
  display: inline-block;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  background-repeat: no-repeat;
  top: 50%;
}
#header_tel-mail #header_mail a:before {
  width: 20px;
  height: 15px;
  background-image: url("../img/cmn/icon_header_mail.png");
  left: 27px;
  margin-top: -7.5px;
}
#header_tel-mail #header_line a:before {
  width: 29px;
  height: 29px;
  background-image: url("../img/cmn/icon_header_line.png");
  left: 16px;
  margin-top: -14.5px;
}
.site_header .header_contents {
  padding-top: 0;
  align-items: center;
}
.site_header .header_right {
  padding-top: 45px;
}
.site_header, .site_header.site_header_fixed.scroll_fixed_pc {
  padding-top: 0;
}
.site_header .header_left #header_caption {
  font-size: 11px;
  margin-bottom: 12px;
  display: block;
}
.site_header .header_left #header_caption em {
  color: #1574ba;
}
.header_gnavi {
  margin-top: 35px;
}
.site_header {
  margin-bottom: 3px;
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  .site_header .wrap_header {
    background-color: #fff;
  }
  .site_header .header_left #header_caption {
    display: none;
  }
  .site_header .header_left.header_site_name {
    margin-top: 35px;
  }
  #header_tel-mail ul {
    width: 100%;
  }
  #header_tel-mail li {
    width: 50%;
  }
  #header_tel-mail #header_mail a, #header_tel-mail #header_line a {
    width: 100%;
  }
}
/*------------------------------
gnav
------------------------------*/
.header_gnavi a {
  font-size: 15px;
  letter-spacing: .06em;
}
.header_gnavi ul {
  max-width: 1200px;
  width: 100%;
  justify-content: space-between;
}
.header_gnavi a:hover {
  color: #1574ba;
  text-decoration: none;
}
.header_gnavi a.current {
  color: #1574ba;
}
/*------------------------------
mv
------------------------------*/
#mv_custom {
  height: 700px;
  background: url("../img/top/mv_bg.jpg") no-repeat center top;
  background-size: 1800px;
  padding: 45px 0 0 0;
  background-size: cover;
}
#mv_texts {
  text-align: center;
  /*  display: none;*/
}
#mv_texts img {
  width: 1022px;
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #mv_custom {
    height: 500px;
    padding: 100px 0 0 0;
  }
  #mv_texts img {
    width: 95%;
  }
}
/*------------------------------
search_map
------------------------------*/
#search_map {
  max-width: 1000px;
  margin: 0 auto;
}
#search_map.wrap_kodawari figcaption {
  background-color: rgba(0, 0, 0, 0.2);
  letter-spacing: .1em;
}
#search_map.wrap_kodawari figure {
  height: 120px;
  aspect-ratio: inherit;
  border-radius: 10px;
}
.kodawari {
  margin-top: 40px;
}
.front_page main #search_map h2:before {
  width: 99.5px;
  height: 23.5px;
  background-image: url(../img/top/headline_en1.png);
  margin-left: -49.75px;
}
.wrap_kodawari ul {
  gap: 20px 30px;
}
.wrap_kodawari li {
  width: 31%;
}
.greeting {
  margin-top: 70px;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  .wrap_kodawari li {
    width: 48%;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  .wrap_kodawari li {
    width: 47%;
  }
  .wrap_kodawari ul {
    gap: 15px 20px;
  }
  #search_map.wrap_kodawari figure {
    height: 90px;
  }
}
/*------------------------------
top_greeting
------------------------------*/
.greeting {
  background-color: #eef5fa;
  padding: 70px 3%;
}
#top_greeting img {
  width: 420px;
}
#top_greeting_inner {
  display: flex;
  flex-direction: row-reverse;
  max-width: 1200px;
  margin: 0 auto;
  gap: 50px;
  align-items: end;
}
#top_greeting_text p {
  text-align: left;
  margin-bottom: 20px;
  line-height: 2;
}
.front_page main #top_greeting_text h2 {
  text-align: left;
  margin-bottom: 15px;
  padding-top: 35px;
}
#top_greeting_text {
  width: 730px;
}
.front_page main #top_greeting_text h2:before {
  width: 123.5px;
  height: 43.5px;
  background-image: url(../img/top/headline_en2.png);
  left: 0;
}
.wrap_free_contents .content .image {
  min-height: 410px;
}
.wrap_free_contents .content_1 .image {
  background-image: url(../img/top/reason1.jpg);
  border-radius: 10px 0 0 10px;
}
.wrap_free_contents .content_2 .image {
  background-image: url(../img/top/reason2.jpg);
  border-radius: 0 10px 10px 0;
}
.wrap_free_contents .content .text {
  width: 58%;
}
#top_reason .wrap_free_contents .wrap_content h3 {
  color: #1574ba;
  font-size: 26px;
  letter-spacing: .06em;
  border-bottom: 1px dashed #1574ba;
}
.wrap_free_contents {
  gap: 85px;
}
#top_greeting #name {
  margin-bottom: 0;
	    display: flex;
    align-items: center;
    font-size: 30px;
    justify-content: end;
}
#top_greeting #name img {
  width: 60px;
	margin-left: 20px;
}

/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_greeting_inner {
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }
  #top_greeting_text {
    width: 100%;
    margin-top: 0;
  }
  .front_page main #top_greeting_text h2 {
    text-align: center;
  }
  .front_page main #top_greeting_text h2:before {
    left: 50%;
    margin-left: -61.75px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_greeting img {
    width: 250px;
  }
}
/*------------------------------
top_reason
------------------------------*/
.front_page main #top_reason h2 {
  margin-bottom: 35px;
}
.front_page main #top_reason h2:before {
  width: 95px;
  height: 23.5px;
  background-image: url(../img/top/headline_en3.png);
  margin-left: -47.5px;
}
/*1300px以下*/
@media screen and (max-width: 1300px) {
  #top_reason .wrap_free_contents .content_1 .content {
    padding-left: 3%;
  }
  #top_reason .wrap_free_contents .content_2 .content {
    padding-right: 3%;
  }
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_reason .wrap_free_contents .content_1 .content, #top_reason .wrap_free_contents .content_2 .content {
    flex-direction: column;
  }
  .wrap_free_contents .content_1 .image, .wrap_free_contents .content_2 .image {
    width: 100% !important;
    border-radius: 10px;
    min-height: 300px !important;
  }
  .wrap_free_contents .content_2 .image {
    margin-left: 0 !important;
  }
  .wrap_free_contents .content .text {
    width: 100%;
  }
  .wrap_free_contents {
    gap: 40px;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_reason .wrap_free_contents .wrap_content h3 {
    font-size: 22px;
  }
}
/*------------------------------
top_support
------------------------------*/
.front_page main #top_support h2 {
  padding-top: 45px;
}
.front_page main #top_support h2:before {
  width: 119.5px;
  height: 37px;
  background-image: url("../img/top/headline_en4.png");
  margin-left: -59.75px;
}
#top_support {
  padding: 45px 3%;
  background-color: #eef5fa;
}
.top_support_box {
  max-width: 1000px;
  margin: 0 auto;
}
.top_support_inner {
  display: none;
  padding: 30px;
  background-color: #fff;
  border-radius: 0 0 10px 10px;
}
.top_support_inner li {
  list-style-type: none;
}
.top_support_inner li dt {
  font-size: 15px;
  color: #1574ba;
  background-color: #eef5fa;
  border-radius: 10px;
  padding: 7px 15px;
  letter-spacing: -.05em;
  font-weight: 700;
}
.top_support_inner li dt .free {
  background-color: #fff;
  font-size: 13px;
  border-radius: 5px;
  margin-left: 10px;
  padding: 0px 7px;
}
.top_support_inner li dd {
  font-size: 15px;
  padding: 15px;
}
.top_support_btn {
  font-size: 16px;
  background-color: #fff;
  color: #333;
  border-radius: 10px;
  padding: 16px 15px;
  position: relative;
}
.top_support_btn:hover {
  background-color: #deebf5;
  cursor: pointer;
}
.top_support_btn:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 3px;
  background-color: #1574ba;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -1.5px;
  background-repeat: no-repeat;
}
.top_support_btn:after {
  content: '';
  display: inline-block;
  width: 3px;
  height: 20px;
  background-color: #1574ba;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 28px;
  top: 50%;
  margin-top: -10px;
  background-repeat: no-repeat;
}
.top_support_btn.open {
  background-color: #1574ba;
  color: #fff;
  border-radius: 10px 10px 0 0;
}
.top_support_btn .close_text {
  display: none;
}
.top_support_btn.open .close_text {
  display: inline-block;
}
.top_support_btn.open .open_text {
  display: none;
}
.top_support_btn.open:before {
  background-color: #fff;
}
.top_support_btn.open:after {
  display: none;
}
.top_support_btn em {
  color: #1574ba;
  font-size: 22px;
}
.top_support_btn.open em {
  color: #fff;
}
.top_support_inner li dd em {
  color: #1574ba;
  display: block;
}
.top_support_inner ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.top_support_inner li dd p {
  margin-bottom: 15px;
  padding-left: 1em;
  text-indent: -1em;
}
.top_support_inner li dd p#top_support3_service_intro {
  padding-left: 0;
  text-indent: 0;
}
#top_support1, #top_support2 {
  margin-bottom: 15px;
}
#top_support1 ul {
  gap: 35px;
}
#top_support2 ul {
  gap: 40px;
}
#top_support1 li {
  width: 30%;
}
#top_support2 li {
  width: 45%;
}
#top_support3_flow-merit {
  gap: 15px;
}
#top_support3_flow-merit li {
  width: 48%;
}
#top_support3_flow-merit li p {
  padding-left: 0;
  text-indent: 0;
}
#top_support3_flow-merit #top_support3_flow dd, #top_support3_flow-merit #top_support3_merit dd {
  padding: 15px 0;
}
#top_support3_flow-merit #top_support3_flow li {
  padding-left: 70px;
  position: relative;
}
#top_support3_flow-merit #top_support3_flow li:before {
  display: inline-block;
  width: 60px;
  height: 20px;
  background-color: #1574ba;
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 3px;
  background-repeat: no-repeat;
  text-align: center;
  color: #fff;
  font-size: 13px;
  letter-spacing: .02em;
  border-radius: 5px;
  line-height: 20px;
}
#top_support3_flow-merit #top_support3_flow li:nth-child(1):before {
  content: 'STEP1';
}
#top_support3_flow-merit #top_support3_flow li:nth-child(2):before {
  content: 'STEP2';
}
#top_support3_flow-merit #top_support3_flow li:nth-child(3):before {
  content: 'STEP3';
}
#top_support3_flow-merit #top_support3_flow li:nth-child(4):before {
  content: 'STEP4';
}
#top_support3_flow-merit #top_support3_flow li, #top_support3_flow-merit #top_support3_merit li {
  width: 100%;
}
.top_support_inner #top_support3_merit ul {
  display: block;
}
.top_support_inner #top_support3_merit li {
  font-weight: 700;
  margin-bottom: 7px;
  padding-left: 25px;
  position: relative;
}
.top_support_inner #top_support3_merit li:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 10px;
  background-image: url(../img/top/icon_check.png);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background-repeat: no-repeat;
}
.top_support_inner li dd p.no_indent {
  text-indent: inherit;
  padding-left: 0;
}
/*1024px以下*/
@media screen and (max-width: 1024px) {
  #top_support1 li {
    width: 47%;
  }
  #top_support2 li {
    width: 100%;
  }
  #top_support3_flow-merit li {
    width: 100%;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  .top_support_inner {
    padding: 20px;
  }
  #top_support1 li {
    width: 100%;
  }
  #top_support1 ul {
    gap: 10px;
  }
  .top_support_btn em {
    font-size: 18px;
  }
  .top_support_btn {
    font-size: 14px;
  }
}
/*------------------------------
top_line
------------------------------*/
#top_line {
  background-color: #00b900;
  max-width: 1000px;
  margin: 65px auto;
  border-radius: 10px;
  display: flex;
  flex-direction: row-reverse;
  padding: 25px 45px;
  gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 94%;
}
#top_line img {
  width: 190px;
}
.front_page main #top_line h2 {
  text-align: left;
  font-size: 30px;
  color: #fff;
  padding: 0;
  margin-bottom: 7px;
}
.front_page main #top_line p {
  font-size: 16px;
  color: #fff;
  line-height: 2;
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_line {
    flex-direction: column-reverse;
    gap: 30px;
    padding: 25px 25px;
  }
  .front_page main #top_line h2 {
    text-align: center;
    font-size: 22px;
  }
  .front_page main #top_line p {
    font-size: 14px;
  }
}
/*------------------------------
top_news
------------------------------*/
#top_news {
  background-color: #f7f7f7;
  max-width: inherit;
  padding: 39px 3%;
}
#top_news_inner {
  display: flex;
  align-items: center;
  max-width: 1000px;
  margin: 0 auto;
  gap: 100px;
}
.front_page main #top_news h2 {
  font-size: 34px;
  margin-bottom: 5px;
  padding-top: 28px;
}
.front_page main #top_news h2:before {
  width: 81px;
  height: 25px;
  background-image: url("../img/top/headline_en5.png");
  margin-left: -40.5px;
}
.front_page main #top_news .more {
  margin-top: 0;
  line-height: 1;
}
.front_page main #top_news .more a {
  background-color: inherit;
  color: #333;
  font-size: 13px;
}
.front_page main #top_news .more a:after {
  border-top-color: #333;
  border-right-color: #333;
  left: 33px;
  margin-top: -2px;
}
.post_list_wrapper.news .date {
  color: #666;
  font-size: 14px;
}
.post_list_wrapper.news .title {
  font-size: 14px;
  letter-spacing: .06em;
}
.post_list_wrapper.news .title a:hover, .front_page main #top_news .more a:hover {
  text-decoration: underline;
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_news_inner {
    flex-direction: column;
    gap: 30px;
  }
  #news_contents {
    width: 100%;
  }
}
/*------------------------------
top_bnrs
------------------------------*/
#top_bnrs {
  padding: 0 3%;
  margin-top: 40px;
}
#top_bnrs ul {
  display: flex;
  gap: 30px;
  justify-content: center;
  align-items: center;
  max-width: 1500px;
  margin: 0 auto;
}
#top_bnrs li {
  list-style-type: none;
  width: 25%;
}
#top_bnrs li a {
  background-color: #1574ba;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 10px;
  min-height: 90px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#top_bnrs li a:before {
  content: '';
  display: inline-block;
  width: 19px;
  height: 17px;
  background-image: url("../img/cmn/icon_window2.png");
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-repeat: no-repeat;
}
#top_bnrs li a:hover {
  background-color: #1b87c9;
}
/*1300px以下*/
@media screen and (max-width: 1300px) {
  #top_bnrs li a {
    font-size: 14px;
  }
  #top_bnrs ul {
    flex-wrap: wrap;
  }
  #top_bnrs li {
    width: 48%;
  }
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
  #top_bnrs li {
    width: 100%;
  }
  #top_bnrs ul {
    gap: 10px;
  }
  #top_bnrs li a {
    min-height: 70px;
  }
}
/*------------------------------
map
------------------------------*/
main > section + section.shop_map {
  margin-top: 40px;
}
/*------------------------------
company
------------------------------*/
.wrap_company_greeting.has_image .signature {
  display: flex;
  justify-content: end;
  align-items: center;
  gap: 20px;
}
/*------------------------------
footer
------------------------------*/
.page_slug_top .site_footer {
  margin-top: 0;
}

/*------------------------------
news
------------------------------*/
.loop_content.both .naiyo{
	width: 62%;
}
/*sp（767px以下）*/
@media screen and (max-width: 767px) {
.loop_content.both .naiyo{
	width: 100%;
}
}







