body,html {
font-size: 16px;
font-family: "Noto Sans JP", sans-serif;
position: relative;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
p, h1, h2, h3, h4 {
margin: 0;
font-family: "Noto Sans JP", sans-serif;
font-weight: 300;
}
a {
transition: 0.3s;
font-family: "Noto Sans JP", sans-serif;
color: #444444;
}
a:active, a:hover {
color: #444444;
}
a:hover { }
ul,li,a {
text-decoration: none;
list-style: none;
}
img {
vertical-align: middle;
image-rendering: auto; }
.flex {
display: flex;
flex-wrap: wrap;
}
.ib {
display: inline-block;
}
.block {
display: block;
}
.indent {
padding-left: 1em;
text-indent: -1em;
}
.indent span {
padding-left: 1em;
}
.hankaku {
margin-right: 0.5em;
}
.sans {
font-family: "Noto Sans JP", sans-serif;
}
.serif {
font-family: "Noto Serif JP", serif !important;
}
.small {
font-size: 14px;
letter-spacing: 0.05em;
} .normal {
font-weight: 400;
}
.bold {
font-weight: 500;
}
.red {
color: #FF0707;
}
.elementor-column-gap-default>.elementor-column>.elementor-element-populated {
padding: 0;
}
a[href^="tel:"] {
cursor: default;
}
@media screen and (min-width: 1025px) {
a[href^="tel:"] {
pointer-events: none;
}
} .fs60 {
font-size: clamp(2rem, 1.65rem + 1.7500000000000002vw, 3.75rem);
}
.fs50 {
font-size: clamp(1.5rem, 1.175rem + 1.625vw, 3.125rem);
}
.fs42 {
font-size: clamp(1.625rem, 1.425rem + 1vw, 2.625rem);
}
.fs40 {
font-size: clamp(1.5rem, 1.3rem + 1vw, 2.5rem);
}
.fs36 {
font-size: clamp(1.5rem, 1.35rem + 0.75vw, 2.25rem);
}
.fs34 {
font-size: clamp(1.25rem, 1.075rem + 0.8750000000000001vw, 2.125rem);
}
.fs32 {
font-size: clamp(1.25rem, 1.1rem + 0.75vw, 2rem);
}
.fs30 {
font-size: clamp(1.125rem, 0.975rem + 0.75vw, 1.875rem);
}
.fs29 {
font-size: clamp(1.25rem, 1.15rem + 0.5vw, 1.8125rem);
}
.fs28 {
font-size: clamp(1.25rem, 1.15rem + 0.5vw, 1.75rem);
}
.fs24 {
font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
}
.fs22 {
font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
}
.fs20 {
font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
}
.fs18 {
font-size: clamp(1rem, 0.975rem + 0.125vw, 1.125rem);
}  .container {
padding-bottom: 120px;
}
.container-color {
padding-top: 120px;
padding-bottom: 120px;
}
.container-bottom {
padding-top: 120px;
padding-bottom: 180px;
}
@media screen and (max-width: 1024px) {
.container {
padding-bottom: 60px;
}
.container-color {
padding-top: 60px;
padding-bottom: 60px;
}
.container-bottom {
padding-top: 60px;
padding-bottom: 90px;
}
.page-id-166 .container-bottom {
padding-top: 70px;
}
.page-id-16 .container-bottom {
padding-top: 80px;
}
.page-id-166 .container-color {
padding-top: 80px;
}
.page-id-16 .container-color {
padding-top: 80px;
}
} .sec-inner {
width: 85%;
max-width: 1480px;
margin: 0 auto;
}
@media screen and (max-width: 1024px) {
.sec-inner {
width: 90%;
}
} .sec-tit-wrap {
margin-bottom: 80px;
}
.sec-tit {
font-size: clamp(1.5rem, 1.175rem + 1.625vw, 3.125rem);
margin-bottom: 20px;
line-height: 1;
letter-spacing: 0.05em;
}
.sec-tit-lead {
font-size: 14px;
line-height: 1;
color: #666666;
}
h4.sub-tit {
font-size: clamp(1.25rem, 1.15rem + 0.5vw, 1.75rem);
letter-spacing: 0.05em;
line-height: 1.57;
font-weight: 400;
}
@media screen and (max-width: 1024px) {
.sec-tit-wrap {
margin-bottom: 60px;
}
}  .btn-wrap {
display: flex;
justify-content: center;
}
.btn {
display: flex;
align-items: center;
justify-content: center;
height: 76px;
width: 370px;
border-radius: 38px;
font-weight: 500;
position: relative;
overflow: hidden;
}
.btn:hover {
opacity: 1;
transform: scale(1.1);
}
.btn--blue {
background-color: #004EA2;
color: #fff;
}
.btn--blue:hover { color: #004EA2;
border: 1px solid #004EA2;
}
.btn--blue::after {
background-color: #fff;
}
.btn--white {
background-color: #fff;
color: #004EA2;
}
.btn--white:hover { color: #fff;
border: 1px solid #fff;
}
.btn--white::after {
background-color: #004EA2;
}
.btn::after {
position: absolute;
content: "";
transform-origin: 50% 0;
transform: scaleY(0);
transition: transform .6s ease-out;
border-radius: 50%;
width: 140%;
height: 250%;
left: -20%;
top: -40%
}
.btn:hover::after {
transform-origin: 50% 100%;
transform: scaleX(1)
}
.btn-inner {
position: relative;
z-index: 1;
}
@media screen and (max-width: 1024px) {
.btn {
height: 60px;
width: 280px;
}
} .text-btn-wrap {
position: relative;
width: 278px;
overflow: hidden;
display: block;
}
.text-btn-wrap::before {
content: "";
height: 2px;
width: 180px;
transition: 1s;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
background-color: #A8A8A6;
}
.text-btn {
font-size: 14px;
font-weight: 400;
color: #004EA2;
line-height: 1;
}
.text-btn:hover {
color: #004EA2;
}
.text-btn span {
display: inline-block;
transition: 0.3s;
line-height: 20px;
min-width: 0.3em;
}
.hov-anim {
position: absolute;
top: 0;
right: 0;
transform: translateY(100%);
}
.text-btn-wrap:hover .text-btn > .singleLetter,
.text-btn-wrap.on .text-btn > .singleLetter{
transform: translateY(-100%);
}
.text-btn-wrap:hover .text-btn .hov-anim .singleLetter,
.text-btn-wrap.on .text-btn .hov-anim .singleLetter {
transform: translateY(-100%);
}
@keyframes txtLine {
0% {
width: 0;
}
100% {
width: 180px;
}
}
@keyframes txtLine2 {
0% {
width: 0;
}
100% {
width: calc(100% - 80px);
}
}
@keyframes txtLine3 {
0% {
width: 0;
}
100% {
width: 60%;
}
}
@keyframes txtLine4 {
0% {
width: 0;
}
100% {
width: calc(100% - 60px);
}
}
@media screen and (min-width: 768px) {
.text-btn-wrap:hover::before {
animation: txtLine 0.5s linear forwards;
}
.text-btn-wrap.on::before {
animation: txtLine2 0.5s linear forwards;
}
.text-btn-wrap--top-mv2:hover::before {
animation: txtLine3 0.5s linear forwards;
}
.top-int-text .text-btn-wrap:hover::before {
animation: txtLine4 0.5s linear forwards;
}
}
@media screen and (max-width: 767px) { } ul.menu {
height: 100%;
align-items: center;
padding: 0 30px !important;
font-size: 12px;
display: flex;
}
.menu-item {
padding: 0 35px;
font-weight: 500;
}
.menu-item a {
position: relative;
padding: 0 !important;
overflow: hidden;
display: inline-block;
}
.menu-item a::after {
content: "";
width: 0;
bottom: 0;
left: 0;
height: 1px;
background-color: #444444;
transition: 0.3s;
position: absolute;
}
.menu-item a:hover::after {
width: 100%;
}
.menu-item.current-menu-item a::after {
width: 100%;
} .archive .fix .header-nav .menu-item a::after,
.page-id-16 .fix .header-nav .menu-item a::after,
.page-id-166 .fix .header-nav .menu-item a::after,
.page-id-87 .fix .header-nav .menu-item a::after,
.page-id-259 .fix .header-nav .menu-item a::after,
.page-id-301 .fix .header-nav .menu-item a::after {
background-color: #444;
}
@media screen and (min-width: 861px) {
.menu-item span {
display: inline-block;
transition: 0.5s;
}
.menu-anim {
position: absolute;
top: 0;
left: 0;
transform: translateY(100%);
}
.menu-item a:hover > .singleLetter {
transform: translateY(-100%);
}
.menu-item a:hover .menu-anim .singleLetter {
transform: translateY(-100%);
}
}
@media screen and (max-width: 860px) {
ul.menu {
font-size: 14px;
}
#menu-footer .menu-item span {
display: inline-block;
transition: 0.5s;
}
#menu-footer .menu-anim {
position: absolute;
top: 0;
left: 0;
transform: translateY(100%);
}
#menu-footer .menu-item a:hover > .singleLetter {
transform: translateY(-100%);
}
#menu-footer .menu-item a:hover .menu-anim .singleLetter {
transform: translateY(-100%);
}
} #site-header {
z-index: 10;
padding: 20px 0 20px 4.4%;
height: 115px;
max-width: none;
}
#site-header .header-inner {
max-width: none;
}
body:not(.home) #site-header { position: fixed;
top: 0;
left: 0;
width: 100%;
}
body.home .site-branding {
opacity: 0;
}
.site-header:not(.header-stacked) .header-inner .site-branding {
max-width: none;
}
.site-navigation {
transition: opacity 1s 0s;
}
body.home .site-navigation {
opacity: 0;
}
body.home .site-navigation a {
pointer-events: none;
}
.site-navigation.fix {
opacity: 1 !important;
position: fixed;
top: 0;
right: 0;
transition: opacity 1s 0.5s;
}
.site-navigation::after {
background-color: rgba(255,255,255,0.4);
backdrop-filter: blur(30px);
-webkit-backdrop-filter: blur(30px);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
content: "";
opacity: 0;
transition: 0.5s;
z-index: -1;
}
.site-navigation.bg::after {
opacity: 1;
}
body:not(.home) .site-navigation::after {
top: -100%;
opacity: 1;
}
body:not(.home) .site-navigation.bg::after {
top: 0;
}
.site-navigation.fix a {
pointer-events: auto !important;
color: #444444 !important;
}
.header-wrap {
justify-content: space-between;
align-items: center;
width: 100%;
}
.site-branding a {
position: relative;
}
.site-branding img {
transition: opacity 0.5s;
}
.home .site-branding img:last-child {
position: absolute;
top: 0;
left: 0;
opacity: 0;
}
.home .site-navigation.logochange .site-branding img:last-child {
opacity: 1;
}
.home .site-navigation.logochange .site-branding img:first-child {
opacity: 0;
}
body:not(.home) .site-branding img:first-child {
display: none;
}
@media screen and (max-width: 1200px) {
#site-header {
height: 100px;
}
.site-header .site-branding {
width: 200px;
}
#menu-main .menu-item {
padding: 0 25px !important;
}
}
@media screen and (max-width: 1024px) {
#menu-main .menu-item {
padding: 0 20px !important;
}
}
@media screen and (max-width: 860px) {
#site-header {
padding: 15px 4%;
height: 90px;
}
.header-nav {
display: none;
}
body.home .site-navigation {
opacity: 1 !important;
position: fixed !important;
}
body.home .site-branding .custom-logo-link {
opacity: 0 !important;
transition: 0.5s;
}
body.home .fix .site-branding .custom-logo-link {
opacity: 1 !important;
}
body.home .openbtn {
opacity: 0;
}
}
@media screen and (max-width: 480px) {
#site-header {
height: 80px;
}
.site-header .site-branding {
width: 160px;
}
} .openbtn,
.mobmenu {
display: none;
}
@media screen and (max-width: 860px) {
.openbtn,
.mobmenu {
display: block;
}
.mobmenu-tel {
display: flex;
}
}
.openbtn{
position: relative;
cursor: pointer;
width: 50px;
height:50px; z-index: 100;
}
.openbtn span{
display: inline-block;
transition: all .4s;
position: absolute;
left: 16px;
height: 2px;
border-radius: 2px;
background: #444;
width: 30px;
}
.openbtn span:nth-of-type(1) {
top:16px;	
}
.openbtn span:nth-of-type(2) {
top:24px;	
}
.openbtn span:nth-of-type(3) {
top:32px;
}
.openbtn:hover span:nth-of-type(1) {
left: 10px;
}
.openbtn:hover span:nth-of-type(2) {
left: 22px;
}
.openbtn:hover span:nth-of-type(3) {
left: 10px;
}
.openbtn.active span:nth-of-type(1) {
top: 18px;
left: 16px;
transform: translateY(6px) rotate(-45deg);
}
.openbtn.active span:nth-of-type(2) {
opacity: 0;
}
.openbtn.active span:nth-of-type(3) {
top: 30px;
left: 16px;
transform: translateY(-6px) rotate(45deg);
}
.mobmenu {
position: absolute;
top: 0;
right: 0;
z-index: 99;
width: 85%;
height: 100dvh; pointer-events: none;
overflow: hidden;
max-width: 500px;
}
.mobmenu.open {
pointer-events: all;
} .page-id-16 .fix .header-wrapR .openbtn span,
.page-id-166 .fix .header-wrapR .openbtn span,
.page-id-87 .fix .header-wrapR .openbtn span,
.page-id-259 .fix .header-wrapR .openbtn span,
.page-id-301 .fix .header-wrapR .openbtn span {
background: #444;
} .openbtn.active span {
background: #444 !important;
}
.mobmenu-box {
width: 100%;
height: 100%;
padding-top: 160px;
padding-bottom: 40px;
background: rgba(255, 255, 255, 0.4);
backdrop-filter: blur(30px);
-webkit-backdrop-filter: blur(30px);
transition: 0.5s ease; position: relative;
overflow-y: auto;
overflow-x: hidden;
clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
max-width: 500px;
margin-left: auto;
}
.mobmenu-box.open {
animation: mobmenuIn 0.6s linear 0s forwards;
}
.mobmenu-box.close {
animation: mobmenuOut 0.6s linear 0s forwards;
}
@keyframes mobmenuIn {
0% {
clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
40% {
clip-path: polygon(100% 0%, 30% 0%, 60% 100%, 100% 100%);
}
100% {
clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
}
}
@keyframes mobmenuOut {
0% {
clip-path: polygon(100% 0%, 0% 0%, 0% 100%, 100% 100%);
}
40% {
clip-path: polygon(100% 0%, 70% 0%, 40% 100%, 100% 100%);
}
100% {
clip-path: polygon(100% 0%, 100% 0%, 100% 100%, 100% 100%);
}
}
@media screen and (max-width: 860px) {
.mobmenu-bg {
position: absolute;
width: 100%;
height: 100%; opacity: 0;
pointer-events: none;
transition: all 1s ease;
z-index: 5;
}
}
.mobmenu-bg.on {
opacity: 1;
pointer-events: all;
}
.mobmenu #menu-main {
flex-direction: column;
width: 100%;
}
.mobmenu .menu-item {
width: 100%;
text-align: center;
margin-bottom: 30px; overflow: hidden;
line-height: 1.2;
}
.mobmenu .menu-item a {
line-height: 1.3;
margin-left: 10%;
color: #585858 !important;
font-size: clamp(1.625rem, 1.425rem + 1vw, 2.625rem);
}
.mobmenu #menu-main .menu-item a {
color: #585858 !important;
}
.mobmenu .menu-item a::after {
background-color: #585858 !important;
}
@media screen and (max-width: 480px) {
.mobmenu .menu-item a {
font-size: 24px;
}
.mobmenu .menu-item {
margin-bottom: 20px;
}
}
.mobmenu .menu-item span {
display: inline-block;
transition: 0.5s;
}
.mb-anim {
position: absolute;
top: 0;
left: 0;
transform: translateY(100%);
}
.mobmenu .menu-item a.on > .singleLetter {
transform: translateY(-100%);
}
.mobmenu .menu-item a.on .mb-anim .singleLetter {
transform: translateY(-100%);
}
.mobmenu .menu-item a.on > .singleLetter:first-child,
.mobmenu .menu-item a.on .mb-anim .singleLetter:first-child {
transition-delay: 0.7s;
}
.mobmenu .menu-item a.on > .singleLetter:nth-child(2),
.mobmenu .menu-item a.on .mb-anim .singleLetter:nth-child(2) {
transition-delay: 0.8s;
}
.mobmenu .menu-item a.on > .singleLetter:nth-child(3),
.mobmenu .menu-item a.on .mb-anim .singleLetter:nth-child(3) {
transition-delay: 0.9s;
}
.mobmenu .menu-item a.on > .singleLetter:nth-child(4),
.mobmenu .menu-item a.on .mb-anim .singleLetter:nth-child(4) {
transition-delay: 1s;
}
.mobmenu .menu-item a.on > .singleLetter:nth-child(5),
.mobmenu .menu-item a.on .mb-anim .singleLetter:nth-child(5) {
transition-delay: 1.1s;
}
.mobmenu .menu-item a.on > .singleLetter:nth-child(6),
.mobmenu .menu-item a.on .mb-anim .singleLetter:nth-child(6) {
transition-delay: 1.2s;
}
.mobmenu .menu-item a.on > .singleLetter:nth-child(7),
.mobmenu .menu-item a.on .mb-anim .singleLetter:nth-child(7) {
transition-delay: 1.3s;
} #site-footer {
z-index: 2;
background-color: #F5F5F5;
max-width: none;
padding: 100px 0 40px;
}
#site-footer .footer-inner {
display: block;
width: 85%;
max-width: 1480px;
}
#menu-footer {
justify-content: center;
}
.footer-main {
text-align: center;
margin-top: 90px;
}
.footer-logo {
margin-bottom: 30px;
}
.footer-name-en {
font-size: 18px;
}
.footer-name-jp,
.footer-kyoka {
font-size: 12px;
font-weight: 300;
margin-bottom: 15px;
}
.footer-address,
.footer-tel {
font-size: 12px;
font-weight: 300;
}
.footer-tel span {
padding: 0 0.75em;
}
.footer-tel2 {
pointer-events: none !important;
}
.footer-pp {
font-size: 12px;
font-weight: 300;
margin: 20px 0;
}
.footer-copyright {
font-size: 10px;
font-weight: 300;
}
.cr-mark {
font-size: 14px;
}
@media screen and (max-width: 1024px) {
#site-footer {
padding: 60px 0 30px;
}
#menu-footer .menu-item {
padding: 0 20px;
}
.footer-main {
margin-top: 60px;
}
}
@media screen and (max-width: 767px) {
#menu-footer {
justify-content: flex-start;
flex-wrap: wrap;
width: 390px;
margin: 0 auto;
padding-left: 60px !important;
}
#menu-footer .menu-item {
padding: 0;
width: 100px;
margin-bottom: 15px;
}
.footer-main {
margin-top: 25px;
}
}
@media screen and (max-width: 480px) {
#menu-footer {
width: 330px;
padding-left: 30px !important;
padding-right: 0 !important;
}
}
@media screen and (max-width: 480px) {
#menu-footer {
width: 275px;
padding-left: 20px !important;
}
#menu-footer .menu-item {
width: 85px;
}
}  .top-mv {
position: relative;
}
.top-mv-bg {
background-image: url(//www.gokoh-tb.com/app/wp-content/themes/hello-theme-child-master/img/top-mv.webp);
background-position: center;
background-repeat: no-repeat;
background-size: cover; position: absolute;
top: -115px;
left: 0;
width: 100%;
height: 100dvh;
min-height: 780px;
z-index: 1;
opacity: 0;
transform: translateY(65px);
transition: opacity 1.2s, transform 1.2s;
}
.top-mv-bg.fix {
position: fixed;
top: auto !important;
bottom: 0;
}
.top-mv-bg.on {
opacity: 1;
transform: translateZ(0);
}
.top-mv-bg.position {
position: absolute;
top: auto;
bottom: 0;
}
.top-mv-bg-inner {
height: 100%;
position: relative;
}
.top-mv1 {
position: relative;
z-index: 5;
height: calc(100dvh - 115px);
min-height: 665px;
overflow: hidden;
}
.top-mv-content {
position: absolute;
top: 45%;
left: 50%;
transform: translate(-50%,-50%);
}
.top-mv-copy {
display: flex;
flex-direction: row-reverse;
align-items: flex-start; z-index: 1000;
line-height: 2.7;
}
.top-mv-copy > span {
position: relative;
display: inline-block;
-webkit-writing-mode: vertical-rl;
-ms-writing-mode: tb-rl;
writing-mode: vertical-rl;
vertical-align: top;
font-size: 22px;
white-space: nowrap;
color: #fff;
text-shadow: 0px 1px 3px #000 ;
letter-spacing: 0.20em;
opacity: 0;
font-family: "Noto Serif JP", serif !important;
transition:all 2s;
}
.top-mv-copy > span::before {
content: "";
position: absolute;
right: 8px;
top: 0;
width: 1px;
height: 100%;
margin: 0;
background-image: linear-gradient(to bottom, #fff, #fff 1px, transparent 1px, transparent 3px);
background-size: 2px 3px;
background-repeat: repeat-y;
}
.top-mv-copy .tagline01 span, .top-mv-copy .tagline02 span, .top-mv-copy .tagline03 span {
display: inline-block;
transform: translateY(0);
opacity: 0;
transition: all 1.0s;
}
.top-mv-copy .tagline01 span.move, .top-mv-copy .tagline02 span.move, .top-mv-copy .tagline03 span.move {
transform: translateY(0);
opacity: 1;
}
.top-mv-copy > span.tagline01.move::before {
-webkit-animation: copyLineMove 3s ease 1;
animation: copyLineMove 3s ease 1;
}
.top-mv-copy > span.tagline02.move::before {
-webkit-animation: copyLineMove 3s ease 1;
animation: copyLineMove 6s ease 1;
}
.top-mv-copy > span.tagline03.move::before {
-webkit-animation: copyLineMove 3s ease 1;
animation: copyLineMove 3.8s ease 1;
}
.top-mv-arrow {
position: absolute;
width: 60px;
height: 60px;
border: 1px solid white;
border-radius: 50%;
left: 50%;
bottom: 50px;
transform: translateX(-50%);
opacity: 0;
transition: 0.8s;
}
.top-mv-arrow.on {
opacity: 1;
}
.top-mv-arrow-inner {
position: absolute;
width: 100%;
height: 0;
top: 20px;
background-image: url(//www.gokoh-tb.com/app/wp-content/themes/hello-theme-child-master/img/slider-arrow.svg);
background-position: top;
background-size: auto 19px;
background-repeat: no-repeat;
}
.top-mv-arrow.on .top-mv-arrow-inner {
animation: topArrow 1.5s 1s infinite linear;
}
@keyframes copyLineMove {
0% {
bottom: 100%;
height: 0;
}
20% {
bottom: 0;
height: 0;
}
40% {
bottom: 0;
height: 0;
}
100% {
bottom: 0;
height: 100%;
}
}
@keyframes topArrow {
0% {
height: 0;
}
80% {
height: 20px;
}
100% {
height: 20px;
}
}
@media screen and (max-width: 1650px) and (min-width: 1201px) {
.top-mv-bg {
min-height: 850px;
}
.top-mv-arrow {
bottom: 130px;
}
.top-mv1 {
min-height: 735px;
}
}
@media screen and (max-width: 1200px) and (min-width: 861px) {
.top-mv-arrow {
bottom: 100px;
}
.top-mv-bg {
top: -100px;
min-height: 850px;
}
.top-mv1 {
height: calc(100dvh - 100px);
min-height: 750px
}
}
@media screen and (max-width: 1024px) {
.top-mv-bg {
min-height: 680px;
}
.top-mv1 {
min-height: 580px;
}
}
@media screen and (max-width: 860px) {
.top-mv-bg {
top: -90px;
}
.top-mv1 {
margin-top: 90px;
height: calc(100dvh - 90px);
min-height: 590px;
}
}
@media screen and (max-width: 480px) {
.top-mv-arrow {
width: 40px;
height: 40px;
}
.top-mv-arrow-inner {
top: 10px;
}
.top-mv-bg {
top: -80px;
}
.top-mv1 {
margin-top: 80px;
height: calc(100dvh - 80px);
min-height: 600px;
}
} .top-mv2 {
position: relative;
z-index: 5;
height: 100dvh;
min-height: 1080px;
background: rgba(255, 255, 255, 0.4);
backdrop-filter: blur(30px);
-webkit-backdrop-filter: blur(30px);
padding-top: 260px;
padding-bottom: 220px;
overflow: hidden;
will-change: backdrop-filter;
}
.top-mv2 .sec-tit-wrap {
position: absolute;
top: 45px;
right: 15px;
z-index: 5;
}
.top-mv2 .sec-inner {
position: relative;
z-index: 5;
}
h1.top-mv2-copy {
color: #666666;
margin-bottom: 92px;
letter-spacing: 0.07em;
line-height: 1.83;
}
h1.top-mv2-copy span {
display: block;
}
.top-mv-contents {
padding-left: 11.5%;
max-width: 800px;
}
.top-mv2-text {
line-height: 2.5;
margin-bottom: 60px;
}
.text-btn-wrap--top-mv2 {
text-align: right;
width: 100%;
}
.text-btn-wrap--top-mv2::before {
width: 60%;
}
.top-mv2-strong {
display: flex;
z-index: 3;
position: absolute;
top: 0;
right: 15%;
flex-direction: column-reverse;
height: 100%;
color: hsla(0,0%,100%,.8); font-size: clamp(2.5rem, 2.1rem + 4.75vw, 7.8rem);
font-weight: 100;
line-height: 1.1;
white-space: nowrap;
pointer-events: none;
writing-mode: vertical-lr;
}
.top-mv2.off .top-mv2-strong-line {
animation: none !important;
}
@media screen and (max-width: 1200px) { .top-mv2 {
min-height: 800px;
}
.top-mv2 {
padding-top: 120px;
padding-bottom: 120px;
}
}
@media screen and (max-width: 1024px) {
.top-mv-copy > span {
font-size: 18px;
}
}
@media screen and (max-width: 767px) { .top-mv2 {
min-height: 600px;
}
.top-mv-content {
top: 45%;
}
.top-mv-copy > span {
font-size: 16px;
}
.top-mv2 .sec-inner {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
}
h1.top-mv2-copy {
line-height: 1.5;
margin-bottom: 40px;
font-size: 26px;
}
.top-mv-contents {
padding-left: 0;
display: flex;
flex-wrap: wrap;
justify-content: flex-end;
}
.top-mv2-text {
line-height: 2;
margin-bottom: 30px;
} .text-btn-wrap--top-mv2::before {
max-width: calc(100% - 240px);
}
} .top-menu-wrap {
position: absolute;
width: 100%;
height: 73px;
left: 0;
bottom: -73px;
justify-content: flex-end;
transition: 1.2s;
perspective: 1000px;
transform: translateZ(0);
}
.top-menu-wrap.up {
bottom: 0;
}
.top-menu-line {
position: absolute;
width: 100%;
height: 10px;
left: 0;
bottom: 0;
background-color: #004EA2;
}
.top-menu-inner {
background-color: white;
position: relative;
}
.menu-top-container {
height: 100%;
}
.top-menu-wrap .current-menu-item {
position: relative;
}
.top-menu-link {
position: absolute;
right: 2%;
top: -75px;
opacity: 0;
transition: 0.5s 1s;
max-width: 40%;
perspective: 1000px;
transform: translateZ(0);
}
.top-menu-wrap.up .top-menu-link {
opacity: 1;
}
.top-menu-link img {
transition: 0.7s;
perspective: 1000px;
transform: scale(1) translateZ(0);
}
.top-menu-link:hover img {
transform: scale(1.15) translateZ(0);
}
@media screen and (max-width: 1200px) {
#menu-top .menu-item {
padding: 0 25px !important;
}
}
@media screen and (max-width: 1024px) {
#menu-top .menu-item {
padding: 0 20px !important;
}
}
@media screen and (max-width: 860px) {
.top-menu-line,
.top-menu-inner {
display: none;
}
.top-menu-link {
transition: 0.5s 0s;
top: auto;
bottom: 10px;
}
} .top-section {
z-index: 2;
}
.top-title-wrap {
align-items: flex-end;
}
.top-title-wrap .text-btn-wrap {
margin: 0 0 105px 45px;
width: 275px;
text-align: right;
}
@media screen and (max-width: 1024px) {
.top-title-wrap .text-btn-wrap {
margin: 0 0 90px 25px;
}
}  .top1-grid.mt {
margin-top: 50px;
}
.top1 .sec-tit-wrap {
margin-bottom: 70px;
max-width: calc(100% - 75px);
}
.top1-item {
width: 23.5%;
}
.top1-item.wide {
width: 49%;
}
.top1-item.hidden {
visibility: hidden;
}
.top1-item:not(:nth-child(3n)) {
margin-right: 2%;
}
.top1-grid.mt .top1-item:last-child {
margin-right: 0;
}
.top1-num-box {
position: relative;
justify-content: flex-end;
}
.top1-num-line {
position: absolute;
top: 50%;
left: 0;
width: 100%;
height: 2px;
background-color: #A8A8A6;
}
.home .top1-num-line {
transform: scale(0,1);
transform-origin: left;
transition: 1.2s;
}
.top1-item.on .top1-num-line {
transform: scale(1,1);
}
.top1-num {
padding: 0 0 0 10px;
background-color: white;
position: relative;
font-weight: 300;
}
.home .top1-num {
color: white;
transition: 1s 0.6s;
}
.top1-item.on .top1-num {
color: #444444;
}
.top1-img {
height: 13.2vw;
width: 100%;
max-height: 230px;
overflow: hidden;
}
.top1-img img {
object-fit: cover;
width: 100%;
height: 100%;
transition: 0.7s;
}
.top1-img a:hover img {
transform: scale(1.1);
}
.top1-lead {
margin: 10px 0 15px;
}
.top1-text-box {
font-weight: 300;
}
.top1-text-column:not(:last-child) {
margin-right: 8%;
}
.home .top1-img,
.home .top1-lead,
.home .top1-text-box,
.home .top1-text-list {
opacity: 0;
transform: translateY(30px);
transition: 1s 0.8s;
}
.top1-item.on .top1-img,
.top1-item.on .top1-lead,
.top1-item.on .top1-text-box,
.top1-item.on .top1-text-list {
opacity: 1;
transform: translateY(0);
}
.top1-logo .top1-num {
font-weight: 400;
}
.top1-logo-item {
text-align: center;
padding: 25px 0 0;
}
.top1-logo-item a img {
transition: 0.7s;
}
.top1-logo-item a:hover img {
transform: scale(1.15);
}
.top1-text-list {
padding: 0;
column-count: 3;
}
.top1-text-list.col2 {
column-count: 2;
}
.top1-text-list.col1 {
column-count: 1;
}
@media screen and (max-width: 1460px) {
.top1-text-column:not(:last-child) {
margin-right: max(2%, 1em);
}
}
@media screen and (max-width: 1280px) and (min-width: 1025px) {
.top1 .top1-text-list {
column-count: 2;
}
}
@media screen and (max-width: 1430px) and (min-width: 768px) {
.top1-text-list.col1 {
column-count: 2;
}
}
@media screen and (max-width: 1024px) {
.top1-grid {
justify-content: center;
}
.top1-grid.mt {
margin-top: 0;
}
.top1-item {
width: calc(50% - 10px);
max-width: 300px;
margin-bottom: 30px;
}
.top1-item:not(:nth-child(3n)) {
margin-right: 0;
}
.top1-item:nth-child(2) {
margin-right: 20px;
}
.top1-item.wide {
width: 100%;
max-width: 620px;
}
.top1-img {
height: 18.5vw;
max-height: none;
min-height: 150px;
}
}
@media screen and (max-width: 767px) {
.top1-item {
width: calc(50% - 5px);
margin-bottom: 20px;
}
.top1-item:nth-child(2) {
margin-right: 10px;
}
.top1 .top-title-wrap {
justify-content: flex-end;
}
.top1 .sec-tit-wrap {
width: 100%;
margin-bottom: 5px;
max-width: none;
}
}
@media screen and (max-width: 640px) {
.top1-text-list {
column-count: 2;
}
.top1-text-list.col2 {
column-count: 1;
}
}
@media screen and (max-width: 480px) {
.top1-item {
width: 100%;
max-width: none;
margin-bottom: 20px;
}
.top1-item:nth-child(2) {
margin-right: 0;
}
.top1-item.hidden {
display: none;
}
.top1-img {
height: 150px;
}
} .top2 .container {
padding-bottom: 60px;
}
.top2-slide-wrapper {
margin-left: max(calc(50vw - 740px), 7.5%);
position: relative; padding-bottom: 60px;
}
.top2-photo {
overflow: hidden;
}
.top2-photo img {
width: 100%;
height: 100%;
object-fit: cover;
transition: 0.8s;
}
.top2-photo.on img {
transform: scale(1.15);
}
.top2-text {
justify-content: space-between;
align-items: center;
}
.top2-text .text-btn-wrap {
width: 40%;
text-align: right;
}
.top2-text .text-btn-wrap::before,
.top2-text .text-btn-wrap.on::before {
width: calc(100% - 80px);
}
.top2-arrow {
position: absolute;
z-index: 2;
top: 0;
left: 0;
width: 120px;
height: 120px;
}
.top2-arrow a {
display: block;
transition: 0.3s;
transform: scale(0);
border-radius: 60px;
background-color: rgba(218,211,205,.3);
backdrop-filter: blur(5px) brightness(2);
}
.top2-arrow.on a {
transform: scale(1);
}
.touch .top2-arrow {
opacity: 0;
}
@media screen and (max-width: 1350px) and (min-width: 1025px) {
.top2-item .text-btn-wrap::before {
margin-left: 15px;
width: calc(100% - 95px);
}
}
@media screen and (max-width: 1024px) {
.top2-text {
justify-content: flex-end;
}
.top2-title {
width: 100%;
}
.top2-text .text-btn-wrap {
width: 60% !important;
max-width: 200px;
margin-top: -20px;
}
}
@media screen and (max-width: 480px) {
.top2 .top-title-wrap {
flex-wrap: nowrap;
}
.top2 .sec-tit-wrap {
flex-shrink: 0;
}
.top2 .text-btn-wrap::before {
width: calc(100% - 75px);
}
} .top-news-wrapper {
max-width: 1000px;
margin: 0 auto;
}
.top-news-list {
border-top: 1px solid #707070;
}
.top-news-item {
border-bottom:  1px solid #707070;
font-size: 14px;
font-weight: 300;
padding: 0 30px;
height: 100px;
align-items: center;
width: 100%;
}
.top-news-date {
width: 150px;
}
.top-news-title {
width: calc(100% - 250px);
}
.top-news-link {
width: 100px;
text-align: right;
}
.top-news-link.text-btn-wrap::before {
width: 20px;
}
@media screen and (max-width: 767px) {
.top-news-item {
align-content: center;
}
.top-news-date,
.top-news-title {
width: 100%;
}
}
@media screen and (max-width: 480px) {
.top3 .top-title-wrap {
flex-wrap: nowrap;
}
.top3 .sec-tit-wrap {
flex-shrink: 0;
}
.top3 .text-btn-wrap::before {
width: calc(100% - 75px);
}
} .top4 .top-title-wrap {
align-items: flex-start;
}
.top4-tit-text {
margin-left: 65px;
}
.top4-list-wrapper {
max-width: 1000px;
margin: 0 auto;
border-top: 1px solid #707070;
}
.top4-list-item {
border-bottom:  1px solid #707070;
padding: 0 30px;
height: 100px;
align-items: center;
width: 100%;
position: relative;
}
.top4-list-en {
font-weight: 300;
width: 8em;
}
.top4-list-jp {
font-size: 14px;
font-weight: 300;
}
.top4-list-link {
justify-content: flex-end; position: absolute;
right: 30px;
top: 50%;
transform: translateY(-50%);
max-width: calc(100% - 400px);
}
.top4-list-item .text-btn-wrap {
text-align: right;
}
.top4-list-item .text-btn-wrap::before {
max-width: calc(100% - 75px);
}
@media screen and (max-width: 600px) {
.top4-list-item {
align-content: center;
justify-content: space-between;
}
.top4-list-en {
width: 100%;
}
.top4-list-link {
position: static;
max-width: calc(100% - 105px);
transform: none;
}
}
@media screen and (max-width: 480px) {
.top4-tit-text {
width: 100%;
margin-left: 0;
margin-bottom: 30px;
}
} .top5 {
overflow: hidden;
}
.top5 .container-bottom {
position: relative;
padding: 240px 0;
}
.interview-bg {
position: absolute;
top: 0;
left: 50%;
transform: translate(-50%, 0) scale(0, 0);
width: 20vw;
height: 20vw;
transition: transform 0.1s 0s linear; transform-origin: top;
perspective: 1000px;
backface-visibility: hidden;
}
.interview-bg-color {
width: 100%;
height: 100%; }
.interview-bg-color img {
width: 100%;
height: 100%;
image-rendering: -webkit-optimize-contrast;
}
.top5 .sec-inner {
position: relative;
}
.top5 .sec-tit-wrap {
margin-bottom: 140px;
}
.top5 .sec-tit {
font-size: clamp(2.4rem, 2rem + 2.5vw, 5rem);
text-align: center;
color: white;
}
.top5 .sec-tit-lead {
color: white;
font-size: 20px;
text-align: center;
}
@media screen and (max-width: 1024px) {
.top5 .sec-tit-wrap {
margin-bottom: 60px;
}
.top5 .container-bottom {
padding: 100px 0 120px;
}
} .top-int-wrapper {
color: white;
justify-content: space-between; margin: 0 auto;
}
.top-int-item {
width: calc(33.333% - 15px * 2/3);
max-width: 390px;
}
.top-int-text {
justify-content: space-between;
align-items: flex-end;
}
.top-int-name {
font-weight: 300;
margin-top: 15px;
}
.top-int-name-en {
font-size: 16px;
}
.top-int-name-jp {
font-size: 12px;
}
.top-int-item .text-btn-wrap {
width: 50%;
text-align: right;
line-height: 20px;
}
.top-int-item .text-btn {
color: white;
font-size: 10px;
}
.top-int-item .text-btn-wrap::before {
background-color: white;
transform: none;
top: auto;
bottom: 8px;
height: 1px;
}
.top-int-item .text-btn-wrap::before {
width: calc(100% - 60px);
}
.notice-scroll {
display: none;
}
.top5-link-box {
margin-top: 115px;
}
.top5-link-box btn {
font-size: 24px;
}
.top-int-photo {
overflow: hidden;
position: relative;
}
.top-int-photo::after {
content: "";
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;  transition: 1s linear; background: rgba(255, 255, 255, 0.3);
backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
}
.top-int-photo.up::after {
opacity: 0;
} @media screen and (max-width: 767px) {
.top-int-scroll {
margin-right: 5%;
margin-left: 5%;
}
.top5 .sec-inner {
width: 100%;
}
.top-int-wrapper {
justify-content: flex-start;
flex-wrap: nowrap;
width: 100%;
overflow: auto;
scroll-snap-type: x mandatory;
}
.top-int-wrapper::-webkit-scrollbar{
display: none;
}
.top-int-item {
width: calc(100% - 40px);
max-width: 390px;
flex-shrink: 0;
margin-left: 20px;
margin-right: 20px;
scroll-snap-align: center;
}
.top-int-item:first-child {
margin-left: 30px;
}
.top-int-item:last-child {
margin-right: 30px;
}
.notice-scroll {
display: block;
color: #fff;
margin-top: 30px;
font-size: 14px;
position: relative;
margin-left: 30px;
}
.notice-scroll::after {
content: url(//www.gokoh-tb.com/app/wp-content/themes/hello-theme-child-master/img/notice-scroll.svg);
position: absolute;
top: 15%;
left: 50px;
display: block;
width: 24px;
height: 15px;
animation: notice-scroll 1.5s infinite;
perspective: 1000px;
transform: translateZ(0);
}
@keyframes notice-scroll {
0% {
opacity: 0.8;
left: 50px;
}
50% {
opacity: 1;
}
90% {
opacity: 0.8;
}
100% {
opacity: 0;
left: 100px;
}
}
}
@media screen and (max-width: 480px) {
.top-int-item {
width: 100%;
margin-left: 20px;
margin-right: 20px;
}
.top-int-item:first-child {
margin-left: 0;
}
.top-int-item:last-child {
margin-right: 0;
}
.notice-scroll {
margin-left: 0;
}
}  .subheader-tit-wrap { padding-top: min(100dvh, 650px);
}
.subheader-noanim .subheader-tit-wrap {
padding-top: 0 !important;
}
.subheader-tit-inner {
background-color: white;
position: relative;
}
.subheader-tit-text {
transform: translateY(-45%);
color: #bbbbbb;
mix-blend-mode: exclusion;
}
h2.subheader-tit {
font-size: 122px;
letter-spacing: 0.092em;
line-height: 1;
font-weight: 400;
text-align: center;
margin-bottom: 30px;
position: relative;
display: inline-block; white-space: nowrap;
opacity: 0;
transform: translateY(30px);
transition-duration: 1s;
transition-property: opacity, transform;
}
.subheader-lead {
font-size: 14px;
text-align: center;
font-weight: 500;
opacity: 0;
transition-delay: 0.8s;
transition-duration: 0.5s;
transition-property: opacity;
}
h2.subheader-tit {
transition-delay: 2s;
}
.subheader-lead {
transition-delay: 2.5s;
}
.subheader-tit-wrap.on h2.subheader-tit {
opacity: 1;
transform: translateY(0);
}
.subheader-tit-wrap.on .subheader-lead {
opacity: 1;
}
.subheader-bg {
height: 100dvh;
max-height: 650px;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
position: relative;
position: fixed;
width: 100%;
top: 0;
left: 0;
}
.subheader--contact .subheader-bg {
background-image: url(//www.gokoh-tb.com/app/wp-content/themes/hello-theme-child-master/img/subheader-contact.webp);
background-position: 20%;
}
.subheader--recruit .subheader-bg {
background-image: url(//www.gokoh-tb.com/app/wp-content/themes/hello-theme-child-master/img/subheader-recruit.webp);
}
.subheader--interview .subheader-bg {
background-image: url(//www.gokoh-tb.com/app/wp-content/themes/hello-theme-child-master/img/subheader-interview.webp);
}
.subheader--about .subheader-bg {
background-image: url(//www.gokoh-tb.com/app/wp-content/themes/hello-theme-child-master/img/subheader-about.webp);
}
.subheader--business .subheader-bg {
background-image: url(//www.gokoh-tb.com/app/wp-content/themes/hello-theme-child-master/img/subheader-business.webp); }
section > div,
.news-bg {
background-color: white;
} .subheader-bg::after {
content: "";
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
pointer-events: none;
box-shadow:
25vw 25vw 500px 0 #eee inset,
-25vw -25vw 500px 0 #eee inset;
transition: 5s liner;
}
.subheader-bg.on::after {
animation: kiri 4s forwards linear;
}
@media screen and (max-width: 1024px) {  h2.subheader-tit {
font-size: 90px;
margin-bottom: 20px;
} }
@media screen and (max-width: 767px) {
.subheader-bg {
max-height: 400px; } .subheader--interview .subheader-bg {
max-height: 200px;
}
.subheader-tit-wrap { padding-top: min(100vh, 400px);
}
.subheader-tit-text {
transform: translateY(-40%);
}
h2.subheader-tit {
font-size: 60px;
} }
@media screen and (max-width: 480px) { .subheader-tit-text {
transform: translateY(-35%);
}
.subheader--business h2.subheader-tit {
font-size: min(11.6vw, 48px);
}
h2.subheader-tit {
font-size: min(20vw, 62px);
}
} .recruit-footer {
background-color: #004EA2;
padding-top: 50px;
padding-bottom: 110px;
position: relative;
}
.rec-maru1 {
position: absolute;
bottom: 0;
left: 16%;
width: 19.3%;
min-width: 260px;
z-index: 0;
}
.rec-maru2 {
position: absolute;
bottom: 0;
right: 10%;
width: 19.3%;
min-width: 260px;
z-index: 0;
}
.recruit-footer-inner {
max-width: 960px;
width: 100%;
margin: 0 auto;
position: relative;
z-index: 1;
}
.recruit-footer .sec-tit-wrap {
text-align: center;
}
.recruit-footer .sec-tit-lead,
.recruit-footer .sec-tit {
color: #fff;
}
.recruit-footer-btns {
justify-content: center;
}
.btn-wrap--recruit-footer .btn {
letter-spacing: 0.07em;
}
.btn-wrap--recruit-footer:first-child .btn {
margin-right: 80px;
}
@media screen and (max-width: 1200px) {
.btn-wrap--recruit-footer:first-child .btn {
margin-right: 50px;
}
}
@media screen and (max-width: 1024px) {
.recruit-footer,
#recruit-bottom .recruit-footer {
padding-top: 60px;
padding-bottom: 60px;
}
.btn-wrap--recruit-footer:first-child .btn {
margin-right: 40px;
}
.rec-maru1 {
bottom: 0;
left: 7%;
}
.rec-maru2 {
right: 7%;
}
}
@media screen and (max-width: 767px) {
.recruit-footer-btns {
flex-direction: column;
}
.btn-wrap--recruit-footer:first-child .btn {
margin-right: 0;
margin-bottom: 30px;
}
.rec-maru1 {
bottom: 20%;
left: 3%;
min-width: 220px;
}
.rec-maru2 {
right: 3%;
min-width: 220px;
}
}  .contact1 .sec-tit-wrap {
margin-bottom: 40px;
text-align: center;
}
.contact1-wrap {
justify-content: space-between; }
.contact1-wrapL,
.contact1-wrapR {
width: 47.2%;
}
.contact1-box {
border: 1px solid #707070;
padding: 45px 30px 30px;
}
.contact1-tit {
margin-bottom: 5px;
text-align: center;
}
@media screen and (min-width: 1651px) {
.contact1-tit .block { }
}
.contact1-notice {
text-align: center;
margin-bottom: 20px;
}
@media screen and (min-width: 1351px) {
.contact1-notice .block { }
}
.contact1-text {
margin-bottom: 30px;
text-align: center;
}
.contact1-wrapL .contact1-text {
max-width: 546px;
margin: 0 auto 30px;
}
.contact1-number-wrap {
flex-wrap: nowrap;
align-items: center;
justify-content: center;
margin-bottom: 20px;
}
.contact1-icon {
width: 62px;
margin-right: 20px;
}
.contact1-wrapL .contact1-icon {
margin-right: 10px;
}
.contact1-time {
padding: 5px 20px;
min-width: 250px;
max-width: 365px;
height: auto;
min-height: 30px;
border-radius: 21px;
background-color: #004EA2;
color: #ffffff;
display: flex;
align-items: center;
justify-content: center;
letter-spacing: -0.03em;
margin-left: auto;
margin-right: auto;
margin-bottom: 15px;
flex-wrap: wrap;
line-height: 1.1;
}
@media screen and (max-width: 1650px) {
.contact1-icon {
height: 60px;
}
}
@media screen and (max-width: 1024px) {
.contact1-wrapL, .contact1-wrapR {
width: 49%;
}
.contact1-box {
padding: 30px 20px 20px;
}
}
@media screen and (max-width: 767px) {
.contact1-wrapL {
width: 100%;
margin-bottom: 40px;
}
.contact1-wrapR {
width: 100%;
}
.contact1 .sec-tit-wrap {
margin-bottom: 20px;
text-align: center;
}
.contact1-box {
padding: 20px;
}
.contact1-tit .block,
.contact1-notice .block {
display: none;
}
.contact1-wrapL .contact1-text {
max-width: none;
margin: 0 auto 15px;
}
.contact1-text {
text-align: left;
margin: 0 auto 15px;
}
.contact1-icon {
height: 40px;
width: 40px;
}
}
@media screen and (max-width: 600px) {
.contact1-tit .block,
.contact1-notice .block {
display: block;
}
} .contact2 {
background-color: #F5F5F5;
}
.sec-inner--contact2 {
max-width: 1200px;
}
@media screen and (min-width: 1025px) {
.contact2 .sec-tit-wrap {
margin-bottom: 115px;
}
}
.contact2 .sec-tit-wrap {
text-align: center;
}
.contact2-tit {
text-align: center;
margin-bottom: 10px;
}
.contact2-lead {
text-align: center;
margin-bottom: 40px;
}
.contact2-text {
max-width: 910px;
margin: 0 auto 5px;
line-height: 2;
}
.btn-wrap--contact2 {
margin-top: 45px;
margin-bottom: 180px;
}
.btn-wrap--contact2 .btn {
height: 50px;
border-radius: 46px;
}
@media screen and (max-width: 1024px) {
.contact2-text {
line-height: 1.5;
}
.contact2-text .block {
display: none;
}
.btn-wrap--contact2 {
margin-bottom: 120px;
}
} .form-wrap {
margin-bottom: 30px;
font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
}
.form-wrapL {
width: 290px;
flex-shrink: 0;
padding-top: 15px;
}
.form-wrap p {
font-weight: 400;
}
.form-wrapR {
width: calc(100% - 290px);
}
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=tel],
input[type=text],
input[type=url],
select,
textarea {
border: 1px solid #707070 !important;
font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
border-radius: 0 !important;
outline: none !important;
}
input[type=tel],
input[type=text],
input[type=email] {
padding: 15px 40px !important;
height: 60px !important;
} textarea {
padding: 15px 40px !important;
resize: none;
}
::placeholder {
color: #707070;
opacity: 0.7;
font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
font-weight: 300;
font-family: "Noto Sans JP", sans-serif;
-webkit-appearance: none;
}
.form-wrap .your-select.wpcf7-checkbox {
display: flex;
flex-wrap: wrap;
flex-direction: column;
height: 100px;
align-content: flex-start;
margin-top: 15px;
}
.your-select .wpcf7-list-item {
width: 330px;
}
.your-select .wpcf7-list-item.first {
margin: 0 0 18px;
}
.your-select .wpcf7-list-item label {
display: flex;
align-items: center;
}
.your-select input[type=checkbox] {
width: 30px;
height: 30px;
margin-right: 20px;
border-radius: 0 !important;
}
.your-select .wpcf7-list-item-label {
font-weight: 300;
}
.wpcf7-acceptance .wpcf7-list-item {
display: flex;
}
.form-acceptance {
margin-bottom: 60px;
}
.form-acceptance p {
display: flex;
align-items: center;
flex-wrap: nowrap;
font-weight: 400;
}
.your-ok {
width: 30px;
height: 30px;
margin-right: 15px;
border: 1px solid #004EA2;
background-color: #fff;
border-radius: 0 !important;
}
.form-acceptance .form-text {
padding-left: 1em;
text-indent: -1em;
font-size: clamp(1.125rem, 1.075rem + 0.25vw, 1.375rem);
}
.wpcf7-list-item {
margin: 0;
}
.form-btn-wrap {
width: 370px;
margin: 0 auto;
}
input[type=submit] {
border-radius: 46px;
color: #FFFFFF;
background-color: #004EA2; font-size: 0;
width: 100%;
height: 75px;
z-index: 1;
font-family: sans-serif;
border: none !important;
display: flex;
justify-content: center;
align-items: center;
padding-top: 16px;
}
[type=submit]:hover,
[type=submit]:focus {
background-color: #004EA2 !important;
color: #004EA2;
border: none !important;
}
.wpcf7-spinner {
display: none;
}
.btn-submit p {
position: relative;
border-radius: 46px;
overflow: hidden;
border: 1px solid #004EA2;
transition: 0.3s;
}
.btn-submit p:hover {
transform: scale(1.1);
}
.btn-submit p::before {
position: absolute;
content: "送信する";
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
color: #FFFFFF;
z-index: 2;
font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
transition: 0.3s;
font-weight: 500;
}
.btn-submit:hover p::before {
color: #004EA2;
}
.btn-submit p::after {
position: absolute;
content: "";
transform-origin: 50% 0;
transform: scaleY(0);
transition: transform .6s ease-out;
border-radius: 50%;
width: 140%;
height: 250%;
left: -20%;
top: -30%;
background-color: #fff;
pointer-events: none;
}
.btn-submit p:hover::after {
transform-origin: 50% 100%;
transform: scaleX(1)
}
@media screen and (max-width: 1024px) {
.form-wrap .your-select.wpcf7-checkbox {
height: auto;
}
.your-select .wpcf7-list-item,
.your-select .wpcf7-list-item.first {
margin-bottom: 15px;
}
.your-select .wpcf7-list-item {
width: auto;
height: auto;
}
input[type=tel], input[type=text], input[type=email] {
padding: 10px 20px !important;
height: 40px !important;
}
textarea {
padding: 10px 20px !important;
}
.form-wrapL {
width: 260px;
padding-top: 10px;
}
.form-btn-wrap {
width: 300px;
}
input[type=submit] {
height: 55px;
padding-top: 14px;
}
}
@media screen and (max-width: 767px) {
.form-wrap {
margin-bottom: 20px;
}
.form-wrapL {
width: 100%;
padding-top: 0;
margin-bottom: 10px;
}
.form-wrapR {
width: 100%;
}
.your-select input[type=checkbox],
.your-ok {
width: 25px;
height: 25px;
}
} #privacy-policy .sec-inner {
max-width: 1200px;
}
.contact3 .sec-tit-wrap {
margin-bottom: 40px;
text-align: center;
}
.privacy-policy-wrap {
line-height: 1.8;
margin-bottom: 30px;
}
.pp__text--indent {
padding-left: 1em;
}
.pp__text--mark {
padding-left: 2em;
text-indent: -1em;
}
.pp__text--indent-mark {
padding-left: 3em;
text-indent: -2.5em;
}
.pp-google {
padding-left: 1em;
}
.pp-google__lead {
width: 270px;
display: inline-block;
}
.pp-google__link {
word-break: break-all;
}
.pp__text.day {
text-align: right;
}
@media screen and (max-width: 1024px) {
.pp-google__link {
display: block;
padding-left: 1em;
}
} .news-section {
position: relative;
}
.news-bg {
padding-bottom: 120px;
}
.news-wrapper {
justify-content: space-between;
}
.news-main {
width: 75%;
}
.news-item {
padding-bottom: 40px;
border-bottom: 1px solid #cccccc;
padding-top: 150px;
margin-top: -150px;
}
.news-item:not(:last-child) {
margin-bottom: 40px;
}
.news-date-cat {
align-items: center;
margin-bottom: 20px;
}
.news-cat {
font-size: 14px;
color: white !important;
border-radius: 12px;
line-height: 24px;
padding: 0 10px;
background-color: #555555;
margin: 0 15px 0 0;
min-width: 100px;
text-align: center;
}
.news-date {
font-size: 18px;
}
.news-title {
font-weight: 500;
font-size: 26px;
margin-bottom: 20px;
}
.news-content h1 {
font-size: 26px;
font-weight: 500;
}
.news-content h2 {
font-size: 22px;
font-weight: 500;
}
.news-content h3 {
font-size: 20px;
}
.news-content > *:not(:last-child) {
margin-bottom: 1em;
}
.news-sidebar {
width: 20%;
align-content: flex-start;
}
.sidebar {
width: 100%;
}
.widgettitle {
font-size: 22px;
font-weight: 500;
margin-bottom: 15px;
text-align: right;
}
.sidebar:first-child {
margin-bottom: 60px;
}
.sidebar ul {
padding-left: calc(100% - 70px);
}
.sidebar li {
margin-bottom: 10px;
}
.pagination {
width: 100%;
margin: 50px 0 0;
justify-content: center;
}
.pagination a,
.pagination span {
margin: 0 10px;
color: #333333;
}
@media screen and (max-width: 1024px) {
.news-bg {
padding-bottom: 90px;
}
}
@media screen and (max-width: 767px) {
.news-main {
width: 100%;
}
.news-title {
font-size: 22px;
}
.news-content h1 {
font-size: 22px;
}
.news-content h2 {
font-size: 20px;
}
.news-content h3 {
font-size: 18px;
}
.news-sidebar {
width: 100%;
order: 2;
margin-top: 50px;
}
.sidebar {
width: 90px;
margin-right: 50px;
}
.sidebar:first-child {
margin-bottom: 0;
}
.widgettitle {
font-size: 20px;
}
.sidebar a {
display: inline-block;
text-align: right;
width: 100%;
padding-right: 5px;
}
} .recruit1-1,
.recruit1-2 {
justify-content: space-between;
align-items: flex-end;
}
.recruit1-1 {
margin-bottom: 100px;
}
.recruit1-text-box {
width: 49%;
}
.recruit1-title {
padding: 0 0 1em 1em;
}
.recruit1-title:not(:first-child) {
padding: 2em 0 1em 1em;
}
.recruit1-text {
line-height: 2;
font-size: 14px;
}
.recruit1-2 .recruit1-text:not(:last-child) {
margin-bottom: 1em;
}
.recruit1-img {
width: 48%;
max-width: 498px;
}
@media screen and (max-width: 1024px) {
.recruit1-1,
.recruit1-2 {
align-items: flex-start;
}
.recruit1-img {
width: 45%;
}
.recruit1-text-box {
width: 52%;
}
.recruit1-text {
line-height: 1.5;
}
}
@media screen and (max-width: 767px) {
.recruit1-1,
.recruit1-2 {
justify-content: center;
align-items: center;
}
.recruit1-1 {
margin-bottom: 60px;
}
.recruit1-2 {
flex-direction: column-reverse;
}
.recruit1-img {
width: 100%;
}
.recruit1-title {
padding: 0 0 1em 0;
}
.recruit1-text-box {
width: 100%;
margin-bottom: 30px;
}
} .recruit2-table-box {
max-width: 1125px;
margin: 0 auto;
border-bottom: 1px solid #707070;
}
.recruit2-date {
text-align: right;
font-size: 14px;
font-weight: 300;
margin-bottom: 15px;
}
.recruit2-table-row {
border-top: 1px solid #707070;
font-size: clamp(1rem, 0.95rem + 0.25vw, 1.25rem);
line-height: 1.8;
}
.recruit2-tableL {
background-color: #E4E4E4;
width: 26%;
padding: 25px 0 25px 6.7%;
align-content: center;
}
.recruit2-tableR {
width: 74%;
padding: 25px 6.7%;
}
.recruit2-btn-box {
margin-top: 70px;
}
.recruit2-btn-box .btn-wrap:first-child {
margin-bottom: 15px;
}
@media screen and (max-width: 1024px) {
.recruit2-table-row {
line-height: 1.5;
}
.recruit2-tableL {
padding: 20px 0 20px 6.7%;
}
.recruit2-tableR {
padding: 20px 6.7%;
}
}
@media screen and (max-width: 767px) {
.recruit2-tableL {
width: 100%;
padding: 10px 0 10px 15px;
}
.recruit2-tableR {
width: 100%;
padding: 15px 30px;
}
} .rec-int {
overflow: hidden;
}
.rec-int .container-bottom {
position: relative;
}
.rec-int .sec-inner {
position: relative;
}
.rec-int .sec-tit-wrap {
margin-bottom: 140px;
}
.rec-int .sec-tit {
font-size: clamp(2.4rem, 2rem + 2.5vw, 5rem);
text-align: center;
color: white;
}
.rec-int .sec-tit-lead {
color: white;
font-size: 20px;
text-align: center;
}
.rec-int-comment {
margin-top: 15px;
}
@media screen and (max-width: 1024px) {
.rec-int .sec-tit-wrap {
margin-bottom: 60px;
}
}
#recruit2{
padding-top: 120px;
margin-top: -60px;
}
.recruit1 .container {
padding-bottom: 60px;
} #interview1,
#interview2,
#interview3 {
padding-top: 120px;
margin-top: -60px;
}
.interview1 .container {
padding-bottom: 60px;
}
.interview2 .container {
padding-bottom: 60px;
}
.interview3 .container {
padding-bottom: 60px;
}
.interview-wrap {
justify-content: space-between;
}
.interview-type01 {
margin-left: 15.6%;
}
.interview-wrapL {
width: 33%;
}
.interview-wrapR {
width: 61.3%;
max-width: 984px;
}
.interview-name-contents {
margin-left: 30px;
margin-bottom: 120px;
}
.interview-tit {
margin-bottom: 36px;
}
.interview-type02 {
margin-right: 11.5%;
}
@media screen and (max-width: 1600px) {
.interview-type01 {
margin-left: 7.5%;
}
.interview-type02 {
margin-right: 7.5%;
}
.interview-wrapL,
.interview-wrapR {
width: 48%;
}
.interview-name-contents {
margin-bottom: 60px;
}
}
@media screen and (max-width: 1300px) {
#interview1,
#interview2,
#interview3 {
margin-bottom: 40px;
}
.interview-wrapL {
width: 100%;
max-width: 780px;
margin-bottom: 30px;
}
.interview-wrapR {
width: 100%;
}
.interview-type01,
.interview-type02 {
margin-right: 7.5%;
margin-left: 7.5%;
}
.interview-type02 {
flex-direction: column-reverse;
}
.interview-wrap {
justify-content: center;
}
.interview-wrapR {
max-width: 780px;
}
.interview-name-contents {
margin-bottom: 40px;
margin-left: 0;
}
.interview-tit {
margin-bottom: 20px;
}
} .para-wrap {
overflow: hidden;
position: relative;
height: 100vh;
max-height: 650px;
}
.para-elem-wrap {
position: absolute;
width: 100%;
height: 250%;
top: 0;
left: 0;
z-index: 0;
}
.para-elem {
background-image: url(//www.gokoh-tb.com/app/wp-content/themes/hello-theme-child-master/img/parallax.webp);
background-repeat: no-repeat;
background-position: center;
background-size: cover;
position: absolute;
width: 100%;
height: 100%;
top: 0;
left: 0;
}
.para-section .subheader-tit-wrap {
padding: 0;
}
.para-wrap::after {
content: "";
position: absolute;
top: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
pointer-events: none;
box-shadow:
25vw 25vw 500px 0 #eee inset,
-25vw -25vw 500px 0 #eee inset;
transition: 5s liner;
}
.para-wrap.on::after {
animation: kiri 4s forwards linear;
}
@media screen and (max-width: 1024px) {
.para-wrap {
max-height: 400px;
}
}
@media screen and (max-width: 767px) {
.para-wrap {
max-height: 200px;
}
.para-elem-wrap {
height: 300%;
}
}  .page-id-87 .subheader-tit-inner{
max-height:103px;
}
@media screen and (max-width: 1024px) {
.page-id-87 .news-item {
padding-top: 110px;
}
} @media screen and (min-width: 816px) {
body.page-id-16 .contact1-tit.fs28.normal {
font-size: 27px;
}
}
@media screen and (max-width: 815px) and (min-width: 768px) {
body.page-id-16 .contact1-tit.fs28.normal {
font-size: 25px;
}
}
@media screen and (min-width: 1465px) {
.contact1-notice .block {
display: none;
}
}
@media screen and (min-width: 1689px) {
.contact1-tit .block {
display: none;
}
} body.page-id-166 .about3-text{
font-size:21px;
}
@media screen and (max-width: 1200px) {
body.page-id-166 .about3-text{
font-size:18px;
}
}
body.page-id-259 .business li{
font-size: 17px;
}
@media screen and (max-width: 1596px) and (min-width: 1431px) {
body.page-id-259 .business li{
font-size: 16px;
letter-spacing: -0.5px;
}
}
@media screen and (max-width: 448px) {
body.page-id-259 .business li{
font-size: 13px !important;
letter-spacing: -0.5px !important;
}
}
@media screen and (min-width: 1431px) {
body.page-id-259 .bouhan-box {
align-items: center;
}
body.page-id-259 .bouhan-box .business-text{
width: inherit;
}
body.page-id-259 .bouhan-box .btn-wrap {
width: inherit;
}
}
.interview-bg {
perspective: 1000 !important;
}