@charset "UTF-8";
/* CSS Document */
/*-------------------------------------------------------------------------------------
PC用レイアウト（768px以上スクリーン）
----------------------------------------------------------------------------------------*/
/*--------------------------------------------------
共通設定(PC)
-----------------------------------------------------*/
/*body全体の初期スタイル調整*/
body {
  font-size: 62.5%; /*emの計算をしやすくするための定番設定*/
  font-family: 'Noto Sans', 'ヒラギノ角ゴシック', 'Hiragino Kaku Gothic ProN',
    'メイリオ', Meiryo, sans-serif;
  font-weight: normal;
  color: #000;
}
/*リンク文字の設定*/
a {
  text-decoration: underline;
}
a:link, a:visited {
  color: #39f;
}

/*ブラウザのCSSをリセット*/
p {
  margin: 0 !important;
  padding: 0 !important;
}
/*セクションエリアの共通設定*/
section {
  clear: both;
  overflow: auto;
}
/*--------------------------------------------------
見出しタグ設定（PC）
-----------------------------------------------------*/
h2 {
  margin: 0.5em 0em;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
}
h3 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.6em;
  font-weight: bold;
  border-left: 8px solid #10559A;
  border-bottom: 1px dotted #10559A;
}
h4 {
  margin: 0.5em 0em;
  padding: 0.3em 0.6em;
  font-size: 1.4em;
  border: 1px solid #ccc;
  font-weight: bold;
}
h5 {
  margin: 0.5em 0em;
  padding: 0.1em;
  font-size: 1.2em;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
}
/*--------------------------------------------------
全体レイアウト／背景設定（PC）
-----------------------------------------------------*/
/*全体エリア（全体背景を設定するにはここ）*/
.main {
  background-color: #fff;
}
/*記事(ボディ)エリア*/

/*記事(ボディ)エリアの行間*/
.article p {
  line-height: 1.6;
}
/*カラム全体の幅を変更する*/
.article, .top_image_in {
  width: 950px;
  margin: 0 auto; /*真ん中に要素を置きたいときに使う*/
}
/*--------------------------------------------------
上部固定ヘッダー設定
-----------------------------------------------------*/
/* 上部固定ヘッダー全体 */
.header {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  z-index: 5000;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
}

/* ヘッダー内部：flexで左右に配置 */
.header_inr {
  max-width: 1200px;
  margin: 0 auto;
  padding: 1.7em 0;
  display: flex;
  justify-content: space-between; /* 左右端に配置 */
  align-items: center;            /* 縦方向中央揃え */
}

/* ヘッダーロゴ */
.header_logo img {
  height: 56px;   /* ← 40px → 52px */
  width: auto;
}

/* 問い合わせボタン（画像） */
.header_btn img {
  height: 56px;   /* ← 同じく */
  width: auto;
  display: block;
}

/*--------------------------------------------------
ファーストビュー
-----------------------------------------------------*/
.fv {
  position: relative;
  width: 100%;
  height: 600px; /* PC版FVの縦幅 */
  background: url("../images/fv_bg@2x.jpg") center center / cover no-repeat;
  display: flex;
  color: #fff; /* 文字色を白に */
}

.fv_inner {
  max-width: 1200px; 
  margin: 0 auto;
  

}

.h1 {
  font-size: 3.9em; /* 大きめの文字 */
  font-weight: 600;
  text-align: left;
  margin-bottom: 0.5em;
  font-family: "Hiragino Kaku Gothic ProN",
               "Hiragino Sans",
               "ヒラギノ角ゴ ProN W3",
               "Hiragino Kaku Gothic Pro",
               "ヒラギノ角ゴシック",
               sans-serif;
  font-weight: 800;
  letter-spacing: 0.08em;
  margin-top: 1.6em;
               
}

.h1_span{
font-size: 1.6em; /* 大きめの文字 */
  font-weight: 600;
}



.fv_sub {
  font-size: 3.6em;
  letter-spacing: 0.05em;
  font-weight: 600;
  font-family: "Hiragino Kaku Gothic ProN",
               "Hiragino Sans",
               "ヒラギノ角ゴ ProN W3",
               "Hiragino Kaku Gothic Pro",
               "ヒラギノ角ゴシック",
               sans-serif;
}

.fv_copy {
  text-align: left; /* ← 念のためテキスト左寄せ */
  width: 100%; /* 必要に応じて調整 */
}



/* CTAボタン（ヘッダーと同仕様） */
.fv_btn {
  display: inline-block;
  text-decoration: none; /* 下線を消す */
  transition: 0.3s;
}

.fv_btn img{
  width: 70%;
}

.fv_cta {
  display: inline-block; /* ← 左寄せの箱のまま */
  margin-left: 0;
  text-align: left;      /* ← 箱自体は左寄せ */
  margin-top: 11em;
}



.fv_cta_inner {
  display: flex;             /* Flexboxを使う */
  flex-direction: column;    /* 子要素を縦に並べる */
  align-items: center;       /* 子要素を左右中央に揃える */
  text-align: left;
}



/*--------------------------------------------------
About Us
-----------------------------------------------------*/
.section_about{
  width: 100%;
  background-color: #fff;
  display: flex;
}

.about_lead p{
  font-size: 1.9em;
  letter-spacing: 0.1em;
  line-height: 1.9;
  text-align: center;
}

.about_inr{
  max-width: 1200px; 
  margin: 0 auto;
  padding: 7em 0 7em;
}

.about_title{
 text-align: center;
  margin-bottom: 5em;

}

.about_title img{
  width: 35%;
}

.about_inr span {
  color: #315996;
  font-weight: 800;
  font-size: 1.3em;
  background: linear-gradient(
    transparent 50%,   /* 上半分は透明 */
    #FFEB3B 85%        /* 下半分に明るい黄色 */
  );
}




.feature_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1em;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  max-width: 1000px;
  margin-top: 6em;
  margin-bottom: 3em;
}

.feature_list li {
  flex: 1 1 calc(20% - 1em); /* 5列 */
  box-sizing: border-box;
}

.feature_list img {
  width: 80%;
  height: auto;
  display: block;
}

.feature_list li:nth-child(-n+5) {
  margin-bottom: 2em; /* 1段目だけ余白 */
}


/*--------------------------------------------------
industry
-----------------------------------------------------*/
.section_industry{
  position: relative;
  background: url("../images/industry_bg@2x.png") no-repeat center center;
  background-size: cover;
 
  display: flex;
  justify-content: center;
 
}


.industry_lead p{
  font-size: 2.2em;
  letter-spacing: 0.08em;
  line-height: 1.7;
  text-align: center;
}

.industry_inr{
  max-width: 1200px; 
  margin: 0 auto;
  padding: 7em 0 7em;
}

.industry_title{
 text-align: center;
  margin-bottom: 5em;

}

.industry_title img{
  width: 35%;
}


.industry_list {
  display: flex;
  flex-wrap: wrap;          /* 折り返し対応 */
  gap: 1em;                 /* カード同士の間隔 */
  justify-content: flex-start;
  font-size: 2em;
}

.industry_card {
  flex: 1 1 calc(33.333% - 1em); /* 3列（余白を差し引き） */
  background: #fff;
  border: 1px solid #335a94;
  border-radius: 0.2em;
  padding: 0.5em 1em;
  text-align: center;
  box-sizing: border-box;
}







/*--------------------------------------------------
CTA
-----------------------------------------------------*/
.section_cta {
  position: relative;
  background: url("../images/cta_bg.png") no-repeat center center;
  background-size: cover;
 
  display: flex;
  justify-content: center;
}

.section_cta h2{
  text-align: center;
  color: #fff;
font-size: 3em;
font-weight: 600;
letter-spacing: 0.07em;
margin-bottom: 1.2em;
}

.cta_inr{
  max-width: 900px;
  padding: 3em 0 4em;
}


.page_cta_btn {
  display: inline-flex;          /* アイコンと文字を横並び */
  align-items: center;           /* 縦方向の中央揃え */
  transition: 0.3s;
}

.page_cta_btn img{
  width: 60%;
  margin: 0 auto;
}


.page_cta_microcopy {
  font-size: 2.2em;

  letter-spacing: 0.07em;
  margin-bottom: 0.3em;
  text-align: center;
  color: #fff;
}

.section_cta .h2 {
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 3em;
  font-weight: 600;
  letter-spacing: 0.07em;
  display: flex;              /* 横並びにする */
  align-items: center;
  justify-content: center;    /* テキストを中央に */
  gap: 1em;                   /* 線と文字の間の余白 */
}

.section_cta .h2::before,
.section_cta .h2::after {
  content: "";
  flex: 1;                    /* 左右いっぱいに伸びる */
  height: 2px;                /* 線の太さ */
  background: #fff;           /* 線の色 */
}









/*--------------------------------------------------
悩み
-----------------------------------------------------*/
.section_nayami {
  width: 100%;
  background-color: #f2f2f2;
}

.nayami_inr {
  max-width: 1200px; 
  margin: 0 auto;
  padding: 7em 0 9em;
}


.section_nayami p{
  font-size: 3.5em;
  font-weight: 600;
  letter-spacing: 0.02em;
  line-height: 1.7;
  text-align: center;
  color: #333333;
}

.nayami_01_02 {
  display: flex;
  justify-content: center;
  gap: 5em;

  max-width: 900px;  /* 好きなコンテンツ幅に設定 */
  margin: 0 auto;     /* これで中央寄せ */
}

.nayami_01 img,
.nayami_02 img {
  display: block;
  width: 100%;       /* ←ここで90%を指定 */
  margin: 0 auto;   /* ←左右中央寄せ */
  height: auto;
}


.nayami_title{
  margin-bottom: 6em;
}

/*--------------------------------------------------
解決
-----------------------------------------------------*/

.section_kaiketsu {
  background-color: #fff;
  width: 100%;
  
  padding-bottom: 6em;
}

.kaiketsu_banner {
  position: relative;
  background: url("../images/kaiketsu_banner.png") no-repeat center center;
  background-size: cover;   /* 横幅いっぱいに調整 */
  color: #fff;
  padding: 3.5em 1em 3.5em;         /* バナー画像内での上下余白調整 */
  text-align: center;
  margin-bottom: 5em;
}

.kaiketsu_banner p {
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: 0.06em;
  
}

.kaiketsu_inr{
  max-width: 1200px;
  margin: 0 auto;
}

.kaiketsu_lead p{
  text-align: center;
  font-size: 2.2em;
  font-weight: 500;
  color: #222;
   letter-spacing: 0.09em;
   line-height: 1.7em;
}
.kaiketsu_lead{
  margin-bottom: 3.5em;
}

.kaiketsu_list{
  text-align: center;
}

.kaiketsu_list img{
width: 60%;
}


.kaiketsu_lead span{
  color: #0d4578;
  font-weight: 800;
 
}

.kaiketsu_person{
  text-align: center;
  margin-bottom: 4em;
 
}

.kaiketsu_person img{
  width: 15%;
}



.kaiketsu_contents{
  max-width: 900px;
  margin: 0 auto;
  background-color: #eaf2ff;
  padding: 5em 0 5em 0;
  
}



/*--------------------------------------------------
選ばれる理由
-----------------------------------------------------*/
.section_reason {
  width: 100%;
  background-color: #335A94;
  padding: 8em 0;
  clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
}




.reason_inr {
  max-width:1000px;
  margin: 0 auto;


}

.reason_title{
  text-align: center;
  margin-bottom: 6em;
  margin-top: 3em;
}

.reason_title img{
  width: 57%;
}

.reason_01,.reason_02,.reason_03,.reason_04{
  margin-bottom: 5em;
}

/*--------------------------------------------------
ご利用の流れ
-----------------------------------------------------*/
.section_step {
  width: 100%;
  background-color: #fff;
  padding: 8em 0;
}

.step_inr {
  max-width: 1200px;
  margin: 0 auto;
}

.step_title {
  text-align: center;
  margin-bottom: 7em;
}

.step_title img {
  width: 30%;
}

.steps_row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5em;
  margin-bottom: 4em;
}

.step {
  text-align: center;
  max-width: 280px;
}

.icon_wrap {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #f4f8fc;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1em;
  position: relative;
}

.icon_wrap img {
  max-width: 40%;
  height: auto;
  margin-bottom: 1.5em;
}

.step_label {
  font-size: 1.6em;
  font-weight: 600;
  color: #222;
  text-align: center;
  line-height: 1.2em;
  letter-spacing: 0.05em;
}

/* ===== 見出し（h3）に青文字＋黄色マーカー ===== */
.step h3 {
  display: inline;
  font-size: 1.5em;
  font-weight: 700;
  margin-bottom: 0.8em;
  color: #315996; /* 青文字 */
  background: linear-gradient(to top, #fff176 50%, transparent 50%);
  border: none !important;
  padding: 0 !important;
  letter-spacing: 0.08em;
}

/* 青棒の原因になっていた疑似要素を完全に削除 */
.step h3::before,
.step h3::after {
  content: none !important;
  display: none !important;
  border: none !important;
}


.step p {
  font-size: 1.5em;
  line-height: 1.6;
  font-weight: 300;
  color: #444;
  margin: 0;
}

.arrow {
  width: 0.5%;
  height: auto;
  flex-shrink: 0;
}


/*--------------------------------------------------
よくある質問
-----------------------------------------------------*/
.section_qa {
  width: 100%;
  background-color: #EAEEF4;
  padding: 7em 0;
}

.qa_title {
  text-align: center;
  margin-bottom: 5em;
}

.qa_title img {
  width: 25%;
}

.qa_inr {
  max-width: 900px;
  margin: 0 auto;
}

/* ===== QA（アコーディオン） ===== */
.qa-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 2.2em 2em;
  background: #fff;
  border: none;
  font-size: 1.1em;
  text-align: left;
}

.qa-qmarker {
  display: inline-block;
  margin-right: 0.8em;
  font-weight: bold;
  color: #00b7ee;
  font-size: 2.2em;
}

.qa-question {
  flex: 1;
  font-size: 1.8em;
  color: #222222;
  font-weight: 500;
  letter-spacing: 0.08em;
}

/* === 丸いアイコン +／− === */
.qa-icon {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.8em;
  height: 1.8em;
  border-radius: 50%;
  border: 0.1em solid #252525;
  background: transparent;
}

.qa-icon::before,
.qa-icon::after {
  content: "";
  position: absolute;
  background-color: #252525;
  transition: transform 0.3s ease;
}

.qa-icon::before {
  width: 0.7em;
  height: 0.1em;
}

.qa-icon::after {
  width: 0.1em;
  height: 0.7em;
}

.qa-header[aria-expanded="true"] .qa-icon::after {
  transform: scaleY(0);
}

/* --- 回答部分 --- */
.qa-panel {
  display: none;
  padding: 0;
  background: transparent; /* 白背景を削除 */
  margin: 0;
}

.qa-answer {
  background-color: #f7f7f7; /* グレー背景 */
  padding: 2.2em 2.2em;
  border-radius: 0.5em;
  margin: 0;
}

.qa-answer-header {
  display: flex;
  align-items: center;
  font-size: 1.6em;
  font-weight: 600;
  color: #00b7ee;
  margin-bottom: 1em;
}

.qa-amarker {
  margin-right: 0.8em;
  font-weight: bold;
  font-size: 1.5em;
  color: #00b7ee;
}

.qa-answer-summary {
  color: #222;
  font-size: 1.2em;
}

.qa-answer p {
  font-size: 1.7em;
  line-height: 1.8em;
  color: #444;
  margin: 0;
  letter-spacing: 0.09em;
}

.qa-item {
  margin-bottom: 3em;
}

.qa-qmarker,
.qa-amarker {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-weight: bold;
  color: #00b7ee;
  line-height: 1;
}





/*--------------------------------------------------
サポート
-----------------------------------------------------*/
.section_support{
  background-color: #EAEEF4;
}





.support_inr{
  max-width: 1200px;
  padding: 8em 0 8em;
  margin: 0 auto;
}

.support_title{
  text-align: center;
  margin-bottom: 5em;
}

.support_title img{
  width: 30%;
}

.support_person{
 text-align: center;
 margin-bottom: 3.2em;
}

.support_person img{
width: 19%;
}

.support_lead p{
  font-size: 2em;
  color: #222222;
  text-align: center;
  letter-spacing: 0.09em;
  line-height: 1.6em;
}

.support_lead{
  margin-bottom: 4em;
}

.support_01,.support_02,.support_03{
  max-width: 800px;
  background-color: #fff;
  padding: 2.2em 4em;
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 2.5em;
}

.support_01_title,.support_02_title,.support_03_title{
  text-align: left;
  font-size: 2.4em;
  color: #335a94;
  font-weight: 600;
  letter-spacing: 0.09;
  margin-bottom: 0.5em;
}

.support_icon_01,.support_icon_02,.support_icon_03{
  margin-right: -10em;
}

.support_01_p,.support_02_p,.support_03_p{
  font-size: 1.8em;
  color: #222222;
  font-weight: 400;
    letter-spacing: 0.08;
}

.support_icon_01 img{
  width: 40%;
}

.support_icon_02 img{
  width: 40%;
}

.support_icon_03 img{
  width: 40%;
}

.support_01_right{
 
}







/*--------------------------------------------------
埋め込み問い合わせフォーム
-----------------------------------------------------*/
.contact {
padding: 5em 0 5em;
  border-radius: 0.5em;
  max-width: 950px;
  margin: 2em auto;
}

.contact h2 {
  text-align: center;
  margin-bottom: 1.5em;
  color: #222222;
  font-size: 3em;
}

.contact_form .form_group {
  margin-bottom: 4em;
}

.contact_form label {
  display: block;
  color: #222222;
  font-weight: 500;
  font-size: 1.7em;
  margin-bottom: 0.6em;
}

.required {
  color: red;
  font-size: 0.9em;
  margin-left: 0.3em;
}

.contact_form input[type="text"],
.contact_form input[type="email"],
.contact_form input[type="tel"] {
  width: 100%;
  padding: 1em;
  border: 2px solid #ccc;
  border-radius: 0.1em;
  font-size: 2em;
}

.name_fields {
  display: flex;
  gap: 0.5em;
}

.checkbox label {
  font-weight: normal;
text-align: center;
}

.form_submit {
  text-align: center;
  margin-top: 1.5em;
}

.form_submit button {
  background: #335a94;
  color: #fff;
  border: none;
  padding: 1em 2em;
  border-radius: 2em;
  font-size: 2.5em;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
  letter-spacing: 0.07em;
}

.form_submit button:hover {
  background: #4a6cb0;
}

.privacy_text {
  font-size: 1.8em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  color: #222222;
  text-align: center;
}

.form_doui{
   text-align: center;
}

/* チェックボックス（標準デザインを活かして大きさだけ調整） */
.contact_form input[type="checkbox"] {
  transform: scale(1.3); /* 大きさ調整 */
  margin-right: 0.5em;
  cursor: pointer;
}

.contact_form input[type="checkbox"] {
  transform: scale(2);
  border-radius: 0;
}

.contact_form textarea {
  width: 100%;
  min-height: 10em;      /* ←高さ。数値を増やせばもっと大きく */
  padding: 1em;
  border: 2px solid #ccc;
  border-radius: 0.1em;
  font-size: 2em;
  font-family: inherit;   /* ← 他の入力欄と同じフォントを使う */
 
}

.submit_btn_p p{
  font-size: 1.4em;
  color: #222;
}

.submit_btn_p{
  margin-top: 1.2em;
}










/*--------------------------------------------------
フッター部分
-----------------------------------------------------*/
.footer {
  background-color: #105FA3;
  padding: 2em 0em;
  text-align: center;
  font-size: 1.4em;
  color: #fff;
}
.footer a {
  color: #fff;
}

