@charset "UTF-8";

/* .m-container
---------------------------------------------------------------------------- */
.m-content {
    margin: 0 auto;
    max-width: 1056px;
    padding: 0 30px;
}



@media screen and (max-width: 767px){

  .m-content {
      padding: 0 20px;
  }

}


/* .m-page
---------------------------------------------------------------------------- */
.m-page {
  padding: 150px 0 180px;
}

.m-page-mv {
  height: 600px;
  padding: 160px 30px 0;
  color: #fff;
}

.m-page-mv .inner {
  max-width: 1190px;
  margin: 0 auto;
}

.m-page-mv .lead {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.9;
  letter-spacing: 0.05em;
  max-width: 860px;
}



@media screen and (max-width: 767px){

  .m-page {
    padding: 70px 0 100px;
  }

  .m-page-mv {
    padding: 50px 20px 0;
    color: #fff;
    width: 100%;
    height: 117.33vw;
  }

  .m-page-mv .lead {
    font-size: 1.6rem;
    line-height: 1.7;
  }



}

@media screen and (max-width: 374px){
  .m-page-mv .lead {
    font-size: 1.4rem;
  }
}


/* タイトル系
---------------------------------------------------------------------------- */
.m-title01 {
  color: #004E97;
  font-size: 1.6rem;
  font-weight: 600;
  border-left: solid 2px #004E97;
  line-height: 1;
  padding: 0 0 0 20px;
  margin: 0 0 50px;
}

.m-title01 span {
  display: block;
  padding: 10px 0 15px;
}

.m-title02 {
  font-size: 5rem;
  letter-spacing: 0.05em;
  font-weight: 700;
  margin: 0 0 35px;
}

.m-title02 span {
  display: block;
  padding: 0 0 35px;
  line-height: 0;
}

@media screen and (max-width: 767px){

  .m-title01 {
    font-size: 1.4rem;
    padding: 0 0 0 10px;
    margin: 0 0 30px;
  }

  .m-title01 span {
    display: block;
    padding: 5px 0 10px;
  }

  .m-title02 {
    font-size: 2.5rem;
    margin: 0 0 25px;
  }

  .m-title02 span {
    padding: 0 0 15px;
  }
}

@media screen and (max-width: 374px) {
  .m-title02 {
    font-size: 2.4rem;
    margin: 0 0 20px;
  }
}


/* ボタン系
---------------------------------------------------------------------------- */
.m-button {
  width: 175px;
  position: relative;
}

.m-button a {
  display: block;
}

.m-blank {
  text-decoration: none;
  color: #000;
  display: inline-block;
  padding: 0 20px 0 0;
  background: url("../../images/common/ico_blank.svg")no-repeat;
  background-size: 12px;
  background-position: right center;
}


@media screen and (min-width: 768px){

  .m-blank:hover {
    text-decoration: underline;
  }

  .m-button::before {
    position: absolute;
    content: "";
    background: #003670;
    width: 0;
    height: 1px;
    bottom: 9px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
    transition: .3s;
  }

  .m-button:hover::before {
    width: 60px;
  }
}

@media screen and (max-width: 767px){
}


/* パーツ系
---------------------------------------------------------------------------- */
.m-lead {
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 1.8;
}


.m-lead + .m-lead {
  padding: 30px 0 0;
}

@media screen and (max-width: 767px){

  .m-lead {
    font-size: 1.5rem;
  }

  .m-lead + .m-lead {
    padding: 20px 0 0;
  }

}


/* result
---------------------------------------------------------------------------- */


.m-result {
    background: #E5F1F9;
    background-size: cover;
    padding: 150px 0;
}

.home .m-result {
    background: url("../../images/common/bg_result_pc.png")no-repeat,#E5F1F9;
    background-size: cover;
}


.m-result-head {
    font-size: 3.6rem;
    font-weight: 600;
    line-height: 1;
}

.m-result-head span {
    display: inline-block;
    width: 55px;
    vertical-align: bottom;
    margin-left: 20px;
}

.m-card .thumbnail {
  height: 215px;
  margin: 0 auto 20px;
}

.m-card .thumbnail a {
  display: block;
}

.m-category {
    display: inline-block;
    background: #003670;
    color: #fff;
    min-width: 120px;
    padding: 5px 10px;
    text-align: center;
    line-height: 1;
    font-size: 1.4rem;
    margin: 0 0 10px;
}

.m-card .ttl {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    margin: 0 0 10px;
}

.m-card .ttl a {
    text-decoration: none;
    color: #004E97;
    display: block;
}

.m-card .lead {
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.9;
}

.m-taxonomy-list {
    margin: 40px auto 90px;
}

.m-taxonomy-list li {
    text-align: center;
}

.m-taxonomy-list li a {
  padding: 0 0 15px;
  display: block;
  font-size: 1.4rem;
  font-weight: 600;
  color: #0075C2;
  text-decoration: none;
  border-bottom: solid 2px #0075C2;
}

.m-taxonomy-list li a.is-current {
  color: #003670;
  border-bottom: solid 2px #003670;
}

@media screen and (min-width: 768px){

  .m-result-flex {
    margin: 0 auto 40px;
    display: flex;
    justify-content: space-between;
    align-content: center;
  }


  .m-archive {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
  }

  .m-archive::after{
    content:"";
    display: block;
    width:32%;
    max-width: 310px;
  }

  .m-card {
    width: 32%;
    max-width: 310px;
  }

  .m-card a {
    transition: .3s;
  }

  .m-card a:hover {
    opacity: .7;
  }

  .m-taxonomy-list {
    font-size: 0;
  }

  .m-taxonomy-list li {
    display: inline-block;
    width: 32%;
    max-width: 310px;
    vertical-align: bottom;
  }

  .m-taxonomy-list li + li {
    margin-left: 30px;
  }

  .m-taxonomy-list li a:hover {
    color: #003670;
    border-bottom: solid 2px #003670;
  }



}

@media screen and (max-width: 767px){

  .m-result {
    padding: 70px 0;
  }

  .home .m-result {
    background: url("../../images/common/bg_result_sp.png")no-repeat,#E5F1F9;
    background-size: cover;
  }


  .m-result .m-button {
    margin: 60px auto 0;
  }

  .m-result-head {
    margin: 0 auto 20px;
      font-size: 2.3rem;
  }

  .m-result-head span {
      width: 41px;
      margin-left: 12px;
  }

  .m-card + .m-card {
    margin: 30px auto 0;
  }

  .m-category {
    font-size: 1.1rem;
    min-width: 85px;
  }
/*
  .m-card .thumbnail {
    height: 255px;
  } */

  .m-card .ttl {
      font-size: 1.6rem;
  }

  .m-card .lead {
      font-size: 1.5rem;
  }

  .m-taxonomy-list {
    margin: 50px 0;
  }


  .m-taxonomy-list li {
      width: 100%;
  }

  .m-taxonomy-list li + li {
    margin-top: 35px;
  }

  .m-taxonomy-list li a {
    font-size: 1.5rem;
  }

}


/* contact
---------------------------------------------------------------------------- */

.m-contact .m-ttl span {
  width: 183px;
}

.m-form {
    width: 100%;
    font-size: 1.6rem;
    margin: 60px auto;
    letter-spacing: 0.04em;
}

.m-form th {
    text-align: left;
    vertical-align: top;
    padding: 15px 0;
    font-weight: 500;
}

.m-form.is-confirm th {
    padding: 0 0 15px;
}

.m-form td {
  font-weight: 400;
  padding: 0 0 20px;
}

::placeholder {
  color: #949494;
}

[data-name="select-945"] {
    display: inline-block;
}

[data-name="select-945"]::before {
  position: absolute;
  content: "";
  pointer-events: none;
  width: 40px;
  height: 100%;
  right: 0;
  top: 0;
  background: url("../../images/common/ico_select.svg")no-repeat;
  background-size: 13px;
  background-position: center;
}

select.wpcf7-form-control.wpcf7-select {
    font-size: 1.6rem;
    letter-spacing: 0.04em;
    width: 270px;
    height: 55px;
    border: solid 1px #D6D6D6;
    border-radius: 3px;
    padding: 15px 30px 15px 15px;
}

textarea.wpcf7-form-control.wpcf7-textarea {
  font-size: 1.6rem;
  line-height: 1.7;
  letter-spacing: 0.04em;
  width: 100%;
  height: 258px;
  border: solid 1px #D6D6D6;
  border-radius: 3px;
  padding: 0 15px;
  resize: none;
}

input.wpcf7-form-control.wpcf7-text {
  font-size: 1.6rem;
  letter-spacing: 0.04em;
  width: 270px;
  height: 55px;
  border: solid 1px #D6D6D6;
  border-radius: 3px;
  padding: 0 15px;
  max-width: 489px;
  width: 100%;
}

.m-form-privacy {
    text-align: center;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 0 0 110px;
}

.wpcf7-list-item {
    margin: 0!important;
    padding: 0 0 0 45px;
}


.m-form-privacy input[type="checkbox"] {
    position: absolute;
    width: 20px;
    height: 20px;
    border: 1px solid #B4B5B5;
    top: 0;
    left: 15px;
}

.m-form-privacy input[type="checkbox"]:checked:before {
	content: "";
	display: block;
	width: 13px;
	height: 7px;
	border-left: 1px solid #003670;
	border-bottom: 1px solid #003670;
	position: absolute;
	top: 6px;
	left: 3px;
	-webkit-transform: translateY(-50%) rotate(-46deg);
	transform: translateY(-50%) rotate(-46deg);
}


.m-form-submit {
    max-width: 350px;
    text-align: center;
    margin: 0 auto;
    line-height: 1;
    position: relative;
}

.m-form-submit + .m-form-submit {
  margin-top: 20px;
}

input.wpcf7-form-control.wpcf7-submit.has-spinner,
input.wpcf7-form-control.wpcf7-previous {
    width: 100%;
    height: 73px;
    color: #0075C2;
    font-size: 1.8rem;
    font-weight: 500;
    background: url('../../images/common/img_btn_bl.svg')no-repeat;
    background-size: 350px;
    background-position: center;
    cursor: pointer;
}



.m-required {
  color: #0075C2;
  font-size: 1.3rem;
}

.m-form .m-required {
    display: inline-block;
    vertical-align: middle;
    padding: 0 0 5px 5px;
}


@media screen and (min-width: 768px) {

  .m-form th {
    width: 220px;
  }

  .m-form-submit::before {
    position: absolute;
    content: "";
    pointer-events: none;
    width: 0;
    left: 50%;
    transition: .3s;
    transform: translateX(-50%);
    top: 57px;
    height: 1px;
    background: #0075C2;
  }

  .m-form-submit:hover::before {
    width: 160px;
  }


}

@media screen and (max-width: 767px){
  .m-contact .m-ttl span {
    width: 134px;
  }

  .m-form {
    margin: 40px auto;
    font-size: 1.5rem;
  }

  .m-form th {
    display: block;
    width: 100%;
    padding: 0 0 10px;
  }

  .m-form td {
    display: block;
    width: 100%;
    padding: 0 0 25px;
    font-size: 1.4rem;
  }

  .m-form-privacy {
    margin-bottom: 50px;
  }



  textarea.wpcf7-form-control.wpcf7-textarea {
    font-size: 1.4rem;
    height: 175px;
  }

  select.wpcf7-form-control.wpcf7-select {
    height: 35px;
    padding:  0 10px;
    font-size: 1.4rem;
  }

  input.wpcf7-form-control.wpcf7-text {
    height: 35px;
    padding: 0 10px;
    font-size: 1.4rem;
  }

  .m-form-submit {
    max-width: 270px;
  }

  .m-form-submit + .m-form-submit {
    margin-top: 10px;
  }

  input.wpcf7-form-control.wpcf7-submit.has-spinner,
  input.wpcf7-form-control.wpcf7-previous {
    font-size: 1.5rem;
    background-size: 270px;
    height: 55px;
  }


}


/* その他
---------------------------------------------------------------------------- */
/*-- ページナビゲーション --*/
.m-pageNavi {
    clear: both;
    text-align: center;
    margin-top: 60px;
    position: relative;
    font-size: 12px;
    font-weight: 0.75rem;
    font-weight: bold;
    line-height: 14px;
}
.m-pageNavi a {
  display: inline-block;
  text-decoration: none;
    padding: 9px 12px;
    margin: 0 3px;
    color: #003670;
    background-color: #fff;
    border: 1px solid #003670;
    border-radius: 4px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-transition: 0.2s ease-in-out;
    -moz-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    vertical-align: middle;
}
.m-pageNavi a:hover {
    background-color: rgba(5, 136, 206, 0.3);
    text-decoration: none;
}
.m-pageNavi .current {
  display: inline-block;
    padding: 9px 12px;
    margin: 0 3px;
    background-color: #003670;
    border: 1px solid #003670;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
    vertical-align: middle;
}
.m-pageNavi .prev,
.m-pageNavi .next {
  display: inline-block;
    padding: 9px 13px;
    vertical-align: middle;
}

@media screen and (max-width: 767px){
}
