@charset "shift-jis";
*{ box-sizing: border-box;}
body{
  color: #333;
  font-family: system-ui, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック','MS P Gothic', sans-serif;
  font-size: 16px;
  line-height: 1.6;
}

#page {
  width: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  text-align: center;
  overflow: hidden;
}

a[href^="tel:"] { pointer-events: none;}

button{
  border: 0;
  background: none;
  padding: 0;
  outline: 0;
}

img{ max-width: 100%; }

.mb10{ margin-bottom: 10px !important;}
.mb20{ margin-bottom: 20px !important;}
.mb30{ margin-bottom: 30px !important;}
.mb40{ margin-bottom: 40px !important;}
.mb50{ margin-bottom: 50px !important;}

.bg-beige{ background: #f3f3f2;}
.bg-d-blue{ background: #1c236d;}
.bg-stripe{
  background-size: auto auto;
  background-color: rgba(255, 255, 255, 1);
  background-image: repeating-linear-gradient(110deg, transparent, transparent 6px, rgba(28, 35, 109, 1) 6px, rgba(28, 35, 109, 1) 7px );
}

.txt_s{ font-size: .8em;}
.txt_l{ font-size: 1.3em;}

.txt_red{ color: #e60012;}
.txt_fanvy{ color: #1c236d;}

.caution{
  text-align: left;
  font-size: 14px;
  margin-top: 10px;
}

.flex{
  display: flex;
  max-width: 700px;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}

a.btn01 {
  text-align: center;
  background: #EA5621;
  box-shadow: 0 2px 4px rgba(0,0,0,.15);
  width: 80%;
  max-width: 410px;
  color: #fff;
  border: none;
  border-radius: 5px;
  font-size: 2em;
  padding: 12px 20px;
  position: relative;
  display: block;
  margin: 0 auto 30px;
}
a.btn01::after {
  content: '';
  padding: 9px;
  background: url(/images/common/arrow02.svg) left center/contain no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 6px;
}

a.btn02{
  display: block;
  background: #1c236d;
  color: #fff;
  font-size: 18px;
  padding: 15px;
  position: relative;
}
a.btn02:after {
  content: "";
  background: url(/guidance/images/common/arrow.svg) right center/25px no-repeat;
  padding: 13px;
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}


/* 動画埋め込み */
.video_wrap{
  max-width: 780px;
  margin:0 auto;
}
.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin:0 auto;
}
.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

section {
  position: relative;
  width: 100%;
  padding: 0;
  margin: 0;
}
section article,
section .inner{
  width: 92%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 65px 0;
}
section h2 {
  font-size: 27px;
  font-size: 2.7rem;
  letter-spacing: .15em;
  font-weight: normal;
}
section h2:not(.bd_none)::after {
  content: "";
  display: block;
  border-bottom: 3px solid #1c236d;
  width: 100px;
  margin: 20px auto 65px;
}
section h3 {
  font-size: 27px;
  font-size: 2.7rem;
  letter-spacing: .15em;
  font-weight: normal;
  margin-bottom: 55px;
}
section h4 {
  font-size: 20px;
  font-size: 2.0rem;
  letter-spacing: .15em;
  font-weight: normal;
}
section p.lead {
  text-align: center;
  font-size: 20px;
}

#bread {
  width: 100%;
  max-width: 1000px;
  padding: 10px 50px;
  margin: 100px auto 30px;
  text-align: left;
  font-size: 11px;
}
#bread a{ text-decoration: none;}
#bread a:after {
  content: ">";
  margin: 0 .5em;
}
@media screen and (max-width: 999px){
  #bread { margin-top: 70px;}
}

/* 1025px以上のモニター */
@media screen and (min-width: 1025px) {
  .pc{ display: block !important;}
  .tab{ display: none;}
  .sp{ display: none;}
}

/* タブレット */
@media screen and (min-width: 600px) and (max-width: 1024px) {
  .pc{ display: none;}
  .tab{ display: block !important;}
  .sp{ display: none;}
}

@media screen and (max-width: 999px){
  #head2{ box-sizing: content-box;}
  #bread{ margin-top: 88px;}
}

/* 599px以下（スマホ） */
@media screen and (max-width: 599px) {
  body{ font-size: 14px;}

  a[href^="tel:"]{ pointer-events: visible; }

  .pc{ display: none;}
  .tab{ display: none;}
  .sp{ display: block !important;}

  #bread{ display: none;}
  .top_line{ margin-top: 88px;}

  section article,
  section .inner{
    padding: 50px 0;
  }
  section h2 {
    font-size: 20px;
    font-size: 2.4rem;
  }
  section h2:not(.bd_none)::after {
    width: 50px;
    margin: 10px auto 15px;
  }
  section h3 {
    font-size: 20px;
    font-size: 2.1rem;
  }
  section h4 {
    font-size: 15px;
    font-size: 1.5rem;
  }
  section p.lead{
    font-size: 1.6rem;
    text-align: left;
  }

  a.btn02{ font-size: 16px;}
  a.btn02:after {
    background: url(/guidance/images/common/arrow.svg) right center/20px no-repeat;
    right: 10px;
  }

  .caution{ font-size: 12px;}
}


/* -----------------------------------
.intro
----------------------------------- */
.top_line{ padding-top: 15px;}

.intro .inner{ padding: 30px 0;}
h1{
  color: #1c236d;
  font-family: 'Josefin Slab', serif;
  font-size: 23px;
  letter-spacing: .2em;
  margin-bottom: 1em;
}
h1 > span{
  font-size: 2em;
  letter-spacing: .2em;
}
h1::before{
  content: "";
  display: block;
  padding: .6em;
  background: url(/images/common/icn/company.svg) center/contain no-repeat;
  margin-bottom: .5em;
}

/* -----------------------------------
ソートボタン
----------------------------------- */
.soat_list ul{
  font-family: 'Josefin Slab', serif;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.soat_list ul li + li{ margin-left: 1.5em;}
.soat_list ul li > button{
  font-family: 'Josefin Slab', serif;
  font-size: 1.3em;
  color: #1c236d;
  letter-spacing: .05em;
}
.soat_list .on > button::after{
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background: none;
  border-left: 1px solid;
  border-bottom: 1px solid;
  transform: rotate(-45deg) skew(10deg, 10deg);
  margin: 10px auto 0;
}
.soat_list ul li > button:focus{ outline: 0;}
.soat_list ul li > button:hover{
  cursor : pointer;
  opacity: .7;
}

@media screen and (max-width: 599px) {
  .soat_list ul li + li{ margin-left: 1em;}
  .soat_list ul li > button{
    font-size: 1em;
    font-weight: 700;
  }
  .soat_list .on > button::after {
    width: 7px;
    height: 7px;
    margin-top: 5px;
  }
}

/* -----------------------------------
一覧
----------------------------------- */
.list_pick_up {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  row-gap: 10px;
}
.list_pick_up .item {
  background: #fff;
  border-top: 5px solid #1c236d;
  padding: 0 5px 5px;
  text-align: left;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 949px) {
  .list_pick_up {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 699px) {
  .list_pick_up {
    grid-template-columns: repeat(2, 1fr);
  }
}

.list_pick_up .item a > * + *{ margin-top: 10px;}
.list_pick_up .item a{ color: inherit;}
.list_pick_up .ttl_filter{
  color: #1c236d;
  font-size: .9em;
  font-weight: bold;
}
.list_pick_up .img > img{ width: 100%;}
.list_pick_up .ttl{
  font-size: 1em;
  letter-spacing: 0;
}
.list_pick_up .txt_published{
  font-size: .75em;
}


/* -----------------------------------
モーダル
----------------------------------- */
.modal{
  width: 90%;
  max-width: 890px;
  border-top: 5px solid #1c236d;
  border-radius: 0;
  box-shadow: 0 0 0;
  font-size: 16px;
  line-height: 1.6;
}
.modal a.close-modal{ display: none;}
.blocker{
  background-color: rgba(0,0,0,0.5);
  padding-top: 120px;
  z-index: 101;
}

.modal .ttl_filter{
  color: #1c236d;
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 50px;
}
.modal .ttl{
  font-size: 1em;
  font-weight: bold;
  padding-top: .5em;
  margin-bottom: 2em;
}
.modal .txt{ margin-bottom: 1em;}
.modal .txt_published{
  font-size: .75em;
  text-align: right;
}

@media screen and (min-width: 700px) {
  .modal .img{
    float: left;
    width: 295px;
  }
  .modal .img > img{ width: 100%;}
  .modal .img ~ .ttl,
  .modal .img ~ .txt,
  .modal .img ~ .txt_published{ margin-left: 315px;}
}

@media screen and (max-width: 999px) {
  .blocker{ padding-top: 90px;}
}

@media screen and (max-width: 699px) {
  .modal .ttl_filter,
  .modal .txt{ margin-bottom: 1em;}
}

