@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Zen+Kurenaido&display=swap');

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,var,b,i,dl,dt,dd,ol,ul,li,fieldset,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav.gnav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav.gnav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size: 17px;
	color: #223c4f;
  background: #fff;
  font-family: 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.8;
  -webkit-text-size-adjust: 100%;
  font-family: 'Noto Sans JP', sans-serif;
}
#contents,
.wrap {
	max-width: 1100px;
	margin: 0 auto;
}
.wide_wrap {
	max-width: 1200px;
	margin: 0 auto;
}
.narrow {
  max-width: 900px;
	margin: 0 auto;
}
a {
	color: #43789d;
	text-decoration: none;
}
a:hover {
	opacity: .8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
p {
	margin:0 0 0.5em 0;
  letter-spacing: 0.05em;
}
img {
	max-width: 100%;
	vertical-align: bottom;
}
strong {
	font-weight: bold;
}
small {
	font-size: 12px;
}
ul,ol,dl {
	margin: 0;
}
ul li {
	list-style: none;
}
ol li {
	list-style: decimal;
}
li {
	margin-left: 0;
}

/* タイトル */
h1 {
	font-size: 23px;
  letter-spacing: 0.1em;
}
h2 {
	font-size: 38px;
  color: #43789d;
  font-weight: bold;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 25px;
}
h3 {
  font-size: 26px;
  letter-spacing: .02em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #43789d;
}
h3.bk {
  font-size: 26px;
  letter-spacing: .02em;
  font-weight: bold;
  margin-bottom: 10px;
  color: #223c4f;
}
h4 {
  font-size: 19px;
  text-align: center;
  line-height: 2;
  font-weight: 500;
  letter-spacing: .05em;
  margin-bottom: 40px;
}
h4 span.line {
   background: linear-gradient(transparent 70%,#ffeb00 70%);
   font-weight: bold;
   font-size: 26px;
}
h4 span {
   font-weight: bold;
   font-size: 26px;
}
h4 a {
  color: #43789d;
  border-bottom: 2px solid #43789d;
}

h5 {
  font-size: 15px;
  margin:0 0 0.5em 0;
}

@media screen and (max-width:768px) {
	*, *:before, *:after {
	  -webkit-box-sizing: border-box;
	  box-sizing: border-box
  }
  body {
	font-size: 15px;
  }

	#contents,
  .wrap,
  .wide_wrap {
		width: 100%;
		padding-left: 15px;
    padding-right: 15px;
	}
  .narrow {
		width: 100%;
	}
  h1 {
    font-size: 17px;
  }
  h2 {
    font-size: 28px;
        line-height: 1.4;
    margin-bottom: 15px;
    letter-spacing: 0.05em;
  }
  h3 {
    font-size: 21px;
  }
  h3.bk {
   font-size: 21px;
  }
  h4 {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
  }
  h4 span.line,
  h4 span {
   font-size: 20px;
  }
}

/*================================================
 *  ヘッダー
 ================================================*/
header {
  position: fixed;
	width: 100%;
	z-index: 100;
  padding: 15px 0 15px;
  background-color: #43789d;
}

/* nav_left */
header .nav_left {
	width: 16%;
}
header .nav_left h1 {
  font-size: unset;
}
header .nav_left h1 a img {
  width: 220px;
  margin-left: 15px;
}
/* nav_right */
header .nav_right {
	width: 84%;
  text-align: right;
}
header nav.gnav ul li {
	display: inline-block;
	padding: 0 10px;
  margin: 20px 0 0 0;
	text-align: center;
  letter-spacing: .1em;
}
header nav.gnav ul li a {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
}
nav.gnav ul .sp_hdr,
header nav.gnav ul li.sp {
  display: none;
}
/* changeNav */
header.changeNav {
  box-shadow: 3px 3px 7px rgb(34 60 79 / 20%);
  padding: 8px 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #43789d;
}
/* changeNav nav_left */
header.changeNav .nav_left h1 a img {
  width: 160px;
  margin-left: 10px;
  margin-bottom: 5px;
}
header.changeNav .nav_left h1 a span {
  font-size: 15px;
}
/* changeNav nav_right */
header.changeNav nav.gnav ul li {
	padding: 0 8px;
  margin: 0;
}
header.changeNav nav.gnav ul li a {
  font-size: 14px;
}

@media screen and (max-width:1366px) {
  /* nav_left */
  header .nav_left,
  header.changeNav .nav_left {
    width: 15%;
  }
  header .nav_left h1 a img,
  header.changeNav .nav_left h1 a img {
    margin-left: 10px;
  }
  /* nav_right */
  header .nav_right,
  header.changeNav .nav_right {
    width: 85%;
  }
  header nav.gnav ul li,
  header.changeNav nav.gnav ul li {
    padding: 0 7px;
  }
  header nav.gnav ul li a,
  header.changeNav nav.gnav ul li a {
    font-size: 13px;
  }
}

@media screen and (max-width:768px) {
	header {
    padding: 10px;
  }
  /* nav_left */
  header .nav_left {
    width: 98%;
  }
  header .nav_left h1 a img {
    width: 170px;
    margin-bottom: 5px;
    margin-left: 0px;
  }
  /* nav_right */
   header .nav_right {
    width: 2%;
  }
  /* changeNav */
  header.changeNav {
    padding: 5px;
  }
  header.changeNav .nav_left h1 a img {
    width: 140px;
    margin-left: 0px;
    margin-bottom: 5px;
  }
  header.changeNav .nav_left {
    width: 98%;
  }
   header.changeNav .nav_right {
    width: 2%;
  }




	nav.gnav {
		display:  none;
	}
	nav.gnav ul {
		margin: 0;
		padding: 0;
	}
	nav.gnav > ul {
    display: block;
		z-index: 2;
		overflow: auto;
		position: fixed;
		top: 0;
		right: 0;
		width: 100%;
		height: 100%;
		background: #fff;
    padding: 20px 20px;
   background: #ecf2f5;
	}
  header nav.gnav ul li {
    display: block;
    margin: 0;
  }
  header nav.gnav ul li a,
  header.changeNav nav.gnav ul li a {
		display: block;
    padding-top: 20px;
		padding-bottom: 5px;
    color: #223c4f;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    letter-spacing: .1em;
	}

  /* SPのみ非表示 */
  nav.gnav ul .pc {
    display: none;
  }
  /* SPのみ表示 */
  header nav.gnav ul li.sp {
    display: block;
  }
  nav.gnav ul .sp_hdr {
    display: block;
    text-align: center;
    margin-top: 20px;
  }
  nav.gnav ul .sp_hdr .sp_hdr_btn {
    display: block;
  }
  nav.gnav ul .sp_hdr .sp_hdr_btn a {
    display: block;
    border: 2px solid #43789d;
    background: #43789d;
    color: #fff;
    padding: 20px 15px;
    font-size: 20px;
    font-weight: bold;
    border-radius: 5px;
    line-height: 1.5;
    letter-spacing: .02em;
    box-shadow: 3px 3px 7px rgb(135 151 163 / 60%);
    margin-top: 30px;
  }
  nav.gnav ul .sp_hdr .sp_hdr_btn a span {
    font-size: 12px;
    line-height: 1.5;
    font-weight: bold;
  }

	.spMenuWrap {
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		-webkit-transition:  all 1s;
		-moz-transition:  all 1s;
		-ms-transition:  all 1s;
		-o-transition:  all 1s;
		transition:  all 1s;
		background: transparent;
		z-index: 9999;
	}
	#spMenu {
		position: absolute;
		top: 5px;
		right: 10px;
	}
  header.changeNav #spMenu {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    top: -3px;
  }
	#spMenu:hover {
		cursor: pointer;
	}
	#navBtn {
		display: inline-block;
		position: relative;
		width: 30px;
		height: 50px;
		border-radius: 5%;
	}
	#navBtnIcon {
		display: block;
		position: absolute;
		top: 50%;
		left: 0%;
		width: 25px;
		height: 2px;
		margin: -1px 0 0 -7px;
		background: #fff;
		transition: .2s;
	}
	#navBtnIcon:before,
	#navBtnIcon:after {
		display: block;
		content: '';
		position: absolute;
		top: 50%;
		left: 0;
		width: 25px;
		height: 2px;
		background: #fff;
		transition: 0.3s;
	}
	#navBtnIcon:before {
		margin-top: -8px;
	}
	#navBtnIcon:after {
		margin-top: 6px;
	}
	#navBtn .close,
	header.changeNav #navBtn .close {
		background: transparent;
	}
	#navBtn .close:before,
	#navBtn .close:after {
		margin-top: 0;
	}
	#navBtn .close:before {
		transform: rotate(-45deg);
		-webkit-transform: rotate(-45deg);
    background: #43789d;
	}
	#navBtn .close:after {
		transform: rotate(-135deg);
		-webkit-transform: rotate(-135deg);
    background: #43789d;
	}
}

/*================================================
 *  section
 ================================================*/
section  {
	padding-bottom: 5rem;
	position: relative;
}
.section {
	padding-top: 5rem;
}

/* ボタン */
.btn {
  margin: 50px 0 0;
  text-align: center;
}
.btn a {
  font-size: 28px;
  color: #fff;
  border: 2px solid #43789d;
  background-color: #43789d;
  font-weight: bold;
  letter-spacing: .02em;
  padding: 10px 90px 20px;
  border-radius: 5px;
  display: inline-block;
  line-height: 1.5;
  box-shadow: 4px 4px 10px rgb(27 48 63 / 40%);
}
.btn a:hover {
  color: #43789d;
  background-color: #fff;
  box-shadow: unset;
  opacity: 1;
}
.btn a span {
  font-size: 16px;
  font-weight: 500;
}

/* 白ボタン */
.btn a.wt {
  color: #43789d;
  border: 2px solid #43789d;
  background-color: #fff;
}
.btn a.wt:hover {
  color: #fff;
  background-color: #43789d;
}

/* ボタンアニメ */
.btn {
  animation: btn 3s infinite;
}
@keyframes btn {
    0% {
        transform: translate(2px, 0px);
    }
    5% {
        transform: translate(-2px, 0px);
    }
    10% {
        transform: translate(2px, 0px);
    }
    15% {
        transform: translate(-2px, 0px);
    }
    20% {
        transform: translate(2px, 0px);
    }
    25% {
        transform: translate(-2px, 0px);
    }
    30% {
        transform: translate(0px, 0px);
    }
}

@media screen and (max-width:768px) {
	section {
		padding-bottom: 4rem;
	}
	.section {
		padding-top: 4rem;
  }

  /* ボタン */
  .btn {
    margin: 30px 0 0;
  }
  .btn a {
    font-size: 23px;
    padding: 5px 30px 15px;
    line-height: 1.6;
  }
  .btn a span {
    font-size: 15px;
    font-weight: 500;
  }
}

/*================================================
 *  追従ボタン
 ================================================*/
#fixBtn {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 100;
}
#fixBtn a img {
  width: 170px;
}
#fixBtn a:hover {
  opacity: .8;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media screen and (max-width:768px) {
  #fixBtn {
    bottom: 5px;
    right: 5px;
  }
  #fixBtn a img {
    width: 120px;
  }
}

/*================================================
 *  main
 ================================================*/
#main {
  background: url(../images/main.jpg) no-repeat center top/cover;
  height: 100vh;
  position: relative;
  z-index: 1;
}
#main::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(47 84 110 / 80%);
  top: 0;
  left: 0;
  z-index: -1;
}

/* メインキャッチ */
/* #main .catch {
  color: #fff;
  letter-spacing: .1em;
  text-align: center;
  padding-top: 110px;
} */
#main .catch {
  color: #fff;
  letter-spacing: .1em;
  text-align: center;
  padding-top: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/* キャッチ上テキスト */
#main .catch p.catch_top {
  font-weight: bold;
  font-size: 17px;
  letter-spacing: .1em;
  margin-bottom: 5px;
}
#main .catch p.catch_top span {
  font-weight: bold;
  font-size: 35px;
}

/* メインキャッチコピー */
#main .catch p.main_catch {
  font-size: 33px;
  font-weight: bold;
  line-height: 1.6;
  white-space: nowrap;
  margin-bottom: 0;
}
#main .catch p.main_catch span {
  font-size: 50px;
  line-height: 1;
  font-weight: bold;
  color: #ffeb00;
  margin: 0 5px;
}
/* ラベル */
#main .catch ul {
  width: 550px;
  margin: 20px auto 30px;
}
#main .catch ul li {
  width: 27%;
}

/* メイン キャッチボタン */
#main .catch .catch_btn {
  margin: 0 0 10px;
}
#main .catch .catch_btn a {
  font-size: 22px;
  color: #43789d;
  background-color: #fff;
  border: 2px solid #fff;
  font-weight: bold;
  padding: 10px 90px 15px;
  border-radius: 5px;
  display: inline-block;
  line-height: 1.7;
  box-shadow: 6px 6px 10px rgb(27 48 63 / 80%);
}
#main .catch .catch_btn a span {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: .1em;
  color: #223c4f;
   background: linear-gradient(transparent 70%,#ffeb00 70%);
}
#main .catch .catch_btn a:hover {
  box-shadow: unset;
  opacity: 1;
  background-color: #43789d;
  color: #fff;
}
#main .catch .catch_btn a:hover span {
  color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* .bottom_txt {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 10;
  color: #fff;
} */

@media screen and (max-width:768px) {
  #main {
    height: 100vh;
  }
  /* キャッチコピー */
  /* #main .catch {
    padding: 0;
    position: absolute;
    top: 17%;
  } */
  #main .catch {
    padding: 0;
    width: 100%;
    padding: 0 15px;
  }
  /* キャッチ上テキスト */
  #main .catch p.catch_top {
    font-size: 12px;
    letter-spacing: .02em;
    margin-bottom: 0px;
    padding-top: 20px;
  }
  #main .catch p.catch_top span {
    font-size: 20px;
  }
  #main .catch p.main_catch {
    font-size: 20px;
    line-height: 1.6;
  }
  #main .catch p.main_catch span {
    font-size: 39px;
      line-height: 1.6;
  }
  #main .catch p.catch_txt {
    font-size: 20px;
  }
  /* ラベル */
  #main .catch ul {
    width: 100%;
    margin: 20px auto;
  }
  #main .catch ul li {
    width: 32%;
  }
  /* メインボタン */
  #main .catch .catch_btn {
    margin: 0 0 15px;
  }
  #main .catch .catch_btn a {
    font-size: 19px;
    line-height: 1.5;
    padding: 15px 25px;
    display: block;
  }
  #main .catch .catch_btn a span {
    font-size: 23px;
  }
}

/*================================================
 * service
 ================================================*/
#service {
  background-image: url(../images/bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: repeat;
  opacity: 0.9;
}
/* intro_txt */
#service .intro_txt {
  margin: 30px 0 110px;
  text-align: center;
}
#service .intro_txt h2 {
  letter-spacing: 0.05em;
  margin-bottom: 70px;
}
#service .intro_txt p {
  font-weight: bold;
  font-size: 21px;
  margin-bottom: 25px;
}
#service .intro_txt p span.line {
  font-weight: bold;
  color: #223c4f;
  font-size: 30px;
  background: linear-gradient(transparent 70%,#ffeb00 70%);
}
#service .intro_txt p span {
  color: #43789d;
  font-weight: bold;
  font-size: 25px;
}
/* ul li.flex */
#service ul li.flex {
  margin-bottom: 80px;
}
#service ul li.flex:last-child {
  margin-bottom: 0;
}
#service ul li.flex .sv_img {
  width: 34%;
}
#service ul li.flex .sv_img img {
  box-shadow: 5px 5px 11px rgb(135 151 163 / 60%);
}
#service ul li.flex .sv_txt {
  width: 62%;
}
#service ul li.flex .sv_txt span {
  display: block;
  font-size: 13px;
  margin-top: 20px;
}
#service ul li.flex .sv_txt span {
  font-size: 13px;
}

@media screen and (max-width:768px) {
  /* イントロ */
  #service .intro_txt {
    margin: 0 0 50px;
  }
  #service .intro_txt h2 {
    font-size: 27px;
    line-height: 1.7;
    margin: 10px 0 40px;
  }
  #service .intro_txt p {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 20px;
  }
  #service .intro_txt p span.line {
    font-size: 20px;
  }
  #service .intro_txt p span {
    font-size: 18px;
  }
  /* ul li.flex */
  #service ul li.flex {
    margin-bottom: 60px;
  }
  #service ul li.flex:last-child {
    margin-bottom: 20px;
  }
  #service ul li.flex .sv_img {
    width: 100%;
  }
  #service ul li.flex .sv_img img {
    display: block;
    margin: 0 auto;
    width: 90%;
  }
  #service ul li.flex .sv_txt {
    width: 100%;
    margin-bottom: 15px;
  }
  #service ul li.flex .sv_txt h3 {
    margin-bottom: 5px;
  }
}

/*================================================
 * flow
 ================================================*/
#flow {
  background-color: #ecf2f5;
}
#flow .flow_img {
  margin-bottom: 50px;
}
@media screen and (max-width:768px) {
  #flow .flow_img {
    margin-bottom: 30px;
  }
  #flow .flow_txt {
    line-height: 1.5;
  }
}

/*================================================
 * plan
 ================================================*/
#plan .planArea {
  text-align: center;
}
#plan .planArea p.price {
  font-size: 38px;
  letter-spacing: .1em;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}
#plan .planArea p.price span {
  font-size: 85px;
  font-weight: bold;
}
#plan .planArea .caution {
  font-size: 13px;
  font-weight: normal;
  margin-top: 25px;
}
@media screen and (max-width:768px) {
  #plan .planArea p.price {
    font-size: 26px;
    line-height: 1.3;
  }
  #plan .planArea p.price span {
    font-size: 54px;
  }
  #plan .planArea p {
    font-size: 16px;
  }
}

/*================================================
 * priceExample
 ================================================*/
#priceExample {
  background-color: #ecf2f5;
}
/* 料金例カード */
#priceExample ul.exCard li.exCard_item {
  width: 29%;
  background-color: #fff;
  padding: 10px 15px;
  font-size: 15px;
}
#priceExample ul.exCard li.exCard_item h3.bk {
  border-bottom: 1px solid #223c4f;
  margin-bottom: 15px;
}
#priceExample ul.exCard li.exCard_item h4 {
  font-weight: bold;
  line-height: 2.5;
  margin-bottom: 10px;
}
#priceExample ul.exCard li.exCard_item h5 {
  background: #ecf2f5;
  line-height: 2;
  margin-bottom: 15px;
}
/* 料金例 lightbox */
#priceExample ul.exCard li.exCard_item .exCard_item_img li.w43 {
  width: 43%;
}
#priceExample ul.exCard li.exCard_item .exCard_item_img img {
  max-height: 100px;
}
/* アイコン */
#priceExample ul.exCard li.exCard_item .exCard_item_img li i.fa-arrow-circle-right {
  font-size: 28px;
}
/* 料金例 テキスト配置 */
#priceExample ul.exCard li.exCard_item .ex_inner {
  padding: 10px 5px 0;
  text-align: center;
}
#priceExample ul.exCard li.exCard_item p span {
  font-size: 50px;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (max-width:768px) {
  #priceExample ul.exCard li.exCard_item {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 10px 15px;
  }
  /* 料金例カード内配置 */
  #priceExample ul.exCard li.exCard_item .ex_inner {
    padding: 10px 0;
  }
  #priceExample ul.exCard li.exCard_item p span {
    font-size: 33px;
  }
}

/*================================================
 * question
 ================================================*/
#question dl {
  position: relative;
  max-width: 780px;
  margin: 30px auto 60px;
}
#question dl dt {
  margin-top: 20px;
  font-size: 18px;
  position: relative;
  cursor: pointer;
  padding: 10px 30px 10px 40px;
  background: #ecf2f5;
}
#question dl dt::before {
  position: absolute;
  content: "Q.";
  font-size: 20px;
  font-weight: bold;
  top: 5px;
  left: 10px;
}
#question dl dt::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: '\f078';
  font-weight: 900;
  top: 12px;
  right: 15px;
  font-size: 16px;
}
#question dl dd {
  display: none;
  position: relative;
  margin: 0 auto 25px;
  background-color: #ecf2f5;
  padding: 10px 20px 20px 50px;
  color: #d90000;
}
#question dl dd span {
  margin-top: 20px;
  font-size: 12px;
  display: block;
  line-height: 2;
}
#question dl dd span a {
  color: #d90000;
}
#question dl dd::before {
  position: absolute;
  content: "A.";
  top: 6px;
  left: 22px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width:768px) {
  #question dl {
    margin: 0 auto 40px;
  }
  #question dl dt {
    margin-top: 20px;
    padding: 5px 20px 5px 35px;
    font-size: 15px;
  }
  #question dl dt::before {
    font-size: 17px;
    top: 0;
    left: 10px;
  }
  #question dl dt::after {
    top: 7px;
    right: 10px;
    font-size: 15px;
  }
   #question dl dd {
     font-size: 14px;
    padding: 0px 10px 10px 35px;
  }
  #question dl dd::before {
    font-size: 16px;
    top: -1px;
    left: 13px
  }
}

/*================================================
 * thoughts
 ================================================*/
#thoughts {
 background-color: #fff;
  background-image:
    radial-gradient(#d9e4ea 10%, transparent 10%);
  background-size: 20px 20px;
}
/* client_list */
#thoughts ul.client_list {
  margin-bottom: 60px;
}
/* client_list_item  */
#thoughts ul.client_list li.client_list_item {
  width: 30%;
}
#thoughts ul.client_list li.client_list_item .name {
  border-bottom: 2px solid #43789d;
  margin-bottom: 15px;
}
#thoughts ul.client_list li.client_list_item .inner {
  padding: 10px;
}
#thoughts ul.client_list li.client_list_item p {
  margin-bottom: 10px;
  line-height: 1;
}
#thoughts ul.client_list li.client_list_item .name span,
#thoughts ul.client_list li.client_list_item .size span,
#thoughts ul.client_list li.client_list_item .period span,
#thoughts ul.client_list li.client_list_item .price span {
  display: inline-block;
  background: #43789d;
  color: #fff;
  padding: 4px 15px;
  margin-right: 10px;
  font-size: 14px;
}
#thoughts ul.client_list li.client_list_item .size span,
#thoughts ul.client_list li.client_list_item .period span,
#thoughts ul.client_list li.client_list_item .price span {
  border-radius: 10px;
}
/* client_txt */
#thoughts ul.client_list li.client_list_item .client_txt {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.8;
  font-weight: normal;
}
.client_txt span.line {
  background: linear-gradient(transparent 70%,#ffeb00 70%);
}
/* thoughts_under */
#thoughts .thoughts_under .under_left {
  width: 65%;
}
#thoughts .thoughts_under .under_left h2,
#thoughts .thoughts_under .under_left h4 {
  text-align: left;
}
#thoughts .thoughts_under .under_right {
  width: 30%;
}
@media screen and (max-width:768px) {
  #thoughts ul.client_list {
    margin-bottom: 30px;
  }
  #thoughts ul.client_list li.client_list_item {
    width: 100%;
    margin-bottom: 25px;
  }
  #thoughts ul.client_list li.client_list_item:last-child {
    margin-bottom: 0;
  }
  /* thoughts_under */
  #thoughts .wrap.thoughts_under {
    padding: 0;
  }
  #thoughts .thoughts_under .under_left,
  #thoughts .thoughts_under .under_right {
    width: 100%;
  }
  #thoughts .thoughts_under .under_left h2,
  #thoughts .thoughts_under .under_left h4 {
    text-align: center;
  }
}
/*================================================
 * contact
 ================================================*/
#contact .wrap {
  background-color:  rgb(255 255 255 / 80%);
  padding: 50px 0;
  border-radius: 5px;
  max-width: 900px;
}
/* フォーム */
form {
  max-width: 700px;
  margin: 0 auto 30px;
}
label {
  line-height: 1.7;
  display: block;
  margin: 35px auto 5px;
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 15px;
}
label small {
	font-size: 12px;
}
input, select {
  vertical-align: text-top;
  font-size: 30px;
  margin: 5px;
}
input[type="file"] {
  font-size: 15px;
}

input[type="email"], input[type="number"],input[type="text"], input[type="tel"],input[type="zipcode"],input[type="date"],input[type="city"],input[type="address"],select,textarea {
  width: 100%;
  display: block;
  border: 1px solid #43789d;
  outline: none;
  height: 3rem;
  line-height: 1.4rem;
  background: #ecf2f5;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  font-size: 15px;
  padding-left: 10px;
  border-radius: 5px;
  box-sizing: border-box;
}
/* placeholder */
::placeholder {
  color: #ccc;
}
::-ms-input-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}

input[type="zipcode"] {
  width: 40%;
}
textarea {
  height: 200px;
  padding: 10px;
  font-family: 'Noto Sans JP', sans-serif;
}
#contact form sup {
  background-color: #d90000;
	color: #fff;
  font-size: 10px;
  margin-left: 4px;
  padding: 3px 7px;
  border-radius: 5px;
}
#contact form sup.any {
  background-color: #43789d;
}
#contact button {
  color: #fff;
  background-color: #43789d;
  border: 2px solid #43789d;
  outline: none;
  padding: 15px 60px;
  font-size: 16px;
  letter-spacing: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
  font-weight: bold;
  box-shadow: 4px 4px 10px rgb(0 0 0 / 40%);
  z-index: 10;
}
#contact button:hover {
  color: #43789d;
  background-color: #fff;
  box-shadow: unset;
  z-index: 10;
}
input[type="button"] {
  display: block;
  background-color: #fff;
  outline: none;
  margin: 30px auto;
  color: #514e4d;
  border: none;
  font-size: 15px;
}
@media screen and (max-width:768px) {
   #contact {
    background-position:  center left 56%;
    padding-left: 10px;
    padding-right: 10px;
   }
  #contact .wrap {
    padding: 20px;
  }
  label {
    margin: 25px auto 5px;
  }
  input[type="zipcode"] {
    width: 60%;
  }
  input[type="file"] {
    font-size: 12px;
    font-weight: bold;
    width: 70%;
  }
}

/*================================================
 *  下層ページタイトル
 ================================================*/
#sub_main {
  padding-top: 80px;
  height: 300px;
  display: flex;
  position: relative;
}
#sub_main::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(47 84 110 / 30%);
  top: 0;
  left: 0;
  z-index: 1;
}
#sub_main div {
  margin: auto;
  position: relative;
  text-align: center;
  color: #fff;
  font-size: 38px;
  letter-spacing: 0.1em;
  font-weight: bold;
  z-index: 2;
}

@media screen and (max-width:768px) {
  #sub_main {
    height: 40vh;
  }
  #sub_main div {
    font-size: 28px;
  }
}
/*================================================
 *  フッター
 ================================================*/
footer {
  padding: 30px 0 20px 0;
  background: #ecf2f5;
}
footer .wrap a {
  margin: 0 20px 20px;
  font-size: 13px;
}
.copyright {
	font-size: 10px;
  padding-top: 20px;
}
@media screen and (max-width:767px) {
  footer {
    padding: 20px 0 10px 0;
  }
  .copyright {
    padding-top: 10px;
  }
}






