@charset 'UTF-8';
/*!
============================ Common CSS ============================
	共通CSS
		1. General
		2. Layout
		3. Utility
--------------------------------------------------------------------
		z-index
			~1000	used by slick
			2000~	fixed header
			3000~	news at HOME
			4000~	gNav
			5000~	fixed button at HOME
====================================================================
*/
/*!!! 1. General
*******************************************************************/
*,
:after,
:before {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
  font-size: 13px;
  -webkit-font-smoothing: antialiased;
}

body {
  /* min-width: 1000px; を削除し、100%幅で可変させます */
  width: 100%;
  color: #333;
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 0;
  background: #f6f6f6;
  -webkit-text-size-adjust: 100%;
}

/*!!! 2. Layout
*******************************************************************/
#wrapper {
  position: relative;
}

.inner {
  width: 100%;
  max-width: 1000px; /* 最大幅を1000pxに制限 */
  margin: 0 auto;
}

/*! .cmnContact01
======================================================= */
.cmnContact01 {
  box-sizing: border-box;
  height: 262px;
  padding: 40px 0 0 28px;
  background: url("../img/common/inc_contact/bg_contact01.png") no-repeat;
}
.cmnContact01 .contactTit {
  padding-bottom: 40px;
}
.cmnContact01 .tel {
  padding-right: 11px;
}
.cmnContact01 .btn {
  padding-top: 1px;
}
.tel img {
  width: 220px;
}

/*! .cmnTable01
======================================================= */
.cmnTable01 {
  width: 100%;
  border: 1px solid #d1d1d1;
}
.cmnTable01 th,
.cmnTable01 td {
  border: 1px solid #d1d1d1;
}
.cmnTable01 th {
  text-align: center;
  background-color: #f6f6f6;
  padding: 5px 0;
}
.cmnTable01 td {
  font-size: 12px;
  padding: 7px 18px 6px 18px;
}

/*! .cmnBtnArea01
======================================================= */
.cmnBtnArea01 {
  background: url("../img/common//bg_pattern01.png");
  padding: 22px 0 23px;
  text-align: center;
}

/*! .wp-pagenavi
======================================================= */
.wp-pagenavi {
  text-align: center;
  margin: 30px auto;
}

/*! #gHeader
======================================================= */
#gHeader {
  width: 100%;
}
#gHeader .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#gHeader .headerLeft .logo {
  margin: 15px 0 8px;
}
#gHeader .headerLeft .tit {
  color: #546ea6;
  font-weight: normal;
  line-height: 1.2;
}
#gHeader .headerRight {
  display: flex;
  align-items: flex-end;
}
#gHeader .telArea {
  position: relative;
  margin: 24px 17px 0 0;
}
#gHeader .telArea .tap {
  position: absolute;
  top: -3px;
  left: -150px;
}
#gHeader .contact {
  margin-bottom: 12px;
}
#gHeader .contact .subNav {
  display: flex;
}
#gHeader .contact .subNav li a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #a3b0bf;
  margin-right: 5px;
}
#gHeader .contact .subNav li a:hover {
  text-decoration: underline;
}

/*! #gNav
======================================================= */
#gNav {
  background: #254a9a;
}
#gNav ul {
  display: flex;
  width: 100%;
}
#gNav li {
  flex: 1;
  border-left: 1px dotted #516eaf;
}
#gNav li:last-child {
  border-right: 1px dotted #516eaf;
}
#gNav li a {
  display: block;
  font-size: 14px;
  line-height: 1.14;
  color: #fff;
  padding: 13px 0 12px;
  font-weight: bold;
  text-align: center;
}

#gNav li:nth-child(1) {
  z-index: 6;
}
#gNav li:nth-child(2) {
  z-index: 5;
}
#gNav li:nth-child(3) {
  z-index: 4;
}
#gNav li:nth-child(4) {
  z-index: 3;
}
#gNav li:nth-child(5) {
  z-index: 2;
}

/*! current */
#home #gNav li:nth-child(1),
#strong #gNav li:nth-child(2),
#price #gNav li:nth-child(3),
#voice #gNav li:nth-child(4),
#column #gNav li:nth-child(5),
#gNav li:hover {
  background-color: #1c3c81;
}

/*! #mainArea
======================================================= */
#home #mainArea {
  background: url("../img/home/bg_mv01.jpg") no-repeat center 10px;
  background-color: #d8e3f0;
  height: 540px;
}
#home #mainArea .inner {
  position: relative;
  height: 540px;
}
#home #mainArea .inner:before,
#home #mainArea .inner:after {
  position: absolute;
  left: 0;
  content: "";
  width: 1000px;
  height: 10px;
  background-color: #dfeaf7;
}
#home #mainArea .inner:before {
  top: 0;
}
#home #mainArea .inner:after {
  bottom: 0;
}
#home #mainArea .inner .tit {
  position: absolute;
  top: 99px;
  left: 0;
}
#home #mainArea .inner .count {
  position: absolute;
  top: 165px;
  left: 320px;
  width: 109px;
}
#home #mainArea .inner .count .countTxt {
  position: absolute;
  top: 30px;
  text-align: center;
  width: 100%;
  color: #ffe42d;
  font-weight: bold;
}
#home #mainArea .inner .count .countTxt .num {
  display: inline-block;
  font-size: 30px !important;
  vertical-align: 0;
  margin-bottom: -10px;
}
#home #mainArea .inner .count .countTxt .case {
  display: inline-block;
  margin-left: 0;
  font-size: 16px;
}
#home #mainArea .inner .support {
  position: absolute;
  top: 298px;
  left: 30px;
}

/*! Common Parts
======================================================= */
.secCmn01 {
  padding-bottom: 50px;
}

.boxBody01 {
  padding-bottom: 40px;
}

/* 個別記事用タイトル */
.titCmn01 {
  display: block;
  border-radius: 5px 5px 0 0;
  color: #fff;
  font-size: 22px;
  letter-spacing: 0.12em;
  line-height: 1.3;
  padding: 18px 20px 12px;
  position: relative;
  background-color: #304d8d;
  margin: 30px 0;
}
.titCmn01:after {
  position: absolute;
  left: 0;
  bottom: -4px;
  content: "";
  width: 100%;
  height: 4px;
  background: url("../img/common/bg_tit02.png") repeat-x 0 bottom;
}

.titCmn02 {
  display: block;
  background-color: #fff;
  border: 1px solid #e1e1e1;
  border-left: none;
  font-size: 19px;
  letter-spacing: 0.12em;
  line-height: 1.3;
  padding: 20px 15px 20px 20px;
  margin-bottom: 18px;
  position: relative;
}
.titCmn02:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 5px;
  height: calc(100% + 2px);
  background-color: #305ab7;
}

.titCmn03 {
  display: block;
  background-color: #e6e6e6;
  border: 1px solid #e1e1e1;
  border-left: none;
  font-size: 17px;
  letter-spacing: 0.12em;
  line-height: 1.3;
  padding: 16px 16px 14px 20px;
  margin-bottom: 13px;
  position: relative;
}
.titCmn03:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  width: 4px;
  height: calc(100% + 2px);
  background-color: #254a9b;
}
.titCmn03:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #254a9b;
}

.titCmn04 {
  display: block;
  color: #fff;
  font-size: 17px;
  letter-spacing: 0.12em;
  line-height: 1.3;
  background-color: #2b52a5;
  border-left: 7px solid #2a7bc8;
  padding: 10px 10px 8px 10px;
}

.titCmn05 {
  display: block;
  color: #304d8d;
  font-size: 16px;
  letter-spacing: 0.12em;
  line-height: 1.3;
  padding: 0 12px 6px 22px;
  margin-bottom: 12px;
  position: relative;
  border-bottom: 2px dotted #c5c5c5;
}
.titCmn05:before {
  left: 0;
  top: 50%;
  content: "";
  background-color: #fff;
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 7px;
  border: 4px solid #569fe4;
  margin-top: -11px;
}

.secCmn01 p {
  overflow: hidden;
  padding-bottom: 25px;
}
.secCmn01 p a {
  color: #254a9b;
  text-decoration: underline;
}
.secCmn01 p a:hover {
  text-decoration: none;
}

/*! #main
======================================================= */
#main {
  background-color: #f6f6f6;
  padding: 0 15px;
}
.mainIn {
  display: flex;
  justify-content: space-between;
}

/*! #side
======================================================= */
#side {
  width: 230px;
  display: none;
}

#side .sideNavList {
  background-color: #ebebeb;
  width: 100%;
  padding: 5px;
}
#side .sideNavList li {
  display: flex;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  height: 49px;
  background: url("../img/common/side/bg_sidenav01.png") no-repeat 1px 1px;
  background-color: #fff;
  border: 1px solid #dcdcdc;
  border-bottom: none;
}
#side .sideNavList li:last-child {
  border-bottom: 1px solid #dcdcdc;
}
#side .sideNavList li:hover {
  background-color: #ebebeb;
}
#side .sideNavList li a {
  font-size: 12px;
  line-height: 1.3;
  padding-left: 22px;
  width: 100%;
}

/*! #contents
======================================================= */
#contents {
  width: 100%;
  max-width: 1000px;
  letter-spacing: 0.06em;
}

body:not(#home) #contents {
  width: 100%;
  max-width: 1000px;
  letter-spacing: 0.06em;
}

/*! #gFooter
======================================================= */
#gFooter {
  position: relative;
}

/* .pagetop */
#gFooter .pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 5000;
  display: none;
}
#gFooter .pagetop a {
  display: block;
}

#gFooter .is-pagetop {
  position: absolute;
  top: 136px;
  right: 30px;
}

/* .footerContents */
#gFooter .footerContents {
  box-sizing: border-box;
  background: url("../img/common/footer/bg_footer_contents01.png") no-repeat
    center center;
  background-size: cover;
  padding: 25px;
}
#gFooter .footerContents .inner {
  box-sizing: border-box;
  background-color: #fff;
  box-shadow:
    0 0 0 4px #fff inset,
    0 0 0 5px #eee inset;
  padding: 25px;
}

#footenNav {
  background: #254a9a;
}
#footenNav ul {
  display: flex;
  width: 100%;
}
#footenNav li {
  flex: 1;
  border-left: 1px dotted #516eaf;
}
#footenNav li:last-child {
  border-right: 1px dotted #516eaf;
}
#footenNav li:hover {
  background-color: #1c3c81;
}
#footenNav li a {
  display: block;
  font-size: 14px;
  line-height: 1.14;
  color: #fff;
  padding: 13px 0 12px;
  font-weight: bold;
  text-align: center;
}

#footenNav li:nth-child(1) {
  z-index: 6;
}
#footenNav li:nth-child(2) {
  z-index: 5;
}
#footenNav li:nth-child(3) {
  z-index: 4;
}
#footenNav li:nth-child(4) {
  z-index: 3;
}
#footenNav li:nth-child(5) {
  z-index: 2;
}

/* .footerBottom */
.footerBottom {
  width: 100%;
  background-color: #eaeaea;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 15px;
}
.footerBottom .inner {
  display: flex;
  justify-content: space-between;
}

.footerBottom .footerLeft .tit {
  color: #546ea6;
  font-weight: bold;
}
.footerBottom .footerRight {
  display: flex;
  align-items: flex-end;
}
.footerBottom .telArea {
  margin: 24px 17px 0 0;
}
.footerBottom .contact {
  margin-bottom: 0;
}
.footerBottom .contact .subNav {
  display: flex;
  margin: 16px 0 0;
}
.footerBottom .contact .subNav li a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #a3b0bf;
  margin-right: 5px;
}
.footerBottom .contact .subNav li a:hover {
  text-decoration: underline;
}
.footerBottom .btnTell {
  padding-top: 20px;
  margin-left: 18px;
}
.footerBottom .btnTell a {
  display: block;
  background-color: #fff;
  border-radius: 4px;
}
.footerBottom .btnTell a img {
  margin-right: -2px;
  width: 200px;
}
.areaLine {
  padding: 22px 0 25px;
  background-color: #eaeaea;
  text-align: center;
}

/* .copyWrap */
#gFooter .copyWrap {
  background-color: #eaeaea;
  text-align: center;
}

/* -------------------------------------
   モバイルファーストのFlexboxレイアウト（デフォルト＝スマホ用）
------------------------------------- */
/* 大枠は縦並び（column）に設定 */
#gHeader .inner,
.mainIn,
.footerBottom .inner {
  display: flex;
  flex-direction: column;
  gap: 20px; /* スマホ時の縦の余白 */
}

/* 旧 .fl / .fr が集まっていた右側エリアもスマホでは縦・中央寄せ */
#gHeader .headerRight,
.footerBottom .footerRight {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

#gHeader .contact .subNav,
.footerBottom .contact .subNav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#gNav ul,
#footenNav ul {
  display: flex;
  flex-wrap: wrap; /* スマホ用に折り返しを許可 */
  width: 100%;
  align-items: center;
  flex-direction: column;
}

/*!!! 3. Utility (最適化済：使用中のクラスのみ保持)
*******************************************************************/
.ma00 {
  margin: 0;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt50 {
  margin-top: 50px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.mb45 {
  margin-bottom: 45px;
}
.mb50 {
  margin-bottom: 50px;
}
.mr15 {
  margin-right: 15px;
}

.pt15 {
  padding-top: 15px;
}
.pt30 {
  padding-top: 30px;
}
.pb15 {
  padding-bottom: 15px;
}

.pt50 {
  padding-top: 50px;
}

.fs10 {
  font-size: 10px;
}
.fs12 {
  font-size: 12px;
}
.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs18 {
  font-size: 18px;
}

.lh18 {
  line-height: 180%;
}
.bold {
  font-weight: bold;
}

.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.fixed {
  position: fixed;
}
.static {
  position: static;
}
.al {
  text-align: left;
}
.ar {
  text-align: right;
}
.ac {
  text-align: center;
}

/* =========================================================
   汎用フォントクラス (Noto Sans JP)
========================================================= */
.font-noto {
  font-family: "Noto Sans JP", sans-serif !important;
}

/* ついでに「Noto Sans JPの太字」を呼び出す専用クラスもあると便利です */
.noto500 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 500 !important;
}
.noto700 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 700 !important;
}
.noto800 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 800 !important;
}
.noto900 {
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 900 !important;
}

/* スマホの時はPC専用の改行を無効化する */
.pc-br {
  display: none !important;
}

/* スマホ環境（基本）では改行として機能させる */
.sp-br {
  display: inline !important;
}

/* -------------------------------------
   PC表示用（画面幅768px以上で横並びに切り替え）
------------------------------------- */
@media screen and (min-width: 768px) {
  .pc-br {
    display: inline !important;
  }
  .sp-br {
    display: none !important;
  }
  /* 大枠を横並び（row）に変更 */
  #gHeader .inner {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 0;
  }
  .mainIn {
    flex-direction: row;
    justify-content: space-between;
    gap: 0;
  }
  .footerBottom .inner {
    flex-direction: row;
    justify-content: space-between;
    gap: 50px;
  }

  /* 右側エリア（旧 .fr）を横並びに変更 */
  #gHeader .headerRight,
  .footerBottom .footerRight {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }

  /* PC時のマージン調整（元のデザインを維持） */
  #gHeader .telArea,
  .footerBottom .telArea {
    margin: 24px 17px 0 0;
  }
  .footerBottom .btnTell {
    margin-left: 18px;
  }

  #gNav ul,
  #footenNav ul {
    flex-wrap: nowrap; /* PCでは1行に収める */
    flex-direction: row;
  }
}
