@charset "UTF-8";

/* font
---------------------------------------------------------- */
html {
    font-size: 62.5%;
}
body {
    text-align: left;
    color: #362e2b;
    line-height: 2;
    background: #fff;    
    font-family: "YuGothic Medium", YuGothic, "游ゴシック Medium", "ヒラギノ角ゴPro W3", "游ゴシック体", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,  "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
    font-size: 1.6rem;
    color: #333;    
}

/* common
---------------------------------------------------------- */
a {
    color: #9cd1c3;
    transition: all 0.8s;
}
a:link,
a:visited {
    text-decoration: none;
}
a:hover {
    text-decoration: none;
    opacity: 0.6;
    transition: 0.5s;
}
a.line:link,
a.line:visited {
    text-decoration: underline;
}
a.line:hover {
    text-decoration: none;
    opacity: 0.8;
}
body {
    position: relative;
    -webkit-text-size-adjust: 100%;
}
button {
    cursor: pointer;
}
strong span {
    font-weight: bold;
}
p {
    margin-bottom: 2.5rem;
}
.pc_none {
    display: none;
}
.sp_none {
    display: block;
}

/*--------------------
form
--------------------*/
/* 共通 */
input[type="submit"],
select {
}
input,
select,
textarea {
    font-family: "YuGothic Medium", YuGothic, "游ゴシック Medium", "ヒラギノ角ゴPro W3", "游ゴシック体", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka,  "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
}
input[type="file"] {
    font-size: .875rem;
}
img {
    vertical-align: top;
}
.mincho {
    font-family: YuMincho, "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "游明朝","HGS明朝B", "HGS明朝E","メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/* layout
---------------------------------------------------------- */
#header {
    width: 100%;
    margin: 0 auto;
}
#main {
    width: 100%;
}
footer .footer_box {
    width: 80%;
    margin: 0 auto;
}

/* header
---------------------------------------------------------- */
.header_box1 {
    padding: 2rem 2.5rem;
}
.header_box1 {
    overflow: hidden;
}
.header_logo {
    float: left;
    width: 320px;
}
.headr_menu {
    float: right;
    width: 45%;
    display: flex;
    justify-content: space-between;
}
.headr_menu ul {
    display: flex;
    justify-content: space-between;  
}
.headr_menu ul li {
    margin-right: 2rem;
}
.headr_menu ul li a {
    color: #333;
    transition: 0.5s;
    display: inline-block;
    font-size: 1.6rem;
    font-weight: bold;
}
.headr_menu ul li a.active {
    background: #ff5f33;
    transition: 0.5s;
    border-radius: 5px;
}
.headr_menu ul li a:hover {
    opacity: 0.6;
    transition: 0.5s;
}
.headr_menu ul li a.active:hover {
    background: #ff5f33;
    transition: 0.5s;
    border-radius: 5px;
}
.headr_menu ul.headr_menu2 li a {
    padding: 0.5rem 1rem;
    line-height: 1;
}
.headr_menu ul.headr_menu2 li a:hover {
    background: #ff5f33;
    transition: 0.5s;
    border-radius: 5px;
    opacity: 1;
}

/* main
---------------------------------------------------------- */
/*--------------------
Top
--------------------*/
#main_image {
    position: relative;
}
#common #main_image {

}
.main_catch {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    z-index: 999999999999999999999;
}
.main_catch h1 {
    width: 700px;
}
.main_catch h2 {
     width: 700px;
    color: #fff;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
}
#top #sec1 {
    margin-top: 8rem;
    background: url(../img/top_bg1.png) left bottom no-repeat;
    padding-bottom: 40rem;
    padding-top: 2rem;
}
#top #sec1 .sec1_box1,#top #sec3 .sec3_box1 {
    width: 1280px;
    margin: 0 auto;
}
#top #sec3 .sec3_box1 {
    margin-top: 15rem;
}
#top #sec1 .sec1_box1 h2,#top #sec3 .sec3_box1 h2 {
    width: 30%;
    margin-bottom: 1rem;
}
#top #sec1 .sec1_box1 h2.en,#top #sec3 .sec3_box1 h2.en {
    margin-bottom: 4rem;
}
#top #sec3 .sec3_box1 h2 {
    width: 30%;
}
#top #sec1 .sec1_box1 h3,#top #sec3 .sec3_box1 h3 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 2rem;
}
#top #sec1 .sec1_box2,#top #sec3 .sec3_box2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 4rem;
}
#top #sec3 .sec3_box2 {
    margin-bottom: 0;
}
#top #sec1 .sec1_box2 h4,#top #sec3 .sec3_box2 h4 {
    font-size: 28px;
    font-weight: bold;
    width: 50%;
}
#top #sec3 .sec3_box2 h4 {
    margin-bottom: 4rem;
}
#top #sec1 .sec1_box2 img {
    width: 46%;
}
#top #sec3 .sec3_box2 img {
    width: 32%;
}
#top #sec3 .sec3_box2 div {
    width: 62%;
}
#top #sec1 .sec1_box3,#top #sec3 .sec3_box3 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
#top #sec1 .sec1_box3 img,#top #sec3 .sec3_box3 img {
    width: 45%;
}
#top #sec1 .sec1_box3 div,#top #sec3 .sec3_box3 div {
    width: 45%;
}
#top #sec1 .sec1_box3 h4,#top #sec3 .sec3_box3 h4 {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 2rem;
}
#top #sec1 .sec1_box3 p,#top #sec3 .sec3_box3 p {
    margin-bottom: 1rem;
}
#top #sec1 .sec1_box3 a {
    display: block;
    text-align: right;
    color: #ab4022;
    font-weight: bold;
}

#top #sec2 {
    width: 1280px;
    margin: 15rem auto 0 auto;
    display: flex;
    justify-content: space-between;    
    flex-wrap: wrap;
}
#top #sec2 div:first-of-type {
    margin-bottom: 7rem;
}
#top #sec2 div a {
    position: relative;
    display: block;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
}
#top #sec2 div a img {
    height: auto;
    transition: transform .6s ease; /* ゆっくり変化させる */
}
#top #sec2 div a:hover img {
    transform: scale(1.1); /* 拡大 */
}
#top .sec2_comment1 {
    position: absolute;
    left: 2rem;
    top: 2rem;
    color: #fff;
    font-weight: bold;
    font-size: 36px;
    line-height: 1;
    margin: 0;
}
#top .sec2_comment1 span {
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 1;
}
#top .sec2_comment2 {
    position: absolute;
    right: 2rem;
    bottom: 2rem;
    color: #fff;
    font-weight: bold;
    margin: 0;
}

/*common*/
.common #sec1 {
    padding: 10rem 0 0 0;
    width: 1280px;
    margin: 0 auto;
}
.common #sec1 h2 {
    padding-bottom: 1rem;
}
.common #sec1 h2.en {
    margin-bottom: 8rem    ;
}
.common #sec1 h2,.common #sec1 h3 {
    opacity: 0;
}
/*business*/
#business #sec1 h2 {
    width: 70%;
}
#business #sec1 h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 4rem;
}
#business #sec1 h4 {
    font-weight: bold;
    font-size: 2.8rem;
    margin-bottom: 6rem;
}
#business #sec1 .sec1_box2 {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 6rem;
}
#business #sec1 .sec1_box2 img {
    width: 46%;
}
#business #sec1 .sec1_box2 div {
    width: 46%;
}
#business #sec1 .sec1_box3 {
    display: flex;
}
#business #sec1 .sec1_box3 li {
    margin-right: 2rem;
}
#business #sec1 .sec1_box3 li a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 1.8rem;
    cursor: pointer;
    overflow: hidden;
    border-radius: 10px;
}
#business #sec1 ul a img {
    height: auto;
    object-fit: cover;
    transition: transform .6s ease; /* ゆっくり変化させる */
}
#business #sec1 ul a:hover img {
    transform: scale(1.1);
}
#business #sec1 .sec1_box3 li a span:first-of-type {
    position: absolute;
    left: 2rem;
    top: 2rem;
    font-weight: bold;
}
#business #sec1 .sec1_box3 li a span:nth-of-type(2) {
    position: absolute;
    right: 2rem;
    top: 2rem;
    font-weight: bold;
}

#business #sec2,#business #sec3 {
    padding-top: 2rem;
    width: 1280px;
    margin: 8rem auto 0 auto;
}
#business #sec2 h2,#business #sec3 h2 {
    font-size: 3.6rem;
    color: #ab4022;
    font-weight: bold;
    margin-bottom: 2rem;
}
#business #sec2 .sec1_box1,#business #sec3 .sec1_box1 {
    display: flex;
    align-items: center;
    margin-bottom: 6rem;
}
#business #sec2 .sec1_box1 .sec1_box2,#business #sec3 .sec1_box1 .sec1_box2 {
    width: 58%;
}
#business #sec2 .sec1_box1 img,#business #sec3 .sec1_box1 img {
    width: 34%;
    display: block;
    margin-right: 8%;
}
#business #sec2 .sec1_box1 .sec1_box2 h3,#business #sec3 .sec1_box1 .sec1_box2 h3 {
    font-size: 2.8rem;
    font-weight: bold;
    margin-bottom: 2rem;
    line-height: 1;
}
#business #sec2 .sec1_box3,#business #sec3 .sec1_box3 {
    display: flex;
    align-items: stretch;
}
#business #sec2 .sec1_box3 li,#business #sec3 .sec1_box3 li {
    width: 32%;
    background: #feefdd;
    padding: 4rem 2rem;
    margin-right: 2%;
}
#business #sec2 .sec1_box3 li:last-of-type,#business #sec3 .sec1_box3 li:last-of-type {
    margin-right: 0;
}
#business #sec2 .sec1_box3 li h4,#business #sec3 .sec1_box3 li h4 {
    margin-bottom: 1rem;
    font-weight: bold;
    font-size: 2rem;
}
#business #sec2 .sec1_box3 li p,#business #sec3 .sec1_box3 li p {
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.6rem;
}

/*outline*/
#outline #sec1 h2 {
    width: 30%;
}
#outline #sec1 h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 4rem;
}
#outline #sec1 h4 {
    font-weight: bold;
    font-size: 2.8rem;
    margin-bottom: 1rem;
}
#outline #sec1 .sec1_box1 > p {
    font-weight: bold;
    font-size: 1.4rem;
    margin-bottom: 6rem;
}
#outline #sec1 .sec1_box2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 6rem;
    padding: 6rem 4rem 0 4rem;
}
#outline #sec1 .sec1_box2 div {
    width: 48%;
}
#outline #sec1 .sec1_box2 img {
    width: 48%;
}
#outline #sec1 .sec1_box2 h5 {
    color: #ff5f33;
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 1;
    margin-bottom: 2rem;
}
#outline #sec1 .sec1_box2 h6 {
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1;
    margin-bottom: 2rem;
}
#outline #sec1 .sec1_box2 {
    margin-top: 6rem;
}
#outline #sec1 .sec1_box3 h5 {
    color: #ff5f33;
    font-weight: bold;
    font-size: 3.2rem;
    line-height: 1;
    margin-bottom: 2rem;
}
#outline #sec1 .sec1_box3 h6 {
    font-weight: bold;
    font-size: 2.6rem;
    line-height: 1;
    margin-bottom: 3rem;
}
#outline #sec1 .sec1_box3 ul {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
}
#outline #sec1 .sec1_box3 ul li {
    background: #feefdd;
    border-radius: 10px;
    text-align: center;
    width: 32%;
    padding: 4rem 2rem;
}
#outline #sec1 .sec1_box3 ul li h7 {
    font-size: 2.2rem;
    font-weight: bold;
}
#outline #sec1 .sec1_box3 ul li p {
    font-size: 1.6rem;
}

#outline #sec2 {
    width: 1280px;
    margin: 10rem auto 0 auto
}
#outline #sec2 table {
    width: 780px;
    margin: 15rem auto 0 auto
}
#outline #sec2 table th,#outline #sec2 table td {
    border-bottom: solid 1px #0a0205;
    padding: 2rem;
    vertical-align: middle;
}
#outline #sec2 table th{
    border-bottom: solid 2px #0a0205;
    width: 20%;
}
#outline #sec2 table td a {
    color: #333;
}

/*inq*/
#inq #sec1 h2 {
    width: 30%;
}
#inq #sec1 h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 4rem;
}
#inq #sec1 h4 {
    font-size: 3.2rem;
    font-weight: bold;
    margin-bottom: 4rem;
    text-align: center;
}
#inq #sec1 .sec1_box2 ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15rem;
}
#inq #sec1 .sec1_box2 ul li {
    margin-right: 4rem;
}
#inq #sec1 .sec1_box3 {
    width: 1280px;
    margin: 0 auto;
    background: #e6e6e6;
    text-align: center;
    padding: 10rem 20rem;
}
#inq #sec1 .sec1_box3 h5 {
    font-size: 3.2rem;
    margin-bottom: 6rem;
    font-weight: bold;   
    position: relative;
    text-align: center; /* 文字の中央寄せ */
}
#inq #sec1 .sec1_box3 h5::before {
    background-color: #333; /* 線の色 */
    bottom: -10px; /* 線の位置 */
    content: "";
    height: 2px; /* 線の高さ */
    left: 50%; /* 線の中央寄せ */
    position: absolute;
    transform: translateX(-50%); /* 線の中央寄せ */
    width: 30px; /* 線の長さ */
}

#inq .sec1_box2 a.tel1 {
    display: inline-block;
    background: linear-gradient(180deg, #daa07a 0%, #cc9480 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 4rem;
    line-height: 1;
}
.hisu {
    background: #cb5e6f;
    line-height: 1;
    font-size: 1.2rem;
    padding: 0.5rem;
    color: #fff;
    display: inline-block;
}

#mailformpro h3 {
    text-align: center;
    margin-bottom: 15px;
}
.mfp_col10 {
    display: flex;
    justify-content: space-between;
}
.mfp_element_email,
#mfp_element_4, form#mailformpro dl dd textarea {
    width: 100%;
    border: solid 1px #444444;
}
.mfp_element_email {
    width: 100%;
}
.thanks_box {
    width: 1070px;
    margin: 1rem auto;
    line-height: 1.8;
    font-size: 14px;
}
.thanks_box h2 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 1rem;
}
.svg_mail1 path {
    fill: #ff0000;
}

/* スクロールCSS */
.fade-in {
    opacity: 0;
    transition-duration: 500ms;
    transition-property: opacity, transform;
}

.fade-in-up {
    transform: translate(0, 50px);
}

.fade-in-down {
    transform: translate(0, -50px);
}

.fade-in-left {
    transform: translate(-50px, 0);
}

.fade-in-right {
    transform: translate(50px, 0);
}

.scroll-in {
    opacity: 1;
    transform: translate(0, 0);
}



/* footer
---------------------------------------------------------- */
#footer {
    background: #ab4022;
    padding: 0 6rem;
    margin-top: 15rem;
}
.footer_box1 {
    display: flex;
    border-bottom: solid 1px #fff;
    justify-content: space-between;
    color: #fff;
    padding: 3rem 0 0 0;
}
.footer_box1 img {
    width: 30rem;
    display: block;
    margin-bottom: 1.5rem;
}
.footer_box2 {
    display: flex;
}
.footer_box2 dl {
    padding: 3rem 0;
    color: #fff;
    font-size: 3rem;
    margin-right: 10rem;
    line-height: 1;
}
.footer_box2 dl dt {
    margin-bottom: 2rem;
}
.footer_box2 dl dt a {
    color: #fff;
    font-size: 1.8rem;
}
.footer_box2 dl dd {
    margin-bottom: 1rem;
}
.footer_box2 dl dd a {
    color: #fff;
    font-size: 1.6rem;
}

/*pagetop*/
#pagetop {
    display: none;
    position: fixed;
    right: 3rem;
    bottom: 3rem;
    width: 50px;
    height: 50px;
}
#pagetop a {
    display: block;
    text-align: center;
}
#address {
    padding:10px;
    margin: 0;
    text-align: center;
    font-size: 12px;
    color: #fff;
}