@charset "UTF-8";

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%;
    vertical-align:baseline;
    background:transparent;
}

*{
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
html {
	font-size: 62.5%;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}

nav 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;
    transition: all .3s;
}

/* 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;
}

.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

/*****---------------------------------------------
  共通設定
-----------------------------------------------*****/
img{
    border: none;
    vertical-align: bottom;
    max-width: 100%;
    image-rendering: -webkit-optimize-contrast;
}
.clear{
    clear: both;
    display: block;
}

.center{
    text-align: center;
}
.normal{
    font-weight: normal;
}
.bold{
    font-weight: bold;
}
.mb5{
    margin-bottom: 5px;
}
.mb10{
    margin-bottom: 10px;
}
.mb15{
    margin-bottom: 15px;
}
.mb20{
    margin-bottom: 20px;
}
.mb25{
    margin-bottom: 25px;
}
.mb30{
    margin-bottom: 30px;
}
.mb35{
    margin-bottom: 35px;
}
.mb40{
    margin-bottom: 40px;
}
.mb45{
    margin-bottom: 45px;
}
.mb50{
    margin-bottom: 50px;
}
.mt5{
    margin-top: 5px;
}
.mt10{
    margin-top: 10px;
}
.mt15{
    margin-top: 15px;
}
.mt20{
    margin-top: 20px;
}
.mt25{
    margin-top: 25px;
}
.mt30{
    margin-top: 30px;
}
.mt35{
    margin-top: 35px;
}
.mt40{
    margin-top: 40px;
}
.mt45{
    margin-top: 45px;
}
.mt50{
    margin-top: 50px;
}
.ml5{
    margin-left: 5px;
}
.ml10{
    margin-left: 10px;
}
.ml15{
    margin-left: 15px;
}
.ml20{
    margin-left: 20px;
}
.ml25{
    margin-left: 25px;
}
.ml30{
    margin-left: 30px;
}
.ml35{
    margin-left: 35px;
}
.ml40{
    margin-left: 40px;
}
.ml45{
    margin-left: 45px;
}
.ml50{
    margin-left: 50px;
}
.mr5{
    margin-right: 5px;
}
.mr10{
    margin-right: 10px;
}
.mr15{
    margin-right: 15px;
}
.mr20{
    margin-right: 20px;
}
.mr25{
    margin-right: 25px;
}
.mr30{
    margin-right: 30px;
}
.mr35{
    margin-right: 35px;
}
.mr40{
    margin-right: 40px;
}
.mr45{
    margin-right: 45px;
}
.mr50{
    margin-right: 50px;
}
.caution{
    color: #F00;
}
.black01{
    color: #000;
}
.orange01{
    color: #F90;
}
.orange02{
    color: #F60;
}
.gray01{
    color: #CCC;
}
.gray02{
    color: #999;
}
.gray03{
    color: #666;
}
.gray04{
    color: #333;
}
.red01{
    color: #FF0004;
}

.show_sp{
    display: none !important;
}
.show_sp02{
    display: none !important;
}

.mincho{
    font-family: "Noto Serif JP", serif;
}
.marugo{
    font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
}

.montserrat {
  font-family: "Montserrat", sans-serif;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
}


@media screen and (max-width: 768px) {
    .show_pc {
        display: none !important;
    }
    .show_sp {
        display: block !important;
    }
    .show_sp02 {
        display: inline !important;
    }
}



/*****---------------------------------------------
  ボタン設定
-----------------------------------------------*****/
button{
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
}


/*****---------------------------------------------
  リンク設定
-----------------------------------------------*****/
a:link,
a:visited {
    color: #000;
    text-decoration: none;
}
a:hover,
a:active {
    color: #000;
    text-decoration: none;
}
a.hover:hover img {
    filter: alpha(opacity=80);
    -moz-opacity: 0.80;
    opacity: 0.80;
}


/*****---------------------------------------------
  段落設定
-----------------------------------------------*****/
h1{
    margin: 0;
    padding: 0;
}
h2{
    margin: 0;
    padding: 0;
}
h3{
    margin: 0;
    padding: 0;
}

/*****---------------------------------------------
  body設定
-----------------------------------------------*****/
body{
    font-size: 1.6rem;
    line-height: 1.5;
    color: #333;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
    overflow-x: hidden;
}



/*****---------------------------------------------
  header
-----------------------------------------------*****/
header{
    margin: 0;
    padding: 0;
}

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: #ffffff;
    z-index: 1000;
    transition: 0.2s linear;
}
.header-in {
    max-width: 1280px;
    margin: 0 auto;
    padding: 30px 2%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* ロゴ */
.logo h1 {
    margin: 0;
    line-height: 0;
}
.logo img {
    height: 40px;
    width: auto;
}
.header-right  {
    display: flex;
    align-items: center;
}
.pcmenu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pcmenu li {
    margin-right: 30px; 
    overflow: hidden;
}
.pcmenu li a {
    text-decoration: none;
    color: #333;
    font-weight: bold;
    font-size: 1.6rem;
    position: relative;
    overflow: hidden;
    line-height: 1.3;
}
.pcmenu li a:hover,
.pcmenu li a.active {
    color: #C59557;
}
.pcmenu li a:after {
    content: "";
    display: inline-block;
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #C59557;
    transform: translate(-100%, 0);
    transition: transform cubic-bezier(0.215, 0.61, 0.355, 1) 0.4s;
}
.pcmenu li a:hover:after {
  transform: translate(0, 0);
}

/* お問い合わせボタン */
.header-cta {
    margin-left: 20px; /* メニューとの間隔 */
}
.btn-contact-outline {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C59557;
    color: #C59557 !important;
    padding: 10px 25px;
    border-radius: 50px;
    font-size: 1.4rem;
    font-weight: bold;
    text-decoration: none;
    white-space: nowrap;
    transition: all 0.3s;
}
.btn-contact-outline:hover {
    background: #C59557;
    color: #fff !important;
}

/* Page Top Button */
#pagetop {
    display: none;
    position: fixed;
    bottom: 135px;
    right: 0;
    z-index: 10;
    transition: bottom 0.3s;
}
#pagetop a {
    background: #333;
    color: #fff;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    font-size: 10px;
    width: 87px;
    height: 43.5px;
    border-radius: 100px 100px 0 0;
    padding: 0 0 10px;
}
#pagetop a::before {
    content: '';
    content: "";
    display: inline-block;
    background-image: url(../img/common/pagetop.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 11px;
    height: 6px;
    position: absolute;
    top: 10px;
    right: 0;
    left: 0;
    margin: auto;
}
@media (min-width: 1280px) {
    #pagetop {
        right: calc((100vw - 1280px) / 2);
    }
}

@media screen and (max-width: 768px) {
    .header-in {
        padding: 15px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .logo img {
        height: 30px;
    }
    .pcmenu {
        display: none;
    }
    .header-cta {
        margin: 0 auto;
    }
    .btn-contact-outline {
        display:block;
        padding: 10px 25px;
        font-size: 1.4rem;
        margin: 0 auto;
        max-width: 160px;
        text-align: center;
    }

    #pagetop {
        bottom: 166px;
        right: 3vw;
    }
    
    #pagetop a {
        font-size: .9rem;
        width: 60px;
        height: 30px;
        padding: 0 0 5px;
    }
    #pagetop a::before {
        width: 9px;
        height: 4px;
        top: 7px;
    }
}


/*****---------------------------------------------
  ハンバーガー
-----------------------------------------------*****/
.hamburger {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 10px;
    right: 10px;
    display: none;
}

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
.menu-trigger {
    margin-right: 0;
    display: block;
    position: relative;
    left: 0;
    top: 0;
    z-index: 9999999;
    width: 100%;
    height: 100%;
}

.menu-trigger span {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 80%;
    height: 2px;
    background-color: #333;
    /* border-radius: 4px; */
    display: inline-block;
}
.menu-trigger span:nth-of-type(1) {
    top: 8px;
}
.menu-trigger span:nth-of-type(2) {
    top: 18px;
}
.menu-trigger span:nth-of-type(3) {
    top: 28px;
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}

@media screen and (max-width: 768px) {
    .hamburger {
        display: block;
    }
}


/*****---------------------------------------------
  sp header
-----------------------------------------------*****/
#overlay{
    display: none;
    width: 100%;
    height:100%;
    text-align: left;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(255,255,255,1);
}

ul.spmenu{
    margin: 0;
    padding: 30px 0;
    list-style: none;
}
ul.spmenu li{
    margin: 0;
    padding: 0;
}
ul.spmenu li a{
    margin: 0;
    padding: 10px;
    display: block;
    text-align: center;
    font-size: 1.6rem;
    text-decoration: none;
    font-weight: 500;
}

@media screen and (max-width: 768px) {
    .hamburger {
        display: block;
    }
    #overlay .logo {
        padding: 15px;
    }
    #overlay .logo img {
        height: 30px;
    }
}


/*****---------------------------------------------
  footer
-----------------------------------------------*****/
footer{
    margin: 0;
    padding: 0;
}
.footer {
    max-width: 1280px;
    margin: 0 auto;
}
/* Contact Section */
.footer-contact {
    background-color: #333333;
    padding: 60px 0;
    color: #fff;
    text-align: center;
    border-radius: 15px;
    margin: 0;
    padding: 50px 40px 70px;
}
.contact-title {
    font-family: "Open Sans", sans-serif;
    font-size: 5rem;
    margin-bottom: 50px;
    font-weight: bold;
}
.contact-title span {
    display: block;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 1.4rem;
    margin-top: 5px;
}
.footer-contact_in {
    display: flex;
    justify-content: center;
    gap: 5%;
    color: #fff;
}
.footer-contact_in .item {
    width: 50%;
    max-width: 480px;
}
.footer-contact_in .item01 .in {
    width: fit-content;
    margin: 0 auto;
}
.footer-contact_in .item01 .text {
    font-size: 1.6rem;
    text-align: left;
}
.footer-contact_in .item01 .tel {
    display: flex;
    align-items: flex-end;
    transition: all .3s;
    pointer-events: none;
}
.footer-contact_in .item01 .tel .ico {
    margin-right: 10px;
}
.footer-contact_in .item01 .tel .number {
    font-size: 4rem;
    font-weight: bold;
    color: #C59557;
    line-height: 1.3;
    text-align: left;
}
.footer-contact_in .item01 .tel .number span {
    display: block;
    font-size: 1.2rem;
    color: #fff;

}
.btn-gold {
    background-color: #c08e55;
    color: #fff !important;
    max-width: 480px;
    width: 100%;
    height: 92px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: bold;
    position: relative;
    text-align: left;
}
.btn-gold::after {
    content: "";
    display: inline-block;
    background-image: url(../img/common/btn-arrow.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 7px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
}
.btn-gold:hover {
    filter: brightness(1.15);
}

/* Main Footer */
.footer-main {
    padding: 90px 0 40px;
    position: relative;
}
.footer-main-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
}
.footer-logo {
    margin-bottom: 20px;
}
.footer-logo img {
    height: 35px;
}
.footer-address {
    font-size: 1.4rem;
    line-height: 1.8;
    color: #333;
}
.footer-address span {
    display: block;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.footer-nav {
    display: flex;
    justify-content: flex-end;
    gap: 15%;
    flex: 1;
    min-width: 0;
}
.footer-nav ul {
    width: auto;
    flex-shrink: 0;
}
.footer-nav a {
    display: block;
    margin-bottom: 30px;
    font-size: 1.4rem;
    font-weight: bold;
}
.footer-nav a:hover {
    opacity: .7;
}

/* Bottom Bar */
.footer-bottom {
    background-color: #F4F4F4;
    padding: 30px 30px 20px;
    font-size: 1.2rem;
    color: #666;
    border-radius: 5px;
}
.bottom-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 20px;
    margin-bottom: 20px;
    list-style-type: none;
    width: 50%;
}
.bottom-links a {
    color: #666;
}
.bottom-links a:hover {
    opacity: .7;
}
.security-seal {
    position: absolute;
    right: 0;
    top: 0;
    max-width: 117px;
    width: 10%;
}
.copyright {
    margin: 0;
    text-align: center;
}

@media screen and (max-width: 768px) {
    /* Contact Section */
    .footer-contact {
        padding: 40px 0;
        border-radius: 0;
    }
    .contact-title {
        font-size: 4rem;
        margin-bottom: 40px;
    }
    .contact-title span {
        font-size: 1.3rem;
    }
    .footer-contact_in {
        flex-direction: column;
        gap: 10px 0;
    }
    .footer-contact_in .item {
        width: 100%;
        max-width: 100%;
    }
    .footer-contact_in .item01 .text {
        font-size: 1.4rem;
        text-align: center;
    }
    .footer-contact_in .item01 .tel .ico {
        margin-right: 10px;
    }
    .footer-contact_in .item01 .tel .number {
        font-size: 3rem;
        text-align: left;
    }
    .footer-contact_in .item01 .tel .number span {
        font-size: 1.2rem;
    }
    .footer-contact_in .item02  {
        margin-top: 20px;
    }
    .btn-gold {
        height: 70px;
        padding: 10px 20px;
        font-size: 1.4rem;
    }

    /* Main Footer */
    .footer-main {
        padding: 30px 0;
    }
    .footer-main-flex {
        flex-direction: column;
        width: 100%;
    }
    .footer-logo {
        margin-bottom: 20px;
    }
    .footer-logo img {
        height: 35px;
    }
    .footer-address {
        font-size: 1.4rem;
        line-height: 1.8;
    }
    .footer-address span {
        font-size: 1.5rem;
        margin-bottom: 5px;
    }
    .footer-nav {
        margin-top: 30px;
        justify-content: space-between;
        gap: 10%;
        width: 100%;
    }
    .footer-nav a {
        margin-bottom: 15px;
    }

    /* Bottom Bar */
    .footer-bottom {
        padding: 20px 0 30px;
        font-size: 1.1rem;
        border-radius: 5px;
    }
    .bottom-links {
        gap: 10px 20px;
        margin-bottom: 30px;
        width: 100%;
    }
    .security-seal {
        right: 5%;
        top: inherit;
        bottom: 20px;
        max-width: 117px;
        width: 15%;
    }
    .copyright {
        font-size: 1.1rem;
        margin: 0;
        text-align: center;
    }

    
}


/*****---------------------------------------------
  section
-----------------------------------------------*****/
section{
    margin: 0;
    padding: 0;
}

article{
    margin: 0;
    padding: 0;
}


/*****---------------------------------------------
  table設定
-----------------------------------------------*****/
table {
    margin: 0;
    padding: 0;
    width: 100%;
    border-collapse: collapse;
}


/*****---------------------------------------------
  form設定 IE_CSS3
-----------------------------------------------*****/
input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}
input[type="text"],
input[type="email"],
textarea {
    padding: 3px;
    font-size: 16px;
    border: 1px solid #CCC;
    border-radius: 3px;
}
textarea {
    width: 100%;
}
.w100 {
    width: 100%;
}
input[type="submit"] {
    border: none;
    background-color: #0055A7;
    width: 250px;
    padding: 15px 0;
    text-align: center;
    cursor: pointer;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    margin: 0 10px 10px;
}
input[type="submit"].back {
    background-color: #666;
}
input[type="submit"]:hover {
    opacity: 0.8;
}
input::-webkit-input-placeholder {
    color: #999;
}
input:-ms-input-placeholder {
    color: #999;
}
input::placeholder {
    color: #999;
}

/*****---------------------------------------------
 top
-----------------------------------------------*****/
.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}
.main {
    padding-top: 100px;
    overflow-x: hidden;
}

.mv {
    position: relative;
    margin-bottom: 90px;
}
.mv-in {
    display: flex;
    align-items: center;
    padding: 0;
}
.mv-cont {
    width: 50%;
}
.mv-cont .title {
    font-size: clamp(3rem,5vw,5rem);
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.1em;
    padding-bottom: 15%;
}
.mv-cont .title span {
    display: block;
    color: #1B828C;
    font-family: "Montserrat", sans-serif; 
}
.mv-cont .desc {
    font-size: 1.6rem;
    font-weight: bold;
    max-width: 500px;
    width: fit-content;
    margin: 0 auto;
    line-height: 2;
}
.mv-img {
    position: relative;
    right: 0;
    top: 0;
    z-index: 0;
    max-width: 700px;
    width: 53%;
}

.sec-title {
    font-family: "Open Sans", sans-serif;
    font-size: 5rem;
    font-weight: bold;
}
.sec-title .c1 {
    color: #C59557;
}
.sec-title .sub {
    display: inline-block;
    font-size: 1.6rem;
    padding-left: 20px;
}


/* about us */
.top-sec01 {
    position: relative;
    margin-bottom: 200px;
}
.top-sec01 .sec-title {
    margin-bottom: 30px;
}
.top-sec01 .bg {
    position: absolute;
    top: 22.5%;
    left: 0;
    width: 100%;
    z-index: -1;
}
.top-sec01_01 {
    display: flex;
    margin-bottom: 80px;
}
.top-sec01 .in01 {
    flex: 1;
    padding-right: 5%;
}
.top-sec01 .lead-title {
    font-size: 4rem;
    font-weight: bold;
    line-height: 1.5;
    margin-bottom: 30px;
}
.top-sec01 .desc {
    font-size: 1.6rem;
    line-height: 2;
}
.top-sec01 .in02 {
    max-width: 460px;
    width: 37%;
}
.top-sec01_02 {
    display: flex;
    justify-content: space-between;
    gap: 2%;
}
.top-sec01_02 .item {
    width: 36%;
    padding: 40px 25px 60px;
    background-color: rgba(255, 255, 255, 0.93);
    border-radius: 10px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.18);
}
.top-sec01_02 .item-title {
    font-size: 2.6rem;
    text-align: center;
    color: #204659;
    margin-bottom: 30px;
}
.top-sec01_02 .item-title span {
    display: block;
    font-size: 1.4rem;
    color: #888;
}
.top-sec01_02 .item-img {
    width: 95%;
    margin: 0 auto 30px;
}
.top-sec01_02 .item-body .point {
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
    color: #498989;
    margin-bottom: 15px;
}
.top-sec01_02 .item-body .text {
    font-size: 1.4rem;
    line-height: 2.1;
}
.btnbox {
    max-width: 470px;
    margin: 80px auto 0;
}
.btnbox a{
    display: block;
    width: 100%;
    padding: 33px 0;
    border-radius: 999px;
    background-color: #333;
    color: #fff;
    text-align: center;
    font-size: 1.6rem;
    font-weight: bold;
    position: relative;
    transition: all .3s;
}
.btnbox a:hover {
    background-color: #C59557;
}
.btnbox a::after {
    content: "";
    display: inline-block;
    background-image: url(../img/common/btn-arrow.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 7px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 30px;
    margin: auto;
}

/* Our Service */
.top-sec02 {
    position: relative;
    margin-bottom: 220px;
}
.top-sec02 .bg {
    position: absolute;
    top: 4%;
    right: -9%;
    width: 61%;
    z-index: -1;
}
.top-sec02 .sec-title {
    margin-bottom: 60px;
}
.top-sec02_in {
    display: flex;
}
.top-sec02_in + .top-sec02_in {
    margin-top: 180px;
}
.top-sec02_in .in01 {
    width: 53%;
    max-width: 640px;
}
.top-sec02_in .in02 {
    flex: 1;
    padding-left: 6%;
}
.top-sec02_in .in-title {
    font-family: "Open Sans", sans-serif;
    font-size: 3.4rem;
    margin-bottom: 30px;
}
.top-sec02_in .in-title span {
    display: block;
    font-size: 1.4rem;
    color: #666;
    margin-top: 10px;
}
.top-sec02_in .text {
    font-size: 1.6rem;
    line-height: 1.875;
}
.top-sec02_in .text:last-of-type {
    margin-bottom: 40px;
}
.top-sec02_in .text + .text {
    margin-top: 20px;
}
.top-sec02_in .tags {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 15px 3%;
}
.top-sec02_in .tags li {
    padding: 8px 5%;
    font-size: 1.4rem;
    border: 1px solid #333;
    border-radius: 999px;
}
.top-sec02_in .btnbox {
    max-width: unset;
    width: auto;
    margin: 60px 0 0;
}
.top-sec02_in .btnbox a {
    padding: 23px 18.5%;
    width: fit-content;
}
.top-sec02_in._02 {
    flex-direction: row-reverse;
}
.top-sec02_in._02 .in02 {
    padding-left: 0;
    padding-right: 6%;
}

/* News */
.top-sec03 {
    position: relative;
    margin-bottom: 200px;
}
.top-sec03_in {
    display: flex;
}
.top-sec03_in .in01 {
    max-width: 250px;
}
.top-sec03_in .sec-title {
    line-height: 1.1;
}
.top-sec03_in .sec-title .sub {
    padding-left: 0;
}
.top-sec03_in .in02 {
    flex: 1;
    padding-left: 5%;
}
.top-sec03_in .list-item {
    display: block;
    padding: 5% 13% 5% 22px;
    border-bottom: 1px solid #C5C5C5;
    position: relative;
    transition: all .3s;
}
.top-sec03_in .list-item .date {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    color: #00828C;
    margin-bottom: 20px;
}
.top-sec03_in .list-item .title {
    display: block;
    font-size: 1.6rem;
    line-height: 1.8;
    transition: unset;
    position: relative;
}
.top-sec03_in .list-item .title:hover {
    color: #C59557;
    text-decoration: underline;
}
.top-sec03_in .list-item .arrow {
    display: inline-block;
    width: 31px;
    height: 31px;
    position: absolute;
    bottom: 25%;
    right: 20px;
    transition: all .3s;
    cursor: pointer;
}
.top-sec03_in .list-item .arrow::before {
    content: "";
    display: inline-block;
    background-image: url(../img/common/news-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}
.top-sec03_in .list-item:hover .arrow::before {
    background-image: url(../img/common/news-arrow_hover.svg);
}
.top-sec03_in .list-item .arrow:hover + .title {
    color: #C59557;
    text-decoration: underline;
}


.top-sec03_in .btnbox {
    max-width: unset;
    width: auto;
    margin: 60px 0 0;
}
.top-sec03_in .btnbox a {
    padding: 23px 18.5%;
    width: 100%;
}

@media screen and (max-width: 900px) {
    .mv {
        padding-top: 50px;
        margin-bottom: 50px;
    }
    .mv-in {
        flex-direction: column;
        padding: 0 20px;
    }
    .mv-cont {
        width: 100%;
    }
    .mv-cont .title {
        font-size: clamp(3rem,5vw,5rem);
        padding-bottom: 5%;
    }
    .mv-cont .desc {
        font-size: 1.6rem;
        max-width: 80%;
        padding: 0 20px 20px;
    }
    .mv-img {
        width: 45%;
    }
}
@media screen and (max-width: 768px) {
    .main {
        padding-top: 60px;
    }
    .mv {
        margin-bottom: 50px;
    }
    .mv-in {
        flex-direction: column;
        padding: 0 20px;
    }
    .mv-cont {
        width: 100%;
    }
    .mv-cont .title {
        padding-bottom: 30px;
    }
    .mv-cont .desc {
        font-size: 1.4rem;
        max-width: 100%;
        padding: 0 0 20px;
        line-height: 1.8;
    }
    .mv-img {
        width: 85%;
    }
    .sec-title {
        font-size: 3.4rem;
    }
    .sec-title .sub {
        font-size: 1.3rem;
        padding-left: 10px;
    }

    /* about us */
    .top-sec01 {
        margin-bottom: 80px;
    }
    .top-sec01 .sec-title {
        margin-bottom: 20px;
    }
    .top-sec01 .bg {
        top: 22.5%;
    }
    .top-sec01_01 {
        flex-direction: column;
        margin-bottom: 80px;
    }
    .top-sec01 .in01 {
        flex: unset;
        width: 100%;
        padding-right: 0;
    }
    .top-sec01 .lead-title {
        font-size: 2.2rem;
        line-height: 1.6;
        margin-bottom: 20px;
    }
    .top-sec01 .desc {
        font-size: 1.4rem;
    }
    .top-sec01 .in02 {
        margin-top: 20px;
        max-width: 100%;
        width: 100%;
    }
    .top-sec01_02 {
        flex-direction: column;
        gap: 20px 0;
    }
    .top-sec01_02 .item {
        width: 100%;
        padding: 30px 15px;
    }
    .top-sec01_02 .item-title {
        font-size: 2rem;
        margin-bottom: 20px;
    }
    .top-sec01_02 .item-title span {
        font-size: 1.3rem;
    }
    .top-sec01_02 .item-img {
        width: 75%;
        margin: 0 auto 20px;
    }
    .top-sec01_02 .item-body .point {
        font-size: 1.5rem;
        margin-bottom: 15px;
    }
    .top-sec01_02 .item-body .text {
        font-size: 1.3rem;
        line-height: 2;
    }
    .btnbox {
        max-width: 470px;
        margin: 50px auto 0;
    }
    .btnbox a{
        padding: 20px 0;
        font-size: 1.4rem;
    }

    /* Our Service */
    .top-sec02 {
        margin-bottom: 80px;
    }
    .top-sec02 .bg {
        top: 4%;
        right: -20%;
        width: 600%;
    }
    .top-sec02 .sec-title {
        margin-bottom: 40px;
    }
    .top-sec02_in {
        flex-direction: column;
    }
    .top-sec02_in + .top-sec02_in {
        margin-top: 60px;
    }
    .top-sec02_in .in01 {
        width: 70%;
        max-width: 100%;
        margin: 0 auto 25px;
    }
    .top-sec02_in .in02 {
        flex: unset;
        width: 100%;
        padding: 0;
    }
    .top-sec02_in .in-title {
        font-size: 2.2rem;
        margin-bottom: 20px;
        line-height: 1.3;
    }
    .top-sec02_in .in-title span {
        font-size: 1.2rem;
        margin-top: 0;
    }
    .top-sec02_in .text {
        font-size: 1.4rem;
        line-height: 2;
    }
    .top-sec02_in .text:last-of-type {
        margin-bottom: 30px;
    }
    .top-sec02_in .text + .text {
        margin-top: 15px;
    }
    .top-sec02_in .tags {
        gap: 10px 2%;
    }
    .top-sec02_in .tags li {
        padding: 6px 4%;
        font-size: 1.3rem;
    }
    .top-sec02_in .btnbox {
        max-width: 400px;
        width: 100%;
        margin: 35px auto 0;
    }
    .top-sec02_in .btnbox a {
        padding: 18px 0;
        width: 100%;
    }
    .top-sec02_in._02 {
        flex-direction: column;
    }
    .top-sec02_in._02 .in02 {
        padding: 0 0 0 0;
    }

    /* News */
    .top-sec03 {
        margin-bottom: 100px;
    }
    .top-sec03_in {
        flex-direction: column;
    }
    .top-sec03_in .in01 {
        max-width: 100%;
    }
    .top-sec03_in .sec-title .sub {
        padding-left: 10px;
    }
    .top-sec03_in .in02 {
        flex: unset;
        width: 100%;
        padding: 30px 0 0;
    }
    .top-sec03_in .list-item {
        padding: 15px 12% 15px 15px;
    }
    .top-sec03_in .list-item .date {
        font-size: 1.6rem;
        margin-bottom: 10px;
    }
    .top-sec03_in .list-item .title {
        font-size: 1.4rem;
    }
    .top-sec03_in .list-item .arrow {
        width: 28px;
        height: 28px;
        bottom: 25%;
        right: 5px;
    }
    .top-sec03_in .btnbox {
        max-width: 100%;
        width: 100%;
        margin: 30px 0 0;
    }
    .top-sec03_in .btnbox a {
        padding: 18px 0;
        width: 100%;
    }
}


/*****---------------------------------------------
 下層ページ 共通
-----------------------------------------------*****/
.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.breadcrumb li {
    color: #fff;
    position: relative;
    font-size: 1.4rem;
}
.breadcrumb li a {
    color: #C59557;
    padding: 5px 0;
}
.breadcrumb li a:hover {
    filter: brightness(1.15);
}
.breadcrumb li:not(:last-of-type)::after {
    content: "";
    display: inline-block;
    background-image: url(../img/common/breadcrumb-arrow.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 4px;
    height: 9px;
    margin: 0 15px;
}

.low-heading {
    padding: 30px 0 125px;
    background-color: #204659;
    height: 450px;
}
.low-heading .container {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.low-heading .page-title {
    padding: 40px 0;
    color: #fff;
    font-size: 4.4rem;
    font-weight: bold;
}
.low-heading .page-title span {
    display: block;
    color: #C59557;
    font-size: 1.4rem;
}
.low-heading .page-desc {
    font-size: 1.6rem;
    line-height: 2.125;
    color: #fff;
}

.low-sec-title {
    margin-bottom: 60px;
    font-size: 3.4rem;
    color: #204659;
}

@media screen and (max-width: 768px) {
    .breadcrumb li {
        font-size: 1.2rem;
    }
    .breadcrumb li a {
        padding: 5px 0;
    }

    .low-heading {
        padding: 30px 0 125px;
        height: 400px;
    }
    .low-heading .container {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
    .low-heading .page-title {
        padding: 20px 0;
        font-size: 2.8rem;
    }
    .low-heading .page-title span {
        font-size: 1.2rem;
    }
    .low-heading .page-desc {
        font-size: 1.3rem;
        line-height: 2;
    }

    .low-sec-title {
        margin-bottom: 60px;
        font-size: 2.4rem;
    }
}

/*****---------------------------------------------
  事業概要 Our Service
-----------------------------------------------*****/
.service-sec01 {
    padding: 120px 0 200px;
}
.service-sec-title {
    margin-bottom: 60px;
    font-size: 3.4rem;
    color: #204659;
}
.service-list {
    display: flex;
    flex-wrap: wrap;
    gap: 160px 6%;
}
.service-list .list-item {
    width: 47%;
}
.service-list .list-item-img {
    margin-bottom: 30px;
}
.service-list .list-item-logo,
.service-list .list-item-logo a {
    display: block;
    height: 100px;
    position: relative;
    width: fit-content;
}
.service-list .list-item-logo {
    margin-bottom: 20px;
}
.service-list .list-item-link:hover {
    opacity: .7;
}
.service-list .list-item-logo img {
    display: block;
    height: 100%;
}
.service-list .list-item-logo::after,
.service-list .point a::after {
    content: "";
    display: inline-block;
    background-image: url(../img/service/ico-link.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 14px;
    height: 14px;
    position: absolute;
    right: -15px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.list-item-body .point {
    font-size: 2.6rem;
    font-weight: bold;
    color: #498989;
    margin-bottom: 20px;
}
.list-item-body .point a {
    color: #498989;
    width: fit-content;
    position: relative;
}
.list-item-body .point a:hover {
    opacity: .7;
}
.list-item-body .point span {
    font-size: 2rem;
}
.list-item-body .text {
    font-size: 1.6rem;
    line-height: 2;
}
.list-item-body .text + .text {
    margin-top: 20px;
}

.service-sec02 {
    padding: 160px 0 140px;
    background-color: #F1F7F7;
}
.service-sec03 {
    padding: 190px 0 200px;
}

@media screen and (max-width: 768px) {
    .service-sec01 {
        padding: 60px 0 80px;
    }
    .service-sec-title {
        margin-bottom: 30px;
        font-size: 2.4rem;
    }
    .service-list {
        gap: 40px 0;
    }
    .service-list .list-item {
        width: 100%;
    }
    .service-list .list-item-img {
        margin-bottom: 5px;
    }
    .service-list .list-item-logo,
    .service-list .list-item-logo a {
        height: 60px;
    }
    .service-list .list-item-logo {
        margin-bottom: 0;
    }
    .service-list .list-item-logo::after,
    .service-list .point a::after {
        width: 10px;
        height: 10px;
    }
    .list-item-body .point {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
    .list-item-body .point a {
        display: block;
        margin-top: 15px;
    }
    .list-item-body .point span {
        font-size: 1.5rem;
    }
    .list-item-body .text {
        font-size: 1.4rem;
        line-height: 2;
    }
    .list-item-body .text + .text {
        margin-top: 10px;
    }

    .service-sec02 {
        padding: 60px 0 80px;
    }
    .service-sec03 {
        padding: 60px 0 80px;
    }
    .service-sec02 .list-item-body,
    .service-sec03 .list-item-body {
        margin-top: 20px ;
    }
}

/*****---------------------------------------------
  ニュース News
-----------------------------------------------*****/
.news .low-heading {
    background-color: #306D6D;
    padding-bottom: 40px;
}
.news .category-tags {
    display: flex;
    gap: 20px;
    margin-top: auto;
}
.news .category-tags .tag {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 999px;
    font-size: 1.4rem;
    padding: 8.5px 2.2%;
}
.news .category-tags .tag:hover {
    background-color: #fff;
    color: #306D6D;
}
.news-list {
    padding: 50px 0 200px;
}
.news-list .list-item {
    display: block;
    padding: 50px 13% 45px 22px;
    border-bottom: 1px solid #C5C5C5;
    position: relative;
    transition: all .3s;
}
.news-list .list-item-top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.news-list .list-item .tag-cate {
    display: inline-block;
    margin-left: 15px;
    color: #666;
    border: 1px solid #D5D5D5;
    border-radius: 999px;
    font-size: 1.2rem;
    padding: 5px 2.2%;
}
.news-list .list-item .date {
    display: inline-block;
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
    font-weight: bold;
    color: #333;
}
.news-list .list-item .title {
    display: inline-block;
    font-size: 1.6rem;
    line-height: 1.8;
    transition: unset;
    position: relative;
}
.news-list .list-item .title:hover {
    color: #C59557;
    text-decoration: underline;
}
.news-list .list-item .arrow {
    display: inline-block;
    width: 31px;
    height: 31px;
    position: absolute;
    bottom: 45px;
    right: 20px;
    transition: all .3s;
    cursor: pointer;
}
.news-list .list-item .arrow::before {
    content: "";
    display: inline-block;
    background-image: url(../img/common/news-arrow.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 100%;
}
.news-list .list-item:hover .arrow::before {
    background-image: url(../img/common/news-arrow_hover.svg);
}
.news-list .list-item .arrow:hover + .title {
    color: #C59557;
    text-decoration: underline;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  gap: 8px;
  font-family: sans-serif;
  margin-top: 45px;
}
.page-item a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: #333;
  width: 44px;
  height: 44px;
  border: 1px solid #666;
  border-radius: 5px;
  font-size: 1.6rem;
  transition: all 0.2s ease;
  font-family: "Open Sans", sans-serif;
}
.page-item.prev a,
.page-item.next a {
  border: none;
  width: auto;
  padding: 0 10px;
}
.page-item.prev a::before,
.page-item.next a::after {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 5px;
    height: 8.5px;
}
.page-item.prev a::before {
  background-image: url(../img/pagination-prev.svg);
  margin-right: 10px;
}
.page-item.next a::after {
  background-image: url(../img/pagination-next.svg);
  margin-left: 10px;
}
.page-item a:hover {
  background-color: #222;
  border-color: #222;
  color: #fff !important;
}
.page-item.arrow a:hover {
    background-color: #fff !important;
    color: #333 !important;
    opacity: .7;
}
.page-item.active a {
  background-color: #222;
  color: #fff;
  border-color: #222;
  cursor: default;
}
@media screen and (max-width: 768px) {
    .news .category-tags {
        flex-wrap: wrap;
        gap: 10px;
    }
    .news .category-tags .tag {
        font-size: 1.2rem;
        padding: 6px 4%;
    }
    .news-list {
        padding: 40px 0 80px;
    }
    .news-list .list-item {
        padding: 20px 12% 20px 15px;
    }
    .news-list .list-item-top {
        margin-bottom: 10px;
    }
    .news-list .list-item .tag-cate {
        margin-left: 10px;
        padding: 5px 4%;
        font-size: 1.1rem;
    }
    .news-list .list-item .date {
        font-size: 1.6rem;
    }
    .news-list .list-item .title {
        font-size: 1.4rem;
    }
    .news-list .list-item .arrow {
        width: 28px;
        height: 28px;
        bottom: 25%;
        right: 5px;
    }

    .pagination {
        justify-content: center;
        gap: 8px;
        margin-top: 45px;
    }

}
@media screen and (max-width: 480px) {
    .pagination {
        gap: 4px;
    }

    .page-item a {
        width: 32px;
        height: 32px;
        font-size: 12px;
    }
    .page-item.arrow a {
        padding: 0 9px;
    }
}

/*****---------------------------------------------
  ニュース詳細
-----------------------------------------------*****/
.news-detail {
    padding: 80px 0 200px;
}
.news-heading-top {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}
.news-heading-top .category {
    color: #C59557;
    border: 1px solid #C59557;
    border-radius: 999px;
    font-size: 1.4rem;
    padding: 8.5px 2%;
}
.news-heading-top .date {
    font-family: "Open Sans", sans-serif;
    font-size: 1.6rem;
}
.news-title {
    font-size: 3.4rem;
    line-height: 1.9;
    color: #204659;
    margin-bottom: 50px;
}
.news-image {
    margin-bottom: 40px;
}
.news-image img {
    display: block;
    width: 100%;
}
.news-desc {
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2;
}
.news-title_02 {
    margin-top: 95px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.6;
    border-bottom: 2px solid #D5D5D5;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.news-title_02::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 230px;
  height: 2px;
  background-color: #C59557;
}
.news-text {
    font-size: 1.6rem;
    line-height: 2;
}
.news-text.strong {
    font-weight: bold;
}
.news-text a {
    color: #C59557;
    text-decoration: underline;
}
.news-text a:hover {
    opacity: .7;
    text-decoration: none;
}
.news-text + .news-text {
    padding-top: 30px;
}
.news-title_03 {
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    border-left: 6px solid #D5D5D5;
    padding-left: 20px;
    margin: 55px 0 22px;
}
.news-title_04 {
    font-size: 2.2rem;
    font-weight: bold;
    color: #C59557;
    margin: 50px 0 13px;
}
.bulleted-list {
    list-style: none;
    margin-top: 40px;
}
.bulleted-list li {
    position: relative;
    display: flex;
    align-items: baseline;
    font-size: 1.6rem;
    line-height: 1.7;
}
.bulleted-list li + li {
    margin-top: 40px;
}
.bulleted-list li::before {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #C59557;
    margin: 0 5px 5px 0;
}
.bulleted-list li a {
    color: #C59557;
    text-decoration: underline;
}
.bulleted-list li a:hover {
    text-decoration: none;
}
.bulleted-list li p {
    flex: 1;
}
.bulleted-list li span {
    display: block;
    font-size: 1.8rem;
}
.news-table {
    margin-bottom: 50px;
}
.news-table table {
    max-width: 870px;
    border: 1px solid #D5D5D5;
}
.news-table table tr {
    border-bottom: 1px solid #D5D5D5;
}
.news-table table th {
    background-color: #F8F8F8;
    border-right: 1px solid #D5D5D5;
}
.news-table table th,
.news-table table td {
    padding: 17px;
    font-size: 1.6rem;
}
.news-table table th {
    width: 15%;
}
.news-detail .btnbox {
    max-width: 400px;
    margin-top: 110px;
}
.news-detail .btnbox a {
    padding: 28px 0;
}

@media screen and (max-width: 768px) {
    .news-detail {
        padding: 60px 0 80px;
    }
    .news-heading-top {
        display: flex;
        align-items: center;
        gap: 10px;
        margin-bottom: 20px;
    }
    .news-heading-top .category {
        font-size: 1.2rem;
        padding: 5px 4%;
    }
    .news-heading-top .date {
        font-size: 1.4rem;
    }
    .news-title {
        font-size: 2.2rem;
        line-height: 1.7;
        margin-bottom: 30px;
    }
    .news-image {
        margin-bottom: 20px;
    }
    .news-desc {
        font-size: 1.4rem;
        line-height: 1.8;
    }
    .news-title_02 {
        margin-top: 40px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-size: 2rem;
    }
    .news-title_02::after {
        width: 120px;
    }
    .news-text {
        font-size: 1.4rem;
    }
    .news-text + .news-text {
        padding-top: 20px;
    }
    .news-title_03 {
        font-size: 1.7rem;
        line-height: 1.5;
        border-left: 4px solid #D5D5D5;
        padding-left: 10px;
        margin: 35px 0 10px;
    }
    .news-title_04 {
        font-size: 1.6rem;
        margin: 35px 0 8px;
    }
    .bulleted-list {
        margin-top: 40px;
    }
    .bulleted-list li {
        font-size: 1.4rem;
        line-height: 1.7;
        display: flex;
    }
    .bulleted-list li + li {
        margin-top: 20px;
    }
    .bulleted-list li::before {
        width: 6px;
        height: 6px;
        margin: 0 5px 5px 0;
    }
    .bulleted-list li span {
        display: block;
        font-size: 1.4rem;
    }
    .bulleted-list li p {
        flex: 1;
    }
    .news-table {
        margin-bottom: 50px;
    }
    .news-table table th,
    .news-table table td {
        display: block;
        width: 100%;
        padding: 15px;
        font-size: 1.4rem;
    }
    .news-table table th {
        width: 100%;
        border-bottom: 1px solid #D5D5D5;
    }
    .news-detail .btnbox {
        max-width: 100%;
        margin-top: 50px;
        padding: 0 20px;
    }
    .news-detail .btnbox a {
        padding: 18px 0;
    }
.news-image img {
	height: auto;
}
}

/*****---------------------------------------------
  企業情報 Company Profile
-----------------------------------------------*****/
.company .low-heading {
    background-color: #222;
    padding-bottom: 40px;
}
.company .anchor-link {
    display: flex;
    gap: 20px;
    margin-top: auto;
}
.company .anchor-link .tag {
    display: block;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 999px;
    font-size: 1.4rem;
    padding: 8.5px 2.2%;
}
.company .anchor-link  .tag:hover {
    background-color: #fff;
    color: #222;
}
.company-sec01 {
    padding:  120px 0 200px;
}
.company .desc {
    line-height: 2;
}
.company-sec01_in {
    display: flex;
}
.company-sec01 .in01 {
    flex: 1;
    padding-right: 5%;
}
.company-sec01 .in01 p {
    font-size: 1.6rem;
    line-height: 2.25;
}
.company-sec01 .in01 .sign {
    padding: 50px 0 0;
}
.company-sec01 .in01 .sign p {
    margin: 0;
    line-height: 1.5;
}
.company-sec01 .in01 .sign .name {
    font-size: 2.8rem;
}

.company-sec01 .in01 p + p {
    margin-top: 35px;
}
.company-sec01 .in02 {
    max-width: 470px;
    width: 38%;
}

.company-sec02 {
    padding: 0 0 200px;
}
.company-sec02 .low-sec-title {
    margin-bottom: 30px;
}
.company-table01 table {
    width: 100%;
}
.company-table01 table tr {
    border-bottom: 1px solid #C5C5C5;
    width: 100%;
}
.company-table01 table th,
.company-table01 table td {
    padding: 4% 3%;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
}
.company-table01 table th {
    width: 22%;
    color: #878787;
    vertical-align: middle;
}
.company-table01 table th.vertical {
    vertical-align: baseline;
}
.company-table01 table td {
    width: 78%;
}
.company-table01 table td .note {
    display: block;
    color: #888888;
    margin-top: 5px;
}
.company-table01 table td div {
    line-height: 1.8;
}
.company-table01 table td div + div {
    margin-top: 40px;
}
.company-table01 table td div strong {
    display: block;
    font-weight: bold;
}
.company-table01 table td a {
    display: block;
    width: fit-content;
    color: #C59557;
}
.company-table01 table td a span {
    text-decoration: underline;
}
.company-table01 table td a:hover span {
    text-decoration: none;
}
.company-table01 table td a + a {
    margin-top: 12px;
}

.company-sec03 {
    padding: 0 0 200px;
}
.company-sec03 .low-sec-title {
    margin-bottom: 30px;
}
.company-title {
    margin-top: 60px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.6;
    border-bottom: 2px solid #D5D5D5;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.company-title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 230px;
  height: 2px;
  background-color: #C59557;
}
.company-table02 + .company-title {
    margin-top: 130px;
}
.company-row {
    display: flex;
    margin-bottom: 30px;
}
.company-row .img {
    max-width: 230px;
    width: 19%;
}
.company-row .contents {
    flex: 1;
    padding-left: 2%;
    line-height: 2;
}
.company-table02 table {
    width: 100%;
    border: 1px solid #D5D5D5;
}
.company-table02 table tr {
    border-bottom: 1px solid #D5D5D5;
    width: 100%;
}
.company-table02 table th,
.company-table02 table td {
    padding: 1.7%;
    font-size: 1.6rem;
    font-weight: 500;
    text-align: left;
}
.company-table02 table th {
    width: 18%;
    padding: 1.7% 2.2%;
    background-color: #F8F8F8;
    border-right: 1px solid #D5D5D5;
    vertical-align: middle;
}
.company-table02 table td {
    width: 82%;
}
.company-table02 table td div + div {
    margin-top: 29px;

}
.company-table02 table td div {
    text-indent: -1.6rem;
    padding-left: 1.6rem;
    line-height: 2;
}
.company-table02 table td div span {
    display: block;
    font-weight: bold;
}

@media screen and (max-width: 768px) {
    .company .low-heading {
        padding-bottom: 40px;
    }
    .company .anchor-link {
        flex-wrap: wrap;
        gap: 10px;
    }
    .company .anchor-link .tag {
        font-size: 1.2rem;
        padding: 6px 4%;
    }
    .company-sec01 {
        padding:  60px 0;
    }
    .company .low-sec-title {
        margin-bottom: 30px;
    }
    .company .desc {
        line-height: 2;
        font-size: 1.4rem;
    }
    .company-sec01_in {
        flex-direction: column-reverse;
    }
    .company-sec01 .in01 {
        flex: unset;
        width: 100%;
        padding: 0;
    }
    .company-sec01 .in01 p {
        font-size: 1.4rem;
        line-height: 2;
    }
    .company-sec01 .in01 .sign {
        padding: 20px 0 0;
        text-align: right;
    }
    .company-sec01 .in01 .sign p {
        margin: 0;
        line-height: 1.5;
        font-size: 1.3rem;
    }
    .company-sec01 .in01 .sign .name {
        font-size: 2.2rem;
        margin-top: 5px;
    }

    .company-sec01 .in01 p + p {
        margin-top: 20px;
    }
    .company-sec01 .in02 {
        max-width: 65%;
        width: 100%;
        margin: 0 auto 20px;
    }

    .company-sec02 {
        padding: 0 0 80px;
    }
    .company-sec02 .low-sec-title {
        margin-bottom: 30px;
    }
    .company-table01 table th,
    .company-table01 table td {
        display: block;
        padding: 15px 0;
        font-size: 1.4rem;
    }
    .company-table01 table th {
        width: 100%;
    }
    .company-table01 table td {
        width: 100%;
        padding: 0 0 20px;
    }
    .company-table01 table td .note {
        margin-top: 5px;
    }
    .company-table01 table td div {
        line-height: 1.8;
    }
    .company-table01 table td div + div {
        margin-top: 20px;
    }
    .company-table01 table td div strong {
        display: block;
        font-weight: bold;
    }
    .company-table01 table td a span {
        text-decoration: underline;
    }
    .company-table01 table td a:hover span {
        text-decoration: none;
    }
    .company-table01 table td a + a {
        margin-top: 12px;
    }

    .company-sec03 {
        padding: 0 0 80px;
    }
    .company-sec03 .low-sec-title {
        margin-bottom: 30px;
    }
    .company-title {
        margin-top: 40px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-size: 2rem;
    }
    .company-title::after {
        width: 120px;
    }
    .company-table02 + .company-title {
        margin-top: 80px;
    }
    .company-row {
        flex-direction: column;
        margin-bottom: 20px;
    }
    .company-row .img {
        max-width: 180px;
        width: 100%;
        margin-bottom: 10px;
    }
    .company-row .contents {
        flex: unset;
        width: 100%;
        padding: 10px 0 0;
        line-height: 1.8;
        font-size: 1.4rem;
    }
    .company-table02 table th,
    .company-table02 table td {
        display: block;
       padding: 15px;
        font-size: 1.4rem;
    }
    .company-table02 table th {
        width: 100%;
        padding: 15px;
        border-right: none;
        border-bottom: 1px solid #D5D5D5;
    }
    .company-table02 table td {
        width: 100%;
        font-size: 1.4rem;
    }
    .company-table02 table td div + div {
        margin-top: 15px;
    }
    .company-table02 table td div {
        text-indent: -1.4rem;
        padding-left: 1.4rem;
    }
}

/*****---------------------------------------------
  企業情報 Company Profile
-----------------------------------------------*****/
.low-heading02{
    background-color: #F4F4F4;
    padding-bottom: 40px;
}
.low-heading02 .breadcrumb li:not(:last-of-type)::after {
    background-image: url(../img/common/breadcrumb-arrow02.svg);
}
.low-heading02 .breadcrumb li {
    color: #666;
}
.low-heading02 .page-title,
.low-heading02 .page-desc  {
    color: #333;
}
.contact .anchor-link {
    display: flex;
    gap: 20px;
    margin-top: auto;
}
.contact .anchor-link .tag {
    display: block;
    color: #333;
    border: 1px solid #666;
    background-color: #fff;
    border-radius: 999px;
    font-size: 1.4rem;
    padding: 8.5px 2.2%;
}
.contact .anchor-link  .tag:hover {
    background-color: #666;
    color: #fff;
}
.contact-sec01 {
    padding: 120px 0;
}
.contact .desc {
    line-height: 2;
}
.contact .low-sec-title {
    margin-bottom: 30px;
}
.contact-sec01_in {
    max-width: 1180px;
    display: flex;
    flex-wrap: wrap;
    gap: 30px 2.7%;
    margin: 50px auto 0;
}
.contact-sec01_in .item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 31.5%;
    padding: 2% 1%;
    border: 1px solid #D5D5D5;
    border-radius: 3px;
    transition: all .2s;
    color: #333 !important;
}
.contact-sec01_in .item span {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    border-bottom: 1px solid transparent;
    line-height: 1.3;
}
.contact-sec01_in .item:hover {
    border-color: #C59557;
    color: #C59557;
}
.contact-sec01_in .item:hover span {
    border-bottom: 1px solid #C59557;
    color: #C59557;
}
.contact-sec02 {
    padding-bottom: 200px;
}
.contact-sec02 .form-area {
    margin-top: 50px;

    aspect-ratio: 16/10;
}
.contact-sec02 .form-area iframe {
    width: 100%;
    height: 100%;
    background-color: #f5f5f5;
}

@media screen and (max-width: 768px) {
    .low-heading02{
        padding-bottom: 20px;
    }
    .contact .anchor-link {
        flex-wrap: wrap;
        gap: 10px;
    }
    .contact .anchor-link .tag {
       font-size: 1.2rem;
        padding: 6px 4%;
    }
    .contact-sec01 {
        padding: 60px 0;
    }
    .contact .desc {
        font-size: 1.4rem;
    }
    .contact .low-sec-title {
        margin-bottom: 30px;
    }
    .contact-sec01_in {
        flex-wrap: wrap;
        gap: 10px 0;
        margin: 50px auto 0;
    }
    .contact-sec01_in .item {
        width: 100%;
        padding: 10px;
        min-height: 70px;
    }
    .contact-sec01_in .item span {
        font-size: 1.4rem;
        line-height: 1.5;
    }
    .contact-sec02 {
        padding-bottom: 80px;
    }
    .contact-sec02 .form-area {
        margin-top: 20px;
        aspect-ratio: 9/16;
    }

}

/*****---------------------------------------------
  特定個人情報取扱方針 Privacy Policy
-----------------------------------------------*****/
.privacy-sec01 {
    padding: 120px 0 80px;
}
.privacy-policy .desc {
    line-height: 2;
}
.privacy-title {
    margin-top: 80px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.6;
    border-bottom: 2px solid #D5D5D5;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}
.privacy-title::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 230px;
  height: 2px;
  background-color: #C59557;
}
.privacy-sec_in .text {
    line-height: 2;
}
.privacy-sec_in .text + .text {
    margin-top: 40px;
}
.privacy-sec_in .text a {
    display: inline-block;
    text-decoration: underline;
    color: #C59557;
}
.privacy-sec_in .text a:hover {
    text-decoration: none;
}
.privacy-sec_in .sign {
    width: fit-content;
    margin: 60px 0 80px auto;
}
.privacy-sec_in .sign p {
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2;
}
.privacy-sec_in .note {
    line-height: 2;
}
.privacy-sec02 {
    padding: 0 0 200px;
}

@media screen and (max-width: 768px) {
    .privacy-policy .low-heading02 {
        height: auto;
        padding-bottom: 40px;
    }
    .privacy-sec01 {
        padding: 60px 0;
    }
    .privacy-policy .low-sec-title {
        margin-bottom: 20px;
        font-size: 2.4rem;
    }
    .privacy-policy .desc {
        line-height: 2;
        font-size: 1.4rem;
    }
    .privacy-title {
        margin-top: 40px;
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-size: 2rem;
    }
    .privacy-title::after {
        width: 120px;
    }
    .privacy-sec_in .text {
        line-height: 2;
        font-size: 1.4rem;
    }
    .privacy-sec_in .text + .text {
        margin-top: 20px;
    }
    .privacy-sec_in .sign {
        width: fit-content;
        margin: 20px 0 40px auto;
    }
    .privacy-sec_in .sign p {
        font-size: 1.2rem;
        font-weight: normal;
        line-height: 1.5;
    }
    .privacy-sec_in .note {
        line-height: 2;
        font-size: 1.4rem;
    }
    .privacy-sec02 {
        padding: 0 0 80px;
    }

}

/*****---------------------------------------------
  約款一覧 agreement 260428
-----------------------------------------------*****/

.agreement-sec {
    padding:0 0 200px;
}

.agreement-title {
    margin-top: 80px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.6;
    border-bottom: 2px solid #D5D5D5;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 30px;
}

.agreement-title::after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 230px;
    height: 2px;
    background-color: #C59557;
}

.agreement-listbox {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
  }

  .agreement-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #e0e0e0;
  }
  
  .agreement-list-title {
    margin: 0;
    font-size: 16px;
    flex: 1;
    padding-right: 20px;
  }
  
  .agreement-list-title a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
  }
  
  .agreement-list-title a:hover {
    color: #C59557;
    text-decoration: underline;
  }
  
  .agreement-btn-wrap {
    display: flex;
    gap: 15px;
    flex-shrink: 0;
  }
  
  .agreement-btn-wrap .agreement-btn {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    transition: all .3s;
    width: 180px;
    box-sizing: border-box;
  }
  
  .agreement-btn-wrap .agreement-btn:hover {
    background-color: #C59557;
  }
  
  @media screen and (max-width: 768px) {
    .agreement-sec {
        padding:0 0 80px;
    }

    .agreement-list {
      flex-direction: column;
      align-items: center;
      gap: 20px;
    }
    
    .agreement-list-title {
      padding-right: 0;
    }
  
    .agreement-btn-wrap {
      flex-direction: column;
      gap: 10px;
    }
    
    .agreement-btn {
      width: 100%;
    }
  }

/*****---------------------------------------------
  contact thanks 260430
-----------------------------------------------*****/

.contact-thanks-sec01 {
    padding: 80px 0 120px;
}

.contact-thanks-sec01 .thanks-title {
    font-size: 4.4rem;
    text-align: center;
    margin-bottom: 60px;
}

.contact-thanks-sec01 .thanks-img {
    max-width: 800px;
    margin: 0 auto 50px;
}

.contact-thanks-sec01 .thanks-txt {
    max-width: 820px;
    margin: auto;
}

.contact-thanks-sec01 .thanks-txt .desc {
    font-size: 1.6rem;
    line-height: 2;
}

.contact-thanks-sec02 {
    padding: 0 0 200px;
}

.contact-thanks-sec02 .low-sec-title {
    text-align: center;
}

.contact-service-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

  .contact-service-card {
    border: 1px solid #D5D5D5;
    border-radius: 4px;
    background-color: #fff;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
}

  .contact-service-logo {
    width: auto;
    margin-bottom: 20px;
    object-fit: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}

  .contact-service-logo img {
    height: 95px;
    width: auto;
  }

  .contact-service-card .desc {
    font-size: 1.6rem;
    line-height: 2;
    text-align: left;
    margin-bottom: 30px;
    flex-grow: 1;
}

  .contact-service-card .contact-service-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #333;
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: 30px;
    padding: 12px 60px;
    transition: all .3s;
    position: relative;
}

  .contact-service-card .contact-service-btn:hover {
    background-color: #C59557;
}

  .contact-service-card .contact-service-btn:after {
    content: "";
    display: inline-block;
    background-image: url(../img/common/btn-arrow.svg);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    width: 7px;
    height: 16px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
}

  @media (max-width: 768px) {
    .contact-service-grid {
      grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 500px) {
    .contact-service-grid {
      grid-template-columns: 1fr;
    }
  }

/*****---------------------------------------------
  security 260430
-----------------------------------------------*****/

.security-sec01 {
    padding: 120px 0 0;
}

.security-sec02 {
    padding: 0 0 200px;
}

/*****---------------------------------------------
  cookie 260501
-----------------------------------------------*****/

.cookie-sec01 {
    padding: 40px 0 200px;
}

/*****---------------------------------------------
  cust-harassment 260508
-----------------------------------------------*****/

.cust-harassment-sec01 {
    padding: 40px 0 200px;   
}

.cust-harassment-sec01 .under {
    text-decoration: underline;
}

/*****---------------------------------------------
  form 260512
-----------------------------------------------*****/

.form-sec01 {
    padding: 40px 0 120px;   
}

.form-sec-title {
    margin-bottom: 60px;
    font-size: 3.4rem;
    color: #204659;
    text-align: center;
}