 @charset "UTF-8";
 /*
* Theme Name: temp_aicoss
* Author: 
* Version:
* Description: 
*/
 html {
   scroll-padding-top: clamp(60px, 8vh, 100px); /* 万一のネイティブジャンプにも備える */
 }
 [id] {
   scroll-margin-top: clamp(60px, 8vh, 100px);
 }
 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-size: 100%;
   font-style: normal;
   font-weight: 300;
   vertical-align: baseline;
   background: transparent;
   font-feature-settings: "palt";
 }
 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;
 }
 table {
   border-collapse: collapse;
   border-spacing: 0;
 }
 input, select {
   vertical-align: middle;
 }
 img {
   max-width: 100%;
   height: auto;
   border: none;
   vertical-align: middle;
 }
 @font-face {
   font-family: "YakuHanCustom";
   src: url("/fonts/yakuhanjp/YakuHanJP-Regular.woff2") format("woff2");
   font-weight: 400;
   font-style: normal;
   /* 対象文字だけ半角化する */
   unicode-range:
     U+3001, /* 、 */ U+30FB, /* ・ */ U+3008-300B, /* 〈〉《》 */ U+300C-300F, /* 「」『』 */ U+3010-3011, /* 【】 */ U+3014-3015, /* 〔〕 */ U+FF08-FF09, /* （） 全角丸括弧 */ U+FF3B-FF3D, /* ［］ */ U+FF5B-FF5D; /* ｛｝ */
 }
 /********【画像設定】********/
 picture {
   display: block;
 }
 img {
   max-width: 100%;
   height: auto;
   border: none;
 }
 /* 歪み防止：画像の元比率を維持して枠内に収める */
 img[class*="ar-"] {
   width: 100%;
   height: auto; /* 高さは aspect-ratio で算出 */
   object-fit: contain; /* ← 歪まない */
   /*object-fit: cover;*/ /* ← 歪まない */
 }
 /* トリミングしていっぱいに見せたい時 */
 img.fit-cover {
   object-fit: cover;
 }
 body {
   font-family: "YakuHanCustom", "Noto Sans JP", sans-serif;
   font-style: normal;
   font-weight: 200;
   font-size: 15px;
   line-height: 1.8;
   color: #222222;
   letter-spacing: 0.05em;
 }
 * {
   -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;
 }
 @media (max-width: 540px) {
   .hidden-s {
     display: none !important;
   }
 }
 @media (min-width: 541px) {
   .hidden-l {
     display: none !important;
   }
 }
 @media (min-width: 1080px) {
   .hidden-1080 {
     display: none !important;
   }
 }
 @media (max-width: 1081px) {
   .hidden-1080 {
     display: block !important;
   }
 }
 @media (min-width: 1300px) {
   .hidden-1300 {
     display: none !important;
   }
 }
 @media (max-width: 1301px) {
   .hidden-1300 {
     display: block !important;
   }
 }
 @media only screen and (max-height: 660px) {
   .hidden-pickup-img {
     display: none;
   }
 }
 @media only screen and (max-width: 540px) {
   body {
     font-size: 14px;
   }
 }
 /************************************ a:link a:hoverの設定*/
 a:link, a:visited {
   color: #000;
   text-decoration: none;
 }
 a:hover, a:active {
   text-decoration: none !important;
 }
 a.fade {
   display: block;
   transition: .3s;
 }
 a.fade:hover {
   opacity: 0.7;
 }
 /************************************ サイト幅の設定*/
 main {
   overflow: hidden;
 }
 .container {
   max-width: 500px;
   padding: 0 30px;
 }
 @media only screen and (max-width: 540px) {
   .container {
     width: 100%;
     padding: 0 20px;
   }
 }
 /************************************テーブルレスポンシブ */
 @media only screen and (max-width: 540px) {
   .sp-listlayout {
     border: none !important
   }
   .sp-listlayout tr {
     display: block;
     margin-bottom: 5px
   }
   .sp-listlayout th {
     border: none !important;
     display: list-item;
     width: 100%;
   }
   .sp-listlayout td {
     border: none !important;
     display: list-item;
     list-style: none;
     width: 100%;
   }
   .sp-listlayout {
     table-layout: fixed
   }
   .sp-listlayout * {
     word-wrap: break-word
   }
 }
 /************************************投稿本文内の表示崩れについて*/
 pre {
   white-space: -moz-pre-wrap;
   white-space: -pre-wrap;
   white-space: -o-pre-wrap;
   white-space: pre-wrap;
   word-wrap: break-word;
 }
 h1, h2, h3, h4, h5 {
   -ms-word-wrap: break-word;
   word-wrap: break-word;
 }
 /***************************/
 /********【ヘッダー】********/
 /***************************/
 /****/
 .heder_main_ar {
   max-width: 100vw;
   /* flexbox */
   display: flex;
   justify-content: space-between;
   align-items: flex-start;
 }
 .heder_main_ar .area_l {
   /*width: calc(50% - 270px);
	width: 33.52855%;*/
   max-width: 33.333%;
   width: calc(50% - 250px);
   padding: 40px 0 0 60px;
   position: fixed;
   z-index: 1;
 }
 .heder_main_ar .area_c {
   /*width: 32.9429%;*/
   width: 500px;
   max-width: 33.333%;
   margin: 0 auto;
   position: fixed;
   z-index: 1;
 }
 .heder_main_ar .area_r {
   /*width: calc(50% - 270px);
	width: 33.52855%;*/
   width: calc(50% - 250px);
   position: fixed;
   z-index: 1;
   bottom: 20px;
   right: 60px;
   max-width: 319px;
 }
 @media only screen and (max-width: 1300px) {
   .heder_main_ar .area_r {
     width: auto;
     max-width: calc(43% - 250px);
     right: 4vw;
   }
 }
 /****/
 .heder_main_ar .logo {
   padding: 0 20px 0 0;
   max-width: 265px;
 }
 .heder_main_ar .nav_l {
   max-width: 293px;
   width: calc(50% - 350px);
   position: fixed;
   left: 60px;
   bottom: 20px;
 }
 .heder_main_ar .nav_l ul li a {
   display: block;
   max-width: 293px;
 }
 /****/
 .heder_main_ar .nav_r {
   flex-shrink: 0;
   background: rgba(255, 255, 255, 0.65);
   backdrop-filter: blur(12px);
   padding: 0px 15px 1px;
 }
 /****/
 .heder_main_ar .nav_r .ttl_s {
   background: #9ba6b7;
   color: #fff;
   font-size: 13px;
   font-weight: 500;
   text-align: center;
   padding: 2px 10px;
   letter-spacing: 0.2em;
   margin: 0 -15px;
 }
 .heder_main_ar .nav_r .ttl_l {
   background: #535f76;
   color: #fff;
   font-family: "Noto Serif JP", serif;
   font-size: 17px;
   font-weight: 500;
   text-align: center;
   padding: 2px 10px;
   margin: 0 -15px 10px;
 }
 @media only screen and (max-width: 1300px) {
   .heder_main_ar .nav_l {
     width: auto;
     left: 4vw;
     min-width: calc(43% - 250px);
   }
 }
 @media only screen and (max-width: 1200px) {
   .heder_main_ar .ttl_r {
     margin: 0 0 10px;
   }
 }
 /****/
 .heder_main_ar .nav_r ul li {
   margin: 0 0 5px;
 }
 .heder_main_ar .nav_r ul li a {
   display: flex;
   justify-content: flex-start;
   align-items: center;
   align-content: start; /*複数行にした時の揃え*/
   flex-direction: row; /*子要素の並ぶ向き*/
   flex-wrap: wrap; /*子要素の折り返し*/
   position: relative;
   transition: .3s;
 }
 .heder_main_ar .nav_r ul li span {
   line-height: 1.3;
   font-family: "Noto Serif JP", serif;
   font-weight: 600;
   font-size: 18px;
 }
 .heder_main_ar .nav_r ul li a:after {
   position: absolute;
   content: "";
   background: url("../images/shared/arr_hor_bk.svg")no-repeat center center/cover;
   width: 9px;
   height: 16px;
   right: 0em;
   top: 42%;
 }
 .heder_main_ar .nav_r ul li a .nav_r_img {
   max-width: 100px;
   margin: 5px 0;
   text-align: center;
 }
 .heder_main_ar .nav_r ul li a span {
   padding: 0 0 0 1em;
 }
 @media only screen and (max-width: 1200px) {
   .heder_main_ar .nav_r ul li a span {
     padding: 0 0 0 .5em;
     display: block;
     width: 56%;
   }
   .heder_main_ar .nav_r ul li a .nav_r_img {
     margin: 5px auto;
     max-width: 44%;
   }
   .heder_main_ar .nav_r ul li a:after {
     right: -10px;
     top: 35%;
   }
 }
 @media only screen and (max-width: 1080px) {
   /****/
   .heder_main_ar {
     display: block;
   }
   .heder_main_ar .area_l {
     display: none
   }
   .heder_main_ar .area_c {
     width: 100%;
     max-width: inherit;
   }
   .heder_main_ar .area_r {
     display: none
   }
 }
 /****************/
 /****/
 .heder_main_ar .nav_r02 {
   margin: 0 0 15px;
   padding: 10px 15px 3px;
 }
 /****/
 .heder_main_ar .ttl_r02 {
   margin: 0 0 15px;
 }
 .heder_main_ar .nav_r02 a {
   transition: .3s;
   display: block;
 }
 .heder_main_ar .nav_r02 a:hover {
   opacity: .6;
 }
 .heder_main_ar .ttl_r_eng02 {
   display: block;
 }
 .heder_main_ar .ttl_r_jp02 {
   display: block;
   padding: 0px 0 0 0px;
 }
 /****/
 .heder_main_ar .nav_r02 ul {
   margin: 0 -1% 5px;
   /* flexbox */
   display: flex;
   justify-content: flex-start;
   align-items: center;
   align-content: start; /*複数行にした時の揃え*/
   flex-direction: row; /*子要素の並ぶ向き*/
   flex-wrap: wrap; /*子要素の折り返し*/
 }
 .heder_main_ar .nav_r02 ul li {
   width: 31.333%;
   margin: 0 1% 5px;
 }
 /****/
 .heder_main_ar .nav_r02 .bt {
   text-align: right;
   display: block;
   position: relative;
   padding: 10px 1em 10px 0;
 }
 .heder_main_ar .nav_r02 .bt:after {
   position: absolute;
   content: "";
   background: url("../images/shared/arr_hor_bk.svg")no-repeat center center/cover;
   width: 8px;
   height: 15px;
   right: 0em;
   top: 31%;
 }
 /****/
 /***************************/
 /********【フッター】********/
 /***************************/
 #foot_ar {
   max-width: 500px;
   background: #E7EAEF;
   box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.07);
   margin: 0px auto 0px;
   padding: 40px 20px 60px;
   position: relative;
 }
 #foot_ar .logo {
   margin: 0 0 20px;
   max-width: 250px;
 }
 /****/
 #foot_ar .add {
   margin: 0 0 30px;
 }
 #foot_ar .txt {}
 #foot_ar .copy {
   padding: 30px 0px 40px;
   text-align: center;
 }
 /****/
 .sp_foot_btn {
   width: 100%;
   max-width: 500px;
   position: fixed;
   z-index: 5;
   bottom: 0;
   left: 0;
   right: 0;
   margin: auto;
   background: #ffe271 url("../images/shared/arr_hor_bl.svg") no-repeat right 100px top 50%/12px 16px;
   box-shadow: 0px -5px 20px 0px rgba(0, 0, 0, 0.25);
   text-align: center;
   padding: 10px 15px;
 }
 .sp_foot_btn a {
   font-size: 20px;
   font-weight: 700;
   color: #0d345b;
   line-height: 1.4;
   display: block;
 }
 @media only screen and (max-width: 540px) {
   .sp_foot_btn {
     padding: 10px 15px;
   }
   .sp_foot_btn a {
     font-size: 16px;
     line-height: 1.3;
   }
 }
 /********【reCAPTCHAマーク非表示】********/
 .grecaptcha-badge {
   display: none;
 }
 /***************************/
 /********【common】********/
 /***************************/
 main.top_bg01 {
   width: 100vw;
   background-attachment: fixed;
   position: sticky; /*背景画像を固定*/
   index: -2;
   padding: 75px 0 25px;
 }
 .contents_ar01 {
   max-width: 500px;
   background: #fff;
   box-shadow: 0 0 20px 7px rgba(0, 0, 0, 0.07);
   margin: 60px auto 0;
   position: relative;
   z-index: 5;
 }
 /* 背景画像 */
 @media only screen and (max-width: 540px) {
   main.top_bg01 {
     background: none;
     padding: 0px 0 0;
   }
   .contents_ar01 {
     max-width: inherit;
     width: 100%;
     border-radius: 0px 0px 0px 0px / 0px 0px 0px 0px;
     box-shadow: 0 0 0px 0px rgba(0, 0, 0, 0);
     margin: 55px auto 0;
   }
 }
 /* 画面全面の固定レイヤー（軽量・安定） */
 .np-bg {
   position: fixed;
   inset: 0;
   background-repeat: no-repeat;
   background-position: center center;
   background-size: cover;
   opacity: 1;
   pointer-events: none;
   z-index: 0; /* ← コンテンツより下、疑似要素(::before)より上 */
   will-change: opacity;
 }
 .np-bg01 {
   background-image: url("../images/bg_main_01.webp");
   opacity: 1;
 }
 /* ページの実コンテンツは前面へ（必要ならラッパーに付与） */
 body > header, body > main, body > footer {
   position: relative;
   z-index: 1;
 }
 /********【animation】********/
 .eachTextAnime span {
   opacity: 0;
   font-weight: bold;
 }
 .eachTextAnime.appeartext span {
   animation: text_anime_on .3s ease-out forwards;
 }
 @keyframes text_anime_on {
   0% {
     opacity: 0;
   }
   100% {
     opacity: 1;
   }
 }
 /***************************/
 /********【index】********/
 /***************************/
 /********01********/
 #cont01_ar {
   width: 100%;
   clear: both;
   background: #ebeff1;
   padding: 0 0 60px;
 }
 #cont01_ar .top_bnr_ar {
   margin: 0 -30px;
   background: #fff;
 }
 @media only screen and (max-width: 540px) {
   #cont01_ar .top_bnr_ar {
     margin: 0 -20px;
   }
 }
 #cont01_ar .main_img, #cont01_ar .price {
   margin: 0 -31px -1px;
 }
 #cont01_ar .txt {
   padding: 40px 0px 40px;
 }
 @media only screen and (max-width: 540px) {
   #cont01_ar {
     padding: 0 0 30px;
   }
   #cont01_ar .main_img, #cont01_ar .price {
     margin: 0 -20px -1px;
   }
   #cont01_ar .txt {
     padding: 30px 0px 10px;
   }
 }
 /********02********/
 #cont02_ar {
   width: 100%;
   clear: both;
   padding: 60px 0px 20px;
 }
 #cont02_ar .bx_plan_main_ttl {
   margin: 0 -30px 60px;
 }
 #cont02_ar .bx_plan {
   padding: 0 0 80px;
 }
 #cont02_ar .img {
   margin: 0 -30px 20px;
 }
 #cont02_ar .ttl {
   margin: 0 0px 40px;
 }
 #cont02_ar .drawing {
   margin: 0 0px 40px;
 }
 #cont02_ar .txt {
   margin: 0 0px 30px;
 }
 #cont02_ar .common_bx_btn {
   margin: -30px 0px 30px;
 }
 @media only screen and (max-width: 540px) {
   #cont02_ar {
     padding: 50px 0px 20px;
   }
   #cont02_ar .bx_plan_main_ttl {
     margin: 0 -20px 50px;
   }
   #cont02_ar .bx_plan {
     padding: 0 0 60px;
   }
   #cont02_ar .img {
     margin: 0 -20px 20px;
   }
   #cont02_ar .ttl {
     margin: 0 0px 30px;
   }
   #cont02_ar .drawing {
     margin: 0 0px 30px;
   }
   #cont02_ar .txt {
     margin: 0 0px 20px;
   }
   #cont02_ar .common_bx_btn {
     margin: -40px 0px 10px;
   }
 }
 /********03********/
 #cont03_ar {
   width: 100%;
   clear: both;
   padding: 60px 0px 60px;
   background: #ebeff1;
 }
 #cont03_ar .ttl {
   margin: 0 0 50px;
 }
 #cont03_ar .img {
   margin: 0 0 50px;
 }
 @media only screen and (max-width: 540px) {
   #cont03_ar .ttl {
     margin: 0 0 30px;
   }
   #cont03_ar .img {
     margin: 0 0 30px;
   }
 }
 /********04********/
 #cont04_ar {
   width: 100%;
   clear: both;
   padding: 60px 0px 60px;
   border-bottom: 2px dotted #595757;
 }
 #cont04_ar .ttl {
   margin: 0 0 30px;
 }
 #cont04_ar .img {
   margin: 0 0 60px;
 }
 @media only screen and (max-width: 540px) {
   #cont04_ar .ttl {
     margin: 0 0 30px;
   }
   #cont04_ar .img {
     margin: 0 0 30px;
   }
 }
 /********05********/
 #cont05_ar {
   width: 100%;
   clear: both;
   padding: 60px 0px 60px;
   border-bottom: 2px dotted #595757;
 }
 #cont05_ar .ttl {
   margin: 0 0 60px;
 }
 @media only screen and (max-width: 540px) {
   #cont05_ar .ttl {
     margin: 0 0 30px;
   }
 }
 /********06********/
 #cont06_ar {
   width: 100%;
   clear: both;
   padding: 60px 0px 80px;
 }
 #cont06_ar .main_ttl {
   margin: 0 0 60px;
 }
 #cont06_ar .holiday {
   margin: -30px 0 50px;
 }
 @media only screen and (max-width: 540px) {
   #cont06_ar .main_ttl {
     margin: 0 0 30px;
   }
   #cont06_ar .holiday {
     margin: 0px 0 50px;
     font-size: 13px;
   }
 }
 /* お問い合わせフォーム固定ヘッダー分だけ自動で余白を確保 */
 .anchor-target {
   scroll-margin-top: calc(var(--float-nav-h, 72px) + 12px);
 }
 /***************************/
 /********【common】********/
 /***************************/
 /****common btn****/
 .common_bx_btn {
   text-align: center;
 }
 .common_bx_btn .btn_bg {
   background: url("../images/lp/common/btn_bg.webp") no-repeat center center/100% auto;
   width: 440px;
   height: 198px;
   margin: auto;
   position: relative;
 }
 .common_bx_btn .btn {
   max-width: 382px;
   position: absolute;
   left: 0;
   right: 0;
   bottom: 30px;
   margin: auto;
 }
 @media only screen and (max-width: 540px) {
   .common_bx_btn {
     text-align: center;
   }
   .common_bx_btn .btn_bg {
     width: 100%;
     height: 198px;
     margin: auto;
     position: relative;
   }
   .common_bx_btn .btn {
     max-width: 340px;
     bottom: 40px;
   }
 }
 /***************************/
 /********【下層ページ】********/
 /***************************/
 .h2_ar.h2_contact {
   color: #222;
   height: inherit;
   padding: 30px 30px 0;
 }
 @media only screen and (max-width: 540px) {
   .h2_ar {
     height: 398px;
     padding: 20px 25px;
     margin: 50px 0 0;
     border-radius: 0px 0px 0px 0px / 0px 0px 0px 0px;
   }
 }
 /***************************/
 /********【page_contact】********/
 /***************************/
 /********【common】********/
 .contents_ar01.under_page_contact {}
 /********【cont01】********/
 .page_contact .cont01 {
   padding: 60px 0px 0px;
 }
 .page_contact .cont01 .txt_ar {
   border-bottom: solid 2px #666;
   padding: 0 0 15px;
   margin: 0 0 20px;
 }
 .page_contact .cont01 .txt {
   padding: 0 35px;
   margin: 0 0 50px;
 }
 @media only screen and (max-width: 540px) {
   .page_contact .cont01 .txt {
     padding: 0 0px;
     margin: 0 0 50px;
   }
 }
 /****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;
   padding: 0 0 10vh;
 }
 @media only screen and (max-width: 540px) {
   .page_contact .cont01 .ttl_complete {
     padding: 0 0px;
   }
 }
 /********【cont02】********/
 .page_contact .cont02 {
   padding: 0px 0px 100px;
 }
 @media only screen and (max-width: 540px) {
   .page_contact .cont02 {
     padding: 0px 0px 60px;
   }
 }