@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:300,400,500,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lora:400,400i,700,700i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Montserrat:200,300,300i,400,400i,500,500i,600,600i,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Lato:300,300i,400,400i,700,700i,900,900i&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i,900,900i&display=swap&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese");
.is_sp_min {
  display: none; }
  @media (max-width: 480px) {
    .is_sp_min {
      display: block; } }

.is_sp {
  display: none; }
  @media (max-width: 768px) {
    .is_sp {
      display: block; }
      .is_sp .is_sp {
        display: block; }
      .is_sp .is_pc {
        display: none; } }

.is_tab {
  display: block; }
  @media (max-width: 480px) {
    .is_tab {
      display: none; } }

@media (max-width: 768px) {
  .is_pc {
    display: none; }
    .is_pc .is_sp {
      display: block; }
    .is_pc .is_pc {
      display: none; } }

.mv {
  position: relative;
  background: url(/contact/img/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  height: 540px; }
  @media (max-width: 768px) {
    .mv {
      height: 370px; }
      .mv .is_sp {
        display: block; }
      .mv .is_pc {
        display: none; } }
  @media (max-width: 480px) {
    .mv {
      height: 300px; } }
  .mv .txt_mv {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    width: 100%; }
    .mv .txt_mv .copy_main {
      font-size: 86px;
      letter-spacing: 8px;
      font-family: "Libre Baskerville", osemted; }
      @media (max-width: 768px) {
        .mv .txt_mv .copy_main {
          font-size: 66px; }
          .mv .txt_mv .copy_main .is_sp {
            display: block; }
          .mv .txt_mv .copy_main .is_pc {
            display: none; } }
      @media (max-width: 480px) {
        .mv .txt_mv .copy_main {
          font-size: 40px;
          line-height: 130%; } }
      @media (max-width: 375px) {
        .mv .txt_mv .copy_main {
          font-size: 32px;
          line-height: 130%; } }
    .mv .txt_mv .jp_copy {
      font-size: 28px;
      font-family: "Noto Serif JP", osemted;
      font-weight: normal; }
      @media (max-width: 768px) {
        .mv .txt_mv .jp_copy {
          font-size: 24px; }
          .mv .txt_mv .jp_copy .is_sp {
            display: block; }
          .mv .txt_mv .jp_copy .is_pc {
            display: none; } }

.page_list {
  margin: 30px 0px 40px 64px;
  padding: 0px; }
  @media (max-width: 1200px) {
    .page_list {
      margin: 30px 0px 115px 64px; } }
  @media (max-width: 768px) {
    .page_list {
      margin-bottom: 15%; }
      .page_list .is_sp {
        display: block; }
      .page_list .is_pc {
        display: none; } }
  @media (max-width: 640px) {
    .page_list {
      margin: 30px 0px 100px 24px; } }
  @media (max-width: 480px) {
    .page_list {
      margin-bottom: 13%; } }
  @media (max-width: 375px) {
    .page_list {
      margin: 30px 0px 85px 24px; } }

.page_list ul li {
  float: left; }
  .page_list ul li:first-child a {
    color: #216CC4;
    font-family: 'Noto Sans', sans-serif;
    font-weight: bold; }
  .page_list ul li:nth-child(2) {
    margin: 0px 13px;
    font-weight: bold; }
  .page_list ul li:last-child a {
    font-weight: bold; }

@media (max-width: 1200px) {
  width: 90%; }

.inr_main {
  max-width: 1000px;
  width: 90%;
  margin: 0 auto; 
	padding-bottom: 70px;
}

.inr_min {
  max-width: 1000px;
  width: 80%;
  margin: 0 auto; }
  @media (max-width: 480px) {
    .inr_min {
      width: 85%; } }

.btn_more {
  color: #216CC4;
  font-family: 'Noto Sans', sans-serif;
  font-size: 20px; }
  @media (max-width: 480px) {
    .btn_more {
      font-size: 14px; } }
  .btn_more:link {
    color: #216CC4; }
  .btn_more a {
    color: #216CC4 !important; }
  .btn_more a:hover {
    opacity: 0.5; }
  .btn_more .icon-arw_normal:before {
    padding-left: 100px;
    font-size: 12px; }
    @media (max-width: 480px) {
      .btn_more .icon-arw_normal:before {
        padding-left: 19px;
        font-size: 10px; } }
  .btn_more:after {
    content: '';
    display: block;
    background: #216CC4;
    height: 2px;
    width: 171px;
    margin-top: 5px; }
    @media (max-width: 480px) {
      .btn_more:after {
        width: 88px; } }

.page_nation {
  width: 100%;
  margin-bottom: 80px1;
  text-align: center;
  font-size: 0; }
  @media (max-width: 768px) {
    .page_nation {
      margin: 0px auto 50px auto; }
      .page_nation .is_sp {
        display: block; }
      .page_nation .is_pc {
        display: none; } }
  .page_nation ul li {
    display: inline-block;
    margin-right: 1%;
    vertical-align: middle;
    boder: 1px solid #216CC4; }
    @media (max-width: 480px) {
      .page_nation ul li {
        margin-right: 3%; } }
    .page_nation ul li:first-child a {
      border-radius: 50%;
      width: 30px;
      height: 30px;
      background-color: #216CC4;
      color: #fff;
      padding: 7px 7px; }
      .page_nation ul li:first-child a:hover {
        background-color: #AAC9EF;
        color: #216CC4; }
    .page_nation ul li:last-child a {
      border-radius: 50%;
      width: 30px;
      height: 30px;
      background-color: #216CC4;
      color: #fff;
      padding: 7px 9px; }
      .page_nation ul li:last-child a:hover {
        background-color: #AAC9EF;
        color: #216CC4; }
    .page_nation ul li a {
      display: block;
      color: #216CC4;
      text-decoration: none;
      font-size: 12px;
      position: relative;
      width: 50px;
      height: 50px;
      border: 1px solid #216CC4;
      padding: 16px 16px; }
      @media (max-width: 768px) {
        .page_nation ul li a {
          width: 40px;
          height: 40px;
          padding: 11px 10px; }
          .page_nation ul li a .is_sp {
            display: block; }
          .page_nation ul li a .is_pc {
            display: none; } }
      @media (max-width: 480px) {
        .page_nation ul li a {
          width: 35px;
          height: 35px;
          padding: 8px 8px; } }
      .page_nation ul li a:hover {
        background: #216CC4;
        color: #fff; }

.btn_back {
  text-align: center; }
  @media (max-width: 768px) {
    .btn_back {
      margin-bottom: 5%; }
      .btn_back .is_sp {
        display: block; }
      .btn_back .is_pc {
        display: none; } }
  .btn_back a {
    background: #444;
    padding: 20px 50px;
    border-radius: 30px;
    color: #fff; }
    .btn_back a:hover {
      opacity: 0.5; }
.qs_wrap__form._style01 table th, .qs_wrap__form._style01 table td{
	border: 1px solid #ccc!important;
}
@media (max-width: 768px) {
	.qs_wrap__form._style01 table{
		border-top: 1px solid #ccc!important;
	}
.qs_wrap__form._style01 table th{
	border-top:none!important;
	border-bottom:none!important;
}
}
#contact.thanks .inr_main{
	padding-top:150px; 
}
#contact.thanks .ttl{
	font-size: 24px;
	font-family: "Noto Serif JP", osemted;
	text-align: center;
	margin-bottom: 15px;
	padding-bottom: 15px;
	position: relative;
}
#contact.thanks .ttl::before{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 30px;
	height: 1px;
	background: #aaa;
	margin-left: -15px;
}
#contact.thanks .tx{
	text-align: center;
	line-height: 2;
}
#contact.thanks .btn a{
	background-color: #216CC4;
    padding: 15px ;
	max-width: 240px;
    border-radius: 30px;
    color: #fff;
    display: block;
	margin: 30px auto 0;
	text-align: center;
}
#contact.thanks .btn a:hover{
	background: #aac9ef;
	color: #216CC4;
}
@media (max-width: 768px) {
	#contact.thanks .inr_main{
		padding-top: 100px;
	}
	#contact.thanks .tx{
		text-align: left;
	}
}
