@charset "UTF-8";
/* 共通 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

body {
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
  height: 100%;
  font-size: 18px;
  line-height: 1.7;
  color: #000;
  overflow-x: hidden;
      letter-spacing: 1px;
}
a {
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  text-decoration: none;
  color: #000;
}
h1, h2, h3, h4, h5, h6 {
  line-height: 1.4;
  font-weight: 600;
}
p {
  word-break: break-word;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.clearfix {zoom:1;}
.clearfix:after{
  content: ""; 
  display: block; 
  clear: both;
}
.center {
  text-align: center;
}
.primary {
  color: #ff7d00;
}
/*
General
*/
.section-page{
  overflow: hidden;
}
.container {
  max-width: 1024px;
  margin: 0 auto;
}
.section-title {
  background: url("../images/background/pattern.png") 0 0 repeat;
  text-align: center;
  margin-bottom: 50px;
  padding: 22px 10px 48px;
  position: relative;
  margin-bottom: 40px;
}
.section-title h3 {
  font-size: 35px;
  font-weight: 700;
  color: #fff;
}
.section-title h3 span {
  font-size: 45px;
  color: #ffa34a;
}
.section-title:before {
  content: '';
  position: absolute;
  left: -13px;
  bottom: 0;
  background: #fff;
  width: 50%;
  height: 26px;
  transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
}
.section-title:after {
    content: '';
    position: absolute;
    right: -13px;
    bottom: 0;
    background: #fff;
    width: 50%;
    height: 26px;
    transform: skewX(-45deg);
    -moz-transform: skewX(-45deg);
    -webkit-transform: skewX(-45deg);
    -ms-transform: skewX(-45deg);
}


/*
Menu
*/
.top-nav {
  border-top: 4px solid #000;
  border-bottom: 4px solid #000;
  text-align: center;
  padding: 19px 0;
  background: #fff;
}
.top-nav ul {
  font-size: 0;
}
.top-nav ul li {
  display: inline-block;
  margin-left: -4px;
  vertical-align: top;
}
.top-nav ul li a {
  display: block;
  font-size: 25px;
  line-height: 21px;
  padding: 0 15px;
  border-right: 2px solid #000;
}
.top-nav ul li:first-child a {
  border-left: 2px solid #000;
}
/*
Section 1
*/
.section-1 {
  padding: 50px 0 40px;
}
.section-1 h3.title {
  margin: 0 0 45px;
}
.section-1 .box-wrap {
  margin-left: -15px;
  margin-right: -15px;
}
.section-1 .item {
  float: left;
  width: 50%;
  padding: 0 15px;
  margin-bottom: 25px;
}
.section-1 .item h4 {
  margin: 0;
  border-style: solid;
  border-color: #000;
  border-width: 1px 1px 5px;
  font-size: 23px;
  padding: 18px 10px;
}



/*
Section 2
*/
.section-2 {
  padding-bottom: 45px;
}
.section-2 .top {
  padding: 0 30px 50px;
}
.section-2 .top img {
  float: left;
}
.section-2 .top > p {
  margin-left: 390px;
}
.section-2 .item  {
  padding-left: 60px;
  padding-right: 60px;
  display: inline-block;
  width: 100%;
  margin-bottom: 20px;
}
.section-2 .item .title {
  overflow: hidden;
  margin:  0 0 25px;
}
.section-2 .item .title > img {
  float: left;
}
.section-2 .item .title h3 {
  padding-top: 52px;
  padding-left: 170px;
  font-size: 34px;
}
.section-2 .item .content {
  margin-right: 350px;
}
.section-2 .item .content > p {
  margin-left: 42px;
}
.section-2 .item > img {
  float: right;
  margin-top: 45px;
}
/*
Section 3
*/
.section-3 {
  padding-bottom: 50px;
}
.section-3 .box-wrap {
  margin-left: -9px;
  margin-right: -9px;
}
.section-3 .item,.section-3 .item2 {
  padding: 0 24px;
  margin-bottom: 40px;
  width: 33.3333%;
  float: left;
}
.section-3 .item .title,.section-3 .item2 .title {
  line-height: 33px;
  font-size: 18px;
  padding-left: 45px;
}
.section-3 .item > img,.section-3 .item2 > img {
  margin: 15px 0 10px;
}
.section-3 .item:nth-child(1) .title {
  background: url("../images/title/number_01.png") 5px 0 no-repeat;
}
.section-3 .item:nth-child(2) .title {
  background: url("../images/title/number_02.png") 5px 0 no-repeat;
}
.section-3 .item:nth-child(3) .title {
  background: url("../images/title/number_03.png") 5px 0 no-repeat;
}
.section-3 .item2:nth-child(1) .title {
  background: url("../images/title/number_04.png") 5px 0 no-repeat;
}
.section-3 .item2:nth-child(2) .title {
  background: url("../images/title/number_05.png") 5px 0 no-repeat;
}
.section-3 .item2:nth-child(3) .title {
  background: url("../images/title/number_06.png") 5px 0 no-repeat;
}
.section-3 .kanagata{
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 10px;
  text-align: center;
}

.blog-view-more-kanagata {
    display: block;
    text-align: center;
    color: #ff7d00;
    border: 1px solid #ff7d00;
    font-size: 18px;
    padding: 7px 50px;
    background: #fff url("../images/icon/ads_arrow02.png") right 20px center no-repeat;
    border-radius: 8px;
    box-shadow: 0 3px 0px #ff7d00;
    -moz-box-shadow: 0 3px 0px #ff7d00;
    -webkit-box-shadow: 0 3px 0px #ff7d00;
    -ms-box-shadow: 0 3px 0px #ff7d00;
    -o-box-shadow: 0 3px 0px #ff7d00;
    width: 725px;
    margin: 0 auto 50px;
    max-width: 100%;
}
/*
Section 6
*/
.section-6 {
  padding-bottom: 45px;
}
.q_a {
  padding: 0 80px;
  margin: 0 0 30px;
}
.q_a dt {
  margin: 10px 0;
  font-size: 20px;
  font-weight: 600;
  padding-top: 8.5px;
  padding-bottom: 8.5px;
  padding-left: 75px;
  background: url("../images/icon/icon_question.png") 0 0 no-repeat;
}
.q_a dd {
  margin: 10px 0;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 95px;
  background: url("../images/icon/icon_answer.png") 30px 0 no-repeat;
}

.box-ads {
  width: 882px;
  min-height: 182px;
  margin: 0 auto;
  max-width: 100%;
  background: url("../images/background/bg_ads_box.jpg") 0 0 no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.box-ads .inner > p {
  font-size: 25px;
  color: #fff;
  text-align: center;
}
.box-ads .inner {
  width: auto;
  float: right;
  padding: 15px 20px;
}
.box-ads .inner .tel {
  line-height: 43px;
  display: block;
  border: 1px solid #4d8f4c;
  background: #fff;
  padding: 0 50px;
  color: #4d8f4c;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 4px 0 #4d8f4c;
  -moz-box-shadow: 0 4px 0 #4d8f4c;
  -webkit-box-shadow: 0 4px 0 #4d8f4c;
  font-size: 16.5px;
  background-image: url("../images/icon/ads_phone.png"), url("../images/icon/ads_arrow01.png");
  background-repeat: no-repeat;
  background-position: 15px center, right 15px center;
}
.box-ads .inner .tel span {
  font-size: 27px;
  margin-right: 18px;
  display: inline-block;
  vertical-align: top;
  font-weight: 600;
}
.box-ads .inner .email {
  display: block;
  margin-top: 15px;
  border: 1px solid #ff7d00;
  background: #fff;
  padding: 0 50px;
  color: #ff7d00;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  box-shadow: 0 4px 0 #ff7d00;
  -mox-box-shadow: 0 4px 0 #ff7d00;
  -webkit-box-shadow: 0 4px 0 #ff7d00;
  font-size: 16.5px;
  line-height: 43px;
  background-image: url("../images/icon/ads_email.png"), url("../images/icon/ads_arrow02.png");
  background-repeat: no-repeat;
  background-position: 15px center, right 15px center;
}
/*
Footer
*/
.footer {
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  padding: 18px 0;
  color: #fff;
  background: url("../images/background/pattern.png") 0 0 repeat;
}







 /* ----------これからPC向けの変更を行います！------------------------------------------ */
@media screen and (min-width: 769px) {
/* ------------------------------------------------------------------------------- */
  .pc-none {
    display: none;
  }
  a:hover{
    color: #ffa34a;
  }
  .box-ads .inner .tel:hover,
  .box-ads .inner .email:hover {
      opacity: .9;
      -moz-opacity: .9;
      filter: alpha(opacity=90);
  }
}
  
 /* ----------これからSP向けの変更を行います！------------------------------------------ */
@media screen and (max-width: 768px) {
/* ------------------------------------------------------------------------------- */
  .sp-none {
    display: none;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .top-nav {
    display: none;
  }
  .header-sp {
    font-size: 0;
    position: relative;
    padding: 10px 15px;
    border-bottom: 1px solid #5f5f5f;
    background: url("../images/background/pattern_02.png") 0 0 repeat;
  }
  .header-sp .logo {
    width: 80%;
    display: inline-block;
    vertical-align: middle;
  }
  #g_nav {
    width: 20%;
    text-align: right;
    display: inline-block;
    vertical-align: middle;
  }
  #g_nav:not( :target ) > a:first-of-type, 
  #g_nav:target > a:last-of-type {
      width: 40px;
      height: 40px;
      text-indent: -999em;
      display: inline-block;
      vertical-align: top;
      cursor: pointer;
      background: url("../images/button/toggle_button.png") 0 0 no-repeat;
      background-size: cover;
   }
  #g_nav > ul {
    height: auto;
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    text-align: center;
    font-size: 15px;
    box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    -moz-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 2px 3px rgba(0,0,0,0.15);
  }
  #g_nav > ul > li {
    float: none;
    width: 100%;
  }
  #g_nav ul li a {
    display: block;
    padding: 0 20px;
    line-height: 40px;
  }

  .section-1 {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  .section-1 .item {
    width: 100%;
    float: none;
  }
  .section-1 .item h4 {
    font-size: 18px;
  }
  .section-title h3 {
    font-size: 24px;
  }
  .section-title h3 span {
    font-size: 30px;
  }
  .section-2 .top {
    padding: 0 0 30px;
    text-align: center;
  }
  .section-2 .top img {
    float: none;
  }
  .section-2 .top > p {
    text-align: left;
    margin: 20px 0 0;
  }
  .section-2 .box-wrap {
    margin-left: -20px;
    margin-right: -20px;
  }
  .section-2 .item {
    padding: 0 20px;
    width: 50%;
    float: left;
  }
  .section-2 .item:nth-child(2n+1) {
    clear: both;
  }
  .section-2 .item > img {
    margin: 0 0 15px;
    float: none;
  }
  .section-2 .item .content > p {
    margin: 0;
  }
  .section-2 .item .content {
    margin-right: 0;
  }
  .section-2 .item .title-sp {
    font-size: 24px;
    border-bottom: 3px solid #000;
    padding-bottom: 7px;
    text-align: center;
    margin-bottom: 20px;
  }
  .section-2 .item .title-sp span {
    display: block;
  }
  .section-2 .item .content > p br{
    display: none;
  }
  .section-3 .box-wrap {
    margin: 0;
    text-align: center;
  }
  .section-3 .item,  .section-3 .item2 {
    padding-left: 0;
    padding-right: 0;
    width: 300px;
    max-width: 100%;
    float: none;
    margin: 0 auto 20px;
  }
  .section-3 .item .title,.section-3 .item2 .title {
    display: inline-block;
  }
  .section-3 .item > p,.section-3 .item2 > p {
    text-align: left;
  }
  .q_a {
    padding: 0;
    margin: 0 -15px;
    margin-bottom: 30px;
  }
  .q_a dt,
  .q_a dd {
    padding-left: 70px;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    margin: 0;
  }
  .q_a dt {
    margin-top: 20px;
    border-top: 1px solid #dbdbdb;
    border-bottom: 1px solid #dbdbdb;
    background-position: 10px center;
  }
  .q_a dd {
    border-bottom: 1px solid #dbdbdb;
    background-position: 10px 10px;
  }
  .q_a dt:first-of-type {
    margin-top: 0;
  }
  .q_a dd:last-of-type {
    border: 0;
  }
  .section-6 {
    padding-bottom: 30px;
  }
  .box-ads .inner {
    max-width: 75%;
    padding: 10px 5px;
  }
  .box-ads .inner > p {
    font-size: 16px;
  }
  .box-ads .inner .tel {
    font-size: 12px;
  }
  .box-ads .inner .tel span {
    font-size: 16px;
  }
  .box-ads .inner .email {
    font-size: 12px;
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .box-ads .inner .tel ,
  .box-ads .inner .email {
    padding: 0 30px;
    background-position: 5px 50%, right 5px center;
    background-size: 15px;
    -moz-background-size: 15px;
    -webkit-background-size: 15px;
    line-height: 30px;
  }
  .box-ads {
    background: url("../images/background/bg_ads_box_sp.jpg") 0 0 no-repeat;
    overflow: hidden;
    background-size: 100%;
    -moz-background-size: 100%;
    -webkit-background-size: 100%;
    min-height: inherit;
  }
  .ads-fixed {
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 99;
    position: fixed;
  }
  .q_a dt {
    padding-right: 50px;
    font-size: 18px;
    background: url("../images/icon/icon_question.png") 10px center no-repeat, url("../images/icon/arrow_down.png") right 10px center no-repeat;
  }
  .q_a dt.up {
    background: url("../images/icon/icon_question.png") 10px center no-repeat, url("../images/icon/arrow_up.png") right 10px center no-repeat;
  }

  /*----------------------------------------------
      ▼スマホフッターメニュー
----------------------------------------------*/
#footer-m {
  position: fixed;
  z-index: 2;
  bottom: 0;
  width: 100%;
  height: 50px;
  background: #3b3b3b;
  color: #fff;
}
#footer-m a{
  color: #fff;
  background-repeat: no-repeat;
  background-position: center 8px;
  background-size: 20px auto;
  border-right: 1px solid #1e1e1e;
  border-left: 1px solid #797979;
}
#footer-m a:nth-child(1){
  background-image: url(/images/button/footer_m02.png);
  border-left: 0;
}
#footer-m a:nth-child(2){
  background-image: url(/images/button/footer_m03.png);

}
#footer-m a:nth-child(3){
  background-image: url(/images/button/footer_m05.png);

}
#footer-m a:nth-child(4){
  background-image: url(/images/button/footer_m04.png);
  border-right: 0;
}
#footer-m ul{
  display: flex;
  display:-webkit-flex;
  justify-content: center;
  font-size: 10px;

}
#footer-m ul li{
  display: inline-block;
  width: 100%;
  text-align: center;
}
#footer-m a{
  padding: 32px 0px 10px;
  display: inline-block;
  width: 25%;
}

/*----------------------------------------------
      ▼スマホフッター検索
----------------------------------------------*/
#open01 {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
}
 
.close_overlay {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    text-indent: -9999px;
    position: absolute;
    background: #000;
    opacity: 0.5;
    z-index: 5;
}
 
.modal_window {
    bottom: 50px;
    left: 0;
    margin: initial;
    width: 100%;
    height: 150px;
    text-align: center;
    display: block;
    background: #fff;
    position: absolute;
    z-index: 10;
}
 
.modal_window h2 {
    margin-bottom: 20px;
    margin: 0;
    width: 100%;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    text-align: left;
    text-indent: 15px;
    background: #000;
    border-left: none;
}
.modal_window p {
    padding: 0 15px 15px 15px;
    font-size: 12px;
    line-height: 160%;
    text-align: left;
}
.mtb20  {
   margin: 20px;
}
}
 

@media screen and (max-width: 480px) {
  .section-2 .item {
    width: 100%;
    float: none;
    text-align: center;
  }
  .box-ads .inner > p  {
    font-size: 12px;
  }
  .box-ads .inner .tel span {
    font-size: 11px;
    margin-right: 5px;
  }
  .box-ads .inner .tel ,
  .box-ads .inner .email {
    padding: 0 20px;
    background-position: 5px 50%, right 5px center;
    background-size: 12px;
    -moz-background-size: 12px;
    -webkit-background-size: 12px;
    line-height: 20px;
    font-size: 9.5px;
    margin-bottom: 0;
  }
  .box-ads .inner .tel {
    box-shadow: 0 2px 0 #4d8f4c;
    -moz-box-shadow: 0 2px 0 #4d8f4c;
    -webkit-box-shadow: 0 2px 0 #4d8f4c;
  }
  .box-ads .inner .email {
    box-shadow: 0 2px 0 #ff7d00;
    -mox-box-shadow: 0 2px 0 #ff7d00;
    -webkit-box-shadow: 0 2px 0 #ff7d00;
    margin-top: 5px;
  }
  .box-ads .inner {
    max-width: 100%;
    padding-top: 5px;
  }
}
@media screen and (max-width: 320px) {
  .q_a dd {
    padding-left: 75px;
  }
}

.keyvisual {
  width: 100%;
  background: url(../image/bg.webp)#384f81;
  background-size: 100%;
}
.keyvisual .inner {
  width: min(100%,1200px);
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.keyvisual .logo {
  width: min(100%,635px);
  text-align: center;
}

/* swiper */
.swiper {
  width: min(100%,656px);
}
.swiper-pagination-bullet-active {
  background: #fff!important;
}

@media only screen and (max-width:920px) {
  .keyvisual .logo img {
    width: 85%;
  }
}