@charset "UTF-8";

body,
div,
form,
input,
button,
textarea,
p {
  margin: 0;
  padding: 0;
}

html {
  overflow: auto;
}

body {
  overflow-x: hidden;
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  font-family: "Noto Sans JP", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  background-color: #F8F9F9;
}

li {
  list-style: none;
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a img {
  border-style: none;
}

img {
  vertical-align: bottom;
}

button {
  font-size: 1em;
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

*:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

body::-webkit-scrollbar {
  width: 15px;
}

body::-webkit-scrollbar-thumb {
  background: #333;
}

body::-webkit-scrollbar-track {
  background: #F1F8FF;
}

/*--------------------------------------------------------
サイト毎に変化のある定数
--------------------------------------------------------*/
:root {
    --primary-color-main_blue: #4B5EFF;
}
.container800 {
  width: 800px;
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
}

.container900 {
  width: 900px;
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
}
.container1905 {
  width: 100%;
  max-width: 1905px;
  margin-left: auto;
  margin-right: auto;
}
.container1600 {
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.container1800 {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.opacity0 {
  opacity: 0;
}

/*--------------------------------------------------------
定数
--------------------------------------------------------*/

.center {
  text-align: center !important;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.mtop-10 {
  margin-top: 10px;
}

.mtop-20 {
  margin-top: 20px;
}

.mtop-30 {
  margin-top: 30px;
}

.mtop-40 {
  margin-top: 40px;
}

.mtop-50 {
  margin-top: 50px;
}

.mtop-60 {
  margin-top: 60px;
}

.mtop-70 {
  margin-top: 70px;
}

.mtop-80 {
  margin-top: 80px;
}

.mtop-90 {
  margin-top: 90px;
}

.mtop-100 {
  margin-top: 100px;
}

.mtop-200 {
  margin-top: 200px;
}

.mtop-500 {
  margin-top: 500px;
}

.mtop-1000 {
  margin-top: 1000px;
}

.ptop-10 {
  padding-top: 10px;
}

.ptop-20 {
  padding-top: 20px;
}

.ptop-30 {
  padding-top: 30px;
}

.ptop-40 {
  padding-top: 40px;
}

.ptop-50 {
  padding-top: 50px;
}

.ptop-60 {
  padding-top: 60px;
}

.ptop-70 {
  padding-top: 70px;
}

.ptop-80 {
  padding-top: 80px;
}

.ptop-90 {
  padding-top: 90px;
}

.ptop-100 {
  padding-top: 100px;
}

.pbottom-100 {
  padding-bottom: 100px;
}

.pbottom-200 {
  padding-bottom: 200px;
}

.pbottom-300 {
  padding-bottom: 300px;
}

.rel {
  position: relative;
}

.zindex1 {
  z-index: 1;
}

.zindex2 {
  z-index: 2;
}

.zindex3 {
  z-index: 3;
}

.zindex99 {
  z-index: 9999;
}

/*横幅*/

.width100 {
  width: 100%;
}

.width90 {
  width: 90%;
}

.width80 {
  width: 80%;
}

.width70 {
  width: 70%;
}

.width60 {
  width: 60%;
}

.width50 {
  width: 50%;
}

.width40 {
  width: 40%;
}

.width30 {
  width: 30%;
}

.width20 {
  width: 20%;
}

.width10 {
  width: 10%;
}

.dib {
  display: inline-block;
}

.pointer {
  cursor: pointer;
}

.span span {
  display: inline-block;
}

/*-------------------------------------
err
-------------------------------------*/

.err_msg {
  font-size: 0.8em;
  color: #ff0000;
}

.err_msg2 {
  font-size: 1em;
  color: #ff0000;
  margin: 0.5em 0em 0 0;
}

/*--------------------------------------------------------
ヘッダー
--------------------------------------------------------*/

/*--------------------------------------------------------
フッター
--------------------------------------------------------*/
footer {
  text-align: center;
  background-color: var(--primary-color-main_blue);
}

.copyright {
  padding: 10px;
  text-decoration: none;
}

.copyright {
  font-size: 14px;
  color: #fff;
}

@media screen and (max-width: 650px) {
  .copyright {
    font-size: 12px;
  }
}
.br800 {
  display: none;
}

/* 800px以下のとき */
@media (max-width: 800px) {
  .footer-links {
    display: none;
  }
    .br800 {
    display: block;  /* ブロック化して改行 */
    height: 0;       /* 空白を作らない（必要なら margin で調整） */
  }
}

/*--------------------------------------------------------
フォーム 
--------------------------------------------------------*/
input:-webkit-autofill {
  transition: background-color 5000s ease-in-out 0s !important;
}

input::placeholder {
  color: #b1b1b1;
}

/* IE11 & IE10 */
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b1b1b1;
}

/* Edge */
input::-ms-input-placeholder {
  color: #b1b1b1;
}

input[type="text"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
select {
  width: 100%;
  border: none;
  font-size: 1em;
  padding: 0.3em 0.6em;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  border: 1px solid var(--primary-color-main_blue);
  border-radius: 0% !important;
  margin-top: 5px;
}
textarea {
  border: 1px solid var(--primary-color-main_blue);
  margin-top: 5px;
  padding: 0.3em 0.6em;
}

.field {
  font-size: 1.6em;
}

.inner {
  width: 85%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.inner .title {
  font-size: 1.6em;
  padding-bottom: 0.2em;
}

select option.placeholder {
  color: #b1b1b1;
  /* プレースホルダーの色 */
}

/* 選択後に通常の色に戻す */
select:invalid {
  color: #b1b1b1;
}

select:valid {
  color: #000;
}

.wrap {
  position: relative;
  z-index: +2;
}

.wrap::after {
  content: "\025bc";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 3;
  font-size: 1.1em;
  top: -0.7em;
  right: 0.8em;
  width: 0.8em;
  height: 0.8em;
  color: #FFBA39;
  margin: auto;
  pointer-events: none;
}

button {
  background-color: transparent;
  border: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  font-size: 1em;
}

button:focus,
input:focus,
select:focus,
textarea:focus,
section:focus,
main:focus,
article:focus,
nav:focus,
header:focus,
footer:focus,
div:focus,
a:focus {
  outline: none;
}

button:hover {
  cursor: pointer;
}

/*--------------------------------------------------------
特定商・プライバシーポリシー
--------------------------------------------------------*/
.white_box {
  padding: 5%;
  border: 2px solid #000;
  background-color: #fff;
}

.white_box.lawtext {
  padding: 2%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.white_box.lawtext>div {
  padding: 1%;
  height: 15em;
  overflow-y: scroll;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.white_box .width90 {
  width: 100%;
}

.scroll::-webkit-scrollbar {
  width: 17px;
}

.lawtext .scroll::-webkit-scrollbar-track-piece:start,
.lawtext .scroll::-webkit-scrollbar-track-piece:end {
  box-shadow: none;
  background: #ccc;
}

.lawtext .scroll::-webkit-scrollbar-thumb {
  background: #005032;
}

.lawtext h2 {
  font-size: 1.2em;
  font-weight: bold;
  color: #005032;
}

.law_list {
  padding-bottom: 1em;
}

/*--------------------------------------------------------
チェックボックス
--------------------------------------------------------*/
.checkbox {
  display: flex;
  justify-content: center;
  font-size: 20px;
  margin-left: 7%;
}

.checkbox label {
  position: relative;
  display: block;
  cursor: pointer;
  width: auto;
  margin-right: 0.5em;
  margin-left: 0.5em;
}

.checkbox label span.txt {
  display: inline-block;
  line-height: 1.3;
  position: relative;
}

.checkbox label input {
  display: none;
}

.checkbox label input+span.txt::before {
  content: "";
  display: block;
  background: #fff;
  width: 1em;
  height: 1em;
  box-shadow: none;
  margin-right: 0.7em;
  position: absolute;
  left: -1.5em;
  border: 1px solid #001932;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.checkbox label input:checked+span.txt::after {
  content: "";
  display: block;
  position: absolute;
  left: -1em;
  width: 0.5em;
  height: 1.3em;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  border-bottom: 3px solid #FFBA39;
  border-right: 4px solid #FFBA39;
  top: -35%;
}


/*--------------------------------------------------------
//各種設定
--------------------------------------------------------*/
.info_txt {
  max-width: 800%;
  width: 95%;
  font-size: 25px;
}

.to_area {
  margin-top: 10%;
  max-width: 800%;
  width: 95%;
}

.back {
  margin-top: 15%;
  font-size: 25px;
  width: 100%;
  color: #FFBA39;
  text-align: center;
}

.kiyaku {
  font-size: 35px;
}

.pay_btn {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%);
}

/*--------------------------------------------------------
popup
--------------------------------------------------------*/
.popup {
  opacity: 0;
  visibility: hidden;
  z-index: 99999;
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.popup .in {
  width: 85%;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  margin-bottom: 100px;
}

.popup .container {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
}

.popup .more {
  width: 100%;
  max-width: 800px;
  -webkit-transition: margin 1s ease;
  -moz-transition: margin 1s ease;
  -ms-transition: margin 1s ease;
  -o-transition: margin 1s ease;
  transition: margin 1s ease;
  border: none;
}

.popup .more .tx>div {
  padding-bottom: 1em;
}

.popup .more .tx>div:last-child {
  padding-bottom: 0;
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup .popup_btn {
  position: absolute;
  top: 21%;
  left: 50%;
  transform: translate(-50%);
  width: 100%;
}


.popup_text {
  font-size: 16px;
  position: absolute;
  bottom: 7.5%;
  left: 50%;
  transform: translate(-50%);
  text-align: center;
  width: 100%;
}

.close_btn {
  width: 100%;
  text-align: right;
  color: #fff;
  font-size: 35px;
}

.close_btn p {
  display: inline-block;
  cursor: pointer;
}

/*--------------------------------------------------------
top
--------------------------------------------------------*/
.montserrat {
  font-family: "Montserrat";
}
/* header */
.header_inner {
  z-index: 999;
  position: absolute;
  top: 4.8%;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
.header_inner-under {
  background-color: var(--primary-color-main_blue);
  width: 100%;
  padding: 20px;
  color: white;
  justify-content: space-between;
  align-items: center;
}
.header_txt {
  font-size: 15px;
  font-weight: bold;
  gap: 30px;
  align-items: center;
}
.header_contact {
  background-color: #1a1a1a;
  padding: 10px 25px;
  color: white;
}
.header_contact-under {
  background-color: white;
  padding: 10px 25px;
  color: #1a1a1a;
}
.xcvb_hmbg_sp {
  display: none;
}
.logo_header, .logo_header-under {
  width: 14%;
}
.logo_header img, .logo_header-under img {
  width: 100%;
}


.sp-menu {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: var(--primary-color-main_blue);
  color: #fff;
  display: none;
  flex-direction: column;
  justify-content: center;
  padding-left: 50px;
  z-index: 99;
}
.sp-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.sp-menu li {
  margin: 20px 0;
  text-align: left;
}
.sp-menu a {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  text-decoration: none;
  display: block;
}
.sp-menu a span {
  display: block;
  font-size: 0.8rem;
  font-weight: bold;
}
.sp-menu.active {
  display: flex;
}

/* ハンバーガー画像 */
.xcvb_hmbg_sp img {
  cursor: pointer;
  position: relative;
  z-index: 9999;
}




.menu-toggle-wrapper {
  position: relative;
  width: 40px;   /* 必要に応じて */
  height: 40px;  /* 必要に応じて */
}

.menu-toggle-wrapper img {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: opacity 0.3s;
}

#menuToggleClose {
  opacity: 0;  /* 初期は非表示 */
}
.menu-toggle-wrapper,
.sp-menu {
  display: none;
}

/* ↑header↑ */




.flex {
  display: flex;
}
.picture {
  display: flex;
  justify-content: center;
}
.slider {
  padding-top: 3%;
}

/* スライド */
.slider-imgs{
  position: relative;
  width: 90%;
  overflow: hidden;
  margin: 0 auto;
  z-index: 1;
  aspect-ratio: 1705 / 1070;
}
.img-01, .img-02, .img-03{
  position: absolute;
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.img-01{
  background-image: url('../img/xcvb_03_01_pc.png');
  animation: slide-animation-01 24s infinite;
}
.img-02{
  background-image: url('../img/xcvb_03_02_pc.png');
  animation: slide-animation-02 24s infinite;
}
.img-03{
  background-image: url('../img/xcvb_03_03_pc.png');
  animation: slide-animation-03 24s infinite;
}

@keyframes slide-animation-01 {
    0% {opacity: 1; transform: scale(1.0);}
  30% {opacity: 1;}
  40% {opacity: 0; transform: scale(1.15);}
  90% {opacity: 0}
100% {opacity: 1; transform: scale(1.0);}
}
@keyframes slide-animation-02 {
    0% {opacity: 0;}
  30% {opacity: 0; transform: scale(1.1);}
  40% {opacity: 1;}
  60% {opacity: 1;}
  70% {opacity: 0; transform: scale(1.0);}
100% {opacity: 0;}
}
@keyframes slide-animation-03 {
    0% {opacity: 0;}
  60% {opacity: 0;  transform: scale(1.0);}
  70% {opacity: 1;}
  90% {opacity: 1;}
100% {opacity: 0; transform: scale(1.1);}
}
/* ↑スライド↑ */
.xcvb_01 {
  position: absolute;
  top: 0;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 0;
  width: 100%;
}
.xcvb_02 {
  position: absolute;
  bottom: 0;
  left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    z-index: 5;
  width: 100%;
}
.xcvb_01 img, .xcvb_02 img {
  width: 100%;
}
.greetings {
  color: var(--primary-color-main_blue);

}
.section_toptxt {
  font-size: 96px;
  font-weight: bold;
  line-height: 1;
}
.greetings-txt {
  margin-top: 170px;
}
.section_subtxt {
  font-size: 40px;
  font-weight: bold;
}
.section_txt {
  font-size: 20px;
  position: relative;
  z-index: 5;
  padding: 0 10%;
}
.section_txt-name {
  text-align: right;
  padding: 0 10%;
}
.greetings_logo_haikei {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 50%;
}
.greetings_logo_haikei img {
  width: 100%;
}

.mission {
  color: white;
  position: relative;
  background: transparent;  /* 本体は透明のまま */
  /* 必要なら余白で斜めとの干渉を避ける */
  padding-top: 40px;   /* 上の斜め分 */
  padding-bottom: 40px;/* 下の斜め分 */
  isolation: isolate;  /* z-index:-1 を安全に使うため（推奨） */
}
.mission::before{
  content: "";
  position: absolute;
  inset: 0;
  background: #4f5bff;          /* 斜めの色 */
  clip-path: polygon(
    0 10%,      /* 左上 */
    100% 0,     /* 右上（高い） */
    100% 90%,   /* 右下（高い） */
    0 100%      /* 左下（低い） */
  );
  z-index: -1;                   /* 背景として下に回す */
  pointer-events: none;          /* 背景でクリックを邪魔しない */
}
.mission-inner {
  padding-top: 13%;

}
.section_3rdtxt {
  font-size: 48px;
  text-align: center;
  font-weight: 500;
  padding: 0 10%;
}
.xcvb_05 {
  width: 85%;
}
.xcvb_05 img {
  width: 100%;
}

.contact {
  color: var(--primary-color-main_blue);
  margin-top: 150px;
}
/* footerアニメーション */
.marquee{
  overflow:hidden;
  margin-bottom: 20px;
}

.track{
  display:flex;
  width:max-content;
  will-change: transform;
  animation: scroll 40s linear infinite;
  gap: 80px;
}

.track img{
  height: 200px;
  width:auto;
  flex:0 0 auto;
  max-width:none;
}

/* 1回分の並びを2回続けて置いたので、半分進めば継ぎ目なく繰り返せる */
@keyframes scroll{
  from{ transform: translateX(0); }
  to  { transform: translateX(-50%); }
}

/* ↑footerアニメーション↑ */
/*--------------------------------------------------------
下層
--------------------------------------------------------*/
.hamburger {
  width: 38px; 
  height: 23px;
  display: none;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
  z-index: 1000;
}
.hamburger span {
  display: none;
  height: 3px;
  width: 100%;
  background-color: #fff;
  transition: all 0.3s ease;
}
.hamburger span:nth-child(1) {
  width: 28px;
}
.hamburger span:nth-child(2) {
  width: 33px;
}
.menu-close {
  display: none;
  cursor: pointer;
  position: relative;
  z-index: 999;
}

/* service */
.under-main {
  background-image: url(../img/logo_haikei.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
  background-size: contain;
}
.under-toptxt {
  color: var(--primary-color-main_blue);
  padding-top: 150px;
}
.sv_inner {
  padding-left: 35px;
  padding-right: 35px;
}
.sv_title {
  text-align: center;
}
.sv_hr {
  border: none;
  border-top: 2px dashed var(--primary-color-main_blue);
  margin: 20px 0;
}
.sv_box {
  width: 750px;
  color: var(--primary-color-main_blue);
  font-size: 16px;
}
.sv_box div {
  align-items: center;
}
.sv_box .flex p:first-of-type {
  flex: 2;   /* 左側 2 */
}
.sv_box .flex p:last-of-type {
  flex: 8;   /* 右側 8 */
}
.sv_button {
  text-align: center;
}
.sv_box-toptxt {
  font-size: 24px;
  font-weight: bold;
  border-left: solid 2px var(--primary-color-main_blue);
  padding-left: 5px;
}
/* ↑service↑ */

/* Company */
.co_box {
  font-size: 16px;
  color: var(--primary-color-main_blue);
  padding-left: 35px;
  padding-right: 35px;
  line-height: 2;
  margin-top: 150px;
  margin-bottom: 300px;
}
.co_box div {
  align-items: center;
}
.co_box .flex p:first-of-type {
  flex: 3;
  text-align: center;
}
.co_box .flex p:last-of-type {
  flex: 7;
  padding-left: 30px;
}
.co_span {
  border-left: solid 1px var(--primary-color-main_blue);
  padding-left: 7px;
  margin-left: -15px;
}

/* ↑Company↑ */

/* Recruit */
.re_box {
  color: var(--primary-color-main_blue);
  font-size: 16px;
  padding-left: 35px;
  padding-right: 35px;
}


/* ↑Recruit↑ */

/* books */
.books_haikei {
  display: block;
  width: 97%;
}
.books_haikei img {
  width: 100%;
}
.books_haikei-r {
  margin-left: 3%;
}
.bo_toptxt {
  font-size: 32px;
  font-weight: bold;
}
.bo_2ndtxt {
  font-size: 20px;
  font-weight: bold;
}
.bo_3ndtxt {
  font-size: 16px;
}
.mtob-300 {
  margin-bottom: 300px;
}
.bo_box {
  margin-top: 150px;
  background-color: white;
  width: 95%;
  padding: 4% 12%;
}
.bo_container {
  color: var(--primary-color-main_blue);
  gap: 50px;
  align-items: center;
  line-height: 2;
  justify-content: center;
}
.bo_box::before {
  content: "";
  position: absolute;
  top: 15px;               /* 上から10px空ける */
  right: -15px;             /* 外に1pxずらす */
  width: 15px;
  height: calc(100%);
  background: var(--primary-color-main_blue);
}
.bo_box::after {
  content: "";
  position: absolute;
  bottom: -15px;            /* 外に1pxずらす */
  left: 15px;              /* 左から10px空ける */
  width: calc(100%);
  height: 15px;
  background: var(--primary-color-main_blue);
}
.button_bks {
  margin-top: 50px;
  text-align: center;
}

.bo_box2 {
  margin-top: 150px;
  background-color: white;
  width: 95%;
  padding: 4% 12%;
  margin-left: 5%;
}
.bo_box2::before {
  content: "";
  position: absolute;
  top: 15px;
  left: -15px;
  width: 15px;
  height: calc(100%);
  background: var(--primary-color-main_blue);
}
.bo_box2::after {
  content: "";
  position: absolute;
  bottom: -15px;            /* 外に1pxずらす */
  right: 15px;              /* 左から10px空ける */
  width: calc(100%);
  height: 15px;
  background: var(--primary-color-main_blue);
}
.button_bks2 {
  margin-top: 50px;
  text-align: center;
  margin-left: -14%;
}
.books_img {
  filter: drop-shadow(5px 5px 5px #aaa);
}


/* ↑books↑ */

/* law */
.law_toptxt {
  font-size: 48px;
  font-weight: bold;
  color: var(--primary-color-main_blue);
}
.law_txt {
  font-size: 16px;
  color: var(--primary-color-main_blue);
  padding: 0 20px;
}
.under-txt {
  color: var(--primary-color-main_blue);
}


/* ↑law↑ */

/* contact */
label {
  display: block;
}
textarea {
  width: 100%;
  height: 200px;
}
.co_txt {
  text-align: center;
}
button {
  width: 100%;
  text-align: center;
}
.contact_box {
  color: var(--primary-color-main_blue);
  font-size: 16px;
  padding-left: 35px;
  padding-right: 35px;
}

/* ↑contact↑ */













/*--------------------------------------------------------
popup
--------------------------------------------------------*/

/*--------------------------------------------------------
popup
--------------------------------------------------------*/