@charset "UTF-8";
/*
*
* Copyright (c) 2016, AD Line Inc. All rights reserved.
* Data : 2016.04.20
*
*/
/* Googleフォント　Noto Sans,Robot,Open Sans */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
@import url(https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;600);
@import url(https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@100;300;400;500;700;800;900);
/* アイコンフォント　Google Material,Font Awesome */
@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
/* アイコンフォント　Font Awesome 6.5.2 */
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.2/css/all.min.css);
/*****************************************************

 SCSS用
 
*****************************************************/
@media (max-width: 767px) {
  a[href^="tel:"] {
    /* スマートフォンでのみ電話番号リンクを有効にするCSS */
  }
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*****************************************************

 Common - Layout
 
*****************************************************/
html {
  font-size: 10px;
}

body {
  position: relative;
  width: auto;
  height: auto;
  background: #FFF;
  z-index: 0;
  color: #333333;
  font-size: 1.6rem;
  font-family: "M PLUS 1p",'Noto Sans Japanese','Noto Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif , serif;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 896px) {
  body {
    font-size: 1.4rem;
  }
}
/*フォントのジャギを消す*/
section {
  transform: rotateZ(0.03deg);
}

/* SP */
@media screen and (max-width: 896px) {
  section {
    transform: rotateZ(0deg);
  }
}
/* max-width:896px */
/* PC/SP 表示・非表示
----------------------------------------------------*/
/*PCでは表示しない*/
@media screen and (min-width: 897px) {
  .pc_none {
    display: none !important;
  }
}
/*SPでは表示しない*/
@media screen and (max-width: 896px) {
  .sp_none {
    display: none !important;
  }
}
/*　inner
----------------------------------------------------*/
.inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (max-width: 896px) {
  .inner {
    width: 96%;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }
}
/*****************************************************

 Common - Parts
 
*****************************************************/
/*　共通見出し
----------------------------------------------------*/
.h2_title_box {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  min-width: 40%;
  flex-wrap: wrap;
}
.h2_title_box .h2_title_white {
  font-size: 6.5rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-family: "Shippori Mincho B1", serif;
  line-height: 1;
  color: #fff;
  padding: 0 20px 0 0;
}
.h2_title_box .h2_title_white_jp {
  font-size: 1.8rem;
  font-family: "M PLUS 1p", serif;
  padding: 20px 0 0 0;
  color: #fff;
}
.h2_title_box .h2_title_black {
  font-size: 6.5rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  font-family: "Shippori Mincho B1", serif;
  line-height: 0.8;
  color: #333;
  padding: 0 20px 0 0;
}
.h2_title_box .h2_title_black_jp {
  font-size: 1.8rem;
  font-family: "M PLUS 1p", serif;
  padding: 20px 0 0 0;
  color: #333;
}

/* SP */
@media screen and (max-width: 896px) {
  .h2_title_box {
    display: flex;
    align-items: flex-end;
    margin-bottom: 24px;
    min-width: 40%;
  }
  .h2_title_box .h2_title_white {
    font-size: 3rem;
    padding: 0 20px 0 0;
  }
  .h2_title_box .h2_title_white_jp {
    font-size: 1.6rem;
    padding: 20px 0 0 0;
    line-height: 1;
  }
  .h2_title_box .h2_title_black {
    font-size: 3rem;
    padding: 0 20px 0 0;
  }
  .h2_title_box .h2_title_black_jp {
    font-size: 1.6rem;
    padding: 20px 0 0 0;
    line-height: 1;
  }
}
/* max-width:896px */
/* SP */
/* max-width:896px */
/*　リンク
----------------------------------------------------*/
a {
  color: #58a0c8;
  text-decoration: none;
  /*transition: 0.3s;*/
  /*&:hover {
  	opacity: 0.5;
  }*/
}

@media screen and (max-width: 770px) {
  a {
    /*&:hover {
    	opacity: 1.0;
    }*/
  }
}
/*　ボタン
----------------------------------------------------*/
.btn_white a {
  border-radius: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0;
  width: 180px;
  padding: 8px 20px;
  color: #FFF;
  border: 1px solid #FFF;
  font-weight: 500;
  text-decoration: none;
}
.btn_white a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn_white a:hover {
  background: #f9ee55;
  color: #34699a;
  border: 1px solid #113f67;
}
.btn_white a:hover:after {
  right: 1.4rem;
}

/* SP */
@media screen and (max-width: 896px) {
  .btn_white a {
    border-radius: 20px;
    margin: 16px auto 0;
    max-width: 80%;
    padding: 3px 20px;
  }
}
/* max-width:896px */
.btn_blue a {
  border-radius: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0;
  width: 180px;
  padding: 8px 20px;
  color: #34699a;
  border: 1px solid #34699a;
  font-weight: 500;
  text-decoration: none;
}
.btn_blue a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn_blue a:hover {
  background: #f9ee55;
  color: #34699a;
}
.btn_blue a:hover:after {
  right: 1.4rem;
}

/* SP */
@media screen and (max-width: 896px) {
  .btn_blue a {
    border-radius: 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0;
    width: 150px;
    min-width: 80%;
    padding: 3px 20px;
    color: #34699a;
    border: 1px solid #34699a;
    font-weight: 500;
    text-decoration: none;
  }
  .btn_blue a:after {
    content: "";
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 2rem;
    font-size: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: right 0.3s;
    width: 6px;
    height: 6px;
    border-top: solid 2px currentColor;
    border-right: solid 2px currentColor;
    transform: translateY(-50%) rotate(45deg);
  }
  .btn_blue a:hover {
    background: #f9ee55;
    color: #34699a;
  }
  .btn_blue a:hover:after {
    right: 1.4rem;
  }
}
/* max-width:896px */
.btn_blue_center a {
  border-radius: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 32px auto;
  width: 350px;
  padding: 8px 20px;
  color: #34699a;
  border: 1px solid #34699a;
  font-weight: 500;
  text-decoration: none;
}
.btn_blue_center a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn_blue_center a:hover {
  background: #f9ee55;
  color: #34699a;
}
.btn_blue_center a:hover:after {
  right: 1.4rem;
}

.btn_w_center a {
  border-radius: 30px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  width: 180px;
  padding: 8px 20px;
  color: #FFF;
  border: 1px solid #FFF;
  font-weight: 500;
  text-decoration: none;
  transform: rotate(0.03deg);
}
.btn_w_center a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.btn_w_center a:hover {
  background: #f9ee55;
  color: #34699a;
  border: 1px solid #113f67;
}
.btn_w_center a:hover:after {
  right: 1.4rem;
}

/*　テーブル
----------------------------------------------------*/
/*　tbl_type01
----------------------------------------------------*/
.tbl_type01 {
  width: 100%;
  border-top: 1px solid #CCCCCC;
}
.tbl_type01 tr {
  color: #333333;
}
.tbl_type01 tr th {
  width: 203px;
  width: 19%;
  padding: 20px;
  font-weight: 700;
  color: #0674C6;
  box-sizing: border-box;
  border-bottom: solid 1px #CCCCCC;
  vertical-align: top;
}
.tbl_type01 tr td {
  width: calc(100% - 203px);
  width: calc(100% - 19%);
  padding: 20px;
  box-sizing: border-box;
  border-bottom: solid 1px #CCCCCC;
}
.tbl_type01 tr td a {
  color: #333333;
}
.tbl_type01 tr td ul li {
  text-indent: 4px;
  margin: 8px 0 8px 0;
}
.tbl_type01 tr td ul li a {
  text-indent: 0;
}
.tbl_type01 tr td ul li::before {
  content: '-';
  margin-right: 4px;
}
.tbl_type01 tr td .indent {
  display: block;
  text-indent: -1.6rem;
  margin-left: 1.6rem;
}

@media screen and (min-width: 897px) {
  .tbl_type01 tr td ul.col_box li {
    width: 31.5%;
    height: auto;
    margin: 0 0 0 1.8%;
  }
  .tbl_type01 tr td ul.col_box li:nth-child(3n+1) {
    /*margin-left: 0;*/
  }
  .tbl_type01.border_top tr:first-child th {
    border-top: solid 2px #394a56;
  }
  .tbl_type01.border_top tr:first-child td {
    border-top: solid 1px #8c8c8c;
  }
}
@media screen and (max-width: 896px) {
  .tbl_type01 tr th {
    display: block;
    width: 10%;
    min-width: 0;
    padding: 16px 0 4px;
    white-space: nowrap;
    border-bottom: none;
  }
  .tbl_type01 tr td {
    display: block;
    width: 100%;
    padding: 0px 0 16px 8px;
  }
  .tbl_type01 tr td ul.col_box li {
    width: 46%;
    height: auto;
    margin: 0 0 0 4%;
  }
  .tbl_type01 tr td ul.col_box li:nth-child(2n+1) {
    /*margin-left: 0;*/
  }
  .tbl_type01 tr td .indent {
    display: block;
    text-indent: -1.2rem;
    margin-left: 1.2rem;
  }
}
/*　カラム
----------------------------------------------------*/
@media screen and (min-width: 896px) {
  .col_box {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .col_box .col_left {
    width: 33%;
    height: auto;
    margin: 4% 0 0 0;
  }
  .col_box .col_left:first-child {
    margin-top: 0;
  }
  .col_box .col_right {
    width: 67%;
    height: auto;
    margin: 0 0 0 0;
  }
  .col_box .col_right:first-child {
    margin-top: 0;
  }
  .col_box .col_half {
    width: 50%;
    height: auto;
    /*&:first-child{
    	margin-top:0;
    }*/
  }
  .col_box .col_half.half_48 {
    width: 48%;
  }
  .col_box .col1 {
    width: 100%;
    height: auto;
    margin: 4% auto 0;
  }
  .col_box .col1:first-child {
    margin-top: 0;
  }
  .col_box .col2 {
    width: 49%;
    height: auto;
    margin: 4% 0 0 2%;
  }
  .col_box .col2:nth-child(2n+1) {
    margin-left: 0;
  }
  .col_box .col2:nth-child(-n+2) {
    margin-top: 0;
  }
  .col_box .col3 {
    width: 31.66%;
    height: auto;
    margin: 2.5% 0 0 2.5%;
  }
  .col_box .col3:nth-child(3n+1) {
    margin-left: 0;
  }
  .col_box .col3:nth-child(-n+3) {
    margin-top: 0;
  }
  .col_box .col4 {
    width: 22%;
    height: auto;
    margin: 1.6% 0 0 4%;
  }
  .col_box .col4:nth-child(4n+1) {
    margin-left: 0;
  }
  .col_box .col4:nth-child(-n+4) {
    margin-top: 0;
  }
  .col_box .col5 {
    width: 18.4%;
    height: auto;
    margin: 4% 0 0 2%;
  }
  .col_box .col5:nth-child(5n+1) {
    margin-left: 0;
  }
  .col_box .col5:nth-child(-n+5) {
    margin-top: 0;
  }
  .col_box .col_i {
    width: 16.1%;
    height: auto;
    margin: 0.68% 0 0 0.68%;
  }
  .col_box .col_i:nth-child(6n+1) {
    margin-left: 0;
  }
  .col_box .col_i:nth-child(-n+6) {
    margin-top: 0;
  }
}
/* SP */
@media screen and (max-width: 896px) {
  .col_box {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
    flex-wrap: wrap;
  }
  .col_box .sp_col2 {
    width: 48%;
    height: auto;
    margin: 0% 0 0 4%;
  }
  .col_box .sp_col2:nth-child(2n+1) {
    margin-left: 0;
  }
  .col_box .sp_col2:nth-child(-n+2) {
    margin-top: 0;
  }
}
/* max-width:896px */
/*　インデント
----------------------------------------------------*/
.indent {
  text-indent: -1.6rem;
  margin-left: 1.6rem;
}

/*　リスト
----------------------------------------------------*/
/* ページトップ
----------------------------------------------------*/
/* トピックパス
----------------------------------------------------*/
/*****************************************************

 Template - Header
 
*****************************************************/
/* global_header
----------------------------------------------------*/
.global_header {
  width: 100%;
  min-width: 1040px;
  max-height: 120px;
  position: fixed;
  top: 0;
  z-index: 9999;
}

.cover_header {
  width: 100%;
  height: 100px;
  background: linear-gradient(180deg, white 0%, rgba(255, 255, 255, 0.5) 85%, transparent 100%);
  z-index: 3;
  position: fixed;
  top: -100px;
}

@media screen and (max-width: 896px) {
  .global_header {
    min-width: 0;
    max-height: 48px;
  }

  .cover_header {
    width: 100%;
    height: 56px;
    background: linear-gradient(180deg, white 0%, white 25%, white 35%, transparent 100%);
    top: -100px;
  }
}
/* header_contents
----------------------------------------------------*/
.header_contents {
  width: 100%;
  height: 80px;
  background: #fff;
  display: flex;
  align-items: center;
  /*box-shadow: 0px 5px 1px 0px rgba(0, 0, 0, 0.1);*/
}
.header_contents .header_title {
  margin: 1% 0% 0 2%;
  width: 16%;
  max-width: 398px;
  height: auto;
  max-height: 120px;
}
.header_contents .header_title .title_logo {
  width: 100%;
  /* max-width: 398px; */
  height: 100%;
  /* max-height: 120px; */
  display: flex;
  align-items: center;
}
.header_contents .header_title .title_logo a {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 20.1%;
  text-indent: -9999px;
  overflow: hidden;
  background: url(../images/common/logo_header.png) no-repeat;
  background-size: contain;
  transition: 0.3s;
}

@media screen and (max-width: 1450px) {
  .header_contents .inner {
    width: 100%;
    min-width: 1130px;
  }
}
@media screen and (max-width: 896px) {
  .header_contents {
    height: 48px;
  }
  .header_contents .inner {
    width: 100%;
    min-width: 0;
  }
  .header_contents .header_title {
    margin: 4% 0% 0 2%;
    width: 58%;
    height: auto;
  }
  .header_contents .header_title .title_logo {
    width: 220px;
    height: auto;
  }
}
/* global_nav
------------------------------------*/
.global_nav {
  margin-left: auto;
  display: flex;
  align-items: center;
  height: 100%;
  /*filter: drop-shadow(0px 0px 2px #f2f2f2);*/
}

@media screen and (max-width: 1430px) {
  .global_nav {
    margin-right: 24px;
  }
}
@media screen and (max-width: 1100px) {
  .global_nav {
    margin-right: 12px;
  }
}
/* pc_nav_contents
----------------------------------------------------*/
.pc_nav_contents {
  margin-left: auto;
  display: flex;
  align-items: center;
  padding: 0 40px 0 0;
  transform: rotateZ(0.03deg);
}
.pc_nav_contents .header_menu_list {
  display: flex;
  height: 80px;
  align-items: center;
}
.pc_nav_contents .header_menu_list li {
  margin-left: 48px;
  height: 100%;
}
.pc_nav_contents .header_menu_list li:first-child {
  margin-left: 0;
}
.pc_nav_contents .header_menu_list li:nth-child(n+5) {
  margin-left: 20px;
}
.pc_nav_contents .header_menu_list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  padding: 32px 0 24px;
  box-sizing: border-box;
  color: #333333;
  font-weight: 600;
}
.pc_nav_contents .header_menu_list li a:hover {
  color: #FFE20D;
}
.pc_nav_contents .header_menu_list li.contact a {
  display: block;
  width: 150px;
  height: auto;
  position: relative;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  margin: 23px 0;
  padding: 6px 0 8px;
  box-sizing: border-box;
  color: #fff;
  font-weight: 600;
  background-color: #34699a;
  border-radius: 25px;
}
.pc_nav_contents .header_menu_list li.contact a:hover {
  color: #34699a;
  background-color: #FFE20D;
}
.pc_nav_contents .header_contact_list {
  margin-left: 48px;
  display: block;
  width: 250px;
  height: 80px;
}
.pc_nav_contents .header_contact_list li {
  height: 50%;
}
.pc_nav_contents .header_contact_list li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 2.2rem;
  line-height: 1.8;
  font-weight: 900;
  text-align: center;
}
.pc_nav_contents .header_contact_list li a i {
  margin-right: 6px;
}

.sp_nav_contents {
  display: none;
}

@media screen and (max-width: 1450px) {
  .pc_nav_contents .header_menu_list li {
    margin-left: 24px;
  }
  .pc_nav_contents .header_contact_list {
    margin-left: 24px;
    display: block;
    width: 180px;
    height: 80px;
  }
  .pc_nav_contents .header_contact_list li {
    height: 50%;
  }
  .pc_nav_contents .header_contact_list li.tel {
    font-size: 1.8rem;
    line-height: 2.2;
  }
  .pc_nav_contents .header_contact_list li.mail a {
    font-size: 1.8rem;
    line-height: 2.2;
  }
}
/* sp_nav_contents
----------------------------------------------------*/
@media screen and (max-width: 896px) {
  .pc_nav_contents {
    display: none;
  }

  .sp_nav_contents {
    display: block;
    margin-left: auto;
  }
  .sp_nav_contents p.menu {
    /*margin-right:16px;*/
  }
  .sp_nav_contents p.menu a {
    color: #083c67;
    font-size: 2.4rem;
    line-height: 1;
  }

  .mm-menu {
    background: #fff !important;
    border-color: #CCC !important;
  }
  .mm-menu .mm-navbar {
    background: #083c67;
  }
  .mm-menu .mm-navbar .mm-navbar__title {
    color: #fff !important;
  }
  .mm-menu .contact {
    color: #1d5ba9 !important;
    font-weight: 900;
    border-color: #d8edff;
  }
  .mm-menu .tel {
    color: #1d5ba9 !important;
    font-weight: 900;
  }
  .mm-menu .map {
    color: #103675 !important;
    background: #efefef;
    font-weight: 900;
  }
  .mm-menu .top_cover_contents {
    padding: 16px;
  }
}
/* トップページ・メインビジュアル
----------------------------------------------------*/
/* top_mainvisual
----------------------------------------------------*/
.top_mainvisual {
  position: relative;
  width: 100%;
  height: auto;
}
.top_mainvisual .header_img {
  position: relative;
  width: 100%;
  height: auto;
}
.top_mainvisual .header_img img {
  position: relative;
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: top left;
}
.top_mainvisual .inner {
  width: calc(100% - 512px);
  width: calc(100% - 26.05%);
  max-width: 1400px;
  height: 120px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.top_mainvisual .title_catchcopy h1 {
  color: #333;
  font-size: 3.6rem;
  font-size: clamp(2.2rem, 3.4vw, 4.4rem);
  font-weight: 700;
  line-height: 1.65;
}

@media screen and (max-width: 896px) {
  .top_mainvisual {
    position: relative;
    width: 100%;
    height: 440px;
  }
  .top_mainvisual .header_img {
    position: relative;
    width: 100%;
    height: 440px;
  }
  .top_mainvisual .header_img img {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
  }
}
/* max-width:896px */
@media screen and (max-width: 600px) {
  .top_mainvisual {
    position: relative;
    width: 100%;
    height: 280px;
  }
  .top_mainvisual .header_img {
    position: relative;
    width: 100%;
    height: 230px;
  }
  .top_mainvisual .header_img img {
    position: absolute;
    right: 0;
    bottom: -30px;
    width: 100%;
    height: 100%;
  }
}
/* max-width:896px */
/* 下層ページ・メインビジュアル
----------------------------------------------------*/
/* mainvisual
----------------------------------------------------*/
.page_title_wrap {
  width: 100%;
  height: 350px;
  position: relative;
}
.page_title_wrap .inner {
  width: 100%;
  max-width: 1400px;
  height: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.page_title_wrap .page_title {
  position: relative;
  top: -25px;
  left: 3%;
}
.page_title_wrap .page_title .en {
  display: block;
  color: #333333;
  font-size: clamp(3rem, 6vw, 8rem);
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  line-height: 1;
}
.page_title_wrap .page_title .jp {
  color: #333333;
  font-size: clamp(1.6rem, 2.4vw, 2.4rem);
  font-weight: 700;
  line-height: 1.5;
}

/* SP */
@media screen and (max-width: 896px) {
  .page_title_wrap {
    width: 100%;
    height: 180px;
    position: relative;
  }
  .page_title_wrap .inner {
    width: 100%;
    max-width: 1400px;
    height: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
  .page_title_wrap .page_title {
    position: relative;
    top: 0;
    width: 97%;
  }
}
/* max-width:896px */
.mainvisual {
  width: 100%;
  height: 600px;
  position: relative;
}
.mainvisual.facility {
  background: url("../images/common/bg_cover_facility.jpg") no-repeat center center/cover;
}
.mainvisual.works {
  background: url("../images/common/bg_cover_works.jpg") no-repeat center center/cover;
}
.mainvisual.company {
  background: url("../images/common/bg_cover_company.jpg") no-repeat center center/cover;
}
.mainvisual.recruit {
  background: url("../images/common/bg_cover_recruit.jpg") no-repeat center center/cover;
}
.mainvisual.contact {
  background: url("../images/common/bg_cover_contact.jpg") no-repeat center center/cover;
}

@media screen and (max-width: 896px) {
  .mainvisual {
    height: 20vh;
    background-position: center center;
  }
  .mainvisual .inner {
    width: 95%;
    height: 9vh;
  }
}
/*****************************************************

 Template - Footer
 
*****************************************************/
.global_footer {
  background: #083c67;
  padding: 0;
  color: #fff;
}

.copyright {
  width: 50%;
  text-align: left;
}

/* SP */
@media screen and (max-width: 896px) {
  .global_footer {
    padding: 0 0 0 0;
  }
}
/* max-width:896px */
/*----------------------------------------
  2カラム全体
----------------------------------------*/
.footer_box {
  display: flex;
  height: auto;
  /* 地図エリア */
}
.footer_box .two_column_left {
  flex: 1;
  display: flex;
  flex-direction: column;
}
.footer_box .left_map {
  flex: 1;
  min-height: 50%;
}
.footer_box .left_map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer_box .left_map iframe {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
}

/* SP */
@media screen and (max-width: 896px) {
  .footer_box {
    display: flex;
    flex-direction: column-reverse;
    height: auto;
  }
  .footer_box .two_column_left {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}
/* max-width:896px */
/* 左下フッター */
.left_footer {
  flex: 1;
  min-height: 50%;
  background: #083c67;
  color: #fff;
  text-align: center;
  padding: 24px 2%;
  transform: rotateZ(0.03deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.left_footer .left_footer_catch {
  font-size: 28px;
  margin-bottom: 10px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
}
.left_footer .footer_title_logo {
  margin: 0 auto;
}
.left_footer .footer_title_logo img {
  width: 80%;
}
.left_footer .copyright {
  font-size: 1.4rem;
  padding: 32px 0 0;
  margin: 0 auto;
  text-align: center;
}

/* SP */
@media screen and (max-width: 896px) {
  /* 左下フッター */
  .left_footer .left_footer_catch {
    font-size: 2.8rem;
  }
  .left_footer .footer_title_logo img {
    width: 70%;
  }
  .left_footer .copyright {
    font-size: 1.3rem;
    padding: 32px 0 0;
    width: 100%;
  }
}
/* max-width:896px */
/*----------------------------------------
  右カラム Recruit
----------------------------------------*/
.two_column_right {
  flex: 1;
  background: url("../images/home/footer_recruit_img.jpg") center/cover no-repeat;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.recruit_inner {
  box-sizing: border-box;
  max-width: 800px;
  padding: 40px;
  text-align: center;
  transform: rotateZ(0.03deg);
}

.recruit_title {
  font-size: 6rem;
  margin-bottom: 20px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
}

.recruit_lead {
  line-height: 1.8;
  margin-bottom: 30px;
}

/* SP */
@media screen and (max-width: 896px) {
  .recruit_inner {
    max-width: 100%;
    padding: 24px;
  }

  .recruit_title {
    font-size: 3rem;
    margin-bottom: 8px;
  }

  .recruit_lead {
    margin-bottom: 16px;
  }
}
/* max-width:896px */
/*****************************************************

 Page - Home
 
*****************************************************/
/* top_heat_exchanger
----------------------------------------------------*/
.top_heat_exchanger {
  position: relative;
  box-sizing: border-box;
  margin: 1% 3% 0;
  height: auto;
  padding: 60px;
  background-color: #151c2d;
  color: #FFFFFF;
}
.top_heat_exchanger .top_heat_exchanger_box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  /*max-width: 1400px;*/
  margin: 0 auto;
  padding: 0;
  gap: 40px;
}
.top_heat_exchanger .top_heat_exchanger_box .top_heat_exchanger_text {
  width: 55%;
  margin: 0;
}
.top_heat_exchanger .top_heat_exchanger_box .top_heat_exchanger_text h2 {
  font-size: 4.0rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 24px 0;
}
.top_heat_exchanger .top_heat_exchanger_box .top_heat_exchanger_img {
  width: 45%;
}
.top_heat_exchanger .top_heat_exchanger_box .top_heat_exchanger_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* SP */
@media screen and (max-width: 896px) {
  .top_heat_exchanger {
    margin: 0;
    padding: 4%;
  }
  .top_heat_exchanger .top_heat_exchanger_box {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
  .top_heat_exchanger .top_heat_exchanger_box .top_heat_exchanger_text {
    width: 100%;
    margin: 0;
  }
  .top_heat_exchanger .top_heat_exchanger_box .top_heat_exchanger_text h2 {
    font-size: 2.2rem;
    margin: 0 0 10px 0;
  }
  .top_heat_exchanger .top_heat_exchanger_box .top_heat_exchanger_img {
    width: 100%;
  }
  .top_heat_exchanger .top_heat_exchanger_box .top_heat_exchanger_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
}
/* max-width:896px */
/* top_company
----------------------------------------------------*/
.top_company {
  position: relative;
  box-sizing: border-box;
  margin: 0 3% 3%;
  height: auto;
  padding: 60px;
  background-color: #113f67;
  color: #FFFFFF;
}
.top_company .top_company_box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  /*max-width: 1400px;*/
  margin: 0 auto;
  padding: 0;
  gap: 40px;
}
.top_company .top_company_box .accent {
  position: absolute;
  top: 40px;
  left: 60px;
  font-size: 6.0rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  line-height: 1.4;
}
@media (max-width: 1300px) {
  .top_company .top_company_box .accent {
    font-size: 4.0rem;
  }
}
.top_company .top_company_box .top_company_text {
  width: 55%;
  margin: 200px 0 0 0;
}
.top_company .top_company_box .top_company_text p {
  margin: 0 0 16px;
}
@media (max-width: 1300px) {
  .top_company .top_company_box .top_company_text {
    margin: 150px 0 0 0;
  }
}
.top_company .top_company_box .top_company_img {
  width: 45%;
}
.top_company .top_company_box .top_company_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* SP */
@media screen and (max-width: 896px) {
  .top_company {
    margin: 0;
    padding: 4% 4% 40px;
  }
  .top_company .top_company_box {
    display: flex;
    flex-direction: column-reverse;
    margin: 0 auto;
    padding: 0;
    gap: 16px;
  }
  .top_company .top_company_box .accent {
    top: 120px;
    left: 20px;
    font-size: 2.0rem;
  }
  .top_company .top_company_box .top_company_text {
    width: 100%;
    margin: 0;
  }
  .top_company .top_company_box .top_company_text p {
    margin: 0 0 16px;
  }
  .top_company .top_company_box .top_company_img {
    width: 100%;
  }
}
/* max-width:896px */
/* top_facility　※設備紹介のCSSとは別
----------------------------------------------------*/
.top_facility {
  box-sizing: border-box;
  background: #2e618a;
  justify-content: center;
}
.top_facility .top_facility_inner {
  padding: 60px 80px;
}
.top_facility .facility_box {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 80px;
  padding: 0 80px 80px;
  margin: 0;
}
.top_facility .facility_box h3 {
  position: absolute;
  bottom: -8px;
  margin-top: 16px;
  font-size: 2.2rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .top_facility .facility_box h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 1024px) {
  .top_facility .facility_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
  }
}
@media (max-width: 600px) {
  .top_facility .facility_box {
    grid-template-columns: 1fr;
    gap: 80px;
  }
}
.top_facility .facility_item {
  position: relative;
  color: #fff;
  /* ▼ 左右両側に Facility */
}
.top_facility .facility_item .facility_label {
  position: absolute;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  font-size: 14px;
  letter-spacing: 0.2em;
  opacity: 0.8;
  z-index: 2;
}
.top_facility .facility_item .facility_label_left {
  top: 70px;
  left: -30px;
}
.top_facility .facility_item .facility_label_right {
  bottom: 0;
  right: -32px;
}
.top_facility .facility_item .facility_image {
  padding: 10px;
  position: relative;
  /* 左上 */
  /* 右下 */
}
.top_facility .facility_item .facility_image::before, .top_facility .facility_item .facility_image::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.top_facility .facility_item .facility_image::before {
  top: -20px;
  left: -20px;
  border-right: none;
  border-bottom: none;
}
.top_facility .facility_item .facility_image::after {
  bottom: -20px;
  right: -20px;
  border-left: none;
  border-top: none;
}
.top_facility .facility_item .facility_image img {
  width: 100%;
  height: auto;
  display: block;
}

/* SP */
@media screen and (max-width: 896px) {
  .top_facility .top_facility_inner {
    padding: 20px 2%;
  }
}
/* max-width:896px */
/* SP */
/*@media screen and (max-width:896px) {
  
  .top_facility {
    box-sizing: border-box;
    background: #2e618a;
    padding: 4% 2% 40px;
    justify-content: center;

    .facility_box {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 80px;
      margin: 40px 0 0;

      h3 {
        position: absolute;
        left: 30px;
        bottom: -8px;
        margin-top: 16px;
        font-size: 2.2rem;
        font-family: "Shippori Mincho B1", serif;
        font-weight: 600;

        @media (max-width: 1400px) {
          font-size: 1.8rem;
        }
      }

      @media (max-width: 1024px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 80px;
      }

      @media (max-width: 600px) {
        grid-template-columns: 1fr;
        gap: 80px;
      }
    }

    .facility_item {
      position: relative;
      color: #fff;

      .facility_label {
        position: absolute;
        transform: translateY(-50%);
        writing-mode: vertical-rl;
        font-size: 14px;
        letter-spacing: 0.2em;
        opacity: 0.8;
        z-index: 2;
      }

      .facility_label_left {
        top: 18%;
        left: 3px;
      }

      .facility_label_right {
        bottom: 0;
        right: 0px;
      }

      .facility_image {
        padding: 10px;
        position: relative;
        width: 80%;
        margin: 0 auto;

        &::before, &::after {
          content: "";
          position: absolute;
          width: 40px;
          height: 40px;
          border: 1px solid rgba(255, 255, 255, 0.5);
        }

        &::before {
          top: -20px;
          left: -20px;
          border-right: none;
          border-bottom: none;
        }

        &::after {
          bottom: -20px;
          right: -20px;
          border-left: none;
          border-top: none;
        }

        img {
          width: 100%;
          height: auto;
          display: block;
        }
      }
    }
  }

}*/
/* max-width:896px */
/* top_works
----------------------------------------------------*/
.top_works {
  padding: 80px;
}

/* SP */
@media screen and (max-width: 896px) {
  .top_works {
    padding: 40px 2% 40px;
  }
}
/* max-width:896px */
/* slick
----------------------------------------------------*/
html, body {
  margin: 0;
  padding: 0;
  /*overflow-x: hidden;*/
}

* {
  box-sizing: border-box;
}

.sliderArea {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 25px;
  overflow: hidden;
  /* &.w300 {
     max-width: 550px;
   }*/
}

.slick-slide {
  margin: 0 16px;
}
.slick-slide img {
  width: 100%;
  height: auto;
}

.slick-prev, .slick-next {
  z-index: 1;
}

.slick-prev:before, .slick-next:before {
  color: #000;
}

.slick-slide {
  transition: all ease-in-out .3s;
  /*opacity: .2;*/
}

.slick-active, .slick-current {
  opacity: 1;
}

.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}

.full-screen .slick-list {
  overflow: visible;
}

.full-screen.slider {
  max-width: 450px;
  margin: 0 auto;
}

.slick-box {
  position: relative;
  overflow: visible;
}

.slick-content {
  position: absolute;
  bottom: 4%;
  left: 4%;
  /*-ms-transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);*/
  z-index: 150;
  color: #fff;
  margin: 0 10px;
  padding: 0;
  font-size: 2.8rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  line-height: 1.4;
}
.slick-content img {
  width: 100%;
}
.slick-content span {
  display: block;
  font-size: 1.8rem;
  font-family: "M PLUS 1p", serif;
  font-weight: 400;
}
.slick-content span:before {
  content: '―';
  padding-right: 5px;
}

/* SP */
@media screen and (max-width: 896px) {
  .slick-content {
    font-size: 2rem;
  }
}
/* max-width:896px */
/*****************************************************

 Page - 下層ページ　共通レイアウト
 
*****************************************************/
/*　first_copy 
----------------------------------------------------*/
.first_copy {
  padding: 80px 0;
  text-align: center;
}
.first_copy .accent_copy {
  font-size: 4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  padding: 0 0 24px;
}

/* SP */
@media screen and (max-width: 896px) {
  .first_copy {
    padding: 40px 2%;
    text-align: left;
  }
  .first_copy .accent_copy {
    font-size: 2rem;
    padding: 0 0 24px;
  }
}
/* max-width:896px */
/*****************************************************

 Page - 設備紹介　facility
 
*****************************************************/
/*　welding
----------------------------------------------------*/
.welding {
  width: 80%;
  height: 400px;
  position: relative;
  margin: 0 auto 80px;
  background: url("../images/facility/facility_img_welding.jpg") no-repeat center center/cover;
}

/* SP */
@media screen and (max-width: 896px) {
  .welding {
    width: 90%;
    height: 160px;
    margin: 0 auto 40px;
  }
}
/* max-width:896px */
/* facility　※TOPページのCSSとは別
----------------------------------------------------*/
.facility {
  box-sizing: border-box;
  background: #2e618a;
  justify-content: center;
  width: 99.99%;
}
.facility .facility_inner {
  padding: 60px 80px;
}
.facility .facility_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  padding: 0 80px;
  gap: 80px;
  width: 80%;
  margin: 0 auto;
}
.facility .facility_box h3 {
  position: absolute;
  bottom: 16px;
  font-size: 2.2rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
}
@media (max-width: 1400px) {
  .facility .facility_box h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 1024px) {
  .facility .facility_box {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .facility .facility_box {
    grid-template-columns: 1fr;
    gap: 80px;
    width: 100%;
  }
}
.facility .facility_item {
  position: relative;
  color: #fff;
  /* ▼ 左右両側に Facility */
}
.facility .facility_item .caption_box {
  display: flex;
  position: relative;
  bottom: -30px;
  font-size: 1.4rem;
  font-weight: 400;
}
.facility .facility_item .caption_box p {
  width: 80%;
}
.facility .facility_item .caption_box p:nth-child(2) {
  text-align: right;
  width: 20%;
}
.facility .facility_item .facility_label {
  position: absolute;
  transform: translateY(-50%);
  writing-mode: vertical-rl;
  font-size: 14px;
  letter-spacing: 0.2em;
  opacity: 0.8;
  z-index: 2;
}
.facility .facility_item .facility_label_left {
  top: 70px;
  left: -30px;
}
.facility .facility_item .facility_label_right {
  bottom: 20px;
  right: -32px;
}
.facility .facility_item .facility_image {
  padding: 10px;
  position: relative;
  /* 左上 */
  /* 右下 */
}
.facility .facility_item .facility_image::before, .facility .facility_item .facility_image::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
.facility .facility_item .facility_image::before {
  top: -20px;
  left: -20px;
  border-right: none;
  border-bottom: none;
}
.facility .facility_item .facility_image::after {
  bottom: -20px;
  right: -20px;
  border-left: none;
  border-top: none;
}
.facility .facility_item .facility_image img {
  width: 100%;
  height: auto;
  display: block;
}

/* SP */
@media screen and (max-width: 896px) {
  .facility .facility_inner {
    padding: 30px 2%;
  }
}
/* max-width:896px */
/* SP */
/*@media screen and (max-width:896px) {
  
  .facility {
    padding: 40px 2%;

    .facility_box {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 80px;
      width: 60%;
      margin: 40px auto 0;

      h3 {
        bottom: 16px;
        font-size: 2.2rem;
        left: 10%;

        @media (max-width: 1400px) {
          font-size: 1.8rem;
        }
      }

      @media (max-width: 1024px) {
        grid-template-columns: repeat(2, 1fr);
        gap: 80px;
        width: 100%;
      }

      @media (max-width: 600px) {
        grid-template-columns: 1fr;
        gap: 80px;
        width: 100%;
      }
    }

    .facility_item {

      .caption_box {
        width: 80%;
        margin: 0 auto;

        p {
          width: 80%;


          &:nth-child(2) {
            text-align: right;
            width: 20%;
          }
        }
      }


      .facility_label {
        position: absolute;
        transform: translateY(-50%);
        writing-mode: vertical-rl;
        font-size: 14px;
        letter-spacing: 0.2em;
        opacity: 0.8;
        z-index: 2;
      }

      .facility_label_left {
        top: 68px;
        left: 20px;
      }

      .facility_label_right {
        bottom: 20px;
        right: 18px;
      }

      .facility_image {
        width: 70%;
        margin: 0 auto;

        &::before, &::after {
          content: "";
          position: absolute;
          width: 40px;
          height: 40px;
          border: 1px solid rgba(255, 255, 255, 0.5);
        }

        &::before {
          top: -20px;
          left: -20px;
          border-right: none;
          border-bottom: none;
        }

        &::after {
          bottom: -20px;
          right: -20px;
          border-left: none;
          border-top: none;
        }

        img {
          width: 100%;
          height: auto;
          display: block;
        }
      }
    }
  }
}*/
/* max-width:896px */
/* facility_table
----------------------------------------------------*/
.facility_table_box {
  box-sizing: border-box;
  width: 100%;
  margin: 80px 0 0;
  padding: 40px;
  background-color: #FFF;
}

/* SP */
@media screen and (max-width: 896px) {
  .facility_table_box {
    padding: 10px;
  }

  .col_box {
    justify-content: center;
  }
  .col_box .col2 {
    width: 100%;
  }
}
/* max-width:896px */
.facility_table {
  border-collapse: collapse;
  width: 100%;
}
.facility_table td {
  padding: 16px 12px;
  border-bottom: 1px solid #dcdcdc;
  vertical-align: middle;
  font-size: 14px;
}
.facility_table .name {
  width: auto;
}
.facility_table .count {
  width: 15%;
  text-align: right;
  white-space: nowrap;
}

/*****************************************************

 Page - works 施工実績
 
*****************************************************/
/*　works
----------------------------------------------------*/
.works {
  box-sizing: border-box;
  background: #2e618a;
  padding: 60px 80px;
  color: #FFF;
}
.works .works_box {
  width: 80%;
  margin: 0 auto;
}
.works .col3 img {
  width: 100%;
}
.works .col3 h3 {
  font-size: 2.2rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
}
.works .col3 h3 span {
  font-size: 1.6rem;
  margin: 0 10px 0 0;
}

/* SP */
@media screen and (max-width: 896px) {
  .works {
    padding: 20px 2% 40px;
  }
  .works .col3 {
    margin: 0 0 40px;
  }
  .works .col3:last-child {
    margin: 0;
  }
  .works .col3 img {
    width: 100%;
  }
  .works .col3 h3 {
    font-size: 1.8rem;
  }
  .works .col3 h3 span {
    font-size: 1.3rem;
    margin: 0 10px 0 0;
  }
}
/* max-width:896px */
/*****************************************************

 Page - company 会社概要
 
*****************************************************/
/*　company共通
----------------------------------------------------*/
.company_contents {
  box-sizing: border-box;
  width: 60%;
  padding: 22px 0 0;
}
.company_contents .accent_copy {
  font-size: 2rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  padding: 0 0 24px;
  color: #FFF;
}
.company_contents .accent_copy li {
  box-sizing: border-box;
  text-indent: -1.2em;
  padding-left: 1.2em;
  margin: 16px 0;
}
.company_contents .company_table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
}
.company_contents .company_table th, .company_contents .company_table td {
  padding: 16px 20px;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}
.company_contents .company_table tr:first-child th, .company_contents .company_table tr:first-child td {
  border-top: 1px solid #ccc;
}
.company_contents .company_table th {
  width: 220px;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
}
.company_contents .company_table .company_list li {
  text-indent: -1em;
  padding-left: 1em;
}

/* SP */
@media screen and (max-width: 896px) {
  /*　company共通
----------------------------------------------------*/
  .company_contents {
    width: 100%;
    padding: 0;
  }
  .company_contents .accent_copy {
    font-size: 1.6rem;
    padding: 0;
    margin: 10px 0;
  }
  .company_contents .company_table {
    width: 100%;
    min-width: auto;
    border: none;
  }
  .company_contents .company_table tr {
    display: block;
    border-bottom: 1px solid #ccc;
  }
  .company_contents .company_table th {
    display: block;
    width: 100%;
    padding: 10px 20px 0;
    border-bottom: none;
    font-weight: 800;
  }
  .company_contents .company_table td {
    display: block;
    width: 100%;
    padding: 0px 20px 10px;
    border-bottom: none;
  }
  .company_contents .company_table tr:first-child {
    border-top: 1px solid #ccc;
  }
  .company_contents .company_table tr:first-child th, .company_contents .company_table tr:first-child td {
    border-top: none;
  }
  .company_contents .company_table .company_list li {
    text-indent: -1.2em;
    padding-left: 1.2em;
    line-height: 1.4;
    margin: 10px 0;
  }
}
/* max-width:896px */
/*　philosophy
----------------------------------------------------*/
.philosophy {
  box-sizing: border-box;
  padding: 80px 20px 80px 80px;
  background-color: #34699a;
}
.philosophy .col_box {
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

/* SP */
@media screen and (max-width: 896px) {
  .philosophy {
    padding: 20px 2% 40px;
  }
  .philosophy .col_box {
    flex-wrap: wrap;
  }
}
/* max-width:896px */
/*　quality
----------------------------------------------------*/
.quality {
  box-sizing: border-box;
  padding: 80px 20px 80px 80px;
  background: #58a0c8 url("../images/company/company_img_01.png") no-repeat left bottom;
}
.quality .col_box {
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

/* SP */
@media screen and (max-width: 896px) {
  .quality {
    padding: 20px 2% 40px;
  }
  .quality .col_box {
    flex-wrap: wrap;
  }
}
/* max-width:896px */
/*　overview
----------------------------------------------------*/
.overview {
  box-sizing: border-box;
  padding: 80px;
}
.overview .col_box {
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

/* SP */
@media screen and (max-width: 896px) {
  .overview {
    padding: 20px 2% 40px;
  }
  .overview .col_box {
    flex-wrap: wrap;
  }
}
/* max-width:896px */
/*　history
----------------------------------------------------*/
.history {
  box-sizing: border-box;
  padding: 80px;
}
.history .col_box {
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

/* SP */
@media screen and (max-width: 896px) {
  .history {
    padding: 20px 2% 40px;
  }
  .history .col_box {
    flex-wrap: wrap;
  }
}
/* max-width:896px */
/*****************************************************

 Page - recruit　採用情報
 
*****************************************************/
/*　recruit_img
----------------------------------------------------*/
.recruit_img {
  width: 80%;
  height: 400px;
  position: relative;
  margin: 0 auto 80px;
  background: url("../images/recruit/recruit_img_01.jpg") no-repeat center bottom/cover;
}

/* SP */
@media screen and (max-width: 896px) {
  .recruit_img {
    width: 90%;
    height: 160px;
    margin: 0 auto;
  }
}
/* max-width:896px */
/*　guideline
----------------------------------------------------*/
.guideline_contents {
  box-sizing: border-box;
  width: 60%;
  padding: 22px 0 0;
}
.guideline_contents .guideline_contents_sub {
  box-sizing: border-box;
  padding-bottom: 80px;
}
.guideline_contents h3 {
  font-size: 2.4rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  padding: 0 0 16px 0;
}
.guideline_contents .accent_copy {
  font-size: 2rem;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  padding: 0 0 24px;
  color: #FFF;
}
.guideline_contents .accent_copy li {
  text-indent: -1em;
  padding-left: 1em;
}
.guideline_contents .guideline_table {
  width: 100%;
  min-width: 800px;
  border-collapse: collapse;
  line-height: 1.6;
}
.guideline_contents .guideline_table th, .guideline_contents .guideline_table td {
  padding: 16px 20px;
  border-bottom: 1px solid #ccc;
  vertical-align: top;
}
.guideline_contents .guideline_table tr:first-child th, .guideline_contents .guideline_table tr:first-child td {
  border-top: 1px solid #ccc;
}
.guideline_contents .guideline_table th {
  width: 220px;
  font-weight: 600;
  text-align: left;
  white-space: nowrap;
}
.guideline_contents .guideline_table td {
  background-color: #fff;
}
.guideline_contents .guideline_table .guideline_list li {
  text-indent: -1em;
  padding-left: 1em;
}

/* SP */
@media screen and (max-width: 896px) {
  /*　guideline
  ----------------------------------------------------*/
  .guideline_contents {
    box-sizing: border-box;
    width: 100%;
    padding: 0;
  }
  .guideline_contents .guideline_contents_sub {
    box-sizing: border-box;
    padding-bottom: 40px;
  }
  .guideline_contents h3 {
    font-size: 2rem;
    padding: 0 0 16px 0;
  }
  .guideline_contents .guideline_table {
    width: 100%;
    min-width: auto;
  }
  .guideline_contents .guideline_table tr {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
  }
  .guideline_contents .guideline_table th {
    display: block;
    width: 100%;
    padding: 10px 20px 0;
    border-bottom: none;
  }
  .guideline_contents .guideline_table td {
    display: block;
    width: 100%;
    padding: 0 20px 10px;
    border-bottom: none;
  }
  .guideline_contents .guideline_table tr:first-child th, .guideline_contents .guideline_table tr:first-child td {
    border-top: none;
  }
  .guideline_contents .guideline_table .guideline_list li {
    text-indent: -1.2em;
    padding-left: 1.2em;
  }
}
/* max-width:896px */
/*　guideline
----------------------------------------------------*/
.guideline {
  box-sizing: border-box;
  padding: 80px 80px;
  width: 99.9%;
}
.guideline .col_box {
  align-items: flex-start;
  justify-content: flex-start;
  flex-wrap: nowrap;
}

/* SP */
@media screen and (max-width: 896px) {
  .guideline {
    box-sizing: border-box;
    padding: 40px 2% 0;
    width: 100%;
  }
  .guideline .col_box {
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
/* max-width:896px */
/*****************************************************

 Page - 動的ページ
 
*****************************************************/
/*　Pager
----------------------------------------------------*/
.pager {
  margin: 0 0 80px;
  text-align: center;
}
.pager .page-numbers {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 12px 2px 0;
  color: #fff;
  font-weight: 700;
  text-align: center;
  background: #004DA0;
  line-height: 50px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.pager a.page-numbers {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.pager a.page-numbers:hover {
  background: #92BFD3;
  color: #fff;
  opacity: 1;
}
.pager .current {
  background: #F4E987;
  color: #004DA0;
}

/*　ページャーが空のとき
-----------------------------------*/
.pager:empty {
  margin-top: 0;
}

@media screen and (max-width: 896px) {
  .pager {
    margin: 0 0 40px;
  }
  .pager .page-numbers {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
/*　editor_area エディター装飾
----------------------------------------------------*/
.editor_area {
  margin: 24px auto 0;
  width: 100%;
  height: auto;
}
.editor_area img:first-child, .editor_area p:first-child, .editor_area ul:first-child, .editor_area ol:first-child, .editor_area h3:first-child, .editor_area h4:first-child {
  margin-top: 0;
}
.editor_area img {
  max-width: 100%;
  height: auto;
  margin-top: 32px;
  border: none !important;
  vertical-align: bottom;
}
.editor_area .gallery {
  margin-top: 14px !important;
}
.editor_area p {
  margin-top: 16px;
  line-height: 1.9;
}
.editor_area a {
  color: #004DA0;
  position: relative;
  font-weight: 500;
}
.editor_area a::before {
  content: '\f105';
  font: var(--fa-font-solid);
  display: inline-block;
  color: #004DA0;
  margin-right: 4px;
}
.editor_area strong {
  font-weight: 700;
}
.editor_area em {
  font-style: italic;
}
.editor_area ul {
  margin-top: 16px;
  list-style: disc;
  padding-left: 2.2rem;
}
.editor_area ul li {
  margin-top: 8px;
}
.editor_area ul li:first-child {
  margin-top: 0;
}
.editor_area ol {
  margin-top: 16px;
  list-style: decimal;
  padding-left: 2.2rem;
}
.editor_area ol li {
  margin-top: 8px;
}
.editor_area ol li:first-child {
  margin-top: 0;
}
.editor_area hr {
  border: 0;
  border-top: 1px #cccccc dotted;
  margin-top: 40px;
  margin-bottom: 40px;
}
.editor_area hr + img, .editor_area hr + p, .editor_area hr + ul, .editor_area hr + ol, .editor_area hr + h3, .editor_area hr + h4 {
  margin-top: 0;
}
.editor_area h3 {
  display: flex;
  align-items: center;
  font-size: 2rem;
  font-weight: 600;
  margin: 8px 0 16px 0;
}
.editor_area h3::before {
  content: '';
  display: inline-block;
  margin-right: 6px;
  width: 16px;
  height: 2px;
  background-color: #2BA5F7;
}
.editor_area h3:first-child {
  margin-top: 0;
}
.editor_area h4 {
  margin: 32px auto -4px;
  color: #2BA5F7;
  font-size: 1.8rem;
  font-weight: 600;
}
.editor_area h4:first-child {
  margin-top: 0;
}
.editor_area h4 + ul, .editor_area h4 + ol, .editor_area h4 + p {
  margin-top: 12px;
}

@media screen and (max-width: 896px) {
  .editor_area {
    margin: 16px auto 0;
  }
  .editor_area h3 {
    font-size: 1.6rem;
  }
  .editor_area h4 {
    font-size: 1.5rem;
  }
}
/*****************************************************

 Page - お問い合わせフォーム
 
*****************************************************/
/* contact_information
-----------------------------------*/
.contact_information {
  padding: 80px;
  text-align: center;
}
.contact_information .contact_box {
  width: 100%;
  margin: 40px 0;
  padding: 0 40px 40px;
  text-align: center;
  border: 1px solid #ccc;
}
.contact_information .contact_box span {
  position: relative;
  font-size: 5.4rem;
  padding: 0 0 0 16px;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 600;
  top: 10px;
  line-height: 2.4;
}

/* SP */
@media screen and (max-width: 896px) {
  .contact_information {
    padding: 40px 0;
    text-align: center;
  }
  .contact_information .contact_box {
    width: 100%;
    margin: 24px 0;
    padding: 16px 16px 24px;
  }
  .contact_information .contact_box span {
    position: relative;
    font-size: 2.4rem;
    padding: 0 0 0 16px;
    top: 2px;
    line-height: 1.8;
  }
  .contact_information .contact_box .mail_info {
    padding: 16px 0 0;
  }
}
/* max-width:896px */
/* policy_scroll_box
-----------------------------------*/
.policy_scroll_box {
  margin-top: 8px;
  width: auto;
  height: 290px;
  padding: 24px;
  box-sizing: border-box;
  border: 1px #CCCCCC solid;
  background: #f5f5f5;
  overflow-y: scroll;
  line-height: 1.6;
  font-size: 1.4rem;
}
.policy_scroll_box::-webkit-scrollbar {
  width: 8px;
}
.policy_scroll_box::-webkit-scrollbar-track {
  background: #CCCCCC;
}
.policy_scroll_box::-webkit-scrollbar-thumb {
  background: #444444;
}
.policy_scroll_box h3 {
  margin: 0 auto 24px;
  color: #333333;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.policy_scroll_box h4 {
  margin: 24px 0 0;
  color: #333333;
  font-weight: 700;
}
.policy_scroll_box ul, .policy_scroll_box ol {
  margin: 8px 8px;
}
.policy_scroll_box ul li {
  text-indent: -1.4rem;
  margin-left: 1.4rem;
}
.policy_scroll_box ul li::before {
  content: '・';
}
.policy_scroll_box ol li {
  list-style: decimal;
  margin-left: 1.4rem;
}
.policy_scroll_box p strong {
  font-weight: 700;
}

@media screen and (max-width: 1030px) {
  .policy_scroll_box {
    margin: 8px 0 24px 0;
    width: auto;
    padding: 16px;
    box-sizing: border-box;
    /*height: 180px;
    overflow-y: scroll;*/
  }
  .policy_scroll_box h3 {
    margin: 0 auto 24px;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
  }
  .policy_scroll_box h4 {
    margin: 24px auto 8px;
    font-weight: 700;
  }
  .policy_scroll_box ul {
    margin: 8px 8px;
  }
  .policy_scroll_box ul li {
    text-indent: -1.4rem;
    margin-left: 1.4rem;
  }
}
/* mailform_area
----------------------------------------------------*/
.mailform_area {
  margin: 80px 0;
  width: 99.9%;
}
.mailform_area a {
  color: #58a0c8;
  text-decoration: underline;
}

@media screen and (max-width: 896px) {
  .mailform_area {
    margin: 40px 0;
  }
}
/* tbl_form
---------------------------------------*/
.tbl_form {
  margin-top: 40px;
  width: 100%;
  border-collapse: collapse;
}
.tbl_form caption {
  margin: 64px 0 24px;
  color: #f73746;
  font-size: 2.2rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 2px;
}
.tbl_form tr {
  /*&:first-child{
  	th,td{
  		border-top:0;
  	}
  }*/
}
.tbl_form tr th, .tbl_form tr td {
  border-top: solid 1px #ccc;
}
.tbl_form tr th {
  width: 24%;
  width: 320px;
  padding: 32px 24px;
  font-weight: 700;
  box-sizing: border-box;
  position: relative;
}
.tbl_form tr th span.required {
  position: relative;
  margin: 0 0 0 16px;
  color: #fff;
  font-size: 1.3rem;
  font-weight: 600;
  background: #d1b300;
  border-radius: 4px;
  padding: 1px 7px 2px;
  box-sizing: border-box;
  line-height: 1;
}
.tbl_form tr td {
  width: 76%;
  width: 960px;
  padding: 32px 24px;
  text-align: left;
  line-height: 1.8;
}
.tbl_form tr:last-child th, .tbl_form tr:last-child td {
  border-bottom: solid 1px #ccc;
}

.tbl_form + .link_btn {
  margin-top: 64px;
}

@media screen and (max-width: 896px) {
  .tbl_form {
    margin-top: 24px;
    width: 100%;
    font-size: 1.4rem;
  }
  .tbl_form caption {
    margin: 24px 0 16px;
    color: #f73746;
    font-size: 1.6rem;
  }
  .tbl_form tr th {
    display: block;
    width: 100%;
    padding: 12px 0 0;
    box-sizing: border-box;
    vertical-align: middle;
    font-weight: 700;
    text-align: left;
    position: relative;
  }
  .tbl_form tr th span.required {
    position: relative;
    left: auto;
    top: auto;
    bottom: auto;
    margin: 0 0 0 8px;
  }
  .tbl_form tr td {
    border-top: 0;
    display: block;
    width: 100%;
    padding: 12px 0;
    box-sizing: border-box;
    text-align: left;
    line-height: 1.8;
    border-bottom: 0;
  }
  .tbl_form tr:last-child th {
    border-bottom: 0;
  }

  .tbl_form + .link_btn {
    margin-top: 40px;
  }
}
/* フォーム関係リセット
----------------------------------------------------*/
input, button, textarea, select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

select {
  appearance: auto;
}

/* フォーム関係装飾
----------------------------------------------------*/
input[type="text"], input[type="tel"], input[type="email"], input[type="date"], input[type="number"], textarea, select {
  box-sizing: border-box;
  width: 100%;
  max-width: 778px;
  height: auto;
  padding: 13px 12px;
  background: #fff;
  border: 1px solid #c4c4c4;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 4px;
  font-family: 'Noto Sans Japanese', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  color: #333;
}
input[type="text"].w100, input[type="tel"].w100, input[type="email"].w100, input[type="date"].w100, input[type="number"].w100, textarea.w100, select.w100 {
  width: 100%;
}
input[type="text"].w90, input[type="tel"].w90, input[type="email"].w90, input[type="date"].w90, input[type="number"].w90, textarea.w90, select.w90 {
  width: 90%;
}
input[type="text"].w80, input[type="tel"].w80, input[type="email"].w80, input[type="date"].w80, input[type="number"].w80, textarea.w80, select.w80 {
  width: 80%;
  max-width: 476px;
}
input[type="text"].w70, input[type="tel"].w70, input[type="email"].w70, input[type="date"].w70, input[type="number"].w70, textarea.w70, select.w70 {
  width: 70%;
}
input[type="text"].w60, input[type="tel"].w60, input[type="email"].w60, input[type="date"].w60, input[type="number"].w60, textarea.w60, select.w60 {
  width: 60%;
  max-width: 276px;
}
input[type="text"].w50, input[type="tel"].w50, input[type="email"].w50, input[type="date"].w50, input[type="number"].w50, textarea.w50, select.w50 {
  width: 50%;
}
input[type="text"].w40, input[type="tel"].w40, input[type="email"].w40, input[type="date"].w40, input[type="number"].w40, textarea.w40, select.w40 {
  width: 40%;
}
input[type="text"].w20, input[type="tel"].w20, input[type="email"].w20, input[type="date"].w20, input[type="number"].w20, textarea.w20, select.w20 {
  width: 20%;
}
input[type="text"].zip, input[type="tel"].zip, input[type="email"].zip, input[type="date"].zip, input[type="number"].zip, textarea.zip, select.zip {
  width: 40%;
}
input[type="text"].addr, input[type="tel"].addr, input[type="email"].addr, input[type="date"].addr, input[type="number"].addr, textarea.addr, select.addr {
  width: 100%;
}
input[type="text"].year, input[type="text"].month, input[type="text"].day, input[type="tel"].year, input[type="tel"].month, input[type="tel"].day, input[type="email"].year, input[type="email"].month, input[type="email"].day, input[type="date"].year, input[type="date"].month, input[type="date"].day, input[type="number"].year, input[type="number"].month, input[type="number"].day, textarea.year, textarea.month, textarea.day, select.year, select.month, select.day {
  width: 25%;
  max-width: 110px;
}

input[type="text"]:focus, input[type="tel"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
  box-shadow: 0 0 4px #8bd2f5;
  border: 1px solid #8bd2f5;
}

textarea {
  height: 180px;
}

.zip_btn {
  margin-left: 24px;
  color: #fff;
  background: #666;
  padding: 8px 24px;
  border-radius: 4px;
  cursor: pointer;
  cursor: hand;
}

@media screen and (max-width: 820px) {
  input[type="text"].w90, input[type="text"].w80, input[type="text"].w70, input[type="text"].w60, input[type="text"].w50, input[type="text"].w40, input[type="text"].w20, input[type="tel"].w90, input[type="tel"].w80, input[type="tel"].w70, input[type="tel"].w60, input[type="tel"].w50, input[type="tel"].w40, input[type="tel"].w20, input[type="email"].w90, input[type="email"].w80, input[type="email"].w70, input[type="email"].w60, input[type="email"].w50, input[type="email"].w40, input[type="email"].w20, input[type="date"].w90, input[type="date"].w80, input[type="date"].w70, input[type="date"].w60, input[type="date"].w50, input[type="date"].w40, input[type="date"].w20, input[type="number"].w90, input[type="number"].w80, input[type="number"].w70, input[type="number"].w60, input[type="number"].w50, input[type="number"].w40, input[type="number"].w20, textarea.w90, textarea.w80, textarea.w70, textarea.w60, textarea.w50, textarea.w40, textarea.w20, select.w90, select.w80, select.w70, select.w60, select.w50, select.w40, select.w20 {
    width: 100%;
  }
  input[type="text"].zip, input[type="tel"].zip, input[type="email"].zip, input[type="date"].zip, input[type="number"].zip, textarea.zip, select.zip {
    width: 50%;
  }
  input[type="text"].addr, input[type="tel"].addr, input[type="email"].addr, input[type="date"].addr, input[type="number"].addr, textarea.addr, select.addr {
    width: 100%;
    margin-top: 16px;
  }
  input[type="text"].year, input[type="text"].month, input[type="text"].day, input[type="tel"].year, input[type="tel"].month, input[type="tel"].day, input[type="email"].year, input[type="email"].month, input[type="email"].day, input[type="date"].year, input[type="date"].month, input[type="date"].day, input[type="number"].year, input[type="number"].month, input[type="number"].day, textarea.year, textarea.month, textarea.day, select.year, select.month, select.day {
    width: 24%;
  }

  .zip_btn {
    margin-left: 20px;
    color: #fff;
    background: #666;
    padding: 10px 16px;
    border-radius: 4px;
    cursor: pointer;
    cursor: hand;
    width: 40%;
    font-size: 1.2rem;
  }
}
/* Chrome */
::-webkit-input-placeholder {
  color: #cccccc;
}

/* Firefox */
::-moz-placeholder {
  color: #cccccc;
}

/* IE */
:-ms-input-placeholder {
  color: #cccccc;
}

input[type="checkbox"], input[type="radio"] {
  display: none;
}

label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
}

label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

label::before {
  width: 16px;
  height: 16px;
  margin-top: -9px;
}

label input[type="checkbox"]::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin-top: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
}

input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
  position: absolute;
  content: '';
  top: 7px;
  left: 3px;
  width: 15px;
  height: 6px;
  border-left: 2px solid #206a97;
  border-bottom: 2px solid #206a97;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media screen and (max-width: 896px) {
  input[type="checkbox"]:checked + span.wpcf7-list-item-label::after {
    top: 6px;
  }
}
.wpcf7-radio label::before {
  margin-top: -8px;
  border-radius: 50%;
}
.wpcf7-radio label::before {
  width: 16px;
  height: 16px;
  margin-top: -9px;
}
.wpcf7-radio input[type="radio"] label {
  padding: 3px 3px 3px 0;
}
.wpcf7-radio label input[type="radio"]::before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  bottom: 0;
  width: 18px;
  height: 18px;
  margin-top: auto;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
}
.wpcf7-radio input[type="radio"]:checked + span.wpcf7-list-item-label::after {
  position: absolute;
  content: '';
  top: 12px;
  left: 4px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #666666;
}

@media screen and (max-width: 896px) {
  .wpcf7-radio input[type="radio"]:checked + span.wpcf7-list-item-label::after {
    top: 11px;
  }
}
[data-name="agree_policy"] .wpcf7-list-item {
  margin: 0 0 0 0 !important;
}

select.year,
select.month,
select.day {
  width: 15%;
}

/*エラー時の表示*/
.wpcf7-not-valid-tip {
  display: none !important;
}

/*お問い合わせ内容と備考欄（テキストエリア）のエラー時の表示*/
/*[data-name="oubo-shubetsu"] .wpcf7-not-valid-tip,*/
[data-name="inquiry"] .wpcf7-not-valid-tip,
[data-name="purpose"] .wpcf7-not-valid-tip,
[data-name="remark"] .wpcf7-not-valid-tip,
[data-name="contact_detail"] .wpcf7-not-valid-tip {
  display: block !important;
}

.wpcf7-not-valid {
  border-color: #c1272d !important;
  background: rgba(193, 39, 45, 0.1) !important;
  transition: all .3s;
}
.wpcf7-not-valid.w100, .wpcf7-not-valid.w90, .wpcf7-not-valid.w80, .wpcf7-not-valid.w70, .wpcf7-not-valid.w60, .wpcf7-not-valid.w50, .wpcf7-not-valid.w40, .wpcf7-not-valid.w20, .wpcf7-not-valid.zip, .wpcf7-not-valid.addr, .wpcf7-not-valid.detail, .wpcf7-not-valid.year, .wpcf7-not-valid.month, .wpcf7-not-valid.day {
  border: solid 1px #c1272d !important;
}
.wpcf7-not-valid.wpcf7-checkbox, .wpcf7-not-valid.wpcf7-radio {
  /*color: #a21b20 !important;*/
  font-weight: bold !important;
  background: transparent !important;
}
.wpcf7-not-valid.wpcf7-checkbox label::before, .wpcf7-not-valid.wpcf7-radio label::before {
  border-color: #c1272d !important;
  background: rgba(193, 39, 45, 0.1) !important;
  transition: all .3s;
}

.agree_checkbox {
  margin: 40px auto;
  text-align: center;
  padding: 16px;
  background: #58a0c8;
  color: #FFF;
}

/* SP */
@media screen and (max-width: 896px) {
  .agree_checkbox {
    margin: 24px auto;
    padding: 8px;
  }
}
/* max-width:896px */
/* btn_contact
-----------------------------------*/
.btn_contact {
  margin: 0 auto;
  width: 400px;
  background: #FFF;
  padding: 18px 16px 18px;
  color: #34699a;
  font-size: 1.6rem;
  font-weight: 700;
  transition: all .3s;
  text-align: center;
  display: block;
  border-radius: 32px;
  cursor: pointer;
  border: 1px solid #34699a;
}
.btn_contact i {
  margin-right: 10px;
}
.btn_contact:hover {
  background: #f9ee55;
  color: #34699a;
}

@media screen and (max-width: 896px) {
  .btn_contact {
    width: 80%;
    max-width: 400px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 700;
    background-color: #1d5ba9;
    border: 2px solid #1d5ba9;
    padding: 14px 0;
    transition: all .3s;
  }
  .btn_contact i {
    margin-right: 10px;
  }
  .btn_contact:hover {
    background: #659CCE;
  }
}
/*****************************************************

 Page - プライバシーポリシー
 
*****************************************************/
/* policy
----------------------------------------------------*/
.policy {
  padding: 80px 0;
}
.policy article {
  margin: 56px 0 0;
}
.policy ul li {
  text-indent: -1rem;
  margin-left: 1rem;
}
.policy ul li::before {
  content: '-';
  margin-right: 4px;
  font-size: 2rem;
}

/* SP */
@media screen and (max-width: 896px) {
  .policy {
    padding: 40px 0;
  }
  .policy article {
    margin: 24px 0 0;
  }
}
/* max-width:896px */
/*     reCAPTCHA     */
.grecaptcha-badge {
  z-index: 9999 !important;
}

/*     reCAPTCHA  削除する場合   */
.grecaptcha-badge {
  visibility: hidden;
}

/*     reCAPTCHA  注意文   */
.re_captcha {
  text-align: center;
  margin: 16px 0;
  font-size: 1.3rem;
}
