@charset "utf-8";
@import url("root.css");


/* CSS Document */

/* ==========================================================================
   テキスト装飾
   ========================================================================== */
/*-----*RESET CSS*-----*/
*:where(:not(iframe, canvas, img, svg, video):not(svg *)){all: unset;display: revert;}
*,*::before,*::after{box-sizing: border-box;}
ol,ul{list-style: none;}
img{vertical-align: bottom;}

a {cursor: pointer;}

@media screen and (max-width: 979px) {
img{max-width:100%;  vertical-align: bottom;}
}
/*-----*RESET CSS*-----*/

html, body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

body {
font-size:16px;
background-color: #f9f8f4;
color:#00234e;
font-weight: 400;
min-width:1200px;
line-height:1.8;
font-family: 'Noto Sans JP', sans-serif;
}

a {
color: #333333;
text-decoration: none;
text-decoration-skip-ink: none;
}
a:hover{
  color: #333333;
  text-decoration: none;
}

a:focus {
    outline: none; /* デフォルトのフォーカス枠を無効化 */
    text-decoration: none; /* 必要に応じて下線を無効化 */
}

p {font-size: 16px;text-align: justify;}

@media screen and (max-width: 979px) {
body {
	font-size: 16px;
	line-height: 1.8;
	min-width:100%;
}

}


img {
max-width: 100%;
vertical-align: bottom;
}
img {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}

/* スクロールで表示されたらこのクラスが追加される */
img.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.fade-text {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.8s ease-out;
}

.fade-text.fade-in {
  opacity: 1;
  transform: translateY(0);
}

.pc {display: block;}
.sp {display: none;}


@media screen and (max-width: 979px) {
.pc {display: none;}
.sp {display: block;}

.wrapper {
	padding:0;
	margin: 0 auto 0;
	width: 100%;
	text-align: center;

}

.child_01{order: 1;}
.child_02{order: 2;}
.child_03{order: 3;}
.child_04{order: 4;}
.child_05{order: 5;}
.child_06{order: 6;}
.child_07{order: 5;}
.child_08{order: 8;}
.child_09{order: 9;}


}



/* ==========================================================================
   テキスト装飾
   ========================================================================== */
.txt_b{font-weight: bold;}
.txt_big{font-size: 120%;}
.txt_big_02{font-size: 140%;}
.txt_red{color:var(--base-color_red);}
.txt_bl{color:#00479d;}
.txt_small{font-size: 80%;}
.txt_small_02{font-size: 60%;}



/* ==========================================================================
   リンク　共通
   ========================================================================== */
.link_a a {
display: block;
width: 300px;
  padding: 5px 20px;
  border:1px solid #333333;
  color:#333333; /* 文字色 */
  font-size: 40px;
  text-decoration: none; /* 下線を消す */
  text-align:left;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
  position: relative;
  padding: 20px 50px;
  margin: 50px auto 0;
  line-height: 1;
  box-shadow: 2px 2px 20px rgba(250, 185, 182, 0.1);
  background-color: #ffffff;
    transition: background-color 0.5s ease, color 0.5s ease; /* 色変化をゆっくり */
}

.link_a a:hover {
  color:#ffffff; /* 文字色 */
  background-color: #7ab851;
}
.link_a a::after {
content: "→";
padding:0;
position: absolute;
top:25%;
right:40px;
color:#333333;
text-align: center;
font-size:36px;
transition: opacity 0.3s ease-in-out;
}

.link_a a:hover::after {
  color: #ffffff;
}

.link_b a {
display: block;
width:300px;
  border-bottom:1px solid #333333;
  color:#333333; /* 文字色 */
  font-size: 24px;
  text-decoration: none; /* 下線を消す */
  text-align:left;
  cursor: pointer;
  position: relative;
  padding: 10px 0;
  margin: 0 auto 0;
  line-height: 1;
 transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
}

.link_b a:hover {
  color: #ddcc99; /* ホバー時に矢印の色を白に */
  border-bottom:1px solid #ddcc99;
}

.link_b a::after {
content: "→";
padding:0;
position: absolute;
top:5px;
right:0;
color:#ddcc99;
text-align: center;
font-size:36px;
transition: opacity 0.3s ease-in-out;
}


@media screen and (max-width: 959px) { 
.link_a a {
display: block;
width: 80%;
  font-size:18px;
  text-decoration: none; /* 下線を消す */
  text-align:left;
  cursor: pointer;
  transition: opacity 0.3s ease-in-out;
  position: relative;
  padding: 15px 20px;
  margin: 20px auto 0;
  line-height: 1;
  box-shadow: 2px 2px 20px rgba(250, 185, 182, 0.1);
  background-color: #ffffff;
    transition: background-color 0.5s ease, color 0.5s ease; /* 色変化をゆっくり */
}

.link_a a:hover {

}
.link_a a::after {
content: "→";
padding:0;
position: absolute;
top:25%;  
right:24px;
font-size: 24px;

}


.link_b a {
display: block;
  border-bottom:1px solid #333333;
  color:#333333; /* 文字色 */
  font-size:18px;
  text-decoration: none; /* 下線を消す */
  text-align:left;
  cursor: pointer;
  position: relative;
  padding: 10px 0;
  margin: 0 auto 0;
  line-height: 1;
 transition: background-color 0.5s ease, color 0.5s ease, border-color 0.5s ease;
 width: auto;
}

.link_b a:hover {
  color: #ddcc99; /* ホバー時に矢印の色を白に */
  border-bottom:1px solid #ddcc99;
}

.link_b a::after {
content: "→";
padding:0;
position: absolute;
top:25%;
right:0;
color:#ddcc99;
text-align: center;
font-size:24px;
transition: opacity 0.3s ease-in-out;
}

}

/* ==========================================================================
   共通レイアウト
   ========================================================================== */
.box{
width: 1000px;
margin: 0 auto 0;
padding:0 0;
text-align: center;
}

.row{
width: 100%;
display: flex;
margin: 70px auto 0;
padding:0 0;
justify-content: space-around;
flex-wrap: wrap;
}

.row_box{
width: 100%;
display: flex;
margin: 0 auto 0;
padding:0 0;
justify-content: space-around;
flex-wrap: wrap;
}


.col{width: 50%;}

.col_03{width: 30%;margin: 0 5% 5px 0;}
.col_03:nth-child(3n){margin: 0 0 5px 0;}
.col_04{width: 288px;margin: 0 16px 0 0;}
.col_04:nth-child(4n){margin: 0 0 0 0;}

.col_60{width: 55%;margin:0 5% 0 0;}
.col_60 p{font-size: 16px;}
.col_40{width: 40%;margin:0 auto;}

.col_70{width: 65%;margin:0 5% 0 0;}
.col_30{width: 30%;margin:0 auto;}

@media screen and (max-width: 979px) {
.box{
width: 90%;
margin: 0 auto 0;
padding:50px 0;
}

.txt_box{
width: 100%;
margin: 0 auto 0;
padding:20px 0 0 0;
}


.row{
width: 100%;
display: flex;
margin: 0 auto 0;
padding:0 0;
justify-content: space-around;
flex-wrap: wrap;
}

.col{width: 100%;}

.col_03{width:48%;margin: 0 4% 2% 0;}
.col_03:nth-child(3n){margin: 0 4% 2% 0;}
.col_03:nth-child(2n){margin: 0 0 2% 0;}

.col_04{width: 100%;margin: 0 16px 0 0;}
.col_04:nth-child(4n){margin: 0 0 0 0;}

.col_60{width: 100%;margin:0 0 0 0;}
.col_60 p{font-size: 14px;}
.col_40{width: 100%;margin:0 auto;}

.col_70{width: 100%;margin:0 0 0 0;}
.col_30{width: 100%;margin:0 auto;}



}



/* ==========================================================================
   共通タイトル
   ========================================================================== */
 h2{
 font-size: 32px;
 font-weight: 200;
 line-height: 2;
 }
 
.h2_title_a{margin: 0 auto;text-align: center;}
.h2_title_a h2{
position: relative;
text-align: center;
margin:0 auto 0;
font-size:60px;
font-weight: 500;
line-height:1.6;
color:#00234e;
}
.h2_title_a span{
font-size: 24px;
text-align: center;
color:#cccccc;
font-weight: 500;
}

.h2_title_a_c{
color: #ddcc99;
}

.h2_title_b{
font-size:34px;
font-weight: 200;
line-height:32px;
border-bottom: 2px solid #ddcc99;
padding: 0 0 20px 0;
margin: 0 auto 20px;
}


@media screen and (max-width: 979px) {
 h2{
 font-size:22px;
 font-weight: 200;
 }


.h2_title_a{
padding: 0 0 20px 0;
}


.h2_title_a h2{
text-align: center;
font-size:28px;
font-weight: 600;
}

.h2_title_a img{
text-align: center;
margin-top: 0;
width:12%;
}

.h2_title_a span{
font-size: 14px;
font-weight:200;
line-height: 1;
}



.h2_title_b{
font-size:20px;
font-weight: 200;
line-height:1.6;
border-bottom: 2px solid #ddcc99;
padding: 0 0 10px 0;
margin: 0 auto 20px;
}


}

/***************************************
---------------- HEADER ----------------
***************************************/
header {
position: fixed;
top: 0;
left: 0;
width: 100%;
height:60px;
z-index: 9999999;
display: flex;
align-items:center;
justify-content:flex-start;
}

header .header_logo{
width: 100%;
margin:0;
text-align:left;
padding:0 20px;
height: 60px;
display: flex;
align-items:center;
justify-content:left;
}
header .header_logo img{
width: 84%;
padding:0;
}

.nav-menu {display: none;}

.menu-btn {
position: fixed;
top:0;
right:0;
display: flex;
height: 60px;
width: 60px;
background-color:#b2aa3c;
justify-content: center;
align-items: center;
z-index: 90;
color:#ffffff;
}


.menu-btn span.bar {
content: "";
display: block;
height: 3px;
width: 32px;
background-color: #ffffff;
position: absolute;
transition: 0.4s;
}

.menu-btn span.txt {
position: absolute;
top: 0;
}

.menu-btn span.bar:nth-child(1) {top: 14px;}
.menu-btn span.bar:nth-child(2) {top: 28px;}
.menu-btn span.bar:nth-child(3) {top: 43px;}

#menu-btn-check:checked ~ .menu-btn span.bar:nth-child(2) { opacity: 0;    }


#menu-btn-check:checked ~ .menu-btn span.bar:nth-child(3){
top: 30px;
background-color: #ffffff;
transform: rotate(45deg);
transition: 0.4s;
}
#menu-btn-check:checked ~ .menu-btn span.bar:nth-child(1){
top: 30px;
background-color: #ffffff;
transform: rotate(-45deg);
transition: 0.4s;
}

#menu-btn-check:checked ~ .menu-btn span.menu:before {
content: "CLOSE";
color:#ffffff;
font-size: 11px;
font-weight: bold;
position: absolute;
bottom:-15px;
left:3px;
transition: 0.4s;
}

.menu-btn p {
padding: 55px 0 0 0;
font-weight: bold;
font-size:12px;
color: #333333;
}
#menu-btn-check:checked ~ .menu-btn span.bar::after {
top: 0;
background-color: #333333;
transform: rotate(-45deg);
}

.navigation {
width: 40vw;
height: 100%;
position: fixed;
top: 0;
right: -60vw;
z-index: 80;
background-color: rgba(0, 35, 78, 0.8);
transition: right 0.8s ease;
display: flex;
align-items: center;
justify-content: flex-start;
flex-wrap: wrap;
}

.navigation ul#page_link {
margin: 0 auto;
padding: 25px;
height: auto;
-webkit-transform: translateX(-10px);
transform: translateX(-10px);
transition: 1s;
width: 500px;
text-align: left;
}
.navigation ul#page_link > li {
width: 100%;
margin: 0;
list-style: none;
border-bottom: 1px solid #ffffff;
padding: 10px 0;
}



.navigation ul#page_link li:not(:last-of-type)::after {content: none;}

.navigation ul#page_link > li a,
.navigation ul#page_link > li span {
display: block;
width: 100%;
height: auto;
font-size:16px;
box-sizing: border-box;
color:var(--base-color_w);
text-decoration: none;
position: relative;
text-align:left;
}

.navigation ul#page_link > li:before,
    .navigation ul#page_link > li:last-of-type:after {
        content: none;
    }
    .navigation ul#page_link > li a:hover,
    .navigation ul#page_link > li span:hover {
color: antiquewhite;
    }
    
.navigation .li_border {
border-bottom: 1px solid #ffffff;
padding: 10px 0 10px 0;
}

.navigation .li_sub01{
padding:10px 0 5px 0;
}   

.navigation .li_sub{
padding:5px 0 5px 20px;
}   
    
.navigation .li_sub_last{
padding:5px 0 15px 20px;
}

#menu-btn-check:checked ~ .navigation {
right: 0;/*メニューを画面内へ*/
}
.navigation li.has-child ul{
        position: static;
        background: none;
        width: calc(100% - 2px);
        visibility: hidden;
        opacity: 1;
        transition: none;
        display: none;
    }
    .navigation li.has-child {
        flex-wrap: wrap; 
    }
    .phone_num {
        width: 100%;
        margin: auto;
        padding: 25px;
    }
    .phone_num a {
        color: var(--base-color_w);
        justify-content: center;
        margin:10px auto 10px;
    }
    .phone_num a::before {
        content: url(../img/tel_wh.svg);
    }
    .phone_num p {
        color: var(--base-color_w);
        text-align: center;
        font-size: 1.8rem;
    }
    .chirashi_btn {
        width: 70%;
        padding: 15px;
        margin: auto;
    }


.menu-inq{
    position: fixed;
    top: 0;
    right:60px;
    display: flex;
    height: 60px;
    background-color: #00234e;
    justify-content: center;
    align-items: center;
    z-index: 90;
    color: #ffffff;
}
.menu-inq a{
height: 60px;
color: #ffffff;
padding:0 20px;
display: flex;
justify-content: center;
align-items: center;
background-color: #00234e;
transition: color 0.6s ease, background-color 0.6s ease;
}

.menu-inq a:hover{color: #b2aa3c;}


@media screen and (max-width: 768px) {
header{
justify-content: flex-start;
margin: 0;
height: 50px;
}

header .header_logo {
width: 100%;
margin:0;
text-align: left;
padding: 10px 0 0 3%;
height: 50px;
align-items:center;
}
    
header .header_logo img{width:60%;}


.menu-btn {
        position: fixed;
        top: 0;
        right:0;
        display: flex;
        height: 50px;
        width: 50px;
        justify-content: center;
        align-items: center;
        z-index: 90;
        color:#333333;

    }
    
.menu-btn span.bar {
        content: "";
        display: block;
        height: 3px;
        width: 35px;
        background-color: #ffffff;
        position: absolute;
        transition: 0.4s;
    }
    .menu-btn span.txt {
        position: absolute;
        top: 0;
        
    }
    .menu-btn span.bar:nth-child(1) {top: 13px;}
    .menu-btn span.bar:nth-child(2) {top: 23px;}
    .menu-btn span.bar:nth-child(3) {top: 33px;}    
   
    
    #menu-btn-check:checked ~ .menu-btn span.bar:nth-child(2) {
    opacity: 0;

    }
    #menu-btn-check:checked ~ .menu-btn span.bar:nth-child(3){
        top: 22px;
        background-color: #ffffff;
        transform: rotate(45deg);
        transition: 0.4s;
    }
    #menu-btn-check:checked ~ .menu-btn span.bar:nth-child(1){
        top: 22px;
        background-color: #ffffff;
        transform: rotate(-45deg);
        transition: 0.4s;
    }

    #menu-btn-check:checked ~ .menu-btn span.menu:before {
    content: "CLOSE";
    color:#ffffff;
    font-size: 11px;
    font-weight: bold;
    position: absolute;
    bottom:-15px;
    left:3px;
    transition: 0.4s;

}
.menu-btn p {
    padding: 55px 0 0 0;
    font-weight: bold;
    font-size:12px;
    color: #333333;
}
    #menu-btn-check:checked ~ .menu-btn span.bar::after {
        top: 0;
        background-color: #333333;
        transform: rotate(-45deg);
}



.navigation ul#page_link {
width: 100%;
margin: 70px auto 100px;
height: 100%;
overflow: auto;
padding-bottom:200px;
}

.navigation {
    width: 60vw;

}

.menu-inq{
    position: fixed;
    top: 0;
    right:50px;
    display: flex;
    height: 50px;
    background-color: #00234e;
    justify-content: center;
    align-items: center;
    z-index: 90;
    color: #ffffff;
}
.menu-inq a{
height: 50px;
color: #ffffff;
padding:0 10px;
display: flex;
justify-content: center;
align-items: center;
background-color: #00234e;
transition: color 0.6s ease, background-color 0.6s ease;
font-size: 14px;
}

.menu-inq a:hover{color: #b2aa3c;}

}
/* #################################  TOP*/


#mv{
width: 100%;
height: 90vh;
position: relative;
}

#mv .bg01{
background-color:#ebf1ed;
width: 75%;
top:30vh;
height: 55vh;
right: 0;
z-index: -2;
position: absolute;
}

#mv .bg02 {
  width: 65%;
  min-width:840px;
  height: 70vh;
  position: absolute;
top: clamp(100px, 5vh, 150px); 
  right: 0;
  z-index: -1;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("../img/top_01.png");
  opacity: 1;
  transition: opacity 1s ease-in-out;

}




#mv .box{
width: 1100px;
padding:300px 0 0 0;
}

#mv h1{
font-size: 20px;
text-align:left;
line-height: 1.4;
}
#mv h2{
font-size: 60px;
font-family: "Noto Serif JP", serif;
text-align:left;
line-height: 1.4;
font-weight: 500;
}
#mv h2 span{color: #b2aa3c;}


@media screen and (max-width: 979px) {
#mv{
width: 100%;
height: 60vh;
position: relative;

}

#mv .bg01{
background-color:#ebf1ed;
width: 100%;
top:0; 
height:50vh;
right: 0;
z-index: -2;
position: absolute;
}

#mv .bg02 {
  width: 65%;
  min-width:100%;
  height:50vh;
  position: absolute;
top:20vh; 
  right: 0;
  z-index: -1;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("../img/top_01.png");
  animation: zoomin 10s forwards;

}

#mv .box{
padding:10vh 0 0 0;
width: 100%;
}


#mv h1{font-size: 14px;text-align: center;}
#mv h1 span{}
#mv h2{
font-size:40px;
padding: 5px 20px;
border-radius: 8px;
margin: 5px auto;
text-align: center;
}

#mv h3{
font-size:16px;
font-family: "Noto Serif JP", serif;
}
}

/* #################################  access*/

#philosophy{
margin: 0 auto;
padding: 100px 0 150px 0;
}


#philosophy .box{
margin: 0 auto 0;
padding: 70px 0 0 0;
}

#philosophy p{
text-align: center;
font-size: 24px;
font-weight: 500;
font-family: "Noto Serif JP", serif;
padding: 50px 0 0 0;
}




@media screen and (max-width: 979px) {
#philosophy{padding:40px 0 40px 0;}
#philosophy::before{}

#philosophy .box{padding: 0 0;}

#philosophy .txt_box{
margin: 0 auto 0;
position: relative;
}

#philosophy h3{
font-size:24px;
text-align:center;
line-height: 1.6;
}

#philosophy h4{
font-size:14px;
text-align:center;
font-family: "Noto Serif JP", serif;
}

#philosophy .txt_box_img{
position:static;
top:auto;
right:auto;
width: 90%;
margin: 20px auto;
}

#philosophy p{
padding: 20px 0 0 0;
font-size: 14px;
text-align: left;
}
}

/* #################################  Business*/

#business{background-color:#ebf1ed;padding: 100px 0 50px 0;}
#business .row{width: 1000px;}
#business .col{padding: 0 0 40px 0;}
#business img{padding: 0 0 0 0;border-radius: 20px;}

#business .col h2{
font-size: 50px;
border-bottom:3px solid #b2aa3c;
padding: 0 0 10px 0;
font-weight: 500;
line-height: 1.4;
margin: 0 auto 10px;
}

#business .col h3{
color: #b2aa3c;
font-size: 24px;
font-weight: 500;
}

#business .col p{
padding:20px 0 40px 0;
text-align:left;
}

#business .col span{
font-size: 100px;
font-weight: 700;
  font-family: 'Barlow', sans-serif;
line-height: 1;
}
#business .col img{
margin: 20px 0 0 0;
}
.img_right{

display: flex;
justify-content: flex-end;
}




@media screen and (max-width: 979px) {
#business{padding: 40px 0;}
#business .row{width:90%;}

#business .col {
    padding: 0 0 0 0;
}

#business .col img{padding:0;margin: 10px auto 20px;}

#business .col span {
    font-size:50px;
    font-weight: 700;
    font-family: 'Barlow', sans-serif;
    line-height: 1;
	text-align: center;
	display: flex;
	justify-content: center;
}

#business .col h2{
font-size: 30px;
border-bottom:2px solid ##00234e;
padding:5px 0 10px 0;
font-weight: 500;
line-height: 1.4;
margin: 0 auto 10px;
text-align:center;
}

#business .col h3{
color: #b2aa3c;
font-size:18px;
font-weight: 500;
text-align:center;
}



#business h3{
font-size:18px;
padding: 0 0 10px 0;
text-align: center;
}

#business .col p{
padding:0;
text-align:left;
font-size: 14px;
}
}


/* #################################  Business*/
#seminar{
padding: 100px 0 0 0;
margin: 0 auto;
}

#seminar .box{
padding: 0;
width: 1000px;
margin: 0 auto;
padding: 70px 0;
}

#seminar .col_img{
padding: 20px 0 0 0;
display: flex;
justify-content: flex-end;
}

#seminar h3{
    font-size: 40px;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
	text-align: center;
	position: relative;
	padding: 40px 0 0 0;
	line-height: 1.4;
}

#seminar h3::before {
    background: #b2aa3c;
    bottom: -30px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 120px;
    z-index: 999;
}

#seminar p{
text-align:left;
padding:30px 0 0 0;
}

@media screen and (max-width: 979px) {
#seminar{
padding: 40px 0;
margin: 0 auto;
}

#seminar .box{
padding: 0;
width:90%;
margin: 0 auto;
padding: 20px 0;
}

#seminar .col_img{
padding: 20px 0 0 0;
display: flex;
justify-content: flex-end;
}

#seminar h3{
    font-size: 20px;
    font-weight: 500;
    font-family: "Noto Serif JP", serif;
	text-align: center;
	position: relative;
	padding: 40px 0 0 0;
	line-height: 1.4;
}

#seminar h3::before {
    background: #b2aa3c;
    bottom: -20px;
    content: "";
    height: 3px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    width: 120px;
    z-index: 999;
}

#seminar p{
text-align:left;
padding:30px 0 0 0;
font-size: 14px;
}
}
/* #################################  news*/

#news{}
#news .box{padding:70px 0 100px;}

#news dl{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
background-color: #ffffff;

padding: 40px;
margin:20px auto 20px;
}

#news dt{
width: 150px;
text-align: left;
}

#news dt img{border-radius: 8px;}

#news dd{
width:770px;
text-align: left;
padding: 0 0 0 40px;
}

#news dd span{
border-radius: 8px;
color: #ffffff;
background-color: #333333;
padding: 0 20px;
font-weight: 500;
line-height: 1.2;
}

#news dd p{padding:10px 0 0 0;line-height: 1.6;}

#news dd a{padding:10px 0 0 0;line-height: 1.6;display: block;}

@media screen and (max-width: 979px) {
#news{}
#news .box{padding: 0 0 50px 0;}
#news h2{font-size:28px;}

#news dl{
padding:20px 10px;
margin:10px auto 10px;
}

#news dt{width:100%;margin: 0 auto 20px;text-align: center;}
#news dt img{border-radius: 8px;}

#news dd{width:100%;text-align: left;}

#news dd span{
font-size: 14px;
}

#news dd p{padding:10px 0 0 0;line-height: 1.6;}
}


/* #################################  #company*/
#company{
    background-color: #ebf1ed;
    padding: 100px 0 0 0;
}

#company .row{
width: 1000px;
margin: 80px auto;
}

#company dl{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding:10px 0;
margin:50px auto 70px;
}

#company dt{
width:35%;
text-align:center;
background-color:#00234e;
border-bottom: 1px solid #ffffff;
color: #ffffff;
text-align: center;
font-weight: 500;
margin: 0 auto;
padding: 15px 0 15px 40px;
font-size: 20px;
display: flex;
align-items: center;
}

#company dd{
width:65%;
text-align: left;
padding: 0 20px 0 40px;
background-color: #ffffff;
border-bottom: 1px solid #00234e;
display: flex;
align-items: center;
}

@media screen and (max-width: 979px) {
#company{
padding: 40px 0 0 0;
}

#company .box{
width: 100%;
padding: 0;
}

#company .row{
width: 90%;
margin: 40px auto;
}

#company dl{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
padding:10px 0;
margin:0 auto 20px;
width: 90%;
}

#company dt{
width:30%;
text-align:center;
background-color:#00234e;
border-bottom: 1px solid #ffffff;
color: #ffffff;
text-align: center;
font-weight: 500;
margin: 0 auto;
padding:10px;
font-size:14px;
display: flex;
align-items: center;
}

#company dd{
width:70%;
text-align: left;
padding:10px;
background-color: #ffffff;
border-bottom: 1px solid #00234e;
display: flex;
align-items: center;
font-size:14px;
}
}


/***************************************
-------------- CONTACT --------------
***************************************/

#contact {
padding:100px 0;
}
#contact .box {
width: 90%;
margin: 0 auto 0;
padding: 0 0;
}

span.must {
  display: block;
  width: 48px;
  font-size: 16px;
  text-align: center;
  background:#d70000;
  color:#ffffff;
  border-radius: 4px;
  margin: 10px;
}

section form {
  width: 100%;
  max-width: 1000px;
  margin: auto;
  padding:70px 0 0 0;
  box-sizing: border-box;
  font-size: 16
}
.mailform {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
    border-bottom: 2px solid #dddddd;
	padding:30px 0;
}

form dt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 40%;
  padding:0 20px 0 0;
  font-size:20px;
  
}
form dd {
  width: 60%;

}
form dd.check,
form dd.upload,
form dd.select {
  width: 100%;
}
form dd.check label,
form dd.upload input {
  font-size: 1.8rem;
}

form dd.select select {
  background: var(--base-color03);
}

input[type="text"],
input[type="email"],
textarea {
    width: 100%;
    padding: 8px;
    border:2px solid #dddddd;
    font-size:20px;
    box-sizing: border-box;
	background-color: #ffffff;
    vertical-align: bottom;
}
#mailformpro select {
    padding: 8px;
    border: 1px solid #333;
    font-size: 1.6rem;
    box-sizing: border-box;
}
button[type="submit"] {
    display: flex;
    justify-content: center;
    align-items: center;
    width:60%;
    padding: 15px;
    border: none;
    background: #b2aa3c;
    color:#ffffff;
    text-align: center;
    margin: 5rem auto;
    font-size: 1.8rem;
    border-radius: 12px;
}
button[type="submit"]:hover {
  opacity: 0.8;
  cursor: pointer; 
}

#mailformpro input[type="checkbox"] {
  all: revert;
}


.selectbox-3 {
    display: inline-flex;
    align-items: center;
    position: relative;
}

.selectbox-3::after {
    position: absolute;
    right: 15px;
    width: 10px;
    height: 7px;
    background-color: #535353;
    clip-path: polygon(0 0, 100% 0, 50% 100%);
    content: '';
    pointer-events: none;
}

.selectbox-3 select {
    appearance: none;
    min-width: 230px;
    height: 2.8em;
    padding: .4em calc(.8em + 30px) .4em .8em;
    border: 1px solid #d0d0d0;
    border-radius: 3px;
    background-color: #fff;
    color: #333333;
    font-size: 1em;
    cursor: pointer;
}

.radio-1 {
    display: flex;
    flex-wrap: wrap;
    gap: .3em 2em;
    border: none;
	font-size:18px;
}

.radio-1 label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    position: relative;
    cursor: pointer;
	font-size:18px;
}

.radio-1 label::before,
.radio-1 label:has(:checked)::after {
    border-radius: 50%;
    content: '';
}

.radio-1 label::before {
    width: 18px;
    height: 18px;
    background-color: #e6edf3;
}

.radio-1 label:has(:checked)::after {
    position: absolute;
    top: 50%;
    left: 9px;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    background-color: #333333;
    animation: anim-radio-1 .3s linear;
}

@keyframes anim-radio-1 {
    0% {
        box-shadow: 0 0 0 1px transparent;
    }
    50% {
        box-shadow: 0 0 0 10px #333333;
    }
    100% {
        box-shadow: 0 0 0 10px transparent;
    }
}

.radio-1 input {
    display: none;
}

#form h3{
font-size: 30px;
    font-weight: 400;
    color: var(--base-color01);
}
/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {}

/* =======================
  SP
======================== */
@media screen and (max-width: 979px) {


#contact {
padding:40px 0;
}
#contact  .box {
padding:0 0 0 0;
  }

  .mailform {
    flex-wrap: wrap;
	padding: 20px 0;
  }
  form dt {
    margin-bottom: 0;
	padding: 0 0 0 0;
	font-size: 16px;
  }
  form dt,form dd {
    width: 100%;
  }


section form {
    padding: 0 0 0 0;
    box-sizing: border-box;
	font-size: 14px;
}

}

@media screen and (max-width: 979px) {
button[type="submit"] {
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    padding: 15px;
    border: none;
    background: #b2aa3c;
    color:#ffffff;
    text-align: center;
    margin: 20px auto;
    font-size:24px;
    border-radius: 12px;
}
button[type="submit"]:hover {
  opacity: 0.8;
  cursor: pointer; 
}

#mailformpro input[type="checkbox"] {
  all: revert;
}
}


/* #################################  access*/
footer{
background-color:#333333;
color: #ffffff;
padding: 50px 0 50px 0;
text-align: center;
}

footer a{color: #ffffff;}

footer ul{
display: flex;
margin: 0 auto;
justify-content: center;
width: 1000px;
}

footer li{
border-right:1px solid #ffffff;
line-height: 1.2;
}

footer li a{
padding: 0 20px;
}

footer li a:hover{
color:  #ffffff;
}

footer li:last-child{
border-right:0 solid #ffffff;
}

footer p{
text-align: center;
padding: 0 0 0 0;
}

@media screen and (max-width: 979px) {
footer{
padding: 40px 0 30px 0;
}

footer ul{
width: 90%;
flex-wrap: wrap;
}

footer li{
width: 100%;
border-right: 0px;
border-bottom: 1px solid #ffffff;
padding: 20px 0 20px 0;
}
footer li a{
padding: 0 0 20px 0;
text-align: left;
}

footer li a:hover{}
footer li:last-child{}

footer p{
text-align: center;
padding: 0 0 0 0;
font-size: 12px;
}
}

/* ==========================================================================
   下部追撃
   ========================================================================== */
#page_top a {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: fixed;
    bottom: 100px;
    color: #ffffff;
    text-align: center;
    background:#b2aa3c;
    width: 60px;
    height: 60px;
    border-radius: 8px;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 20%);
}

#page_top a span {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.0;
}

@media screen and (max-width: 979px) {
#page_top a {
    bottom: 40px;
}
}

/* ==========================================================================
   オーダー
   ========================================================================== */



/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 25%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 979px) {


/* Google Mapを囲う要素 */
.map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 50%; /* 比率を4:3に固定 */
}
 
/* Google Mapのiframe */
.map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
}




/* #################################  トップに戻る*/
/* #################################  アコーディオン全体*/



.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}



@media screen and (max-width: 979px) {
body {min-width: 100%;}
.max_w {max-width: 100%;}
.max_w94 {max-width: 94%;}
.max_w90 {max-width: 90%;}
.max_w50 {max-width: 40%;}
.max_w80 {max-width: 80%;}

}

/* #################################  ページング*/


.pagination {
    display: flex;
    justify-content: center;
    list-style: none;
    padding: 0;
	width: 1100px;
	margin: 50px auto 50px;
}

.pagination a {
    margin: 0 5px;
    padding: 10px 10px;
    text-decoration: none;
    border: 1px solid #ccc;
	border-radius: 8px;
}

.pagination a:hover {
    background-color: #ffffff;
}

.pagination .current {
    background-color: var(--base-color_red);
    color: #fff;
    margin: 0 5px;
    padding: 10px 10px;
	border-radius: 8px;
}
@media screen and (max-width: 979px) {
.pagination {
	width: 90%;
	margin: 20px auto 20px;
}
.pagination a {
    margin: 0 5px;
    padding: 10px 20px;
    text-decoration: none;
    border: 1px solid #ccc;
	border-radius: 8px;
	font-size: 14px;
}

.pagination a:hover {
    background-color: #ffffff;
}

.pagination .current {
    background-color: var(--base-color_red);
    color: #fff;
    margin: 0 5px;
    padding: 10px 20px;
	border-radius: 8px;
}
}

/* #################################  二階層目　共通*/



/* ==========================================================================
   テキスト装飾
   ========================================================================== */


#pan{
margin: 40px auto;
width:1200px;
font-size: 14px;
}

#pan i{
padding: 0 10px;
}

@media screen and (max-width: 979px) {

#pan{
margin: 10px auto;
width:90%;
font-size: 12px;
}

#pan i{
padding: 0 10px;
}

}


/* ==========================================================================
   レイアウト
   ========================================================================== */

#toku dl{
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 100%;
margin: 50px auto;
}

#toku dt{
width: 40%;
background-color:#53966b;
color: #ffffff;
font-weight: 500px;
text-align: left;
padding: 20px 20px;
border-bottom: 1px solid #ffffff;
}

#toku dd{
width: 60%;
background-color:#ffffff;
text-align: left;
padding: 10px 20px;
border-bottom: 1px solid #333333;
}

@media screen and (max-width: 979px) {
#toku dl{
margin:0 auto 20px;
}

#toku .box{
padding: 0 0;
}

#toku dt{
width: 100%;
background-color:#53966b;
color: #ffffff;
font-weight: 500px;
text-align: left;
padding: 10px;
border-bottom: 1px solid #ffffff;
}

#toku dd{
width: 100%;
background-color:#ffffff;
text-align: left;
padding: 10px 10px;
border-bottom: 0 solid #333333;
}

}

#privacy h3{
text-align: left;
font-size: 20px;
font-weight: 500;
background-color: #fffff;
border-bottom: 2px solid #7ab851;
border-left:10px solid #7ab851;
padding: 0 0 5px 20px;
margin: 40px auto;
}
@media screen and (max-width: 979px) {
#privacy h3{
text-align: left;
font-size:18px;
font-weight: 500;
background-color: #fffff;
border-bottom: 2px solid #7ab851;
border-left:10px solid #7ab851;
padding: 0 0 5px 20px;
margin: 20px auto;
}

}