:root{
  --brand-color:#1e3a8a;
  --font-main:'Noto Sans JP', sans-serif;
}

*{margin:0;padding:0;box-sizing:border-box;}
body{
  font-family:var(--font-main);
  line-height:1.8;
  background:#fff;
}

.container{
  width:90%;
  max-width:1100px;
  margin:0 auto;
}

.site-header{
  padding:24px 0;
}

.logo{
  max-width:200px;
  height:auto;
}

.hero{
  position:relative;
  overflow:hidden;
}

.hero-img{
  width:100%;
  height:auto;
  display:block;
}

.hero-copy{
  position:absolute;
    width: 100%;
  top: 15%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  text-align:center;
  color:#686868;
  letter-spacing: 0.4rem;
}

.hero-copy h1{
  font-size:clamp(1.5rem,2.5vw,2rem);
  font-weight:400;
  line-height:1.5;
}



.flex{
  display:flex;
  gap:0px;
  flex-wrap:wrap;
}

.message-photo,
.network-photo,
.join-photo{
  flex:1 1 320px;
  max-width:50%;
  overflow: hidden;
  position: relative;
}
.message-photo img{
  width:80%;
  height:auto;
  
}


.network-photo img,
.join-photo img{
  width:100%;
  height:auto;
}
.ceo_flex {
    display: flex;
    position: absolute;
    align-items: center;
    justify-content: center;
    width: 100%;
  top: 85%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
　color: #686868 !important;
}
.caption{
  font-size:0.875rem;
  margin-top:8px;
  text-align:left;
  line-height: 1.2;
  padding-right: 10px;
  letter-spacing: 0.1rem;

}
.caption span {
    font-size: 1.1rem;
}
.caption2{
  font-family: "Klee One", cursive;
  font-weight: 400;
  font-style: normal;
  text-align:center;
  font-size: 2.3rem;
}

.message-text,
.network-text,
.join-text{
  flex:1 1 300px;
    padding: 40px;
  color: #686868;
}

.message-text h2,
.network-text h2,
.join-text h2{
  margin-bottom:24px;
  font-size:1.6rem;
  font-weight:600;
  line-height: 1.4;
}

.network-photo,
.join-photo{
  position:relative;
}

.network-photo .overlay,
.join-photo .overlay{
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.15);
  color:#fff;
  padding:24px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  text-align:center;
  text-shadow:0 2px 4px rgba(0,0,0,.7);
}

.overlay h3{
  margin-bottom:16px;
  font-size:1.4rem;
  font-weight:700;
  line-height:1.5;
}

.btn{
  display:inline-block;
  background:var(--brand-color);
  color:#fff;
  padding:8px 48px;
  border-radius:999px;
  font-weight:700;
  text-decoration:none;
  transition:background .3s;
}

.btn:hover{
  background:#10205b;
}

.cta{
  text-align:center;
    padding: 40px 0;
}

.cta h2{
  font-size:1.8rem;
  margin-bottom:32px;
  color: #686868;
  letter-spacing: 0.4rem;
}

.join-text p {
    line-height: 1.5;
}

.message-photo img  {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -60%);
  -ms-transform: translate(-50%, -60%);
  transform: translate(-50%, -60%);
  width: auto;
  height: 70%;
  display:block; 
}
.network-photo img, .join-photo img{
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  display:block;
}
.cta .btn {
    font-size: 1.5rem;
}
.site-footer {
    padding: 10px 0;
    color: #fff;
    text-align: center;
    background-color: #000;
}

.recruit h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}
.recruit h3 {
    font-size: 28px;
    text-align: left;
}
.tab_item {
    height: 50px;
    border-bottom: 5px solid #898989;
    line-height: 50px;
    font-size: 25px;
    text-align: center;
    color: #565656;
    display: block;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}
.tabs p {
        line-height: 2.4;
    margin: 0 0 0 0 !important;
    text-align: center;
}
.hissu {
    font-size: 20px;
    color: #cf2e2e;
	text-align:left !important;
}




.post_content p {
    line-height: 2.4;
 margin: 0 0 0em 0;
}

.wp-block-button__link {
    background-color: #fff;
}

.visible {
     font-size: 32px;
    margin-bottom: 40px;
    text-align: center;
}
h3 {
    font-size: 28px !important;
    font-weight: 900;
        margin: 0 auto;
}
.tab_item {
    height: 50px;
    border-bottom: 5px solid #898989;
    line-height: 50px;
    font-size: 25px;
    text-align: center;
    color: #565656;
    display: block;
    text-align: center;
    font-weight: bold;
     margin-bottom: 10px;
}
.post_content {
    font-size: 1.0rem !important;
}
.post_content p {
    line-height: 2.4;
    margin: 0 0 0em 0 !important;
    text-align: center;
}
.has-large-font-size,.has-vivid-red-color {
    text-align: left !important;
}
/*========= レイアウトのためのCSS ===============*/

ul{
	list-style:none;
}
a{
	color:#333;
	text-decoration: none;
}
.post_content dd {
     margin-bottom: 0em;
}

.Form-Item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 30px;
}
.Form-Item-Label {
    font-size: 1.3rem!important;
    line-height: 1.3!important;
    width: 170px;
    text-align-last: justify;
word-break: break-all;
}
.Form-Item-Label2{
    font-size: 1.3rem!important;
    line-height: 1.3!important;
    width: 170px;
    text-align-last: justify;
}
.Form-Item-Input {
    max-width: 100%;
    height: 50px;
    padding: 10px;
    border-radius: 0;
    border: 1px solid #000208;
    font-size: 20px;
}
.Form-Item-Textarea {
    max-width: 100%;
    padding: 10px;
    height: 150px;
    font-size: 20px;
}
.Form-01,.Form-02, .checkbox {
    width: calc(100% - 200px);
    display: inline-block;
}
#your-name, #kana, #old, #yubin, #access, #your-mail, #message {
    width: 100%;
}
.Form-Item .isMsg {
    margin-top: 8px!important;
    margin-bottom: auto!important;
}
.Form-Item .privacypolicy {
    width: 235px!important;
}
.otoiche .Form-01 .checkbox {
    width: 330px;
    display: inline-block;
}
.Form-Btn {
    margin: 0 auto;
    width: 300px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000208;
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    border: none;
    border-radius: none;
    transition: 0.5s;
}



.arrow_animation_button {
  display: inline-block;
  position: relative;
  padding: 10px 0px 10px 25px;
  color: #fff;
  border-radius: 10px;
}
.arrow_animation_button::before { /* 矢印の表示設定 */
  content: "";
  position: absolute;
  margin: auto;
  top: 0px;
  bottom: 0;
  left: 15px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  animation: slideBlink 1s linear infinite; /* アニメーションの初期設定 */
}
 
@keyframes slideBlink { /* アニメーションの内容 */
  from { /* アニメーション開始時のスタイル */
    opacity: 0;
    left: -10px;
  }
  to { /* アニメーション終了時のスタイル */
    opacity: 1;
    left: 10px;
  }
}
.mw_wp_form .error {
    margin-top: 10px;
}


@media screen and (max-width:821px){
#your-name, #kana, #old, #yubin, #access, #your-mail, #message {
    width: 100%;
}
}
@media screen and (max-width:765px){
.Form-Item {
    display: block;
}
label {
  white-space: nowrap;
}
.Form-01, .Form-02, .checkbox {
    width: calc(100% - 0px);
display:inline-block;
   font-size:1.2rem;
}
.post_content p {
    font-size: 12px;
    margin: 0 0 0.5em 0 !important;
}
.mw_wp_form .horizontal-item + .horizontal-item {
    margin-left: 0px;
}
.Form-Item-Label {
    width: 255px;
    text-align-last: left;
}
.Form-Btn {
    width: 100%;
}
.checkbox span {
  padding-bottom:10px;
}
.Form-Item .isMsg {
    margin: 0 0 0.5em 0 !important;
}
}


input[type="radio"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  vertical-align: -4px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #009944;
  content: '';
}



.checkbox input[type=checkbox].checkbox__item{
  display: none;
}
.checkbox label {
  display: inline-block;
}
/* spanの左側にボタンを配置するスペースを作る */
.checkbox .checkbox__item + span {
  padding-left: 2em;
  position: relative;
}
/* 各パーツを作成 */
.checkbox .checkbox__item + span::after,
.checkbox .checkbox__item + span::before {
  content: '';
  display: block;
  position: absolute;
  border: 1px solid #AAAAAA;
  width: 20px;
  height: 20px;
  top: 0;
  left: 0;
}

/* after上書き */
.checkbox .checkbox__item + span::after {
  opacity: 0;
  width: 10px;
  height: 15px;
  transform: rotate(45deg);
  left: 5px;
  border: none;
  border-right: 3px solid #f18800;
  border-bottom: 3px solid #f18800;
}

/*
  checked状態
  文字のcolorとボタンのopacityを変更
*/
.checkbox .checkbox__item:checked + span {
  color: #f18800;
}

.checkbox .checkbox__item:checked + span::after {
  opacity: 1;
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
}



@media(max-width:768px){
    .logo {
        width: 100px;
    }
  .flex{
    flex-direction:column;
  }
  .section{
    padding:40px 0;
  }
  .hero-copy h1{
    font-size:1.25rem;
  }
.message-photo{
    max-width: 100%;
    overflow: visible;
}
.network-photo, .join-photo {
    max-width: 100%;
}
.message-text,.network-text, .join-text {
    padding: 20px ;
}
.message-photo img  {
  position: static;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(12%, -5%);
  -ms-transform: translate(12%, -5%);
  transform: translate(12%, -5%);
  width: 80%;
  height: auto;
  display:block; 
}
.network-photo img {
    width:100%;
    height: auto;
}
.cta h2{
  font-size:1.5rem;
  letter-spacing: 0rem;
}
.message-text h2, .network-text h2, .join-text h2 {
    font-size: 1.2rem;
}

}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }

/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 750px) {
  .pc { display: none !important; }
  .sp { display: block !important; }
}