@charset "UTF-8";

/* .m-container
---------------------------------------------------------------------------- */
.m-container {
    margin: 0 auto;
    position: relative;
}

@media screen and (max-width: 767px){
}


/* .m-bg
---------------------------------------------------------------------------- */
.m-bg {
    width: 100%;
    overflow: hidden;
}

@media screen and (max-width: 767px){
    .m-bg {
        min-width: 0;
    }
}


/* タイトル系
---------------------------------------------------------------------------- */
.m-title01 {
}

@media screen and (max-width: 767px){
}


/* ボタン系
---------------------------------------------------------------------------- */
.m-button {
  max-width: 250px;
}

.m-button a {
  display: block;
  position: relative;
  transition: .3s;
}

.m-button a::before {
  position: absolute;
  content: "";
  background: #000;
  width: 0;
  height: 1px;
  left: 50%;
  margin-left: -40px;
  bottom: 14px;
  transition: .3s;
}
.m-back-button {
	max-width: 416px;
	margin: 0 auto;
	position: relative;
	background: url("../../images/common/bg_submit.png")no-repeat;
	background-size: 416px;
	background-position: center;
}

.m-back-button::before {
	position: absolute;
	content: "";
	width: 0;
	height: 1px;
	bottom: 15px;
	left: 50%;
	margin-left: -50px;
	background: #000;
	pointer-events: none;
	transition: .3s;
}

.m-back-button::after {
	position: absolute;
	content: "";
	background: url("../../images/common/ico_btn_arrow.png")no-repeat;
	background-size: 20px;
	background-position: center;
	width: 90px;
	height: 100%;
	top: 0;
	right: 0;
	pointer-events: none;
}


.m-back-button a {
    width: 100%;
    text-align: center;
    font-size: 2rem;
    height: 81px;
    font-weight: bold;
    display: block;
    color: #000;
    text-decoration: none;
    padding: 19px 0;
}


@media screen and (min-width: 768px){

  .m-button a:hover::before {
    width: 80px;
  }

  .m-back-button:hover::before {
    width: 100px;
  }
}

@media screen and (max-width: 767px){

  .m-button {
    max-width: 207px;
    margin: 0 auto;
  }

  .m-back-button {
	    background-size: 208px;
	    max-width: 208px;
	}

	.m-back-button::after {
	    width: 40px;
	    background-size: 10px;
	}

	.m-back-button a {
    font-size: 1.4rem;
    padding: 10px 0;
    height: inherit;
	}

}

/* single
---------------------------------------------------------------------------- */

.m-single {
    margin: 0 auto 90px;
}

.m-single .ttl {
    font-size: 2.4rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    line-height: 1.5;
}

.m-single .info {
    border-bottom: solid 1px #E1DEDE;
    padding-bottom: 15px;
    margin-bottom: 40px;
}

.m-single .date {
    line-height: 1;
    padding-bottom: 15px;
}

.m-editor {
    font-size: 1.5rem;
    line-height: 2;
    letter-spacing: 0.04em;
}

.m-editor p + p {
    padding-top: 30px;
}

.wp-block-image {
    margin: 40px 0;
}


@media screen and (max-width: 767px){
  .m-single .date {
      padding-bottom: 10px;
      font-size: 1.3rem;
  }

  .m-single .ttl {
      font-size: 1.8rem;
  }

  .m-single .info {
      margin-bottom: 20px;
  }

  .m-editor {
      font-size: 1.3rem;
      line-height: 1.8;
  }

  .m-editor p + p {
      padding-top: 20px;
  }

  .m-single {
      margin: 0 auto 50px;
  }

  .wp-block-image {
      margin: 20px 0;
  }


}



/* 固定ページ
---------------------------------------------------------------------------- */

.m-2col {
  max-width: 1500px;
  margin: 0 auto;
}

.m-2col-block .box {
  max-width: 470px;
}


.m-2col-block .heading span {
  display: block;
  margin-bottom: 13px;
}

.m-2col-block .heading {
    color: #b60081;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.01em;
    padding-left: 30px;
    border-left: solid 1px #b60081;
    margin-bottom: 60px;
    font-weight: 700;
}

.m-2col-block .box p {
  font-weight: 400;
  font-size: 1.6rem;
line-height: 1.8;
}

.m-2col-block .box strong {
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.5;
}

.m-2col-block .box p + p {
    padding-top: 20px;
}


.m-service {
  position: relative;
}

.m-service-heading {
  width: 23px;
}

.m-page-link {
    padding: 225px 30px 0;
    max-width: 1056px;
    margin: 0 auto;
}

.m-page-link .link {
    position: relative;
}


.m-page-link .link .arrow {
    display: block;
    width: 23px;
    margin: 5px auto 0;
    line-height: 1;
}

.m-page-link .link a {
    display: block;
    color: #b60081;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 0 0;
}

.m-page-link .link .txt {
    display: block;
    margin: 0 auto 10px;
    max-width: 498px;
}

.m-service-heading {
  position: absolute;
  width: 23px;
  top: 330px;
  left: 100px;
  z-index: 1;
}

.m-2col.is-reverse .m-2col-block {
  margin: 0 0 0 auto;
  max-width: 640px;
}


@media screen and (min-width: 768px){


  .m-2col {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0 30px;
  }

  .m-2col.is-reverse {
    flex-direction: row-reverse;
  }

  .m-2col-pic {
    width: 48%;
    max-width: 650px;
  }


  .m-2col-block {
    width: 48%;
    max-width: 720px;
  }




  .m-page-link {
      display: flex;
      justify-content: space-between;
      width: 90%;
  }

  .m-page-link .link {
      width: 50%;
  }

  .m-page-link .link:before {
      position: absolute;
      content: "";
      background: #000000;
      width: 1px;
      height: 100%;
      left: 0;
      top: 0;
  }

  .m-page-link .link:last-child:after {
      position: absolute;
      content: "";
      background: #000000;
      width: 1px;
      height: 100%;
      right: 0;
      top: 0;
  }



}

@media screen and (min-width:768px) and ( max-width:1281px) {
  .m-service-heading {
    left: 30px;
    z-index: 1;
  }

  .m-2col.is-reverse .m-2col-block {
    margin: 0;
    max-width: 640px;
  }

  .m-2col-block .heading {
    font-size: 2rem!important;
  }

}

@media screen and (max-width: 767px){


  .m-2col-block .heading {
      font-size: 1.2rem;
      padding-left: 15px;
      border-left: solid 1px #b60081;
      margin-bottom: 30px;
  }

  .m-service {
    padding-top: 120px;
  }

  .m-service-heading {
    width: 173px;
    margin: 0 auto 30px;
    position: inherit;
    top: inherit;
    left: inherit;
  }

  .m-2col-block {
      padding: 0 20px;
  }

  .m-2col-pic {
    width: 100%;
    margin-bottom: 35px;
	padding: 0 20px;
  }

  .m-2col.is-reverse .m-2col-pic {
    width: 100%;
    margin: 0 0 35px auto;
  }


  .m-2col-block .box {
      max-width: inherit;
      font-size: 1.3rem;
      line-height: 1.7;
  }

  .m-2col-block .box p {
    font-size: 1.3rem;
    line-height: 1.7;
  }

  .m-2col-block .box p + p {
    padding-top: 20px;
  }

  .m-2col-block .box strong {
      font-size: 1.6rem;
  }

  .m-page-link .link:before {
      position: absolute;
      content: "";
      background: #000000;
      width: 100%;
      height: 1px;
      left: 0;
      top: 0;
  }

  .m-page-link .link:last-child:after {
      position: absolute;
      content: "";
      background: #000000;
      width: 100%;
      height: 1px;
      left: 0;
      bottom: 0;
  }

  .m-page-link {
    padding: 30px 20px 70px;
  }

  .m-page-link .link .txt {
      max-width: 335px;
      margin: 0 auto 5px;
  }

  .m-page-link .link a {
      padding: 0 0 10px;
      font-size: 1.1rem;
  }

  .m-page-link .link .arrow {
      margin: 0 auto;
      width: 15px;
  }

}



/* パーツ系
---------------------------------------------------------------------------- */
.m-en {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
}

/* その他
---------------------------------------------------------------------------- */
/*-- ページナビゲーション --*/
.m-pageNavi {
    clear: both;
    text-align: center;
    padding: 20px 0;
    margin-top: 60px;
    position: relative;
    font-size: 12px;
    font-weight: 0.75rem;
    font-weight: bold;
    line-height: 14px;
}
.m-pageNavi a {
    padding: 9px 12px;
    margin: 0 3px;
    color: #0588ce;
    background-color: #fff;
    border: 1px solid #0588ce;
    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;
}
.m-pageNavi a:hover {
    background-color: rgba(5, 136, 206, 0.3);
    text-decoration: none;
}
.m-pageNavi .current {
    padding: 9px 12px;
    margin: 0 3px;
    background-color: #0588ce;
    border: 1px solid #0588ce;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    color: #fff;
}
.m-pageNavi .prev,
.m-pageNavi .next {
    padding: 9px 13px;
}

@media screen and (max-width: 767px){
}
