@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}










/*タイトルと日付を非表示*/
.page .entry-title {
  display: none;
}

.page .date-tags {
display: none;
}




.page .entry-title{
margin-top: 0;
}

.main {
    background: #fff;
   }

main#main {
    padding-top: 0;
    padding-bottom: 0;
}

.content {
    margin-top: 0px;
}

.entry-content {
    margin-top: 0em;
    margin-bottom: 0em;
}

article#post-20 {
    margin-bottom: 0;
}

footer#footer {
    display: none;
}

div#header-container {
    display: none;
}



@media screen and (min-width:769px){
    .sp{
        display: none !important;
    }
}

@media screen and (max-width:768px){
    .pc{
        display: none !important;
    }
}






@media screen and (min-width: 960px){
.sp-br {
display:none;
}}

@media screen and (max-width: 959px){
.sp-br {
display:inline;
}}













@media screen and (min-width: 769px){
.head-1 {
        background-image: url(https://leadarrow.jp/wp-content/uploads/2025/03/leadarrow_img_5.jpg);
        padding: 4em 0em;
    }
	
img.head-1-logo {
    width: 20%;
    margin: 0 auto;
    display: block;
}	
}


@media screen and (max-width: 768px){
.head-1 {
        background-image: url(https://leadarrow.jp/wp-content/uploads/2025/03/leadarrow_img_6.jpg);
        padding: 3em 0;
    }
	
img.head-1-logo {
        width: 50%;
        max-width: 250px;
        margin: 0 auto;
        display: block;
    }	
}







/* 親要素を相対位置に設定 */
.head-1-1 {
  position: relative;
}

/* ベーススタイル */
.bg {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 3em 0;
}


/* 背景のアニメーション */
.bg .bg-wrap::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(to right, #f2f2f2 0%, #fafafa 50%, #ffffff 100%);
  transform-origin: left center;
  width: 0;  /* 初期状態で幅0 */
}

@media screen and (min-width: 769px){
.bg .bg-wrap {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 5px 15px 5px 45px;
}	
	
.bg .bg-wrap .inn {
    color: #000;
    display: inline-block;
    font-size: clamp(3.75rem, 2.676rem + 2.24vw, 4.688rem); /*60,75*/
    letter-spacing: 4px;
    font-weight: bold;
    position: relative;
    z-index: 1;
}
}

@media screen and (max-width: 768px){
.bg .bg-wrap {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 5px 15px 5px 15px;
}	
	
.bg .bg-wrap .inn {
        color: #000;
        display: inline-block;
        font-size: clamp(2.375rem, 1.571rem + 4.02vw, 3.5rem); /*38,56*/
        letter-spacing: 4px;
        font-weight: bold;
        position: relative;
        z-index: 1;
    }
}

/* 「伝統と未来を」の背景を少し長めにする */
.bg.is-animated .bg-wrap.long::before {
  width: 120%;
  animation: bg 2.5s ease-in-out forwards;
}

/* 「つなぐ」の背景を右端まで伸ばす */
.bg.is-animated .bg-wrap.full {
  display: block;
  width: 100vw; /* 画面幅いっぱいに */
}
.bg.is-animated .bg-wrap.full::before {
  width: 100%;
  animation: bg 2.5s ease-in-out forwards;
}

/* 背景のアニメーション */
@keyframes bg {
  0% {
    opacity: 0;
    transform: scaleX(0) translateX(-5%);
  }
  30% {
    transform: scaleX(1) translateX(0);
  }
  100% {
    transform: scaleX(1) translateX(0);
  }
  30%, 100% {
    opacity: 1;
  }
}


















 .head-1-menu {
    width: 1000px;
    margin: 0 auto;
    display: block;
    display: flex;
}

.head-1-menu-con1-in {
    display: flex;
}

.head-1-menu-con1-in img {
    width: 60px;
    height: 60px;
    margin-right: 10px;
}  
   
@media screen and (min-width: 769px){

.head-1-menu-con1 {
    position: relative;
    width: 300px;
    height: 400px;
    background: #0d4d82;
    margin: 1em;
}

.head-1-menu-con1-in {
        display: flex;
        position: absolute;
        align-items: center;
        top: 50%;
        left: 0%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        justify-content: center;
    }

.head-1-menu-con1-in p {
    font-size: 21px;
    color: white;
    margin: 0;
    z-index: 1;
    font-family: "Fahkwang", sans-serif;
    font-weight: 500;
    font-style: normal;
}
}






@media screen and (max-width: 768px){

.head-1-menu-con1-in {
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 1em 0 2em 0;
    }
    
.head-1-menu-con1 {
        width: 300px;
        height: 400px;
        background: #0d4d82;
        margin: 1em;
        /* padding: 1em; */
        position: relative;
    }   
    
.head-1-menu-con1-in-font1 {
        font-size: 21px;
        color: white;
        margin-bottom: 0;
        z-index: 1;
        font-family: "Fahkwang", sans-serif;
        font-weight: 500;
        font-style: normal;
    }
    
    p.head-1-menu-con1-in-font2 {
        color: #fff;
        font-size: 14px;
        letter-spacing: 1px;
        padding: 0 1em;
    }    
	
    .head-1-menu-con2-in {
        background: #fff;
        position: absolute;
        bottom: 0;
        display: inline-block;
        width: 100%;
        padding: 10px;
        text-align: right;
        font-family: "Fahkwang", sans-serif;
        font-weight: 500;
        font-style: normal;
        color: #0d4d82;
    }	
}

a.head-1-menu-con1-sp-link {
    text-decoration: none;
}



























@media screen and (min-width: 769px){
.company-1 {
    background: #1d4d82;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    padding: 4em 2em;
    margin-top: -1px;
}
	
.company-1-sen-flex-left {
    width: 90%;
}	
	
.company-1-sen-flex {
    display: flex;
    justify-content: space-between;
}	
	
p.company-1-sen-flex-left-font1 {
    margin-bottom: 0;
    margin-top: 1em;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    font-size: 52px;
    letter-spacing: 4px;
}	
	
p.company-1-sen-flex-left-font2 {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
}

.company-1-sen-flex-left-in {
    display: flex;
    width: 60%;
}	
	
img.company-1-sen-flex-left-in-img1 {
    width: calc(100% / 2 - 1em);
    margin: 0 1em 0 0;
}

img.company-1-sen-flex-left-in-img2 {
    width: calc(100% / 2 - 1em);
}	
	
.company-1-sen-2 {
    display: flex;
    margin: 4em 0;
}
.company-1-sen-2-left {
    width: calc(100% / 2 - 1em);
    margin: 1em 0.5em;
}

.company-1-sen-2-right {
    width: calc(100% / 2 - 1em);
    margin: 1em 0.5em;
}	
	
.company-1-1 {
    padding: 1em;
    max-width: 1300px;
    margin: 0 auto;
}	
	
p.company-1-title-font1 {
    font-family: "Fahkwang", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 72px;
    letter-spacing: -3px;
    margin-bottom: 0;
}	
}


@media screen and (max-width: 768px){
.company-1 {
    background: #1d4d82;
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    padding: 4em 1em;
    margin-top: -1px;
}
	
.company-1-sen-flex {
        /* display: flex; */
/*         padding-left: 1.5em; */
/*         margin-top: 5em; */
    }	
	
.company-1-sen-flex-left {
    max-width: 560px;
    margin: 0 auto;
    padding-left: 1.5em;
}	
	
p.company-1-sen-flex-left-font1 {
    margin-bottom: 0;
    margin-top: 4em;
    font-family: "Noto Serif JP", serif;
    color: #fff;
    font-size: 35px;
    letter-spacing: 4px;
    line-height: 1.3em;
}	
	
p.company-1-sen-flex-left-font2 {
    color: #fff;
    font-size: 15px;
    letter-spacing: 1px;
    margin-top: 1em;
}	
	
.company-1-sen-flex-left-in {
        margin-right: calc(50% - 50vw);
        margin-left: calc(50% - 50vw);
        padding-right: calc(50vw - 50%);
        padding-left: calc(50vw - 50%);
        position: relative;
        margin-top: 5em;
    }

img.company-1-sen-flex-left-in-img1 {
    width: calc(100% / 2 - 1em);
    margin: 5em 0 0 0;
    position: absolute;
    left: 0;
}

img.company-1-sen-flex-left-in-img2 {
    width: calc(100% / 2 - 1em);
    position: absolute;
    right: 0;
}	
	
.company-1-sen-2 {
    /* display: flex; */
    margin: 20em 0 0 0;
}	
	
.company-1-1 {
    padding: 1em 0;
    margin: 0 auto;
}	
	
p.company-1-title-font1 {
    font-family: "Fahkwang", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 52px;
    letter-spacing: -3px;
    margin-bottom: 0;
}	
}


@media screen and (max-width: 499px) {
    .company-1-sen-2 {
        margin: 22em 0 0 0;
    }
}

@media screen and (min-width: 500px) and (max-width: 599px) {
    .company-1-sen-2 {
        margin: 24em 0 0 0;
    }
}

@media screen and (min-width: 600px) and (max-width: 799px) {
    .company-1-sen-2 {
        margin: 26em 0 0 0;
    }
}

@media screen and (min-width: 700px) and (max-width: 768px) {
    .company-1-sen-2 {
        margin: 30em 0 0 0;
    }
}




.company-1-title {
    color: #fff;
}

p.company-1-title-font2 {
    margin: -20px 0 1em 0;
}





















/*アコーディオン*/
 
 @media screen and (min-width:769px){
.accordion-item {
    margin-bottom: 10px;
    position: relative;
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    letter-spacing: 1px;
}

.accordion-header:hover{ 
	opacity:0.5;
	transition:0.3s;
}
}

@media screen and (max-width:768px){
.accordion-item {
        margin: 2em auto;
        position: relative;
        width: 100%;
        letter-spacing: 0.5px;
        font-size: 1em;
    }}

.accordion-header {
    background-color: #ffffff;
    padding: 10px 20px;
    cursor: pointer;
    position: relative;
    border-radius: 10px;
    border: 2px #fff solid;
    color: #0d4d82;
    font-weight: 500;
    text-align: left;
}


.accordion-header .arrow {
    display: inline-block;
    margin-left: 5px;
    transition: transform 0.3s ease-in-out;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: #0d4d82;
    border-radius: 50px;
    aspect-ratio: 1 / 1;
    padding: 2px 14px;
}

.accordion-header .arrow::before {
    content: '\f0d7';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
}

.accordion-header .arrow.up::before {
    content: '\f0d8';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
}

.accordion-content {
  padding: 10px;
  display: none;
}

.accordion-content.active {
  display: block;
}

p.accordion-content-font1 {
    margin: 0;
    color: #fff;
    text-align: left;
    font-size: 15px;
    letter-spacing: 1px;
}

p.accordion-content-font2 {
    margin: 2em 0;
    color: #fff;
    text-align: right;
    font-size: 15px;
    letter-spacing: 1px;
}



















@media screen and (min-width: 769px){
/* スクロールダウンの位置 */
.scroll span {
    writing-mode: vertical-rl;
    color: #fff;
    font-size: 24px;
    letter-spacing: 8px;
}

.scroll {
    position: absolute;
    right: 3%;
    top: 5%;
    writing-mode: vertical-rl;
}
/* 線のアニメーション部分 */
.scroll::before {
    animation: scroll 2s infinite;
    background-color: #fff;
    bottom: -315px;
    content: "";
    height: 300px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 1px;
}
}


@media screen and (max-width: 768px){
.scroll span {
/*    writing-mode: vertical-rl;*/
    color: #fff;
    font-size: 24px;
    letter-spacing: 8px;
}

.scroll {
        position: absolute;
        left: 5%;
        top: 15em;
        /* writing-mode: vertical-rl; */
    }


.scroll::before {
    animation: scroll 2s infinite;
    background-color: #fff;
    bottom: -315px;
    content: "";
    height: 300px;
    left: 0;
    margin: auto;
    position: absolute;
    /* right: 0; */
    width: 1px;
}
}
/* 線のアニメーション */
@keyframes scroll {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  51% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}


































/*表リセット*/

table:not(.has-border-color) :where(th, td) {
    border: 0px solid;
}

table tr:nth-of-type(2n+1) {
    background-color: transparent;
}


table th, table td {
    position: relative;
    padding: 0.5em 0.5em;
}

table.profile-table {
    font-size: 18px;
    color: #fff;
    margin-bottom: 0;
    width: 100%;
    margin: 0 auto;
}

td.label {
    vertical-align: top;
}

































@media screen and (min-width: 769px){
.business-1 {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    padding: 4em 2em;
}
	
.business-1-1 {
    padding: 1em;
    max-width: 1300px;
    margin: 0 auto;
}	
	
p.business-1-title-font1 {
    font-family: "Fahkwang", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 72px;
    letter-spacing: -3px;
    margin-bottom: 0;
}	
	
p.business-1-sen1-titile-font1 {
    color: #0d4d82;
    font-size: 56px;
    font-weight: 600;
    border-bottom: 5px solid #0d4d82;
    display: inline-block;
    margin-bottom: 0.3em;
    letter-spacing: 2px;
}	
	
p.business-1-sen1-titile-font2 {
    color: #0d4d82;
    font-weight: 600;
    line-height: 1.3em;
    font-size: 24px;
    letter-spacing: 1px;
}	
	
.business-1-sen2 {
    display: flex;
    align-items: center;
}

.business-1-sen2-left {
    width: 45%;
    margin: 0 0.5em;
}

.business-1-sen2-right {
    width: 65%;
    margin: 0 0 0 2.5em;
}

.business-1-sen2-left img {
    width: 90%;
}

.business-1-sen2-right p {
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 0;
}	
	
p.business-2-sen1-titile-font1 {
    color: #0d4d82;
    font-size: 56px;
    font-weight: 600;
    border-bottom: 5px solid #0d4d82;
    display: inline-block;
    margin-bottom: 0.3em;
    letter-spacing: 2px;
}

p.business-2-sen1-titile-font2 {
    color: #0d4d82;
    font-weight: 600;
    line-height: 1.3em;
    font-size: 24px;
    letter-spacing: 1px;
}	
	
.business-2-sen2 {
    display: flex;
    align-items: center;
}

.business-2-sen2-right {
    width: 45%;
    margin: 0 0.5em;
}

.business-2-sen2-left {
    width: 65%;
    margin: 0 0 0 2.5em;
}

.business-2-sen2-right img {
    width: 90%;
    margin: 0 0 0 auto;
    display: block;
}

.business-2-sen2-left p {
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 0;
}	
}

@media screen and (max-width: 768px){
.business-1 {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
    padding-right: calc(50vw - 50%);
    padding-left: calc(50vw - 50%);
    padding: 4em 1em;
}
	
.business-1-1 {
    padding: 1em 0;
    margin: 0 auto;
}	
	
p.business-1-title-font1 {
    font-family: "Fahkwang", sans-serif;
    font-weight: 300;
    font-style: normal;
    font-size: 52px;
    letter-spacing: -3px;
    margin-bottom: 0;
}	
	
p.business-1-sen1-titile-font1 {
    color: #0d4d82;
    font-size: clamp(1.875rem, 1.071rem + 4.02vw, 3rem); /*30,48*/
    font-weight: 600;
    border-bottom: 5px solid #0d4d82;
    display: inline-block;
    margin-bottom: 0.3em;
    letter-spacing: 2px;
}	

p.business-1-sen1-titile-font2 {
    color: #0d4d82;
    font-weight: 600;
    line-height: 1.3em;
    font-size: clamp(1.125rem, 0.857rem + 1.34vw, 1.5rem); /*18,24*/
    letter-spacing: 1px;
}	
	
.business-1-sen2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.business-1-sen2-left {
    width: 100%;
    /* margin: 0 0.5em; */
}

.business-1-sen2-left img {
        width: 100%;
        max-width: 460px;
    }

.business-1-sen2-right {
    width: 100%;
    padding: 1em;
    /* margin: 0 0 0 2.5em; */
}

.business-1-sen2-right p {
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 0;
    font-size: clamp(0.813rem, 0.589rem + 1.12vw, 1.125rem); /*13,18*/
}	
	
p.business-2-sen1-titile-font1 {
    color: #0d4d82;
    font-size: clamp(1.875rem, 1.071rem + 4.02vw, 3rem); /*30,48*/
    font-weight: 600;
    border-bottom: 5px solid #0d4d82;
    display: inline-block;
    margin-bottom: 0.3em;
    letter-spacing: 2px;
}

p.business-2-sen1-titile-font2 {
    color: #0d4d82;
    font-weight: 600;
    line-height: 1.3em;
    font-size: clamp(1.125rem, 0.857rem + 1.34vw, 1.5rem); /*18,24*/
    letter-spacing: 1px;
}	
	
.business-2-sen2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.business-2-sen2-right {
    width: 100%;
/*    margin: 0 0.5em;*/
}

.business-2-sen2-left {
        width: 100%;
        padding: 1em;
        /* margin: 0 0 0 2.5em; */
        order: 1;
    }

.business-2-sen2-right img {
        width: 100%;
        max-width: 460px;
        margin: 0 0 0 auto;
        display: block;
    }

.business-2-sen2-left p {
    letter-spacing: 2px;
    font-weight: 500;
    margin-bottom: 0;
    font-size: clamp(0.813rem, 0.589rem + 1.12vw, 1.125rem); /*13,18*/
}	
}



.business-1-title {
    color: #0d4d82;
}


p.business-1-title-font2 {
    margin: -20px 0 1em 0;
}


.business-1-sen1-titile {
    margin-top: 3em;
}






.business-2-sen {
    margin-bottom: 5em;
}

.business-2-sen1-titile {
    text-align: right;
    margin-top: 5em;
}







































/*コンタクトフォーム*/
@media screen and (min-width: 769px){
.contact-1 {
        display: flex
;
        width: 100%;
        margin: 20px 0;
        justify-content: space-between;
    }

span.required {
        vertical-align: top;
        font-weight: 500;
        width: 20%;
        margin-right: 2em;
        position: relative;
        text-align: left;
        color: #fff;
    }

.required::after {
        content: "必須";
        color: #0d4d82;
        background: #faca09;
        font-size: 14px;
        padding: 0.2em 0.4em 0.2em 0.4em;
        margin-left: 0.3em;
        font-weight: 400;
        /* position: absolute; */
        top: 4px;
        /* right: 10px; */
        width: 60%;
    }
	

span.required-2 {
        vertical-align: top;
        font-weight: 500;
        width: 20%;
        margin-right: 2em;
        position: relative;
        text-align: left;
	color: #fff;
    }

	
	

.contact-right {
        width: 71%;
        text-align: left;
        color: #fff;
    }}



@media screen and (max-width: 768px){
.contact-1 {
    width: 100%;
    margin: 20px 0;
}

span.required {
        vertical-align: top;
        font-weight: 500;
        margin-right: 2em;
	color: #fff;
}

.required::after {
    content: "必須";
    color: #0d4d82;
        background: #faca09;
    font-size: 14px;
    padding: 0.2em 0.4em 0.2em 0.4em;
    margin-left: 1.3em;
    font-weight: 400;
}
	

span.required-2 {
        vertical-align: top;
        font-weight: 500;
        margin-right: 2em;
	color: #fff;
}


.contact-right {
        width: 100%;
        text-align: left;
        margin-top: -1em;
        margin-bottom: 2em;
        color: #fff;
    }

span.wpcf7-list-item {
    display: inline-block;
    margin: 0;
}}

.wp-block-contact-form-7-contact-form-selector {
    max-width: 1000px;
    margin: 0 auto;
}


span.required2 {
    vertical-align: top;
    font-weight: 300;
    width: 16%;
    margin-right: 2em;
    position: relative;
    text-align: left;
}



/*送信ボタン*/
input.wpcf7-submit {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 380px;
    height: 65px;
    padding: 12px 24px;
    margin: 10px auto 10px auto;
    font-size: 1.1rem;
    font-weight: 600;
    color: #0d4d82;
    text-align: center;
    overflow-wrap: anywhere;
    background-color: #fff;
    border: 2px solid #0d4d82;
    letter-spacing: 1px;
}

@media (any-hover: hover) {
input.wpcf7-submit {
    transition: background-color 0.2s;
  }

input.wpcf7-submit:hover {
    background-color: #faca09;
	color: #0d4d82;
  }
}



.btn-submit {
    width: 100%;
    text-align: center;
    border: solid 0.5px #000;
}






@media screen and (min-width: 960px){
.wpcf7 {
    padding: 0 18px;
}}

@media screen and (max-width: 959px){
.wpcf7 {
    padding: 0 5px;
}}


.wpcf7-form-control-wrap {
    position: relative;
    vertical-align: top;
}


	
.contact-all {
    max-width: 1000px;
    margin: 0 auto 35px auto;
}



p.contactfont-1 {
    text-align: center;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 20px;
    margin-bottom: 0px;
}

p.contactfont-2 {
    /* text-align: center; */
    font-weight: 100;
    letter-spacing: 0px;
    font-size: 15px;
    margin-bottom: 0px;
}

.contact-2 {
    text-align: center;
    letter-spacing: 0px;
    font-size: 20px;
    font-weight: 100;
    margin-bottom: 30px;
}


@media screen and (min-width: 769px){
p.contactfont-3 {
        max-width: 1000px;
        margin: 0 auto;
        text-align: center;
        font-weight: 400;
        font-size: 1rem;
}

p.contactfont-4 {
        max-width: 1000px;
        margin: 0.1em auto 0.5em auto;
        text-align: center;
        font-weight: 300;
        font-size: 1rem;
}}

@media screen and (max-width: 768px){
p.contactfont-3 {
        width: 100%;
        margin: 0 auto 1em auto;
        text-align: center;
        font-weight: 400;
        font-size: 1rem;
        line-height: 1.5em;
}

p.contactfont-4 {
        width: 100%;
        margin: 0.1em auto 0.5em auto;
        text-align: center;
        font-weight: 300;
        font-size: 0.8rem;
        line-height: 1.5em;
}}















.contactflex{
display: flex;
}



a.contact-1-btn-1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 380px;
    height: 65px;
    padding: 12px 24px;
    margin: 2em auto 10em auto;
    font-size: 1.3rem;
    color: #fa9100;
    text-align: center;
    overflow-wrap: anywhere;
    background-color: #fff;
    border: 2px solid #fa9100;
    letter-spacing: 1px;
    text-decoration: none;
}


@media (any-hover: hover) {
a.contact-1-btn-1 {
    transition: background-color 0.2s;
  }

a.contact-1-btn-1:hover {
    background-color: #fa9100;
    color: #fff;
  }
}



span.required-3 {
    color: #fff;
}


































.foot-1 {
    padding: 3em 0 3em 0;
}

.foot-1-flex {
    display: flex;
    justify-content: center;
}

p.foot-copy {
    text-align: center;
    margin-bottom: 15px;
    font-size: 12px;
}



@media screen and (min-width: 769px){
.foot-1-flex a {
    margin: 2em 2em;
    text-decoration: none;
    color: #0d4d82;
    font-family: "Fahkwang", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(1.313rem, 0.954rem + 0.75vw, 1.625rem); /*21,26*/
}
	
img.foot-1-img {
        width: 15%;
        max-width: 350px;
        margin: 0 auto;
        display: block;
    }	
}


@media screen and (max-width: 768px){
.foot-1-flex a {
    margin: 2em 1em;
    text-decoration: none;
    color: #0d4d82;
    font-family: "Fahkwang", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: clamp(0.813rem, 0.455rem + 1.79vw, 1.313rem); /*13,21*/
}
	
img.foot-1-img {
    width: 45%;
    max-width: 200px;
    margin: 0 auto;
    display: block;
}	
}

.foot-1-flex a:hover{ 
	opacity:0.5;
	transition:0.3s;
}

































/* ボタン本体 */
.btn {
    line-height: 60px;
    text-decoration: none;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    width: 300px;
    height: 400px;
    background: #0d4d82;
    border: solid 0px;
}


.btn__text:nth-child(1) {
  position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    height: 100%;
    /* width: 100%; */
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    transition: all 0.3s;
    line-height: 2em;
    padding: 1em;
}

.btn__text:nth-child(2) {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: #fff;
    color: #0d4d82;
    border: solid 1px #0D4D83;
    /* font-size: 16px; */
    font-weight: bold;
    text-align: center;
    transition: all 0.3s;
    line-height: 2em;
    padding: 10em 1em 1em 1em;
    margin: 0 0 0 -13px;
    top: 50%;
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
    /* -webkit-transform: translate(-50%, -50%); */
    -ms-transform: translate(-50%, -50%);
}

/* ボタンのテキスト(デフォルトのテキスト) */
.btn__text:nth-child(1) {
  top: 0;
}

/* ボタンのテキスト(隠れているテキスト) */
.btn__text:nth-child(2) {
  top: -100%;
}

/* ボタンホバーアクション */
.btn:hover .btn__text:nth-child(1) {
  top: 100%;
}

.btn:hover .btn__text:nth-child(2) {
  top: 0;
}



















.go-to-top-button {
    border-width: 0;
    background-color: #eee;
    color: #333;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    text-align: center;
    line-height: 1;
    border-radius: 25px;
    font-size: 22px;
}













/*フェードイン*/
@media screen and (min-width: 769px){
.box {
    opacity:0;
    transition : opacity 1.5s;
}
}

@media screen and (max-width: 768px){
.box {
    opacity:0;
    transition: opacity 2s, visibility 0s 2s;
}
}

.is-scrollIn {
    opacity: 1;
    visibility: visible;
}
