/*wordpressログイン時*/
.wpbar {
    top: calc(32px + 20px) !important;
}
/**{
outline:1px solid red;
}*/
* {
    box-sizing:border-box;
    word-wrap:break-word;
    margin: 0px;
    padding: 0px;
    font-family:
    "Century Gothic",
    "Noto Sans JP",
    sans-serif;
}
html {
    scrollbar-gutter: stable;
}
body {
    overflow-y: scroll;
}
.top {
    opacity:0;
}
.top.fade-in {
    opacity:1;
    transition: opacity 3s ease;
}
a {
    text-decoration: none;
    color:inherit;
}
li {
    list-style:none;
}
img {
     width:100%;
    height:100%;
    max-width:100%;
    display:block;
    object-fit: cover;
}
.bold {
    font-weight:bold;
}
.m-b30 {
    margin-bottom:30px;
}
.c-center {
    margin:0 auto;
}

/*==========
大枠
==========*/
.frame1 {
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:120px 15px 60px;
}
.frame2 {
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:60px 15px 60px;
}
.frame3 {
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:60px 15px 120px;
}

/*==========
共通設定
==========*/
.head {
    font-size:var(--head);
}
.head2 {
    font-size:var(--head2);
}
.head3 {
    font-size:var(--head3);
}
.paragraph {
    font-size:var(--paragraph);
}
.text {
    font-size:var(--text);
}
.text2 {
    font-size:var(--text2);
}
.small {
    font-size:var(--small);
}
.small2 {
    font-size:var(--small2);
}
.title-center {
    margin-bottom:30px;
    text-align:center;
}
.text-center {
    text-align:center;
}
.title-left {
    margin-bottom:30px;
}

/*==========
header
==========*/
.header-nav-wrapper {
    position:fixed;
    width:calc(100% - 40px);
    top:20px;
    left:20px;
    right:20px;
    z-index: 100;
    background:rgba(245,240,236,0.8);
    border-radius:15px;
}
.header-nav-inner {
    margin:0 auto;
    padding:0 3vw;
}
.header-nav-pc {
    display:flex;
    align-items: center;
    justify-content: space-between;
    position:relative;
    column-gap: 20px;
    height:80px;
}
.header-nav-sp {
    display:none;
    align-items: center;
    justify-content: space-between;
    position:relative;
    height:60px;
}
.logo-wrapper {
    width:130px;
    position:relative;
    z-index: 100;
}
.logo-wrapper img {
    width:100%;
    height:auto;
    object-fit: contain;
}
/*ハンバーガーメニュー*/
.humburger-menu {
    position:absolute;
    right:0;
}
#menu-btn-check {
    display:none;
}
.menu-btn {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    width:35px;
    height:35px;
    cursor: pointer;
    
    -webkit-box-align:center;
        -ms-flex-align:center;
            align-items:center;
}
.menu-btn span,
.menu-btn span::before,
.menu-btn span::after {
    content:'';
    display:block;
    width:35px;
    height:3px;
    border-radius:3px;
    background-color: #333;
    position:absolute;
    -webkit-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
    z-index:100;
}
.menu-btn span::before {
    bottom:12px;
}
.menu-btn span::after {
    top:12px;
}
/* ハンバーガーメニューアニメーション */
#menu-btn-check:checked ~ .menu-btn span {
    background-color: rgba(255,255,255,0);
}
#menu-btn-check:checked ~ .menu-btn span::before {
    bottom:0;
    -webkit-transform:rotate(45deg);
        -ms-transform:rotate(45deg);
            transform:rotate(45deg);
}
#menu-btn-check:checked ~ .menu-btn span::after {
    top:0;
    -webkit-transform:rotate(-45deg);
        -ms-transform:rotate(-45deg);
            transform:rotate(-45deg);
}
#menu-btn-check:checked ~ .menu-content { 
	transform:translateX(-50%) translateY(0);
}

.menu-content {
    display:flex;
    align-items:center;
    justify-content:center;
    position:fixed;

    width:100vw;
	height:100svh;
    height:100dvh;

    top:0;
    left:50%;
	transform:translateX(-50%) translateY(-100%);

    transition:all .5s;
	background:rgba(245,240,236,0.8);
    box-shadow:0 1px 0 #fff;
}

.menu-content-inner {
    padding:30px;
    display:flex;
    align-items:center;
    justify-content: center;
}

.menu-content-inner ul {
    text-align: center;
}
.menu-content-inner ul li {
    font-size:16px;
}
.menu-content-inner ul li a {
    display: block;
    color: #333;
    padding:20px;
    font-weight: bold;
}

/*front-menu*/
.front-menu-wrapper ul {
    display:flex;
    font-size:20px;
}
.front-menu-wrapper ul li a {
    display: block;
    color:var(--black);
    padding:1.1vw;
    font-weight:normal;
}

.header-nav-wrapper.menu-open{
    background: transparent;
}

/*==========
FV
==========*/
.fv{
  position: relative;
  width: 100%;
  height: 100svh;
  overflow: hidden;
}
/* 動画 */
.fv-video{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
  z-index: 1;
  filter: brightness(0.6);
}

/* テキスト */
.fv-inner{
  position: relative;
  z-index: 3;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 8%;
}
.fv-title{
    position:absolute;
    left:3vw;
    bottom:10svh;
    font-family: "learning-curve", sans-serif;
    font-weight: 700;
    font-style: normal;
    color:#fff;
    font-size:clamp(32px, 4.4vw, 71px);
    transform: rotate(-15deg); 
}
/*==========
mission
==========*/
#mission {
    position:relative;
}
.bg-image {
    position:absolute;
    width:90%;
    top:10svh;
    left:50%;
    transform: translateX(-50%);
}
.text-area {
    max-width:700px;
}

/*==========
services
==========*/
.small-title-wrapper {
    display:flex;
    align-items: center;
    margin-bottom:40px;
}
.title-bar {
    width:45px;
    height:1px;
    background-color: var(--gray);
    margin-right:5px;
    margin-top:2px;
}
.small-title {
    font-size:var(--small);
    color:var(--gray);
}
.service-item-wrapper {
    display: flex;
    gap:15px;
    flex-wrap:wrap;
    justify-content:center;
    margin-top:80px;
}
.service-item {
    padding:15px;
    width:275px;
}
.service-icon img {
    height:64px;
    width:auto;
    margin:0 auto;
}
.service-title {
    text-align:center;
    margin:20px 0;
}
.service-text {
    color:var(--gray);
}

.blake-out-image {
    height:350px;
    margin-left:calc(max((100% - 1200px) / 2, 0px) + 15px);
    width:calc(100% - (max((100% - 1200px) / 2, 0px)) - 15px);
    overflow:hidden;
    margin-top:120px;
    margin-bottom:120px;
}
.blake-out-image img {
    width:100%;
    height:100%;
    object-fit:cover;

    /* 左を基準にトリミング */
    object-position:left center;
}

/*==========
recruit
==========*/
.recruit-wrapper {
    display:flex;
    column-gap:30px;
    align-items: center;
}
.recruit-image {
    width:60%;
    height:auto;
}
.recruit-text-wrapper {
    width:40%;
}
.recruit-text {
    margin-bottom:30px;
}
.btn1 {
    width:100%;
    max-width:350px;
    margin:0 auto;
    transition:all 1s ease-in-out;
}
.btn1 a {
    position:relative;
    width:100%;
    height:100%;
    padding:15px 0;
    display:flex;
    align-items: center;
    justify-content: center;
    background-color:var(--black);
    color:var(--white);
    overflow: hidden;
    transition:all 0.4s ease-in-out;
    z-index:1;
}
.btn1 a::before {
    content: '';
    width: 16px;
    height: 16px;
    border-right: 4px solid var(--white);
    border-bottom: 4px solid var(--white);
    position: absolute;
    right: 24px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition:all 0.4s ease-in-out;
}
.btn1 a::after {
    content: '';
    width:500px;
    height:500px;
    border-radius:50%;
    background-color: var(--white);
    position:absolute;
    top:-500px;
    transition:all 0.4s ease-in-out;
    z-index:-1;
}
.btn1 a:hover {
    color:var(--black);
}
.btn1 a:hover::before {
    border-color: var(--black);
}
.btn1 a:hover::after {
    top:50%;
    transform:translateY(-50%);
}

/*==========
company
==========*/
.company-list {
    width:50vw;
    max-width:768px;
    margin:0 auto;
}
.company-list li {
    padding:20px 10px 10px;
    border-bottom:2px solid var(--black);
}
.company-list li dl {
    display:flex;
}
.company-list li dl dt {
    width:30%;
}
.company-list li dl dd {
    width:70%;
}
.company-list span {
    display:inline-block;
}

/*==========
contact
==========*/
#contact {
    padding:60px 0;
    background-image: url(./assets/images/bg-contact.png);
    background-size: cover;
    background-position: right,bottom;
}
.contact-inner-portal {
    width:100%;
    max-width:1200px;
    margin:0 auto;
    padding:0 15px;
    color:var(--white);
}
.contact-inner-portal .title-bar {
    background-color: var(--white);
}
.contact-inner-portal .small-title,
.contact-inner-portal .title-left,
.contact-text {
    color:var(--white);
}
.contact-text {
    margin:60px auto;
    text-align: center;
}

.btn2 {
    width:100%;
    max-width:350px;
    margin-left:auto;
    transition:all 1s ease-in-out;
}
.btn2 a {
    position:relative;
    width:100%;
    height:100%;
    padding:15px 0;
    display:flex;
    align-items: center;
    justify-content: center;
    border:1px solid var(--white);
    color:var(--white);
    overflow: hidden;
    transition:all 0.4s ease-in-out;
    z-index:1;
}
.btn2 a::after {
    content: '';
    width:500px;
    height:500px;
    border-radius:50%;
    background-color: var(--white);
    position:absolute;
    top:-500px;
    transition:all 0.4s ease-in-out;
    z-index:-1;
}
.btn2 a:hover {
    color:var(--black);
}
.btn2 a:hover::after {
    top:50%;
    transform:translateY(-50%);
}
.contact-inner-portal span {
    display:inline-block;
}

/*==========
footer
==========*/
footer {
    width:100%;
    background-color:var(--black);
}
.footer-inner {
    width:100%;
    max-width:1200px;
    padding:0 15px;
    margin:0 auto;
}
footer .copy {
    padding:15px 0;
    color:var(--white);
}

/*==========
RECRUIT
==========*/
.first-view-wrapper {
    position:relative;
}
.bg-title {
    position:absolute;
    font-size:calc(100vw / 512 * 100);
    left:50%;
    transform:translateX(-50%);
    bottom:0;
    color:var(--white);
    opacity: 0.5;
    z-index:1;
}
.front-title {
    position:absolute;
    left:50%;
    transform:translateX(-50%);
    bottom:3%;
    color:var(--white);
    z-index:2;
}
 .recruit-container span {
    display:inline-block;
}
.pc {
    display:block;
}
.sp {
    display:none;
}

.recruit-jenre-wrapper table{
    box-sizing: border-box;
    border-collapse:collapse;
    margin: 0 auto 60px;
    text-align: center;
    width: 100%;
    line-height:1.5;
}
.recruit-jenre-wrapper table th,
.recruit-jenre-wrapper table td{
    text-align:left;  
    border: 1px solid #ccc;
    padding: 1em 1em;
}
.recruit-jenre-wrapper table th{
    background: #eee;
    width:220px;
}

/*==========
contact
==========*/
.contact-info {
    color:var(--black);
    text-align:left;
}
.contact-info span,
.adress-text span {
    display:inline-block;
}
.contact-wrapper {
    display:flex;
    column-gap:30px;
    align-items: center;
}
.contact-left {
    width:60%;
    height:auto;
}
.contact-right {
    width:40%;
}

.screen-reader-text {
 position:relative;
 width: 1px;
 height: 1px;
 padding: 0;
 margin: -1px;
 overflow: hidden;
 clip: rect(0,0,0,0);
 border: 0;
}
/*form*/
.contact-flex {
    display: flex;
    column-gap:20px;
}
[data-name="your-name"],[data-name="your-email"],[data-name="tel-num"],textarea {
    color:var(--black);
}
.wpcf7-form p {
    margin-bottom:30px;
}
.wpcf7-form label {
    font-size:var(--paragraph);
    color:var(--black);
    font-weight:bold;
}
.wpcf7-form label .red {
    display: inline-block;
    padding-bottom:8px;
}
.wpcf7-list-item-label {
    font-weight:normal;
    font-size:var(--paragraph);
}
[data-name="your-name"] input,[data-name="your-email"] input {
    width:100%;
    height:60px;
    font-size:var(--text);
    margin:10px 0;
    padding:5px 15px;
    border-width:1px;
    border:1px solid #ccc;
}
.wpcf7-spinner {
    display: none !important;
}
.wpcf7-form textarea {
    width:100%;
    height:200px;
    font-size:var(--text);
    margin:10px 0;
    padding:5px 15px;
    border:1px solid #ccc;
}

.wpcf7-form .wpcf7-submit {
    position:relative;
    display:block;
    width:100%;
    max-width:480px;
    height:auto;
    color:var(--white);
    background: var(--black);
    font-size:var(--paragraph);
    padding:10px 20px;
    -webkit-transition:all .5s;
    -o-transition:all .5s;
    transition:all .5s;
    font-weight:bold;
    border:none;
}
.wpcf7-form .wpcf7-submit:hover {
    background-color:var(--white);
    color:var(--black);
}

.wpcf7-radio {
    display:flex;
    flex-direction:column;
    align-items:flex-start;
}
.wpcf7-list-item.first {
    margin-left:0;
}
.wpcf7-list-item-label {
    cursor: pointer;
    display:flex;
}
.wpcf7-list-item {
    margin:0!important;
}
  /* デフォルトのボタン */
  input[type="radio"] {
    opacity: 0; /* デフォルトのボタンを非表示 */
    position: absolute;
  }
  /* チェック前のボタン */
  .wpcf7-list-item-label::before {
    background: #fff;
    border: 1px solid #333;
    border-radius: 100%; /* ラジオボタンっぽく丸くする */
    content: "";
    height: 1.2em;
    margin-bottom: auto;
    margin-right: .5em;
    margin-top: auto;
    transition: background-color .5s; /* 色をじんわり変化させる */
    width: 1.2em;
  }
  /* チェック後のボタン */
input[type="radio"]:checked + .wpcf7-list-item-label::before {
    background-color: #333; /* チェック後の中心の色 */
    box-shadow: inset 0 0 0 3px #fff; /* 中心の色のスタイル */
}
.adress-title {
    font-family:
    "Century Gothic",
    "Noto Sans JP",
    sans-serif;
}
.map {
 position: relative;
 width: 100%;
 padding-top: 56.25%; /* 16:9 */
 margin-top:20px;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
/*==========
thanks
==========*/
.thanks-wrapper span {
    display: inline-block;
}
.thanks-wrapper .btn1 {
    margin-top:60px;
}