4673b84673b84673b84673b84673b8 @charset "UTF-8";
/*
* Theme Name: アイ工務店　AIHK
* Author: 
* Version: 
* Description: 
*/
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 62.5%; /* font-sizeは16pxの62.5%の10px */
  scroll-behavior: smooth;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
}
body {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #000000;
  font-family: "Noto Sans JP", serif;
  letter-spacing: 0.05em;
}
main {
  width: 100%;
  min-width: 1000px;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 800px) {
  body {
    font-size: 1.4rem;
    background-attachment: scroll;
  }
  main {
    min-width: inherit;
  }
}
/************************************ サイズによる消去*/
@media (max-width: 800px) {
  .hidden-s {
    display: none !important;
  }
}
@media (min-width: 801px) {
  .hidden-l {
    display: none !important;
  }
}
/************************************ a:link a:hoverの設定*/
a:link, a:visited {
  color: #000;
  text-decoration: none;
}
.fade {
  transition: .3s ease-out;
}
.fade:hover {
  opacity: .6;
}
/************************************ common*/
/* Text/M-Bold */
.Text_M-Bold {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 180%; /* 27px */
}
/* Heading/S-Bold */
.Heading_S-bold {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 130%; /* 19.5px */
  letter-spacing: 0.3px;
}
/* Text/M3 */
.Text_M3 {
  font-size: 1.5rem;
  line-height: 180%; /* 27px */
}
@media only screen and (max-width: 800px) {
  .Text_M-Bold {
    line-height: 165%; /* 24.75px */
  }
  .Text_M3 {
    line-height: 165%; /* 24.75px */
  }
}
/************************************ サイト幅の設定（meta内のviewportも同様の数値を記入　※960px以下の場合は960pxに設定するiPad向け）*/
.container {
  width: 1000px;
  padding: 0 20px;
  margin: auto;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}
@media only screen and (max-width: 800px) {
  .container {
    width: 100%;
	  padding: 0;
  }
}
.container:before, .container:after {
  content: " ";
  display: table;
  clear: both;
}
/************************************ コンテンツ*/
.contents {
  float: left;
  width: 740px;
  padding: 0 0 80px;
}
@media only screen and (max-width: 800px) {
  .contents {
    float: none;
    width: auto;
    padding: 0 0 60px;
  }
}
/***************************/
/********【ヘッダー】********/
/***************************/
/****header****/
.nav_main_ar {
  padding: 25px 0px;
	margin: auto;
  /* flexbox */
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0);
  width: 100%;
  z-index: 999;
  transition: .3s ease-out;
  /*transform: translateY(-100%);
	 visibility: hidden;
	 height: 0;*/
}
.nav_main_ar.clone-nav {
  /*visibility: visible;
	 height: 100px;*/
  position: fixed;
  top: 0;
  background: rgba(255, 255, 255, 1);
  transition: all .3s ease-out;
  transform: translateY(-100%);
}
.nav_main_ar.clone-nav.show {
  transform: translateY(0);
}
/****/
.nav_main_ar .logo {
  padding: 5px 0 5px 30px;
  max-width: 370px;
}
.nav_main_ar .logo img {
  width: 350px !important;
  height: 40px !important;
}
.nav_main_ar h1 {
  display: block;
  padding: 0px 0px;
}
/****/
.nav_main_ar .nav {
	padding: 0 0px 0 0;
  /* flexbox */
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav_main_ar .nav_ar {
	max-width: 1520px;
	padding: 0 0px 0 0;
}
.nav_main_ar .nav_bx {
  /* flexbox */
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
/****/
.nav_main_ar .nav ul {
  /* flexbox */
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.nav_main_ar .nav ul a {
  font-size: 1.6rem;
  font-weight: 500;
  padding: 1em 1.5vw;
  position: relative;
}
.nav_main_ar .nav ul a:after {
  position: absolute;
  content: "";
  background: #c8c8c8;
  width: 1px;
  height: 30px;
  right: 0px;
  top: 25%;
}
.nav_main_ar .nav ul li:last-child a:after {
  display: none;
}
/****/
#link01, #link02, #link03, #link04, #link05, #link06, #link07, #link08, #link09, #link10 {
  margin-top: -140px; /* 固定ナビの高さ分のネガティブマージン */
  padding-top: 140px; /* 打ち消し用のパディング */
}
@media only screen and (max-width: 800px) {
  #link01, #link02, #link03, #link04, #link05, #link06, #link07, #link08, #link09, #link10 {
    margin-top: -50px; /* 固定ナビの高さ分のネガティブマージン */
    padding-top: 50px; /* 打ち消し用のパディング */
  }
}
/********【sp fix footer】********/
.sp_foot_btn {
  width: 100%;
  position: fixed;
  /*z-index: 889;*/
  z-index: 500;
  bottom: 0;
  left: 0;
  padding: 10px 0px;
  /*transition:プロパティ/時間/開始タイミング/変化度合;調整箇所*/
  transition: transform 0.5s 0s ease-in-out;
  transform: translateY(100%);
}
.sp_foot_btn.show {
  transform: translateY(0%);
}
.sp_foot_btn.hide {
  transform: translateY(100%);
}
/****/
.sp_foot_btn ul {
  /* flexbox */
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp_foot_btn ul li {
  text-align: center;
  font-size: 1.4rem;
  font-weight: 700;
  position: relative;
}
.sp_foot_btn ul li a {
  padding: 1em 0.5em;
  background: #003461;
  color: #fff;
  line-height: 1.2em;
  height: 50px;
  position: relative;
  /* flexbox */
  display: flex;
  justify-content: center;
  align-items: center;
}
.sp_foot_btn ul li.contact a {
  background: #4673b8;
}
.sp_foot_btn ul li.link_l, .sp_foot_btn ul li.link_r {
  width: 50%;
  padding: 0 1.5%;
}
.sp_foot_btn ul li.link_l a, .sp_foot_btn ul li.link_r a {
  padding: 0 0 0 2em;
}
.sp_foot_btn ul li.link_l a:before {
  position: absolute;
  content: "";
  background: url("../images/shared/ico_bridge.svg") no-repeat center center/cover;
  width: 31px;
  height: 28px;
  left: 25px;
  top: 23%;
}
.sp_foot_btn ul li.link_r a:before {
  position: absolute;
  content: "";
  background: url("../images/shared/ico_mail.svg") no-repeat center center/cover;
  width: 20px;
  height: 15px;
  left: 30px;
  top: 35%;
}
/***************************/
/********【フッター】********/
/***************************/
#foot_ar {
  width: 100%;
  min-width: 1000px;
  background: #003461;
  padding: 75px 20px 10px;
  color: #fff;
}
#foot_ar a {
  color: #fff;
  transition: .3s;
}
#foot_ar a:hover {
  opacity: 0.6;
}
#foot_ar .bx_ar {
  margin: 0 0 70px;
}
#foot_ar .bx_txt {
  width: 100%;
}
/****/
#foot_ar .logo {
  max-width: 282px;
  margin: 0 0 20px;
}
#foot_ar .add {
  margin: 0 0 30px;
}
#foot_ar .nav ul {
  /* flexbox */
  display: flex;
  justify-content: flex-start;
  align-items: center;
  align-content: start; /*複数行にした時の揃え*/
  flex-direction: row; /*子要素の並ぶ向き*/
  flex-wrap: wrap; /*子要素の折り返し*/
}
#foot_ar .nav ul li a {
  font-size: 1.4rem;
  display: block;
  padding: 0.5em .75em;
  position: relative;
}
#foot_ar .nav ul li:first-child a {
  padding: 0.5em .75em 0.5em 0;
}
#foot_ar .nav ul li a:after {
  position: absolute;
  content: "";
  background: #fff;
  width: 1px;
  height: 16px;
  right: 0px;
  top: 32%;
}
#foot_ar .nav ul li:last-child a:after {
  display: none;
}
/****/
#foot_ar .copy {
  text-align: center;
  font-size: 1.4rem;
}
@media only screen and (max-width: 800px) {
  #foot_ar {
    min-width: inherit;
    padding: 50px 0px 80px;
  }
	  #foot_ar .container{
    padding: 0px 0px;
  }
  #foot_ar .bx_ar {
    margin: 0 0 50px;
  }
  #foot_ar .bx_txt {
    width: 100%;
    margin: 0 0 40px;
  }
  /****/
  #foot_ar .logo {
    margin: 0 auto 15px;
  }
  #foot_ar .add {
    text-align: center;
    line-height: 2.0em;
  }
  #foot_ar .nav {
	  padding: 0 20px;
  }
	  #foot_ar .nav ul {
    justify-content: center;
  }
  #foot_ar .nav ul li a {
    font-size: 1.45rem;
    display: block;
    padding: 0.3em 1.2em;
  }
  #foot_ar .nav ul li:first-child a {
    padding: 0.3em .6em 0.3em 0;
  }
  /****/
  #foot_ar .copy {
    font-size: 1.3rem;
  }
}
/***************************/
/********【index】********/
/***************************/
/*------slider-----*/
/****slick****/
.top_slider_ar {
  width: 100%;
  position: relative;
  z-index: 1;
  height: calc(100dvh - 100px);
  height: calc(100vh - 100px);
  contain: paint;
  /* flexbox */
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
/****/
.top_slider_ar .top_catch_bx {
  width: 22%;
}
.top_slider_ar .bx_catch li.bg01 {
  height: 100vh;
  padding: 0 2vw;
}
.top_slider_ar .bx_catch li.bg01 {
  background: url("../images/top_main_01bg.webp") no-repeat center center/cover;
}
.top_slider_ar .bx_catch li .catch_ar {
  max-width: 220px;
  padding: 135px 0 0;
  margin: auto;
  /* flexbox */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  align-content: start;
  flex-direction: row;
  flex-wrap: wrap;
}
.top_slider_ar .bx_catch li .logo {
  margin: 0 0 50px;
  max-width: 220px;
  width: 100%;
}
.top_slider_ar .bx_catch li .catch {
  font-size: 1.6rem;
  font-weight: 600;
  writing-mode: vertical-rl;
  line-height: 2.4em;
  margin: 0 0px 0 0%;
}
/********/
.top_slider_ar .top_slider {
  height: 100%;
  visibility: hidden;
  display: none;
  opacity: 0;
  transition: 1.0s;
  overflow: hidden; /* はみ出し防止 */
}
.top_slider_ar .top_slider.slick-initialized {
  visibility: visible;
  display: block;
  opacity: 1;
}
.top_slider_ar .top_slider_bx {
  width: 78%;
}
/* Slickの器を全部100%高さに揃える（重要） */
.top_slider_ar .top_slider_bx, .top_slider_ar .top_slider_img, .top_slider_ar .top_slider_img .slick-list, .top_slider_ar .top_slider_img .slick-track, .top_slider_ar .top_slider_img li {
  height: calc(100dvh - 100px);
  height: calc(100vh - 100px);
}
/* 画像：親にフィット＋中央トリミング */
.top_slider_ar .top_slider_img li {
  position: relative;
  overflow: hidden;
}
.top_slider_ar .top_slider_img img {
  width: 100%;
  height: 100%; /* ← 100vh から 100% に変更 */
  object-fit: cover;
  object-position: bottom center;
  display: block;
  /* Ken Burns + ふわっとフェード */
  opacity: 1;
  transition: transform 6s linear, opacity 3s linear;
  will-change: transform, opacity;
  transform-origin: center center;
  transform: translateZ(0) scale(1); /* 既存scaleにZ(0)を足して固定 */
}
/* 表示中スライド（開始クラスが付いてから発火） */
.top_slider_ar .top_slider_img.is-ready .slick-current img {
  transform: scale(1.05);
  opacity: 1;
}
/* 非表示（activeだがcurrentではない） */
.top_slider_ar .top_slider_img.is-ready .slick-slide.slick-active:not(.slick-current) img {
  opacity: 1;
}
/* 初期化フェードはそのまま */
.top_slider_ar .top_slider_img {
  visibility: hidden;
  display: none;
  opacity: 0;
  transition: 1s;
}
.top_slider_ar .top_slider_img.slick-initialized {
  visibility: visible;
  display: block;
  opacity: 1;
}
/* 低モーションの人には演出オフ */
@media (prefers-reduced-motion: reduce) {
  .top_slider_ar .top_slider_img img {
    transition: none !important;
    transform: none !important;
    opacity: 1 !important;
  }
}
@media only screen and (max-width: 800px) {
  .top_slider_ar {
    height: calc(100dvh - 50px);
    height: calc(100vh - 50px);
    /* flexbox */
    display: block;
  }
  /****/
  .top_slider_ar .top_catch_bx {
    width: 100%;
    position: absolute;
    z-index: 2;
  }
  .top_slider_ar .bx_catch li.bg01, .top_slider_ar .bx_catch li.bg02, .top_slider_ar .bx_catch li.bg03 {
    height: auto;
    background: none;
  }
  .top_slider_ar .bx_catch li .catch_ar {
    max-width: 180px;
    padding: 4.5vh 0 0;
  }
  .top_slider_ar .bx_catch li .logo {
    width: 125px;
    margin: 0px 0px 30px;
  }
  .top_slider_ar .bx_catch li .catch {
    font-size: 1.3rem;
    line-height: 2.1em;
	letter-spacing: 0.2;
  }
  /********/
  .top_slider_ar .top_slider_bx {
    width: 100%;
  }
  /* Slickの器を全部100%高さに揃える（重要） */
  .top_slider_ar .top_slider_bx, .top_slider_ar .top_slider_img, .top_slider_ar .top_slider_img .slick-list, .top_slider_ar .top_slider_img .slick-track, .top_slider_ar .top_slider_img li {
    height: calc(100dvh - 50px);
    height: calc(100vh - 50px);
  }
  /* 画像：親にフィット＋中央トリミング */
  .top_slider_ar .top_slider_img li {
    position: relative;
    overflow: hidden;
  }
  .top_slider_ar .top_slider_img img {
    object-position: center bottom;
  }
  .top_slider_ar .top_slider_img.is-ready .slick-current img {
    transform: scale(1.0);
  }
}
/********01********/
#cont01_ar {
  max-width: 900px;
  margin: auto;
  clear: both;
  padding: 50px 0px 60px;
}
#cont01_ar .ttl {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
  line-height: 1.6
}
#cont01_ar .txt {
  font-size: 1.5rem;
  line-height: 2.0em;
  font-feature-settings: "palt";
}
@media only screen and (max-width: 800px) {
  #cont01_ar {
    min-width: inherit;
    padding: 40px 20px;
  }
  #cont01_ar .ttl {
    font-size: 2.4rem;
    margin: 0 0 20px;
  }
  #cont01_ar .txt {
    font-size: 1.4rem;
    line-height: 1.8em;
  }
}
/********02********/
#cont02_ar {
  width: 100%;
  min-width: 1000px;
  clear: both;
  padding: 0px 0px 80px;
}
#cont02_ar .bx_ar {
  /* flexbox */
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
#cont02_ar .bx_img {
  position: relative;
  z-index: 2;
  width: 50%;
}
#cont02_ar .bx_txt {
  position: relative;
  z-index: 1;
  width: 50%;
  padding: 110px 0 0 0px;
}
#cont02_ar .img {
  text-align: right;
  margin: 0 0 60px
}
#cont02_ar .eng {
  width: 430px;
  margin: 0 auto;
}
#cont02_ar .eng span {
  display: block;
  /*font-size: clamp(最小値, 可変の理想値（vw 単位を混ぜる）, 最大値;*/
  font-size: clamp(1.4rem, 4.5vw + 0.6rem, 6.0rem);
  line-height: 1.3;
  font-weight: 100;
  position: relative;
  right: -10.5vw;
}
#cont02_ar .txt_ar {
  max-width: 817px;
  margin: 0 0 0 -135px;
  padding: 70px 177px 60px 220px;
}
@media only screen and (max-width: 1366px) {
  #cont02_ar .txt_ar {
    padding: 70px 10vw 60px 18vw;
  }
}
#cont02_ar .ttl {
  font-size: 2.8rem;
  font-weight: 700;
  margin: 0 0 30px;
}
#cont02_ar .txt {
  font-weight: 500;
  margin: 0 0 40px;
  line-height: 2.0;
  font-feature-settings: "palt";
}
#cont02_ar .ico {
  display: inline-block;
  padding: 3px 15px;
  margin: 0 0 5px;
}
#cont02_ar .jp {
  font-weight: 500;
}
@media only screen and (max-width: 800px) {
  #cont02_ar {
    min-width: inherit;
    padding: 20px 0px 0px;
  }
  #cont02_ar .bx_ar {
    display: block;
  }
  #cont02_ar .bx_img {
    width: 100%;
  }
  #cont02_ar .bx_txt {
    padding: 0px 0 0 0px;
    /****画面幅100％****/
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
  }
  #cont02_ar .img {
    text-align: center;
    margin: 0 0 -7px;
  }
  #cont02_ar .eng {
    width: 100%;
    margin: 0 0 30px;
  }
  #cont02_ar .eng span {
    display: block;
    /*font-size: clamp(最小値, 可変の理想値（vw 単位を混ぜる）, 最大値;*/
    font-size: 4.0rem;
    position: relative;
    right: inherit;
    margin: auto;
    line-height: 1.2;
  }
  #cont02_ar .txt_ar {
    margin: -180px 0 0 0px;
    padding: 200px 20px 60px;
  }
  #cont02_ar .ttl {
    font-size: 2.4rem;
    margin: 0 0 10px;
    text-align: center;
  }
  #cont02_ar .txt {
    font-weight: 500;
    margin: 0 0 50px;
  }
  #cont02_ar .ico_ar {
    text-align: center;
  }
  #cont02_ar .ico {
    margin: 0 0 10px;
  }
}
/********03********/
#cont03_ar {
  width: 100%;
  min-width: 1000px;
  clear: both;
  padding: 50px 0px 80px;
}
#cont03_ar .ttl_ar {
  text-align: center;
  margin: 0 0 20px;
}
#cont03_ar .ttl01 {
  font-size: 2.8rem;
  font-weight: 700;
  display: inline-block;
  border-bottom: solid 5px #fff;
  margin: 0 0 25px;
}
#cont03_ar .ttl02 {
  font-size: 2.0rem;
  font-weight: 700;
}
#cont03_ar .txt {
  max-width: 800px;
  margin: 0 auto 50px;
  line-height: 2.0em;
  font-feature-settings: "palt";
}
/****/
#cont03_ar .ttl03 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin: 0 0 30px;
}
#cont03_ar .img {
  text-align: center;
  margin: 0 0 50px;
}
/****/
#cont03_ar .bnr_ar {
  background: #fff;
  margin: 0 0 40px;
  padding: 50px 20px;
}
#cont03_ar .ttl04 {
  font-size: 2.8rem;
  font-weight: 700;
  text-align: center;
  margin: 0 auto 20px;
  padding: 45px 0 0;
  font-feature-settings: "palt";
  position: relative;
  line-height: 1.4
}
#cont03_ar .ttl04:before {
  position: absolute;
  content: "";
  background: url("../images/bnr_ico.svg") no-repeat center center/cover;
  width: 254px;
  height: 38px;
  margin: 0 auto;
  left: 0px;
  right: 0;
  top: 0px;
}
#cont03_ar .bt {
  text-align: center;
}
#cont03_ar .bt a {
  display: block;
  background: url("../images/bnr_bg.svg") no-repeat center center/cover;
  width: 700px;
  height: 60px;
  font-size: 3.4rem;
  font-weight: 700;
  color: #fff;
  margin: 0 auto 10px;
  padding: 20px 0;
}
#cont03_ar .com {
  font-size: 1.4rem;
  text-align: center;
  font-weight: 500;
}
/****/
#cont03_ar .notice_ar {
  /* flexbox */
  display: flex;
  justify-content: center;
  align-items: center;
}
#cont03_ar .ico {
  max-width: 140px;
  padding: 5px 15px;
  margin: 0 1em 0 0;
}
#cont03_ar .notice {}
@media only screen and (max-width: 800px) {
  #cont03_ar {
    min-width: inherit;
    padding: 40px 0px 50px;
  }
  #cont03_ar .container {
    padding: 0px 0px;
  }
  #cont03_ar .ttl01 {
    font-size: 2.4rem;
    margin: 0 0 20px;
  }
  #cont03_ar .ttl02 {
    font-size: 1.8rem;
  }
  #cont03_ar .txt {
    max-width: 800px;
    margin: 0 auto 50px;
    line-height: 2.0em;
    padding: 0 20px;
  }
  /****/
  #cont03_ar .ttl03 {
    font-size: 2.4rem;
    margin: 0 0 20px;
  }
  #cont03_ar .img {
    max-width: 280px;
    margin: 0 auto 40px;
  }
  /****/
  #cont03_ar .bnr_ar {
    margin: 0 0 40px;
    padding: 30px 20px;
  }
  #cont03_ar .ttl04 {
    font-size: 2.2rem;
    padding: 40px 0 0;
  }
  #cont03_ar .ttl04:before {
    width: 230px;
    height: 33px;
  }
  #cont03_ar .bt a {
    width: 100%;
    height: inherit;
    font-size: 2.2rem;
    padding: 15px 0;
    border-radius: 50px;
  }
  #cont03_ar .com {
    font-size: 1.2rem;
  }
  /****/
  #cont03_ar .notice_ar {
    /* flexbox */
    display: block;
    text-align: center;
  }
  #cont03_ar .ico {
    max-width: 120px;
    padding: 3px 15px;
    margin: 0 auto 10px;
  }
  #cont03_ar .notice {}
}
/********04********/
#cont04_ar {
  clear: both;
  padding: 80px 0px;
}
#cont04_ar .ttl {
  font-size: 2.8rem;
  text-align: center;
  margin: 0 0 30px;
}
#cont04_ar .bt {
  text-align: center;
}
@media only screen and (max-width: 800px) {
  #cont04_ar .container {
    padding: 0px 0px;
  }
  #cont04_ar .ttl {
    font-size: 2.4rem;
    margin: 0 0 20px;
  }
  #cont04_ar .common_tbl2 {
    padding: 0 20px;
    display: block;
  }
}
/***************************/
/********【common】********/
/***************************/
.montserrat-eng {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}
.fo_bl {
  color: #003461;
}
.fo_wh {
  color: #ffffff;
}
.fo_rd {
  color: #ff0000;
}
.bg_lbl01 {
  background: #e5ecf5;
}
.bg_lbl02 {
  background: #cbd8eb;
}
.bg_dbl {
  background: #003461;
}
.bold {
  font-weight: 700;
}
/****table****/
.common_tbl2 {
  width: 100%;
  margin: 0 0 50px;
}
.common_tbl2.w20 th {
  width: 20%;
}
/****/
.common_tbl2 tr:first-child th {
  border-top: 1px solid #003461;
}
.common_tbl2 tr:first-child td {
  border-top: 1px solid #c8c8c8;
}
.common_tbl2 th, .common_tbl2 td {
  padding: 1.18em 1em;
  font-feature-settings: "palt"
}
.common_tbl2 th {
  border-bottom: 1px solid #003461;
  text-align: left;
}
.common_tbl2 td {
  border-bottom: 1px solid #c8c8c8;
}
@media only screen and (max-width: 800px) {
  .common_tbl2.w20 th {
    width: 30%;
  }
  /****/
  .common_tbl2 th, .common_tbl2 td {
    padding: 1.0em 0em;
    font-size: 1.3rem;
  }
  .common_tbl2 th {
    vertical-align: middle;
  }
  .common_tbl2 td {
    padding: 1em 0em 1em 0.5em;
    ;
  }
}
/****button****/
.css_bt_st a {
  display: inline-block;
  padding: 12px 1em;
  text-align: center;
  vertical-align: middle;
  min-width: 280px;
  background: #4673b8;
  color: #fff;
  transition: .3s;
  position: relative;
  line-height: 1.6;
  font-weight: 600;
}
.css_bt_fo {
  font-weight: 500;
}
.css_bt_st a:hover {
  opacity: .6;
}
.css_bt_st a:link, .css_bt_st_wh a:hover, .css_bt_st_wh a:visited {
  color: #fff;
}
@media only screen and (max-width: 800px) {
  .css_bt_st a {
    padding: 8px 1em;
    min-width: 250px;
  }
}
/***************************/
/********【headline】********/
/***************************/
.h2_st {
  text-align: center;
  margin: 80px 0 60px;
}
.h2_fo {
  font-size: 2.8rem;
  color: #003461;
  font-weight: 700;
}
@media only screen and (max-width: 800px) {
  .h2_st {
    margin: 40px 0 40px;
  }
  .h2_fo {
    font-size: 2.4rem;
    color: #003461;
    font-weight: 700;
  }
}
/**************************/
/********下層ページ用********/
/**************************/
/***************************/
/********【policy】********/
/***************************/
/********【common】********/
.page_policy .container {
  max-width: 800px;
  margin: auto;
}
.page_policy .ttl {
  font-size: 2.0rem;
  font-weight: 700;
  border-bottom: 1px solid #c8c8c8;
  padding: 0 0 15px;
  margin: 0 0 15px;
}
.page_policy .txt_ar {
  margin: 0 0 40px;
}
@media only screen and (max-width: 800px) {
  .page_policy {
	  padding: 0 20px;
  }
  .page_policy .container {
    max-width: 800px;
    margin: auto;
  }
  .page_policy .ttl {
    font-size: 1.8rem;
  }
  .page_policy .txt_ar {
    margin: 0 0 25px;
  }
}
/********【cont01】********/
.page_policy .cont01 {
  margin: 0 0 50px;
}
.page_policy .cont01 .txt {
  font-size: 1.6rem;
  letter-spacing: 0;
}
/****/
.page_policy .cont01 .txt_ar ul {}
.page_policy .cont01 .txt_ar ul li.num, .page_policy .cont01 .txt_ar ul li.num span {
  font-size: 2.0rem;
  font-weight: 700;
}
.page_policy .cont01 .txt_ar ul li {
  list-style: none;
}
.page_policy .cont01 .txt_ar ul li.txt span {
  font-size: 1.5rem;
}
@media only screen and (max-width: 800px) {
  .page_policy .cont01 {
    margin: 0 0 40px;
  }
  .page_policy .cont01 .txt {
    font-size: 1.4rem;
  }
  /****/
  .page_policy .cont01 .txt_ar ul {}
  .page_policy .cont01 .txt_ar ul li.num, .page_policy .cont01 .txt_ar ul li.num span {
    font-size: 1.8rem;
  }
  .page_policy .cont01 .txt_ar ul li.txt span {
    font-size: 1.4rem;
  }
}
/********【cont02】********/
.page_policy .cont02 {
  padding: 0 0 50px;
}
.page_policy .cont02 .info {
  font-size: 1.6rem;
  letter-spacing: 0;
}
.page_policy .cont02 .add {
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media only screen and (max-width: 800px) {
  .page_policy .cont02 .info {
    font-size: 1.4rem;
    letter-spacing: 0;
  }
  .page_policy .cont02 .add {
    font-size: 1.4rem;
    letter-spacing: 0;
    padding-left: 4em;
    text-indent: -4em;
  }
}
/***************************/
/********【contact】********/
/***************************/
/********【common】********/
.page_contact .container {
  max-width: 800px;
  margin: auto;
}
@media only screen and (max-width: 800px) {
.page_contact {
	padding: 0 20px;
}
  .page_contact .container {
    max-width: 800px;
    margin: auto;
  }
}
/********【cont01】********/
.page_contact .cont01 {
  margin: 0 0 50px;
}
.page_contact .cont01 .txt {
  font-size: 1.6rem;
  letter-spacing: 0;
  text-align: center;
  line-height: 2.0em;
}
.page_contact .cont01 .txt02 {
  font-size: 1.6rem;
  letter-spacing: 0;
  line-height: 2.0em;
  margin: 0 0 20px;
}
.page_contact .cont01 .txt02.last {
  margin: 0 0 100px;
}
@media only screen and (max-width: 800px) {
  .page_contact .cont01 .txt {
    font-size: 1.4rem;
    text-align: left;
  }
  .page_contact .cont01 .txt02.last {
    margin: 0 0 50px;
  }
  /****/
}
/********【cont02】********/
.page_contact .cont02 {
  padding: 0px 0px 100px;
}
@media only screen and (max-width: 800px) {
  .page_contact .cont02 {
    padding: 0px 0px 60px;
  }
}
/********【complete】********/
.page_contact .cont01 .ttl_complete {
  padding: 0 35px;
  margin: 0 0 50px;
  text-align: center;
}
.page_contact .cont01 .txt_complete {
  margin: 0 0 30px;
  font-weight: 300;
}
.page_contact .cont01 .notice_complete {
  margin: 0 0 80px;
}
.page_contact .cont01 .bt_complete {
  text-align: center;
  margin: 0 0 80px;
}
@media only screen and (max-width: 800px) {
  .page_contact .cont01 .ttl_complete {
    padding: 0 0px;
  }
}