@charset "UTF-8";
@import "base.css";
@import "fonts.css";
@import "common.css";
/******************************************************

TOP

******************************************************/
.main_img {
  position: relative;
}
.main_img img {
  border-radius: 0;
}
.main_img_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  font-weight: bold;
  font-size: 18px;
  color: #512f1c;
  width: 100%;
  max-width: 980px;
  transform: translate(-50%, -50%);
  z-index: 999;
  text-shadow: 0px 0px 10px #FFF;
}
.main_img_txt span {
  display: block;
  margin-bottom: 25px;
}
.bxslider img {
  display: block;
}
.section_caption {
  letter-spacing: 1px;
}
/* cocohi_box */
.cocohi_box {
  padding: 80px 0 250px;
  background-color: #ebeded;
  background-image: url(../images/top_bg_cocohi.jpg);
  background-position: center bottom;
  background-repeat: no-repeat;
}
.cocohi_box h2 {
  text-align: center;
  margin-bottom: 20px;
}
.cocohi_box .section_caption {
  text-align: center;
  margin-bottom: 50px;
  line-height: 2em;
}
.btn_cocochi_style {
  width: 670px;
  margin: 0 auto 50px;
}
.btn_cocochi_style li {
  width: 320px;
  float: left;
  margin-right: 30px;
  text-align: center;
}
.btn_cocochi_style li a {
  width: 100%;
  display: block;
  padding: 20px 0;
  background: #134879;
  color: #fff;
  font-size: 19px;
  box-sizing: border-box;
  border-radius: 8px;
  position: relative;
  border: 1px solid #134879;
}
.btn_cocochi_style li a:hover {
  color: #134879;
  text-decoration: none;
  background: none;
}
.btn_cocochi_style li a:hover:after {
  display: block;
  content: url(../images/icon_btn_arrow.gif);
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
}
.btn_cocochi_style li a:after {
  display: block;
  content: url(../images/icon_btn_arrow_on.png);
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -11px;
}
.btn_cocochi_style li:nth-of-type(2) {
  margin-right: 0;
}
table.ccstyl_tbl {
  width: 50%;
  float: left;
}
.ccstyl_tbl td {
  text-align: center;
}
/* case_box */
.top_h2_case img {
  position: relative;
}
.case_box {
  padding: 70px 0 35px;
  background: url(../images/top_bg_case.gif) center bottom repeat-x;
}
.case_box .inner {
  position: relative;
}
.case_box h2 {
  text-align: center;
  margin-bottom: 30px;
}
.case_box h2 span {
  background: url(../images/top_bg_h2_case_left.png) left bottom no-repeat, url(../images/top_bg_h2_case_right.png) right bottom no-repeat;
  padding: 21px 220px;
}
.case_link_img {
  position: absolute;
  right: 0;
  top: -25px;
  z-index: 999;
}
.case_box .section_caption {
  text-align: center;
  line-height: 2em;
  position: relative;
  margin-bottom: 20px;
}
.case_list li {
  float: left;
  margin-right: 20px;
  width: 230px;
}
.case_list_set {
  cursor: pointer;
}
.case_list_set:hover {
  opacity: 0.8;
}
.case_list_set a:hover {
  text-decoration: none;
}
.case_list li:last-child {
  margin-right: 0;
}
.case_content {
  padding: 18px 18px 10px 18px;
  background: #fff;
}
p.case_img {
  width: 230px;
  height: 150px;
  overflow: hidden;
  position: relative;
}
.case_img img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}
.case_ttl {
  color: #363535;
  font-size: 15px;
  line-height: 1.6em;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 0;
  height: 48px;
  font-weight: 700;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  overflow: hidden;
}
.case_caption {
  font-size: 12px;
  height: 80px;
  overflow: hidden;
  line-height: 20px;
  position: relative;
}
.case_caption:before,
.case_caption:after {
  position: absolute;
  background: #fff;
}
.case_caption:before {
  content: "･･･";
  bottom: 0;
  right: 0;
}
.case_caption:after {
  content: "";
  width: 100%;
  height: 100%;
}
/* about_box */
.about_box {
  padding: 30px 0 50px;
  background-color: #fdfcef;
}
.top_about_left {
  width: 335px;
  float: left;
}
.top_about_left h2 {
  margin-bottom: 30px;
  padding-top: 35px;
  position: relative;
}
.top_about_left h2 img {
  display: inline-block;
  padding-top: 24px;
  background: url(../images/top_bg_h2_about.png) 0 0 no-repeat;
}
.top_about_left h2:before {
  content: "";
  display: block;
  width: 96px;
  height: 75px;
  background-image: url(../images/top_bg_about.png);
  position: absolute;
  top: -30px;
  left: -85px;
  background-repeat: no-repeat;
}
.top_about_left .section_caption {
  line-height: 2em;
}
.top_about_right {
  float: right;
}
.about_link_box li {
  float: left;
  margin-right: 30px;
  text-align: center;
}
.about_link_box li:last-child {
  margin-right: 0;
}
.about_link_box li:last-child .btn_about_link {
  padding-left: 10px;
}
.about_link_img {
  margin-bottom: 20px;
}
.btn_about_link a {
  padding: 5px 10px;
  background: #8cd7df;
  border-radius: 25px;
  text-align: center;
  width: 275px;
  display: inline-block;
  color: #684615;
}
.btn_about_link a:hover {
  background: #1ab0bf;
  color: #fff;
  text-decoration: none;
}
/* news_box */
.news_box {
  padding: 35px 0 70px;
}
.news_inner_left {
  float: left;
  width: 470px;
  width: 100%;
}
.news_ttl_box {
  border-bottom: 1px dashed #e1ceaf;
}
.news_ttl_box h2 {
  float: left;
  padding-bottom: 10px;
}
.news_banner {
  width: 100%;
  text-align: center;
  margin: 15px auto 30px;
}
.news_banner a {
  max-width: 980px;
  margin: 0 auto;
}
.news_banner a:hover {
  /*  opacity:0.8;*/
}
p.news_link {
  /* float: right; */
  padding-top: 7px;
}
.news_inner_right {
  float: right;
  width: 470px;
  padding-top: 20px;
}
.news_link a {
  color: #fff;
  background: #134879;
  padding: 0px 10px 0px;
  display: block;
  font-size: 11px;
  line-height: 2.5;
  font-size: 19px;
  padding: 15px 10px;
  border-radius: 8px;
  border: 1px solid #134879;
  width: 600px;
  text-align: center;
  margin: 0 auto;
  position: relative;
}
.news_link a:after {
  display: block;
  content: url(../images/icon_btn_arrow_on.png);
  font-size: 16px;
  position: absolute;
  top: 50%;
  right: 25%;
  transform: translateY(-50%);
}
.news_link a:hover {
  background: #1ab0bf;
  background: white;
  color: #fff;
  color: #134879;
  text-decoration: none;
}
.news_link a:hover:after {
  content: url(../images/icon_btn_arrow.gif);
}
.news_list dt {
  clear: both;
  float: left;
  padding: 22px 0px;
  margin-right: 20px;
}
.news_list dt span {
  padding: 5px 20px;
  display: inline-block;
  border-radius: 6px;
  color: #fff;
  width: 65px;
  text-align: center;
  font-size: 11px;
  line-height: 1;
}
.news_list span.news_seminar {
  background: #6ac0b9;
}
.news_list span.news_topics {
  background: #9a80c7;
}
.news_list span.news_observe {
  background: #90cd5d;
}
.news_list span.news_case {
  background: #3da0d6;
}
.news_list span.news_blog {
  background: #FFC000;
}
.news_list dd {
  padding: 25px 0px;
  border-bottom: 1px dashed #e1ceaf;
  font-size: 14px;
}
/* greeting_gox */
.greeting_gox {
  padding: 60px 0 450px;
  background: url(../images/top_bg_greeting.png) center bottom no-repeat;
}
.greeting_gox h2 {
  text-align: center;
  margin-bottom: 40px;
}
.greeting_ttl.font_type03 {
  font-size: 28px;
  text-align: center;
  font-weight: 400;
  margin-bottom: 30px;
}
.greeting_contents {
  margin-bottom: 45px;
}
.greeting_contents p {
  text-align: center;
  margin-bottom: 50px;
  line-height: 2em;
}
.greeting_contents p:nth-of-type(2) {
  margin-bottom: 0;
}
.ceo_name {
  text-align: right;
}
/*facebook*/
.fb_box {
  padding-bottom: 30px;
  text-align: center;
}
.fb_box .facebook.sp {
  width: 100%;
}
.fb_sp {
  padding: 0 10px;
}
/* gmap*/
.gmap_box {
  text-align: center;
  background: #fafafa;
  height: 400px;
}
.gmap_box .gMap {
  width: 100%;
  height: 400px;
}
.under_gmap .gMap {
  width: 100%;
  height: 500px;
  margin: 0 0 50px 0;
}
/* 一時的にh2の背景を設定 */
.h2_box {
  width: 100%;
  height: 237px;
  background: url(../images/about_bg_h2.jpg) center center no-repeat;
}
/******************************************************

about

******************************************************/
.about .h2_box {
  background: url(../images/about_bg_h2.jpg) center center no-repeat;
}
/******************************************************

company

******************************************************/
.company .btn_default {
  width: 560px;
}
.company .decobox_default {
  padding: 15px;
}
.company_area dt,
.company_area dd {
  padding: 15px;
}
.company_area dt {
  clear: both;
  float: left;
}
.company_area dd {
  border: 1px solid #eaeaea;
}
.access_box h5 {
  background: none;
  padding: 0 0 0 0;
  text-align: left;
  margin: 0 0 30px 0;
  color: #07487A;
}
.access_box h6 {
  background: none;
  padding: 0 0 0 30px;
  text-align: left;
  margin: 0 0 20px 0;
  position: relative;
}
.access_box h6:before {
  content: "";
  width: 20px;
  height: 2px;
  background: #1ab0bf;
  position: absolute;
  top: 10px;
  left: 0;
}
/******************************************************

qa

******************************************************/
.qa_list_box {
  width: 920px;
  margin: 0 auto;
}
.qa_set dt,
.qa_set dd {
  padding: 20px 30px 20px 75px;
  line-height: 2em;
}
.qa_set dt {
  background-color: #f5f5f5;
  background-image: url(../images/qa_icon_q.png);
  background-position: 20px 18px;
  background-repeat: no-repeat;
  background-size: 35px;
  color: #134879;
  font-weight: bold;
  border: 1px solid #134879;
  border-left: none;
  border-right: none;
}
.qa_set dd {
  background: url(../images/qa_icon_a.png) 20px 18px no-repeat;
  background-size: 35px;
}
/******************************************************

flow

******************************************************/
.flow_set {
  border: 1px solid #eaeaea;
  margin-bottom: 100px;
  position: relative;
}
.flow_set:before {
  content: "";
  display: block;
  border-top: 50px solid #134879;
  border-right: 60px solid transparent;
  border-left: 60px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -50px;
  visibility: visible;
  margin-left: -60px;
}
.flow_txt {
  width: 50%;
  float: left;
  padding: 50px 20px 50px 50px;
  box-sizing: border-box;
  /*border-right: 1px solid #eaeaea;*/
}
.flow_txt dt {
  color: #1ab0bf;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 23px;
  padding-bottom: 20px;
  position: relative;
}
.flow_txt dt:after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #134879;
  position: absolute;
  left: 0;
  bottom: 0;
}
.flow_img {
  width: 50%;
  float: right;
  overflow: hidden;
  display: table-cell;
}
.flow_img img {
  width: 90%;
  padding: 5% 0 0 0;
}
.custom_flow .flow_set {
  padding: 40px 20px;
  align-items: center;
  border-style: dashed;
  border-color: #4a8fdd;
  margin-bottom: 70px;
}
.custom_flow .flow_set:before {
  border-left-width: 100px;
  border-right-width: 100px;
  margin-left: -100px;
}
.d_flex {
  display: flex;
}
.custom_flow .flow_set .number {
  width: 130px;
  text-align: center;
  font-size: 50px;
  margin-right: 20px;
  flex-shrink: 0;
  color: #4a8fdd;
}
.bg_lightyellow {
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFCF3;
}
.bg_lightyellow ul li {
  display: flex;
}
.bg_lightyellow ul li span {
  flex-shrink: 0;
}
/******************************************************

inspection

******************************************************/
.inspection_list li {
  margin-bottom: 40px;
}
.inspection_list_ttl {
  font-size: 20px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 30px;
}
.inspection_list_set dt {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  border-bottom: 1px solid #134879;
}
.inspection_list_set dt span {
  color: #1ab0bf;
  display: inline-block;
  font-weight: 700;
  font-size: 25px;
  margin-right: 5px;
}
.inspection_list_set h6 {
  background: none;
  text-align: left;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: 700;
  font-size: 17px;
  padding: 0;
  margin: 0 0 10px 0;
  color: #1ab0bf;
}
.inspection_list_set ul li {
  margin: 0;
}
.inspection_list_box {
  border-left: #ccc solid 1px;
  padding: 10px 10px 10px 20px;
  margin: 15px 0 0 0;
}
.inspection_list_set table {
  width: 100%;
  margin-bottom: 0;
  padding-top: 20px;
}
.inspection_list_set table th,
.inspection_list_set table td {
  border: none;
  background: none;
  color: #363535;
  text-align: left;
  padding: 0;
}
.inspection_list_set table ul li {
  margin-bottom: 5px;
  list-style-type: disc;
}
.inspection_flow li {
  position: relative;
  margin-bottom: 65px;
}
.inspection_flow li:after {
  content: "";
  display: block;
  border-top: 30px solid #134879;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  position: absolute;
  left: 50%;
  bottom: -50px;
  margin-left: -30px;
}
.inspection_flow .table_default th:nth-of-type(1) {
  width: 35%;
}
/******************************************************

modelhouse

******************************************************/
.modelhouse .table_default th {
  width: 35%;
}
.modelhous_img {
  margin-bottom: 30px;
}
.data_list dt {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 20px 0;
  color: #134879;
}
.modelhous_img img,
.data_list img {
  width: 100%;
  height: auto;
}
/******************************************************

cococi-style

******************************************************/
.cococi-style h5 {
  text-align: left;
  padding: 40px 0 35px;
  margin-bottom: 35px;
  border-bottom: 2px dashed #1ab0bf;
  background: none;
}
.device_box .float_box {
  box-sizing: border-box;
}
.device_box .float_l {
  float: left;
  width: 600px;
}
.device_box .float_r {
  float: right;
  width: 480px;
}
/******************************************************

performance

******************************************************/
.elem_list li {
  float: left;
  width: 560px;
  min-height: 180px;
  letter-spacing: 0;
  margin-bottom: 60px;
}
.elem_list li:nth-of-type(odd) {
  margin-right: 60px;
}
.elem_set dt {
  background: url(../images/performance_bg_elem.png) 0 0 no-repeat;
  padding: 28px 0 20px;
  margin-bottom: 20px;
  border-bottom: 2px dashed #b3b3b3;
  line-height: 1;
}
.elem_set dt img {
  display: block;
}
.graph_box .float_l {
  float: left;
  border-right: 1px solid #b3b3b3;
  padding-right: 39px;
}
.graph_box .float_r {
  float: right;
  border-left: 1px solid #b3b3b3;
  padding-left: 39px;
}
.graph_set {
  width: 560px;
  box-sizing: border-box;
}
.graph_set dt {
  font-size: 30px;
  margin-bottom: 30px;
  font-weight: bold;
}
.graph_box {
  margin-bottom: 70px;
}
.graph_box .float_l dt {
  color: #144878;
}
.graph_box .float_r dt {
  color: #1AAFBE;
}
.graph_txt {
  text-align: center;
}
.graph_txt span {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
.graph_box .float_l .graph_txt span {
  color: #144878;
}
.graph_box .float_r .graph_txt span {
  color: #1AAFBE;
}
.sperWallWrap ol li {
  margin: 0 0 40px 0;
}
.sperWallWrap ol dl br {
  display: none;
}
.sperWallWrap ol dl dt {
  color: #363535;
  font-size: 22px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.sperWallWrap ol dl dt span {
  color: #1AAFBE;
  font-size: 16px;
  font-family: 'Hiragino Kaku Gothic Pro', 'ヒラギノ角ゴ Pro W3', 'Meiryo', 'メイリオ', 'Osaka', 'MS PGothic', arial, helvetica, sans-serif;
  font-weight: bold;
  margin: 0 20px 0 0;
  padding: 0 15px 0 0;
  border-right: 1px solid #1AAFBE;
}
/******************************************************

merit-demerit

******************************************************/
.merit-demerit .h5_merit {
  color: #134879;
  margin-bottom: 20px;
  font-family: Caveat-Regular;
  padding-top: 70px;
}
.merit_set {
  width: 920px;
  margin: 0 auto;
}
.merit_set th {
  color: #134879;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.6;
  background: #fff;
  text-align: left;
  width: 35%;
}
.merit_set th span {
  display: block;
  font-size: 16px;
}
.merit_list {
  padding: 30px;
  line-height: 1.6;
}
.merit_list li {
  padding: 0 0 0 40px;
  font-size: 22px;
  font-weight: bold;
  position: relative;
}
.merit_list li:before {
  content: "";
  position: absolute;
  display: block;
  color: #134879;
}
.merit_list li:nth-of-type(1):before {
  content: "01";
  left: 0;
  font-family: Caveat-Regular;
}
.merit_list li:nth-of-type(2):before {
  content: "02";
  left: 0;
  font-family: Caveat-Regular;
}
.merit_list li:nth-of-type(3):before {
  content: "03";
  left: 0;
  font-family: Caveat-Regular;
}
.merit_sub_ttl {
  font-weight: bold;
  font-size: 22px;
  text-align: center;
  margin-bottom: 40px;
  color: #134879;
  background: #eee;
  padding: 17px 0;
}
.merit_list_box {
  margin: 0 0 50px 0;
}
/******************************************************

loans

******************************************************/
.check_list_box .h5_section_box {
  padding: 15px 0;
  width: 920px;
  margin: 0 auto;
}
.loans .h5_check_icon {
  text-align: left;
  padding: 26px 0 26px 69px;
  background-color: #f5f5f5;
  background-image: url(../images/icon_check_list.png);
  background-position: 22px 20px;
  background-repeat: no-repeat;
  margin-bottom: 20px;
  background-size: 30px;
}
.loans .table_default th:nth-of-type(1) {
  width: 20%;
}
.loans .table_default td:nth-of-type(1) {
  font-weight: bold;
}
.number_h5 span {
  display: inline-block;
  padding: 0 0 0 60px;
}
.number_h5_01 span {
  background: url(../images/under_bg_number_h5_01.png) 0 0 no-repeat;
  background-size: 45px;
}
.number_h5_02 span {
  background: url(../images/under_bg_number_h5_02.png) 0 0 no-repeat;
  background-size: 45px;
}
.number_h5_03 span {
  background: url(../images/under_bg_number_h5_03.png) 0 0 no-repeat;
  background-size: 45px;
}
.loans span.h5_small_txt {
  background: none;
  padding: 0;
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
}
/******************************************************

privacy_table

******************************************************/
.privacy .privacy_table table {
  width: 50%;
}
.privacy td address {
  line-height: 1.6;
}
.privacy h4 {
  text-align: left;
  margin-bottom: 20px;
}
.privacy h4 span:before,
.privacy h4 span:after {
  display: none;
}
/******************************************************

staff

******************************************************/
.staff h4 span:before {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 2px dashed #684615;
  width: 152px;
  height: 2px;
  top: 50%;
  left: -190px;
  margin-top: -3px;
  background: none;
}
.staff h4 span:after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 2px dashed #684615;
  width: 152px;
  height: 2px;
  top: 50%;
  right: -190px;
  margin-top: -3px;
  background: none;
}
.staff h5 {
  font-size: 40px;
}
span.office_position {
  font-size: 16px;
  display: block;
  margin-bottom: 15px;
  color: #666;
}
span.name_english {
  font-size: 20px;
  display: inline-block;
  margin-left: 15px;
  color: #1ab0bf;
  font-family: Caveat-Regular;
}
.interview_set dt,
.interview_set dd,
.interview_float_set dt,
.interview_float_set dd {
  position: relative;
}
.staff_q {
  display: block;
  border-bottom: 1px solid #666;
  padding: 0 0 10px 60px;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 40px;
}
.staff_q:before {
  position: absolute;
  display: block;
  content: "Q.";
  font-size: 40px;
  font-weight: normal;
  color: #666;
  left: 0;
  top: -10px;
  font-family: Caveat-Bold;
}
.interview_answer {
  font-size: 22px;
  font-weight: bold;
  padding-left: 60px;
  margin-bottom: 15px;
}
.interview_answer:before {
  position: absolute;
  display: block;
  content: "A.";
  font-size: 40px;
  font-weight: normal;
  color: #1ab0bf;
  left: 3px;
  top: -5px;
  font-family: Caveat-Bold;
}
.interview_box {
  margin-bottom: 35px;
  /*margin-bottom: 120px;*/
}
.staff .inderview_last {
  margin-bottom: 50px;
}
.interview_left {
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.interview_right {
  float: right;
  width: 50%;
  box-sizing: border-box;
}
.intaveiw_img {
  text-align: center;
}
.interview_set {
  margin-bottom: 80px;
}
.interview_box02 .interview_answer {
  font-size: 16px;
  font-weight: normal;
  padding-left: 60px;
  margin-bottom: 15px;
}
.staff_list_box {
  margin-bottom: 60px;
}
.staff_list_box .staff_list::after {
  content: "";
  display: block;
  clear: both;
}
.staff_list_box .staff_list li {
  float: left;
  box-sizing: border-box;
  width: 254px;
  margin: 0 60px 40px 0;
  letter-spacing: 0;
}
.staff_list_box .staff_list li:nth-of-type(4n) {
  margin-right: 0;
}
.staff_list_box .staff_list li:nth-of-type(4n+1) {
  clear: left;
}
.staff_list_box .staff_list li .staff_img {
  margin-bottom: 15px;
}
.staff_list_box .staff_list li .staff_img img {
  display: block;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.staff_list_box .staff_list li .staff_name {
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  margin: 0 0 10px 0;
}
.staff_list_box .staff_list li .staff_name .staff_position {
  font-size: 14px;
  display: block;
  font-weight: normal;
  color: #666;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 0;
}
.staff_list_box .staff_list li .staff_name .staff_name_eng {
  font-size: 16px;
  font-weight: bold;
  display: block;
  color: #1ab0bf;
  margin-top: 8px;
  letter-spacing: 0;
  font-family: Caveat-Regular;
}
.staff_list_box .staff_list li .staff_comment {
  font-size: 16px;
  line-height: 1.6;
}
/******************************************************

news

******************************************************/
.news_inner {
  padding: 50px 0 0;
}
.cate_kengaku {
  background: #90cd5d;
}
.cate_study {
  background: #6ac0b9;
}
.cate_news {
  background: #9a80c7;
}
.cate_case {
  background: #3da0d6;
}
.cate_blog {
  background: #FFC000;
}
.cate_blog_blog {
  background: #FFC000;
}
.cate_blog_report_box,
.cate_blog_diary_box,
.cate_blog_scene_box {
  display: none;
}
.tab_btn_box {
  margin-bottom: 50px;
}
.tab_btn li {
  text-align: center;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
  box-sizing: border-box;
  width: 180px;
}
.tab_btn li:nth-child(9).cate_kengaku_box,
.tab_btn li:nth-child(6).cate_kengaku_box,
.tab_btn li:nth-child(6) {
  display: none;
}
.tab_btn li:nth-of-type(5) {
  margin-right: 0px;
}
.tab_btn li a {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  box-shadow: 0px 2px 0px #156f9e;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
.tab_btn li a.cate_glay {
  box-shadow: 0px 2px 0px #999999;
}
.tab_btn li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.cate_glay {
  background: #ccc;
}
.news_list_box {
  display: flex;
  flex-wrap: wrap;
}
.news_list_box.mt {
  margin-top: 58px;
}
.news_list_box li {
  /*float: left;*/
  width: 300px;
  /*min-height: 340px;*/
  margin: 0 40px 40px 0;
  position: relative;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  cursor: pointer;
}
.news_list_box li:hover {
  opacity: 0.8;
}
.news_list_box li:nth-of-type(3n) {
  margin-right: 0;
}
.news_list_text_size {
  font-size: 16px;
}
/*.news_list_box .cate_kengaku{
  background: rgba(0,203,124,0.8);
}*/
/*.news_list_box .cate_study{
  background: rgba(7,72,122,0.8);
}*/
/*.news_list_box .cate_news{
  background: rgba(97,145,241,0.8);
}*/
/*.news_list_box .cate_case{
  background: rgba(0,113,188,0.8);
}*/
.news_list_img {
  height: 200px;
  overflow: hidden;
  position: relative;
  background: #eaeaea;
  /* z-index: -2; */
}
.news_list_img img {
  /* z-index: -1; */
  top: 50%;
  left: 50%;
  display: block;
  position: absolute;
  border-radius: 0;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 100%;
  height: 100%;
  /* width: 100%; */
  /* position: absolute; */
  /* top: 50%; */
  /* transform: translate(0%,-42%); */
}
dl.news_list_data {
  padding: 10px;
}
.news_list_date {
  margin-bottom: 3px;
}
.news_list_date p {
  font-size: 12px;
  line-height: 1.4;
}
dd.news_list_ttl {
  line-height: 1.4;
}
p.news_list_address {
  padding: 10px 10px;
  border-top: 1px solid #ccc;
  line-height: 1.4;
  font-size: 13px;
}
/******************************************************

@blog

******************************************************/
#blog .tab_btn li {
  text-align: center;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 10px;
}
#blog .tab_btn li:nth-of-type(4) {
  margin-right: 0px;
}
#blog .tab_btn li a {
  display: block;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
  box-shadow: 0px 2px 0px #156f9e;
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
}
#blog .tab_btn li a.cate_glay {
  box-shadow: 0px 2px 0px #999999;
}
#blog .tab_btn li a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#blog .cate_glay {
  background: #ccc;
}
#blog .blog_list_container {
  display: flex;
  display: -webkit-flex;
}
#blog .blog_list_box {
  width: 620px;
  padding-right: 60px;
  margin-bottom: 40px;
}
#blog .blog_list_box li:hover {
  opacity: 0.8;
}
#blog .blog_list_box li:nth-of-type(3n) {
  margin-right: 0;
}
#blog .blog_list_cate {
  position: absolute;
  left: 0;
  top: 0;
  display: inline-block;
  color: #fff;
  padding: 0 20px;
  margin: 0 0 15px 0;
}
#blog .blog_list_img {
  width: 250px;
}
#blog .blog_list_img img {
  width: 100%;
}
#blog dl.blog_list_data {
  width: 500px;
  padding: 10px;
}
#blog .blog_list_date {
  margin-bottom: 3px;
}
#blog .blog_list_date p {
  font-size: 12px;
  line-height: 1.4;
}
#blog dd.blog_list_ttl {
  line-height: 1.4;
}
#blog .blog_list_ttl_link {
  font-size: 16px;
}
#blog .blog_list_data dd {
  font-size: 14px;
}
#blog p.blog_list_address {
  padding: 10px 10px;
  border-top: 1px solid #ccc;
  line-height: 1.4;
  font-size: 13px;
}
#blog .match_item {
  display: flex;
  flex-flow: row-reverse;
  justify-content: space-between;
  margin-bottom: 30px;
}
#blog .news_list_container {
  display: flex;
}
#blog .contri_cont_area {
  width: 680px;
}
.blog_date {
  font-size: 20px;
  margin-bottom: 10px;
}
.blog_title {
  font-size: 30px;
  margin-bottom: 30px;
}
.blog_sidebar {
  width: 300px;
}
#blog .contri_cont {
  width: 620px;
}
#blog .contri_img_area {
  width: 620px;
}
.blog_sidebar_ttl {
  margin-bottom: 30px;
}
.blog_sidebar_ttl p {
  text-align: center;
  box-sizing: border-box;
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
  padding: 10px 0;
}
.kengaku_ttl {
  background: #90cd5d;
}
.blog_ttl {
  background: #FFC000;
}
.blog_sidebar_ttl li {
  border-bottom: solid 1px #999999;
  margin: 10px 5px;
  font-size: 80%;
  line-height: 1.6em;
}
p.blog_ttl_sub {
  margin-bottom: -10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: left;
  padding: 5px 10px 5px 24px;
  position: relative;
  color: #363535;
  font-size: 15px;
}
p.blog_ttl_sub:before {
  content: '';
  width: 4px;
  height: 4px;
  display: block;
  background: #363535;
  border-radius: 50%;
  position: absolute;
  left: 11px;
  top: 50%;
  margin-top: -3px;
}
.blog_ttl_sub a {
  background: #134879;
  color: #fff;
  font-size: 14px;
  padding: 0 10px;
  line-height: 2;
}
.blog_ttl_sub a:hover {
  text-decoration: none;
  opacity: 0.8;
}
#blog .page_caption {
  color: #5B9AD5;
  font-size: 35px;
}
.pagenation {
  margin: 40px 0;
}
.pagenation ul {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagenation ul li {
  margin: 0 20px;
}
.pagenation ul li.prevPage {
  order: 1;
}
.pagenation ul li.prevPage a {
  width: 180px;
}
.pagenation ul li.center {
  order: 2;
}
.pagenation ul li.center a {
  width: 300px;
}
.pagenation ul li.nextPage {
  order: 3;
}
.pagenation ul li.nextPage a {
  width: 180px;
}
.pagenation ul li a {
  display: inline-block;
  box-sizing: border-box;
  padding: 24px 10px;
  font-size: 19px;
  line-height: 1.5;
  font-weight: 400;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #144878;
  border-radius: 8px;
  transition: opacity 0.2s;
  white-space: nowrap;
}
.pagenation ul li a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 768px) {
  .pagenation {
    margin: 30px 0;
  }
  .pagenation ul {
    flex-direction: column;
    align-items: center;
  }
  .pagenation ul li {
    margin: 10px auto;
  }
  .pagenation ul li.prevPage {
    order: 1;
    width: 60%;
  }
  .pagenation ul li.prevPage a {
    width: 100%;
  }
  .pagenation ul li.center {
    order: 2;
    width: 100%;
  }
  .pagenation ul li.center a {
    width: 100%;
    padding: 28px 10px;
  }
  .pagenation ul li.nextPage {
    order: 3;
    width: 60%;
  }
  .pagenation ul li.nextPage a {
    width: 100%;
  }
  .pagenation ul li a {
    padding: 15px 10px;
    font-size: 19px;
    text-align: center;
  }
}
.center {
  /* background: #134879; */
}
.center a {
  color: #fff;
}
#blog .tab_btn li:last-child {
  display: none;
}
/******************************************************

contact

******************************************************/
.contact table.mailform {
  width: 920px;
  margin: 0 auto 40px;
}
.contact table.mailform th,
.contact table.mailform td {
  padding: 20px 40px;
  border: 1px solid #eaeaea;
}
.contact .mailform th {
  background: #07487a;
  color: #fff;
  width: 30%;
}
span.contact_tel {
  font-size: 26px;
  font-weight: bold;
  display: inline-block;
}
/******************************************************

overnotes

******************************************************/
.pagination {
  width: 100%;
  text-align: center;
}
.pagination li {
  display: inline-block;
  margin-bottom: 8px;
}
.pagination li a {
  display: block;
  padding: 3px 10px;
  background: #134879;
  color: #fff;
  border: 1px solid #134879;
}
.pagination li.disabled,
.pagination li a:hover {
  border: 1px solid #134879;
  padding: 3px 10px;
  background: #fff;
  color: #134879;
  text-decoration: none;
}
.data_area {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 10px;
}
.contri_thumb li {
  width: 90px;
  height: 90px;
  position: relative;
  overflow: hidden;
  float: left;
  background: #eaeaea;
}
.contri_thumb img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.contri_data_dl dd {
  font-size: 14px;
}
.contri_data_dl p {
  line-height: 1.4;
  margin-bottom: 5px;
}
.txtorenge {
  color: #246ba3;
}
.bold {
  font-weight: 700;
}
.kome {
  font-size: 90%;
}
.contri_img_area .kome {
  margin: 4px 0 10px;
}
.contri_point {
  display: table;
  width: 100%;
}
.contri_point dt,
.contri_point dt {
  display: table-cell;
  vertical-align: middle;
}
.contri_point dt {
  background: #1ab0bf;
  color: #fff;
  font-weight: 700;
  text-align: center;
  width: 200px;
}
.contri_point dd {
  padding: 38px 32px 32px 38px;
  border-top: 2px dotted #1ab0bf;
  border-bottom: 2px dotted #1ab0bf;
}
.contri_point dt span {
  display: block;
  font-size: 40px;
  line-height: 1.2;
}
.contri_point_txt p {
  font-size: 15px;
  line-height: 1.8em;
}
.contri_point_img {
  width: 34%;
  float: right;
  margin: 0 0 30px 30px;
  /*display: table-cell;
  vertical-align: middle;*/
}
.contri_point_img img {
  width: auto;
  max-width: 100%;
}
.contri_point_txt_area h4 {
  margin-bottom: 24px;
  text-align: left;
  font-size: 24px;
  color: #1ab0bf;
  line-height: 1.3em;
}
.contri_point_txt_area {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  padding-right: 20px;
}
.contri_info {
  margin-bottom: 50px;
}
.contri_point {
  margin-bottom: 60px;
}
.contri_voice h4 {
  font-size: 22px;
  text-align: left;
  margin-bottom: 36px;
  padding-bottom: 16px;
  border-bottom: 2px dotted #1ab0bf;
}
.contri_voice h4 span:before,
.contri_voice h4 span:after {
  content: '';
  display: none;
}
.contri_voice h4 span {
  position: relative;
  display: inline-block;
  color: #1ab0bf;
  font-size: 46px;
  font-weight: 400;
  margin-right: 20px;
}
.contri_voice_cont {
  /*display: table;*/
  width: 100%;
}
/*.contri_voice_txt,
.contri_voice_img {
    display: table-cell;
    vertical-align: top;
}*/
.contri_voice_img {
  /*display: table-cell;*/
  float: right;
  margin: 0 0 30px 30px;
  width: 30%;
  height: auto;
}
.contri_voice_img img {
  width: 100%;
  max-width: 100%;
}
.contri_voice_txt {
  /*width: 100%;*/
  /*padding-right: 20px;*/
}
.contri_bottom__banner a {
  background: #f7eb81;
  color: #144979;
  padding: 15px;
  border-radius: 6px;
  display: inline-block;
}
.contri_bottom__banner a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.contri_bottom__banner a::before,
.contri_bottom__banner a::after {
  padding: 0 10px;
}
.contri_bottom__banner a::before {
  content: url(../images/mail_icon.png);
  padding-right: 5px;
}
.contri_bottom__banner a::after {
  content: url(../images/arrow_icon.png);
}
.kiji_cate_nav {
  width: 230px;
  float: left;
}
.kiji_cont {
  width: 700px;
  float: right;
}
.kiji_cate_tit {
  background: #07487a;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 20px;
  font-weight: 700;
}
.kiji_cate_list {
  border: 1px solid #07487a;
  box-sizing: border-box;
  padding: 5px 0;
}
.kiji_cate_list li a {
  color: #333;
  display: block;
  padding: 5px 10px 5px 30px;
  position: relative;
  font-weight: 700;
  box-sizing: border-box;
}
.kiji_cate_list li a:before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  background: #07487a;
  border-radius: 50%;
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -4px;
}
.kiji_cont_list {
  margin-bottom: 60px;
}
.kiji_cont_list li {
  margin-bottom: 15px;
}
.kiji_cont_list li a {
  display: block;
  box-sizing: border-box;
  font-size: 18px;
  position: relative;
  padding-left: 40px;
  text-decoration: underline;
}
.kiji_cont_list li a:hover {
  text-decoration: none;
}
.kiji_cont_list li a:before {
  content: '';
  width: 8px;
  height: 8px;
  display: block;
  background: #07487a;
  border-radius: 50%;
  position: absolute;
  left: 13px;
  top: 50%;
  margin-top: -4px;
}
.kiji_contri_img {
  text-align: center;
  margin-bottom: 15px;
}
.kiji_contri_img img {
  max-width: 100%;
}
.contri_data_area.col_1 {
  width: 100%;
}
.contri_tit_area .news_list_cate {
  position: static;
}
.kiji_contri_txt h3 {
  font-size: 28px;
  margin: 20px 0 32px 0;
  color: #07487A;
  text-align: center;
  padding: 0 0 60px 0;
  background: url(../images/under_bg_h4_inner.png) center bottom no-repeat;
  line-height: 1.4em;
}
.kiji_contri_txt h4 {
  font-size: 23px;
  width: 700px;
  position: relative;
  text-align: center;
  border-bottom: 2px dotted #ccc;
  padding: 0 0 26px 0;
  margin: 0 0 20px 0;
}
/*.kiji_contri_txt h4:before{
  position: absolute;
  content: "";
  display: block;
  background: url(../images/under_bg_h4_left.png) 0 0 no-repeat;
  width: 154px;
  height: 42px;
  top: 63%;
  margin-top: -21px;
}

.kiji_contri_txt h4:after{
  position: absolute;
  content: "";
  display: block;
  background: url(../images/under_bg_h4_right.png) 0 0 no-repeat;
  width: 154px;
  height: 42px;
  top: 50%;
  right: 0;
  margin-top: -21px;
}
*/
.kiji_contri_txt h5 {
  margin-bottom: 20px;
  padding-top: 0;
  font-size: 20px;
  background: none;
  text-align: center;
  color: #1AB0BF;
}
.kiji_contri_txt p {
  margin-bottom: 40px;
}
.header_btn_contact {
  width: 210px;
}
.header_btn_contact li {
  margin-right: 0;
  font-size: 12px;
}
.header_tel_box {
  padding-top: 20px;
}
.box_logo_01 {
  /*    width: 247px;
  left: 70%;
  top: 5%;
  position: absolute;*/
  text-align: center;
  margin-bottom: 20px;
}
.box_01 {
  position: relative;
}
.box_02 {
  display: table;
  width: 60%;
}
.box_02 dd,
.box_02 dt {
  display: table-cell;
  width: 70%;
}
.box_02 dd {
  text-align: right;
}
/*170417*/
.header_btn_contact {
  width: auto;
  margin: 14px 0;
}
.header_btn_contact li {
  margin-bottom: 10px;
  margin-right: 15px !important;
}
.header_btn_contact li:last-child {
  margin-left: 0 !important;
}
.header_tel {
  font-size: 21px;
  font-weight: initial;
}
.box_logo_01 {
  position: relative;
  height: 150px;
}
.box_logo_01 p {
  display: inline-block;
  text-align: left;
  box-sizing: border-box;
  margin-left: 10px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 262px;
  height: 58px;
  line-height: 1.6;
}
.box_logo_01 img {
  float: left;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 340px;
}
.under_page h4 span.fs_tt {
  font-size: 30px;
}
.txt_c {
  text-align: center;
}
.imgw40,
.imgw60,
.imgw50 {
  padding-bottom: 1px;
}
.imgw40 img {
  width: 40px !important;
}
.imgw60 img {
  width: 60px !important;
}
.imgw50 img {
  width: 50px !important;
}
.company_table {
  margin: 0 auto;
  width: 670px;
}
.company_table td {
  border: none;
  padding: 10px 50px;
}
.company_table th {
  font-weight: normal;
  background: #fff;
  border: none;
  color: #333;
  text-align: left;
  vertical-align: top;
}
.fix_h300 li {
  height: 300px !important;
  min-height: 300px !important;
}
@media only screen and (max-width: 768px) {
  .company_table {
    width: 100%;
  }
  .company_table td {
    padding: 5px 0 10px 15px;
  }
  .company_table th {
    padding: 0;
  }
  .company_table tr {
    margin-bottom: 10px;
    display: block;
  }
  .imgw40,
  .imgw60,
  .imgw50 {
    padding-bottom: 5px;
  }
}
.none_bg {
  background: none !important;
}
.data_area:empty {
  display: none;
}
.under_page .news_list_container .btn_center_box {
  margin-bottom: 0;
}
.under_page .news_list_container .under_btn {
  width: auto !important;
  margin: 45px 0 15px;
}
.under_gmap {
  margin: 0 0 50px 0;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.sp_brk {
  display: none;
}
.news_list_img a {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  /* left: 0; */
  /* right: 0; */
  bottom: 0;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 4;
}
.box_corona {
  background-color: #fff;
  margin: 0 0 30px 0;
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  border: 2px solid #e1ceaf;
}
.box_corona .ttl_corona {
  font-size: 30px;
  margin-bottom: 30px;
  color: #134879;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
  text-align: center;
  font-weight: bold;
}
.box_corona .list_corona {
  padding: 15px 0;
  width: 80%;
  margin: 0 auto;
}
.box_corona .txt_corona {
  text-align: center;
}
.idex_link_box {
  display: block;
  border: dotted 1px #4472C4;
  padding: 30px 10px;
  text-align: center;
  margin-bottom: 15px;
  background-color: white;
}
.idex_link_box span + span {
  display: block;
  font-size: 24px;
}
@media (min-width: 769px) {
  .pc-none {
    display: none;
  }
}
@media (max-width: 768px) {
  .idex_link_box span + span {
    font-size: 18px;
  }
}
/**
   PAGE SERVICE-STYLE
*/
.fb_sp {
  width: 100%;
}
.fb_sp .fb-page span {
  width: 100% !important;
}
.fb_sp .fb-page span iframe {
  width: 100% !important;
}
.list .news_list_container {
  width: 950px;
  margin: 0 auto;
  /* Pagination */
}
.list .news_list_container .news_list_box {
  display: grid;
  grid-template-columns: repeat(3, 310px);
  column-gap: 10px;
  row-gap: 40px;
}
.list .news_list_container .news_list_box .news_list_item {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #eaeaea;
  margin: 0;
  cursor: pointer;
  background-color: #fff;
  /* 左上のバッジ */
  /* 画像 */
  /* テキスト */
}
.list .news_list_container .news_list_box .news_list_item a {
  display: block;
  text-decoration: none;
  color: inherit;
  position: relative;
}
.list .news_list_container .news_list_box .news_list_item .news_list_cate {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: #539ed3;
  color: #fff;
  font-size: 14px;
  padding: 0 16px;
  line-height: 27px;
  margin: 0;
}
.list .news_list_container .news_list_box .news_list_item .news_list_img {
  width: 100%;
  height: 200px;
  overflow: hidden;
  position: relative;
  background: #eaeaea;
}
.list .news_list_container .news_list_box .news_list_item .news_list_img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: auto;
  transform: translate(-50%, -50%);
  max-width: none;
}
.list .news_list_container .news_list_box .news_list_item dl.news_list_data {
  padding: 6px 20px 12px 20px;
}
.list .news_list_container .news_list_box .news_list_item dl.news_list_data dt.news_list_date {
  font-size: 14px;
  color: #8a8a8a;
  margin-bottom: 0;
}
.list .news_list_container .news_list_box .news_list_item dl.news_list_data dd.news_list_ttl {
  margin: 0;
}
.list .news_list_container .news_list_box .news_list_item dl.news_list_data dd.news_list_ttl h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0;
  padding: 0;
  color: inherit;
  background: none;
  text-align: left;
  letter-spacing: 0;
}
.list .news_list_container .news_list_box .news_list_item p.news_list_address {
  font-size: 13px;
  line-height: 1.4;
  padding: 10px 20px;
  margin: 0;
  border-top: 1px solid #eaeaea;
}
.list .news_list_container ul.page-numbers {
  width: 100%;
  text-align: center;
  font-size: 0;
  margin-top: 30px;
}
.list .news_list_container ul.page-numbers li {
  display: inline-block;
  margin-bottom: 8px;
}
.list .news_list_container ul.page-numbers li a,
.list .news_list_container ul.page-numbers li span {
  display: block;
  padding: 6px 12px;
  background: #134879;
  color: #fff;
  border: 1px solid #134879;
  font-size: 19px;
}
.list .news_list_container ul.page-numbers li .current,
.list .news_list_container ul.page-numbers li a:hover {
  border: 1px solid #134879;
  padding: 6px 12px;
  background: #fff;
  color: #134879;
  text-decoration: none;
}
@media (max-width: 767px) {
  .list .news_list_container {
    width: 100%;
    margin: 0;
    padding: 0 8px;
  }
  .list .news_list_container .news_list_box {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 24px;
  }
  .list .news_list_container .news_list_item {
    border: 1px solid #eaeaea;
    background-color: #fff;
  }
  .list .news_list_container .news_list_item .news_list_img {
    width: 100%;
    height: 200px;
  }
  .list .news_list_container .news_list_item .news_list_img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    max-width: none;
  }
  .list .news_list_container .news_list_item dl.news_list_data {
    padding: 10px 14px;
  }
  .list .news_list_container .news_list_item dl.news_list_data dd.news_list_ttl h3 {
    font-size: 19px;
  }
  .list .news_list_container .news_list_item p.news_list_address {
    padding: 10px 12px;
  }
  .list .news_list_container ul.page-numbers {
    margin-top: 24px;
  }
}
.list-detail .news_list_container {
  max-width: 960px;
  margin: 0 auto;
}
.list-detail .data_area {
  display: block;
}
.list-detail .contri_img_area,
.list-detail .contri_data_area {
  float: none;
  width: 100%;
  clear: both;
}
.list-detail .contri_img_area {
  width: 100%;
  max-width: 100%;
  margin: 0 auto 60px;
}
.list-detail .contri_img_l {
  width: 100%;
  height: 640px;
  margin: 0;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.list-detail .contri_img_l a {
  display: none;
  height: 100%;
}
.list-detail .contri_img_l a.is-active {
  display: block;
}
.list-detail .contri_img_l img {
  height: 100%;
  width: auto;
  max-width: none;
  max-height: none;
  display: block;
}
.list-detail .contri_thumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 5px;
  margin: 0 0 10px;
  padding: 0;
  list-style: none;
}
.list-detail .contri_thumb li {
  width: 120px;
  height: 120px;
  overflow: hidden;
  cursor: pointer;
  border: 3px solid transparent;
  position: relative;
}
.list-detail .contri_thumb li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.list-detail .contri_thumb li:hover {
  border-color: #539ed3;
}
.list-detail .contri_thumb li.is-active {
  border-color: transparent;
}
.list-detail .contri_thumb li.is-active::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.list-detail .bold.txtorenge.kome {
  font-size: 15px;
}
.list-detail .contri_data_area {
  margin: 24px 0 32px;
  background: #f4f4f4;
  padding: 24px 28px;
  box-sizing: border-box;
}
.list-detail .contri_data_area_tit {
  color: #0071BC;
  font-size: 24px;
  font-weight: 700;
  padding: 0 0 10px 0;
  box-sizing: border-box;
  margin-bottom: 10px;
  font-family: Caveat-Bold, cursive;
  border-bottom: #0071BC dotted 2px;
  line-height: 1;
}
.list-detail .contri_data_dl {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 60px;
  row-gap: 5px;
  margin: 0;
  padding: 8px 0 0;
  border: 0;
  box-sizing: border-box;
}
.list-detail .contri_data_dl dt {
  margin: 0;
  font-weight: 700;
  color: #666;
  font-size: 18px;
  margin-top: 15px;
}
.list-detail .contri_data_dl dd {
  margin: 0;
  color: #111;
  font-size: 15px;
  line-height: 1.6;
}
.list-detail .contri_data_dl dt:nth-of-type(-n + 3) {
  margin-top: 0;
}
.list-detail .contri_data_dl dt:nth-of-type(1) {
  grid-column: 1;
  grid-row: 1;
}
.list-detail .contri_data_dl dt:nth-of-type(2) {
  grid-column: 2;
  grid-row: 1;
}
.list-detail .contri_data_dl dt:nth-of-type(3) {
  grid-column: 3;
  grid-row: 1;
}
.list-detail .contri_data_dl dd:nth-of-type(1) {
  grid-column: 1;
  grid-row: 2;
}
.list-detail .contri_data_dl dd:nth-of-type(2) {
  grid-column: 2;
  grid-row: 2;
}
.list-detail .contri_data_dl dd:nth-of-type(3) {
  grid-column: 3;
  grid-row: 2;
}
.list-detail .contri_data_dl dt:nth-of-type(4) {
  grid-column: 1;
  grid-row: 3;
}
.list-detail .contri_data_dl dt:nth-of-type(5) {
  grid-column: 2;
  grid-row: 3;
}
.list-detail .contri_data_dl dt:nth-of-type(6) {
  grid-column: 3;
  grid-row: 3;
}
.list-detail .contri_data_dl dd:nth-of-type(4) {
  grid-column: 1;
  grid-row: 4;
}
.list-detail .contri_data_dl dd:nth-of-type(5) {
  grid-column: 2;
  grid-row: 4;
}
.list-detail .contri_data_dl dd:nth-of-type(6) {
  grid-column: 3;
  grid-row: 4;
}
.list-detail .contri_info_area .contri_info p {
  font-size: 19px;
  line-height: 2.3;
  color: #111;
  margin: 0 0 1.2em;
}
.list-detail .btn_center_box {
  text-align: center;
  margin: 0 0 50px;
}
.list-detail .btn_center_box ul {
  margin: 0 0 60px 0;
  padding: 0;
  list-style: none;
}
.list-detail .btn_center_box li {
  display: inline-block;
  width: 500px;
  max-width: 100%;
}
.list-detail .btn_center_box .btn_default a {
  display: block;
  width: 100%;
  padding: 30px 0;
  font-size: 21px;
  line-height: 1;
  font-weight: 400;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: #144878;
  border-radius: 8px;
  transition: opacity 0.2s;
}
.list-detail .btn_center_box .btn_default a:hover {
  opacity: 0.86;
}
@media (max-width: 768px) {
  .list-detail .news_list_container {
    padding: 0;
  }
  .list-detail .contri_img_l {
    height: 220px;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
  }
  .list-detail .contri_img_l img {
    width: auto;
    height: 100%;
    object-fit: contain;
    display: block;
    margin: 0 auto;
  }
  .list-detail .contri_img_area > .contri_thumb {
    display: grid !important;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    column-gap: 5px;
    row-gap: 5px;
    width: 100%;
    margin: 0 0 10px !important;
    padding: 0 !important;
    list-style: none;
    background: transparent !important;
  }
  .list-detail .contri_img_area > .contri_thumb::before,
  .list-detail .contri_img_area > .contri_thumb::after {
    content: none !important;
  }
  .list-detail .contri_img_area > .contri_thumb li {
    margin: 0 !important;
    float: none !important;
    width: auto !important;
    height: auto !important;
    aspect-ratio: 1/1;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid transparent;
    box-sizing: border-box;
    background: transparent !important;
    position: relative;
  }
  .list-detail .contri_img_area > .contri_thumb li img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
  }
  .list-detail .contri_img_area > .contri_thumb li:hover {
    border-color: #539ed3;
  }
  .list-detail .contri_img_area > .contri_thumb li.is-active {
    border-color: transparent;
  }
  .list-detail .contri_img_area > .contri_thumb li.is-active::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 1;
  }
  .list-detail .contri_data_dl {
    grid-template-columns: 1fr;
    column-gap: 0;
    row-gap: 5px;
  }
  .list-detail .contri_data_dl dt,
  .list-detail .contri_data_dl dd {
    grid-column: 1;
    grid-row: auto;
    margin-top: 0;
  }
  .list-detail .contri_data_dl dd {
    margin-bottom: 15px;
  }
  .list-detail .contri_data_dl dt:nth-of-type(1),
  .list-detail .contri_data_dl dt:nth-of-type(2),
  .list-detail .contri_data_dl dt:nth-of-type(3),
  .list-detail .contri_data_dl dt:nth-of-type(4),
  .list-detail .contri_data_dl dt:nth-of-type(5),
  .list-detail .contri_data_dl dt:nth-of-type(6),
  .list-detail .contri_data_dl dd:nth-of-type(1),
  .list-detail .contri_data_dl dd:nth-of-type(2),
  .list-detail .contri_data_dl dd:nth-of-type(3),
  .list-detail .contri_data_dl dd:nth-of-type(4),
  .list-detail .contri_data_dl dd:nth-of-type(5),
  .list-detail .contri_data_dl dd:nth-of-type(6) {
    grid-column: 1;
    grid-row: auto;
  }
  .list-detail .contri_data_dl dt:nth-of-type(-n + 3) {
    margin-top: 0;
  }
  .list-detail .btn_center_box li {
    width: 100%;
  }
  .list-detail .btn_center_box .btn_default a {
    font-size: 18px;
    padding: 26px 0;
  }
}
.list-event p {
  font-size: 19px;
  line-height: 1.4 !important;
  color: #111;
  margin: 0 0 1.2em;
}
@media screen and (max-width: 420px) {
  .main_img li.sl_pc01 {
    padding-top: 8vh;
  }
  .main_img li.sl_pc01 .sp_slider_img_txt {
    margin-bottom: 25px;
  }
  .main_img li.sl_pc01 .sp_slider_txt {
    padding-top: 0;
  }
  .main_img li.sl_pc02,
  .main_img li.sl_pc03,
  .main_img li.sl_pc04 {
    padding-top: 8vh;
    display: flex;
    justify-content: space-around;
  }
  .main_img li.sl_pc03 .sp_slider_txt,
  .main_img li.sl_pc04 .sp_slider_txt,
  .main_img li.sl_pc02 .sp_slider_txt {
    position: absolute;
    bottom: 50px;
    font-size: 5vw;
    font-weight: bold;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .btn_cocochi_style {
    width: 100%;
    margin: 0 0 70px;
  }
  .btn_cocochi_style li {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  .btn_cocochi_style li {
    margin-bottom: 12px;
  }
  .bx-wrapper img {
    max-width: 100%;
    width: 100%;
  }
  .main_img_txt {
    max-width: 768px;
    width: 100%;
  }
  .cocohi_box .section_caption,
  .cocohi_box h2,
  .greeting_ttl.font_type03 {
    margin-bottom: 25px;
    font-size: 14px;
  }
  .cocohi_box {
    padding: 45px 0 0;
    background-size: contain;
    overflow: hidden;
  }
  .case_list li {
    width: 100%;
    margin-right: 0px;
    float: none;
  }
  .case_list,
  .home_list {
    width: 100%;
  }
  .case_box {
    padding: 30px 0 20px;
    background: none;
  }
  .case_link_img {
    width: 22%;
    right: 10px;
    top: 2%;
  }
  .case_link_img img {
    width: 90px;
    top: 2%;
  }
  .case_box h2 span {
    background: url(../images/top_bg_h2_case_left.png) left bottom no-repeat;
    padding: 0 0 85px;
    display: inline-block;
  }
  .case_box h2 {
    margin-bottom: 10px;
  }
  .top_about_left {
    width: 100%;
    float: none;
  }
  .top_about_left .section_caption {
    text-align: center;
  }
  .case_box .section_caption {
    text-align: left;
    font-size: 14px;
  }
  .top_about_right {
    float: none;
  }
  .about_link_box li {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .about_link_box li:first-child {
    margin-bottom: 35px;
  }
  .news_inner_left,
  .news_inner_right {
    float: none;
    width: 100%;
  }
  .news_inner_right {
    text-align: center;
  }
  .ceo_name {
    text-align: center;
  }
  .about_box {
    padding: 0 0 25px;
  }
  .section_caption {
    line-height: 1.6rem;
    font-size: 14px;
  }
  .news_ttl_box h2 {
    float: none;
  }
  p.news_link {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 11px 0 11px;
    text-align: center;
  }
  .news_list dt,
  .news_list dd {
    float: none;
    text-align: center;
    margin-right: 0;
    padding: 8px 0 5px;
  }
  ._2p3a {
    margin: 0 auto;
    min-width: 320px;
  }
  .gmap_box {
    height: 200px;
    width: 100%;
  }
  .gmap_box .gMap {
    width: 100%;
    height: 200px;
  }
  .under_gmap iframe {
    width: 100%;
    height: 300px;
  }
  .under_gmap {
    margin: 0;
  }
  .gmap_box iframe {
    height: 200px;
    width: 100%;
  }
  .greeting_contents p {
    margin-bottom: 25px;
    line-height: 1.6rem;
    text-align: left;
  }
  .greeting_gox {
    padding: 45px 0 35%;
    background-size: contain;
  }
  .greeting_contents {
    font-size: 14px;
    margin: 0;
  }
  .home_list li:nth-child(2n) {
    float: right;
  }
  .home_list li {
    width: 48.5%;
    float: left;
    margin: 0 0 15px;
  }
  .top_about_left h2:before {
    content: "";
    display: block;
    width: 102px;
    height: 77px;
    background-image: url(../images/top_bg_about.png);
    background-size: 80% auto;
    position: absolute;
    top: 0;
    left: -40px;
    background-repeat: no-repeat;
  }
  .news_list dt span {
    width: 100px;
  }
  .news_list dt,
  .news_list dd {
    text-align: left;
  }
  .news_list dd {
    padding: 0px 0 10px;
  }
  .greeting_gox h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  .ceo_name {
    text-align: right;
    margin: 15px 0 0;
  }
  .ceo_name img {
    width: 230px;
    display: initial;
  }
  .main_img_txt {
    font-size: 13px;
    line-height: 1.4;
    padding: 0 10px;
    text-shadow: 1px 1px 4px #ffffff, 1px 1px 4px #ffffff, 1px 1px 3px #ffffff;
  }
  .main_img .bx-controls {
    display: block;
  }
  .main_img .bx-wrapper .bx-pager .bx-pager-item,
  .main_img .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    margin: 0 5px;
  }
  .main_img .bx-wrapper .bx-pager.bx-default-pager a {
    width: 12px;
    height: 12px;
  }
  .main_img_txt span {
    margin-bottom: 5px;
    max-width: 323px;
    width: 70%;
  }
  .contact table.mailform {
    width: 100%;
  }
  body .staff h4 {
    background: none;
    padding-bottom: 0;
  }
  body .staff h4 span {
    position: relative;
  }
  body .staff h4 span:before {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 2px dashed #684615;
    width: 85px;
    height: 2px;
    top: 50%;
    left: -110px;
    margin-top: -3px;
    background: none;
  }
  body .staff h4 span:after {
    position: absolute;
    content: "";
    display: block;
    border-bottom: 2px dashed #684615;
    width: 85px;
    height: 2px;
    top: 50%;
    right: -110px;
    margin-top: -3px;
    background: none;
  }
  .staff h5 {
    font-size: 32px;
  }
  .interview_right,
  .interview_left {
    float: none;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 20px;
  }
  span.office_position {
    font-size: 14px;
    margin-bottom: 5px;
  }
  span.name_english {
    font-size: 14px;
    display: block;
    font-family: Caveat-Regular;
    margin-left: 0;
  }
  .staff_q {
    margin-bottom: 20px;
    padding-left: 34px;
    font-size: 17px;
    color: #666;
  }
  .staff_q:before {
    font-size: 27px;
  }
  .interview_answer:before {
    font-size: 27px;
    left: 3px;
  }
  .interview_answer {
    padding-left: 34px;
    font-size: 18px;
  }
  .interview_box {
    margin-bottom: 40px;
  }
  .staff .inderview_last {
    margin-bottom: 20px;
  }
  .interview_set {
    margin-bottom: 20px;
  }
  .staff .under_shadow {
    padding-bottom: 20px;
  }
  .staff h4 span:before,
  .staff h4 span:after {
    display: none;
  }
  .staff_list_box {
    margin-bottom: 40px;
  }
  .staff_list_box .staff_list li {
    float: none;
    width: 100%;
    margin: 0 0 50px 0;
  }
  .staff_list_box .staff_list li .staff_img {
    margin-bottom: 20px;
  }
  .staff_list_box .staff_list li .staff_img img {
    width: 100%;
    height: auto;
  }
  .staff_list_box .staff_list li .staff_name {
    font-size: 27px;
    letter-spacing: 0.05em;
    margin-bottom: 15px;
  }
  .staff_list_box .staff_list li .staff_name .staff_position {
    font-size: 17px;
    margin-bottom: 8px;
  }
  .staff_list_box .staff_list li .staff_name .staff_name_eng {
    font-size: 16px;
    margin-top: 8px;
  }
  .staff_list_box .staff_list li .staff_comment {
    font-size: 19px;
    line-height: 1.8;
    text-align: left;
  }
  .staff_detail {
    margin-top: 10px;
    padding: 15px;
  }
  .staff_detail_header {
    display: block;
    margin-bottom: 30px;
  }
  .staff_detail_header_picture {
    width: 100%;
  }
  .staff_detail_header_textbox {
    width: 100%;
    padding-top: 20px;
  }
  .staff_detail_header_textbox .staff_detail_name {
    margin-bottom: 0.7em;
    font-size: 22px;
  }
  .staff_detail_header_textbox .staff_detail_post01 {
    font-size: 1.2em;
    margin-bottom: 0.4em;
  }
  .staff_detail_header_textbox .staff_detail_header_table th,
  .staff_detail_header_textbox .staff_detail_header_table td {
    width: auto !important;
  }
  .staff_detail_section + .staff_detail_section {
    margin-top: 30px;
  }
  .staff_detail_body .staff_detail_section_title {
    margin-bottom: 0.7em;
    padding-bottom: 0.2em;
    font-size: 18px;
  }
  .staff_others {
    margin-top: 30px;
  }
  .staff_others .staff_list {
    -webkit-box-pack: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    margin-bottom: 30px;
  }
  .staff_others .staff_others_title:before,
  .staff_others .staff_others_title:after {
    width: 20%;
  }
  .qa_list_box {
    width: 100%;
  }
  .qa_set dt,
  .qa_set dd {
    padding: 20px 15px 20px 40px;
    background-size: 25px;
    background-position: 9px 20px;
  }
  .qa_set dt {
    background-color: #f5f5f5;
    background-image: url(../images/qa_icon_q.png);
  }
  .cococi-style .float_box img {
    width: 80%;
  }
  .cococi-style .h5_section_box h5 img {
    width: 60%;
  }
  .cococi-style .h5_section_box:nth-of-type(2) h5 img {
    width: 50%;
  }
  .cococi-style .h5_section_box:nth-of-type(3) h5 img,
  .cococi-style .h5_section_box:nth-of-type(4) h5 img,
  .cococi-style .h5_section_box:nth-of-type(5) h5 img {
    width: 54%;
  }
  .cococi-style .h5_section_box:nth-of-type(6) h5 img {
    width: 66%;
  }
  .number_h5_01 span {
    background: url(../images/under_bg_number_h5_01.png) 0 5px no-repeat;
    background-size: 30px;
  }
  .number_h5_02 span {
    background: url(../images/under_bg_number_h5_02.png) 0 5px no-repeat;
    background-size: 30px;
  }
  .number_h5_03 span {
    background: url(../images/under_bg_number_h5_03.png) 0 5px no-repeat;
    background-size: 30px;
  }
  .number_h5_01 span,
  .number_h5_02 span,
  .number_h5_03 span {
    padding-left: 35px;
  }
  .privacy .privacy_table table {
    width: 100%;
  }
  .contact table.mailform th,
  .contact table.mailform td {
    padding: 20px;
  }
  .contact #fmail textarea.fmail {
    width: 100%;
  }
  .contact #fmail .size_5 input,
  #fmail .size_5 select,
  #fmail .size_5 textarea,
  #fmail .fmail_file {
    height: auto;
    box-sizing: border-box;
    width: 100%;
  }
  .tab_btn_box {
    margin-bottom: 5px;
  }
  .tab_btn_box:last-of-type {
    margin-bottom: 30px;
  }
  .tab_btn {
    margin-top: 20px;
  }
  .tab_btn li {
    text-align: center;
    float: none;
    margin: 0 auto 10px;
    box-sizing: border-box;
    width: 230px;
  }
  .tab_btn li:nth-of-type(4) {
    margin-right: auto;
  }
  .news_list_box li {
    float: none;
    width: 100%;
    min-height: auto;
    margin: 0 auto 40px !important;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #eaeaea;
    cursor: pointer;
  }
  .news_list_box li:last-child {
    margin-bottom: 0 !important;
  }
  .data_area {
    display: block;
    margin-bottom: 25px;
  }
  .contri_img_area {
    width: 100%;
    padding-right: 0;
    display: block;
    margin: 0 auto;
  }
  .contri_voice_img {
    width: 100%;
    margin: 0 0 30px 0;
  }
  .contri_voice h4 {
    background: none;
    text-align: center;
    margin-bottom: 36px;
    padding-bottom: 10px;
  }
  .contri_img_l {
    width: 100%;
    height: 300px;
    position: relative;
    overflow: hidden;
    margin-bottom: 20px;
  }
  .contri_thumb li {
    width: 30%;
    height: 90px;
    position: relative;
    overflow: hidden;
    float: left;
    background: #eaeaea;
    margin-bottom: 10px;
  }
  .contri_thumb li + li {
    margin-left: 5%;
  }
  .contri_thumb li:nth-of-type(3n + 1) {
    margin-left: 0;
  }
  .contri_data_area {
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  .contri_point {
    display: block;
    width: 100%;
    margin-bottom: 25px;
  }
  .contri_point dt,
  .contri_point dt {
    display: block;
    vertical-align: middle;
  }
  .contri_point dt {
    background: #1ab0bf;
    color: #fff;
    font-weight: 700;
    text-align: center;
    width: 100%;
    padding: 10px 10px 15px;
    box-sizing: border-box;
  }
  .contri_point dd {
    padding: 15px;
    border: 2px solid #1ab0bf;
    box-sizing: border-box;
  }
  .contri_point_txt_area {
    display: block;
    vertical-align: middle;
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  .contri_point_txt_area h4 {
    background: none;
    padding-bottom: 0;
    margin-top: 10px;
  }
  .contri_point_img {
    display: block;
    vertical-align: middle;
    float: none;
    margin: 0 0 30px 0;
    width: 100%;
  }
  .under_page .h4 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 26px;
    padding-bottom: 10px;
    border-bottom: 2px dotted #1ab0bf;
    background: none;
  }
  .under_page .h4 span {
    position: relative;
    /*display: block;*/
    color: #1ab0bf;
    font-size: 30px;
    margin: 0 5px 0 0;
  }
  ._cont {
    display: block;
    width: 100%;
  }
  ._txt,
  ._img {
    display: block;
    vertical-align: top;
  }
  ._txt {
    width: 100%;
    padding-right: 0;
    margin-bottom: 10px;
  }
  ._img {
    display: block;
    width: 100%;
    margin: 0 0 30px 0;
  }
  .kiji_cont {
    width: 100%;
    float: none;
    padding-top: 35px;
    margin-bottom: 40px;
  }
  .kiji_cont_list li a {
    font-size: 16px;
    padding-left: 35px;
  }
  .kiji_cate_nav {
    width: 100%;
    float: none;
  }
  .news_list dt span {
    padding: 5px 20px;
    display: inline-block;
    border-radius: 0px;
    text-align: center;
    line-height: 1;
  }
  .section_caption {
    text-align: left;
  }
  .cocohi_box .section_caption {
    text-align: left;
  }
  .case_ttl {
    text-align: center;
  }
  .top_about_left h2 {
    text-align: center;
  }
  .top_about_left h2 img {
    background-position: center 0;
  }
  .sp_slider_txt {
    padding: 20px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝B", serif;
    text-align: center;
  }
  .sp.sp_slider_img_txt {
    position: relative;
  }
  .sp_slider_img_txt span {
    position: absolute;
    top: 50%;
    left: 5%;
    transform: translate(0, -50%);
    display: block;
    width: 57%;
  }
  .merit_set {
    width: 100%;
  }
  .merit_set th .font_type05 {
    border-top: 2px dashed #ccc;
    border-bottom: 2px dashed #ccc;
    padding: 10px 0;
    text-align: center;
  }
  .merit_set th span {
    display: inline-block;
    font-size: 16px;
    margin-left: 6%;
    line-height: 1;
  }
  .merit_list {
    padding: 0;
  }
  .merit_list li {
    padding: 0 0 0 24px;
    font-size: 16px;
  }
  .loans h5.number_h5 {
    text-align: center;
  }
  .loans h5.number_h5 span {
    text-align: left;
  }
  .loans span.h5_small_txt {
    display: block;
    font-size: 13px;
    margin-left: 0;
  }
  .privacy h4 {
    padding-bottom: 0;
    background: none;
    text-align: left;
  }
  .case_img img {
    display: block;
    width: 100%;
    position: relative;
    transform: none;
    top: 0;
  }
  p.case_img {
    margin: 0 auto;
    width: 100%;
    height: auto;
    overflow: unset;
  }
  .under_page .kiji_contri_txt h3 {
    font-size: 19px;
    padding: 0 0 50px 0;
    margin: 0 0 32px 0;
  }
  .under_page .kiji_contri_txt h4 {
    font-size: 18px;
    width: 700px;
    background: none;
    padding: 0 0 14px 0;
    margin: 0 0 18px 0;
    width: 100%;
    text-align: left;
  }
  .under_page .kiji_contri_txt h5 {
    font-size: 16px;
    padding: 0 0 0 0;
    margin: 0 0 10px 0;
    text-align: left;
  }
  .under_page .kiji_contri_txt p {
    margin: 0 0 24px 0;
  }
  .sperWallWrap ol dl br {
    display: inherit;
  }
  .sperWallWrap ol dl dt {
    margin: 0 0 10px 0;
  }
  .sperWallWrap ol dl dt span {
    padding: 0 0 10px 0;
    border-right: none;
    margin: 0 0 10px 0;
  }
  .sperWallWrap ol li {
    margin: 0 0 30px 0;
  }
  /*170417*/
  .box_logo_01 img {
    float: none;
    position: initial;
    margin-bottom: 15px;
  }
  .box_logo_01 {
    height: auto;
    margin-bottom: 25px;
  }
  .box_logo_01 p {
    display: block;
    position: initial;
    text-align: center;
    height: auto;
  }
  .contri_bottom {
    text-align: center;
  }
  /* 180606 */
  #blog .match_item {
    display: block;
    border: solid 1px #9999;
  }
  #blog dl.blog_list_data {
    width: 100%;
  }
  #blog .blog_list_box {
    width: 100%;
    padding-right: 0;
  }
  .blog_sidebar {
    margin: 0 auto;
  }
  #blog .blog_list_container {
    display: block;
    margin-top: 30px;
  }
  #blog .blog_list_img {
    width: 100%;
  }
  #blog .tab_btn {
    width: 100%;
  }
  #blog .tab_btn li {
    text-align: center;
    float: none;
    margin: 0 auto 10px;
    box-sizing: border-box;
    width: 230px;
  }
  #blog .tab_btn li:nth-of-type(4) {
    margin-right: auto;
  }
  #blog .tab_btn li:nth-of-type(5) {
    margin-right: auto;
  }
  .tab_btn li:nth-of-type(5) {
    margin-right: auto;
  }
  #blog .news_list_container {
    display: block;
  }
  #blog .contri_cont_area {
    width: 100%;
  }
  #blog .contri_img_area {
    width: 100%;
    padding-top: 20px;
  }
  #blog .contri_cont {
    width: 100%;
  }
  .news_list_box li {
    cursor: none;
  }
  .news_list_cate {
    margin: -21px 0 0 0;
  }
  ul.page-numbers {
    margin: 20px 0 0 0;
  }
  .news_list_container h2.under_h2 {
    padding: 15px 0;
  }
  .news_box {
    padding: 10px 0 70px;
  }
  .main_img {
    height: 50vh;
    overflow: hidden;
  }
  .sp_btn_box p,
  .sp_btn_box {
    height: 50px;
    overflow: hidden;
  }
  .sp.sp_slider_img_txt {
    height: 32vh;
  }
  .main_img {
    height: calc(100vh - 85px);
  }
  .main_img li.sl_pc01,
  .main_img li.sl_pc02,
  .main_img li.sl_pc03,
  .main_img li.sl_pc04 {
    padding: 32vh 0 0 0;
    height: calc(-85px + 100vh);
    box-sizing: border-box;
  }
  .main_img .sp.sp_slider_img_txt {
    height: auto;
    margin: 0 0 30px 0;
  }
  .main_img .sp_slider_txt {
    text-align: left;
    text-shadow: 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff, 0px 0px 5px #ffffff;
  }
}
@media (max-width: 640px) {
  dl.news_list_data {
    height: auto !important;
  }
  .news_link a {
    width: 100%;
  }
  .news_link a:after {
    right: 10px;
  }
  .news_list_container h3.under_h3.txt_left.font_weight_normal {
    font-weight: bold !important;
    padding: 15px 0 0 0;
  }
}
@media (max-width: 375px) {
  .tab_btn.tab_staff li {
    height: 62px;
    display: table;
    width: 33.33333333%;
  }
  .tab_btn.tab_staff li a {
    height: 62px;
    display: table-cell;
    vertical-align: middle;
  }
}
.fb_sp {
  width: 100%;
}
.fb_sp .fb-page span {
  width: 100% !important;
}
.fb_sp .fb-page span iframe {
  width: 100% !important;
}
@media screen and (max-width: 768px) {
  .main_img li.sl_pc01 {
    padding-top: 8vh;
  }
  .main_img li.sl_pc01 .sp_slider_img_txt {
    margin-bottom: 25px;
  }
  .main_img li.sl_pc02 .sp.sp_slider_img_txt,
  .main_img li.sl_pc03 .sp.sp_slider_img_txt,
  .main_img li.sl_pc04 .sp.sp_slider_img_txt {
    position: absolute;
    left: 2%;
    top: 100px;
  }
  .main_img li.sl_pc02 .sp_slider_img_txt span,
  .main_img li.sl_pc03 .sp_slider_img_txt span,
  .main_img li.sl_pc04 .sp_slider_img_txt span {
    width: 50vw;
  }
  .main_img li.sl_pc01 .sp_slider_txt {
    padding-top: 0;
  }
  .main_img li.sl_pc02,
  .main_img li.sl_pc03,
  .main_img li.sl_pc04 {
    padding-top: 8vh;
    display: flex;
    justify-content: space-around;
  }
  .main_img li.sl_pc03 .sp_slider_txt,
  .main_img li.sl_pc04 .sp_slider_txt,
  .main_img li.sl_pc02 .sp_slider_txt {
    position: absolute;
    bottom: 50px;
    font-size: 5vw;
    font-weight: bold;
    line-height: 1.5;
  }
}
.service-style .h3_section_box .inner {
  width: 1200px;
  margin: 0 auto;
}
.service-style .box01 {
  margin-top: 50px;
  margin-bottom: 100px;
}
.service-style .box01 h3,
.service-style .box01 p {
  text-align: center;
}
.service-style .box01 h3 {
  font-weight: 500;
  font-size: 24px;
  padding-bottom: 15px;
  position: relative;
}
.service-style .box01 h3:after {
  position: absolute;
  left: calc(50% - 200px);
  margin: 0 auto;
  text-align: center;
  content: "";
  bottom: 0;
  max-width: 400px;
  width: 100%;
  height: 1px;
  border-bottom: 2px dashed #707070;
}
.service-style .box01 p {
  text-align: center;
  position: relative;
  padding-top: 15px;
  font-size: 20px;
}
.service-style .box01 p span {
  vertical-align: middle;
}
.service-style .box01 p span img {
  width: auto;
}
.service-style .box02 h3 {
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 80px;
}
.service-style .box02 .list-box {
  display: flex;
  flex-flow: row nowrap;
}
.service-style .box02 .list-box .list {
  margin-right: 30px;
}
.service-style .box02 .list-box .list:last-child {
  margin-right: 0;
}
.service-style .box02 .list-box a {
  text-decoration: none;
  color: black;
}
.service-style .box02 .list-box a:hover img {
  opacity: 0.7;
}
.service-style .box02 .list-box h5,
.service-style .box02 .list-box p {
  text-align: center;
}
.service-style .box02 .list-box h5 {
  /* font-size: 20px; */
  font-size: 24px;
  font-weight: bold;
  margin-top: 15px;
  margin-bottom: 15px;
  background-image: none;
  padding-top: 0;
}
.service-style .box02 .list-box p {
  font-size: 16px;
}
.service-style .box02 .list-box p mark {
  background: none;
  font-weight: bold;
}
.service-style .box03 {
  background: #F9F2E8;
  margin-top: 200px;
}
.service-style .box05 .list-summary {
  padding-bottom: 50px;
}
.service-style .box06 {
  margin-bottom: 100px;
}
.service-style .box06 .under_btn {
  margin: 0 auto;
}
.service-style .box07 h3 {
  text-align: center;
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 50px;
}
.service-style .box07 .listbox-horizontal {
  justify-content: space-between;
}
.service-style .box07 .list {
  width: 300px;
}
.service-style .box07 .list a {
  text-decoration: none;
  color: black;
}
.service-style .box07 .list a:hover img {
  opacity: 0.7;
}
.service-style .box03 .listbox-horizontal .list,
.service-style .box04 .listbox-horizontal .list,
.service-style .box05 .listbox-horizontal .list {
  width: 620px;
}
.service-style .titlebox {
  padding-top: 80px;
  font-size: 40px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 0;
}
.service-style .pbox {
  font-size: 20px;
  margin-top: 10px;
  font-weight: bold;
}
.service-style .listbox-horizontal {
  margin-top: 20px;
  margin-bottom: 140px;
  display: flex;
}
.service-style .listbox-horizontal .img {
  width: 100%;
  max-width: 500px;
  margin-right: 80px;
}
.service-style .listbox-horizontal .title {
  font-weight: bold;
  font-size: 24px;
}
.service-style .listbox-horizontal .subtitle {
  font-size: 20px;
  font-weight: bold;
}
.service-style .listbox-horizontal p {
  margin-top: 15px;
}
.service-style .list-img {
  margin-top: 30px;
  margin-bottom: 130px;
}
.service-style .list-img .img {
  display: flex;
  flex-flow: row wrap;
}
.service-style .list-img .img img {
  width: calc(100% / 2);
}
.service-style .title {
  font-size: 24px;
  font-weight: bold;
}
.service-style .subtitle {
  font-size: 20px;
  font-weight: bold;
}
.service-style .list-summary {
  margin-top: 30px;
  padding-bottom: 50px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
.service-style .list-summary .list {
  width: 48.5%;
  margin-bottom: 50px;
}
.service-style .list-summary .list .img {
  width: 100%;
}
.service-style .list-summary .list .img img {
  width: 100%;
}
.service-style .list-summary .list .title {
  margin: 5px 0;
  font-size: 18px;
}
.service-style .list-summary .list p {
  font-size: 16px;
}
.service-style .list-summary .list p span {
  font-weight: bold;
}
.cococi-style h5.h5_01 {
  font-size: 30px;
  display: flex;
  align-items: baseline;
  line-height: 1.5;
}
.cococi-style h5.h5_01 span {
  font-family: Caveat-Regular;
  color: #1ab0bf;
  padding-right: 10px;
  font-size: 45px;
  display: block;
}
@media screen and (max-width: 768px) {
  .service-style .box06 .under_btn a {
    padding: 20px 35px 20px 130px;
  }
  .service-style .h3_section_box .inner {
    width: 100%;
    padding: 0 10px;
  }
  .service-style .box01 {
    margin-top: 30px;
    margin-bottom: 80px;
  }
  .service-style .box01 h3 {
    font-size: 24px;
  }
  .service-style .box01 p span img {
    display: inline;
  }
  .service-style .box02 h3 {
    margin-bottom: 50px;
    font-size: 24px;
  }
  .service-style .box02 .list-box {
    flex-flow: column nowrap;
    justify-content: center;
  }
  .service-style .box02 .list-box .list {
    margin-right: 0;
    margin-bottom: 50px;
  }
  .service-style .box03,
  .service-style .box04,
  .service-style .box05 {
    margin-top: 50px;
  }
  .service-style .box03 .inner,
  .service-style .box04 .inner,
  .service-style .box05 .inner {
    padding: 0 10px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  .service-style .box03 .listbox-horizontal .list,
  .service-style .box04 .listbox-horizontal .list,
  .service-style .box05 .listbox-horizontal .list {
    width: 100%;
  }
  .service-style .box06 .inner {
    max-width: 500px;
    width: 100%;
  }
  .service-style .box06 .btn_center_box {
    width: 100%;
  }
  .service-style .listbox-horizontal {
    flex-flow: column nowrap;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 50px;
  }
  .service-style .listbox-horizontal .img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .service-style .listbox-horizontal img {
    width: 100%;
  }
  .service-style .list-img {
    margin-bottom: 50px;
  }
  .service-style .list-img .img {
    flex-flow: column nowrap;
  }
  .service-style .list-img .img img {
    width: 100%;
  }
  .service-style .list-summary {
    flex-flow: column nowrap;
    padding-bottom: 0px;
  }
  .service-style .list-summary .list {
    width: 100%;
  }
  .service-style .list-summary .list .title {
    margin-top: 10px;
  }
  .service-style .box04 {
    margin-top: 0;
  }
  .service-style .box04 .titlebox {
    padding-top: 40px;
  }
  .service-style .box04 .pbox {
    margin: 0;
  }
  .service-style .box05 .titlebox {
    padding-top: 0;
  }
  .service-style .box05 .list-summary {
    padding-bottom: 0;
  }
  .service-style .box06 {
    margin-bottom: 60px;
  }
  .service-style .box07 h3 {
    font-size: 24px;
  }
  .service-style .box07 .listbox-horizontal {
    flex-flow: row wrap;
  }
  .service-style .box07 .listbox-horizontal .img {
    margin-bottom: 0;
  }
  .service-style .box07 .list {
    width: 47%;
    margin-bottom: 50px;
  }
  .cococi-style h5.h5_01 {
    font-size: 16px;
  }
  .cococi-style h5.h5_01 span {
    font-size: 26px;
  }
}
.service-style .box02 h3,
.service-style .box07 h3 {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
}
.service-style .box02 h3 .after,
.service-style .box02 h3 .before,
.service-style .box07 h3 .after,
.service-style .box07 h3 .before {
  vertical-align: middle;
}
.service-style .box02 h3 .after img,
.service-style .box02 h3 .before img,
.service-style .box07 h3 .after img,
.service-style .box07 h3 .before img {
  display: inline;
}
.service-style .box02 h3 .after,
.service-style .box07 h3 .after {
  padding-left: 15px;
}
.service-style .box02 h3 .before,
.service-style .box07 h3 .before {
  padding-right: 15px;
}
.pickup_contents .smtxt {
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .service-style .box07 h3 {
    font-size: 3vw;
    margin-bottom: 50px;
  }
  .service-style .box07 .after,
  .service-style .box07 .before {
    width: 15vw;
  }
}
@media screen and (max-width: 710px) {
  .service-style .box02 h3 {
    font-size: 4.1vw;
  }
  .service-style .box02 h3 .after,
  .service-style .box02 h3 .before {
    width: 15vw;
  }
}
@media screen and (max-width: 480px) {
  .service-style .box01 p {
    font-size: 4vw;
  }
  .service-style .pbox {
    font-size: 4.5vw;
  }
}
@media screen and (max-width: 400px) {
  .service-style .box01 h3 {
    font-size: 6vw;
  }
  .service-style .box01 h3:after {
    left: 0;
    max-width: initial;
    width: 100%;
  }
  .service-style .box01 p span img {
    width: 10vw;
  }
}
@media screen and (max-width: 350px) {
  .service-style .box02 h3,
  .service-style .box07 h3 {
    justify-content: center;
    flex-flow: column nowrap;
    align-items: center;
    font-size: 5.5vw;
  }
  .service-style .box02 h3 .before,
  .service-style .box02 h3 .after,
  .service-style .box07 h3 .before,
  .service-style .box07 h3 .after {
    width: 140px;
  }
  .service-style .box02 h3 .before,
  .service-style .box07 h3 .before {
    padding-right: 0;
    padding-bottom: 10px;
  }
  .service-style .box02 h3 .after,
  .service-style .box07 h3 .after {
    padding-left: 0;
    padding-top: 10px;
  }
  .service-style .box07 h3 {
    font-size: 4.3vw;
  }
}
/*# sourceMappingURL=styles.css.map */