@charset "UTF-8";
/*----------------------------------------------------
	setting
----------------------------------------------------*/
/* ---カラー指定
-------------------------------------------*/
/* --------------------------------------------------------------------------------------------
lower（下層ページ）
-------------------------------------------------------------------------------------------- */
.header {
  position: inherit;
  top: inherit;
}
.header .openbtn .text .open {
  color: #002878;
}

/* ----------------------------------------------
lower_visual
---------------------------------------------- */
.lower_visual {
  position: relative;
  z-index: 0;
  display: flex;
  align-items: center;
  width: 100%;
  height: 240px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 900px) {
  .lower_visual {
    height: 180px;
  }
}
.lower_visual .inner {
  position: relative;
  z-index: 2;
  width: 100%;
  color: #fff;
  text-align: center;
}
.lower_visual .text_top {
  margin: 0 auto 15px;
  font-weight: bold;
  font-size: 36px;
}
@media screen and (max-width: 900px) {
  .lower_visual .text_top {
    font-size: 24px;
  }
}
@media screen and (max-width: 900px) {
  .lower_visual .text_top img {
    height: 35px;
    width: auto;
  }
}
.lower_visual .text_bottom {
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .lower_visual .text_bottom {
    font-size: 14px;
  }
}

.openhouse_page .lower_visual {
  height: 130px;
}
@media screen and (max-width: 900px) {
  .openhouse_page .lower_visual {
    height: 120px;
  }
}
.openhouse_page .lower_visual .text_top {
  margin-bottom: 10px;
  line-height: 1;
}

.news_page .lower_visual {
  background-image: url("../img/news/img_main_visual.png");
}

.about_page .lower_visual {
  background-image: url("../img/news/img_main_visual.png");
}

.contact_page .lower_visual {
  background-image: url("../img/contact/img_main_visual.png");
}

/* ----------------------------------------------
news_page
----------------------------------------------*/
#newsList .newsWrap_list {
  border-top: 1px solid #ddddd5;
}
#newsList .newsList_item a {
  color: #333;
  width: 100%;
  display: grid;
  position: relative;
  grid-row-gap: 1.3rem;
  row-gap: 0.5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  border-bottom: 1px solid #ddddd5;
  transition: 0.6s;
  box-sizing: border-box;
}
#newsList .newsList_item a:hover {
  background-color: #f5f5f5;
  text-decoration: none;
}
@media screen and (max-width: 900px) {
  #newsList .newsList_item a {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    row-gap: 0.2rem;
  }
}
#newsList .newsList_item .data {
  display: block;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 900px) {
  #newsList .newsList_item .data {
    font-size: 16px;
  }
}
#newsList .newsList_item .ttl {
  font-size: 20px;
}
@media screen and (max-width: 900px) {
  #newsList .newsList_item .ttl {
    font-size: 18px;
  }
}

.news_detailTitle {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  color: #ffffff;
  background: #002878;
  padding: 20px 0;
  text-align: center;
}
@media screen and (max-width: 900px) {
  .news_detailTitle {
    font-size: 24px;
    padding: 14px 2%;
  }
}

#news_detail {
  width: 980px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  #news_detail {
    width: 100%;
  }
}
#news_detail .section_inner {
  padding: 50px 0;
  width: 90%;
  margin: 0 auto;
}
#news_detail p {
  font-size: 16px;
}
#news_detail .published {
  font-size: 16px;
}
#news_detail .c-title3 {
  font-size: 36px;
  font-weight: bold;
  color: #002878;
  margin: 10px 0;
}
@media screen and (max-width: 900px) {
  #news_detail .c-title3 {
    font-size: 20px;
  }
}
#news_detail .comment {
  font-weight: bold;
  margin-bottom: 50px;
}
#news_detail .btn_wrap {
  text-align: center;
  margin-top: 50px;
}
#news_detail .btn_wrap .btn_top_txt {
  font-weight: bold;
  margin-bottom: 30px;
}
#news_detail .img_wrap {
  text-align: center;
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  #news_detail .img_wrap {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
}
#news_detail .grid {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #news_detail .grid {
    display: block;
  }
}
#news_detail .img_wrap .left_inner,
#news_detail .img_wrap .right_inner {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #news_detail .img_wrap .left_inner,
  #news_detail .img_wrap .right_inner {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  #news_detail .img_wrap .right_inner {
    margin-top: 15px;
  }
}
#news_detail .img_wrap + p {
  margin-top: 15px;
}
#news_detail .c-btn01 a {
  display: block;
  width: 270px;
  background-color: #002878;
  border: 1px solid #002878;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto;
  text-align: center;
  text-decoration: none;
  padding: 15px 0;
  border-radius: 30px;
  transition: ease 0.2s;
  box-sizing: border-box;
  box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.25);
}
#news_detail .c-btn01 a:hover {
  background-color: #fff;
  border: 1px solid #002878;
  color: #002878;
}
#news_detail .news_prev_btn a {
  max-width: 190px;
  position: relative;
  display: block;
  color: #000;
  border: 1px solid #000;
  padding: 8px 0;
  text-decoration: none;
  text-align: center;
  margin: 80px auto 0;
  transition: ease 0.2s;
  border-radius: 30px;
}
#news_detail .news_prev_btn a:hover {
  background-color: #000;
  color: #fff;
}
#news_detail .news_detailContact {
  margin: 70px 0 0;
  justify-content: flex-start;
  align-items: flex-start;
  background-color: #f5f5f5;
  padding: 30px;
}
@media screen and (max-width: 900px) {
  #news_detail .news_detailContact {
    margin-top: 50px;
  }
}
#news_detail .news_detailContact .right_inner {
  margin-left: 100px;
}
@media screen and (max-width: 900px) {
  #news_detail .news_detailContact .right_inner {
    margin-left: 0;
    margin-top: 30px;
  }
}
#news_detail .news_detailContact.w-720 {
  width: 720px;
  margin: 70px auto 0;
}
@media screen and (max-width: 900px) {
  #news_detail .news_detailContact.w-720 {
    width: 100%;
    box-sizing: border-box;
    margin-top: 50px;
  }
}
#news_detail .contactWrap_title {
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  #news_detail .contactWrap_title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}
#news_detail .contactWrap_txt {
  font-size: 16px;
}
@media screen and (max-width: 900px) {
  #news_detail .contactWrap_txt {
    font-size: 14px;
  }
}

.movie_wrap {
  width: 880px;
  margin: 50px auto 0;
}
@media screen and (max-width: 900px) {
  .movie_wrap {
    width: 100%;
    margin-top: 30px;
  }
}
.movie_wrap .movie_wrap_inner {
  width: 100%;
  aspect-ratio: 16/9;
}
.movie_wrap iframe {
  width: 100%;
  height: 100%;
}

/* ----------------------------------------------
openhouse_page
---------------------------------------------- */
.openhouse_page .lower_visual .inner {
  color: #002878;
}
@media screen and (max-width: 900px) {
  .openhouse_page .lower_visual .inner .text_top {
    font-size: 34px;
  }
}
.openhouse_page .pdf_title {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  color: #ffffff;
  background: #002878;
  padding: 20px 0;
}
@media screen and (max-width: 900px) {
  .openhouse_page .pdf_title {
    font-size: 24px;
  }
}
.openhouse_page .pdf_title .title_icon {
  margin-right: 20px;
}
@media screen and (max-width: 900px) {
  .openhouse_page .pdf_title .title_icon img {
    height: 50px;
    width: auto;
  }
}
.openhouse_page .pdfWrap_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}
@media screen and (max-width: 900px) {
  .openhouse_page .pdfWrap_list {
    display: block;
    width: 75%;
    margin: 0 auto;
  }
}
.openhouse_page .pdfWrap_list .pdfList_item {
  width: 31%;
  position: relative;
}
@media screen and (max-width: 900px) {
  .openhouse_page .pdfWrap_list .pdfList_item {
    width: 100%;
    margin-top: 40px;
  }
}
.openhouse_page .pdfWrap_list .pdfList_item:nth-child(n+4) {
  margin-top: 40px;
}
@media screen and (max-width: 900px) {
  .openhouse_page .pdfWrap_list .pdfList_item:first-child {
    margin-top: 0;
  }
}
.openhouse_page .pdfWrap_list .pdfList_item a:hover {
  opacity: 0.8;
}
.openhouse_page .pdfWrap_list .pdfList_item .item_img {
  border: #969696 1px solid;
  margin-bottom: 15px;
}
.openhouse_page .pdfWrap_list .pdfList_item .item_ttl {
  display: block;
  font-size: 18px;
  color: #002878;
  text-align: center;
  text-decoration: underline;
  margin-top: 15px;
}
@media screen and (max-width: 900px) {
  .openhouse_page .pdfWrap_list .pdfList_item .item_ttl {
    font-size: 16px;
  }
}
.openhouse_page .pdfWrap_list .pdfList_item .item_num {
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  height: 70px;
  background: #002878;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* -----------------------
  catalog_page
  ----------------------- */
.catalog_page .inner_top {
  font-size: 12px;
  margin: 40px 0 80px;
  padding: 40px 20px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  align-items: flex-start;
}
@media screen and (max-width: 900px) {
  .catalog_page .inner_top {
    padding: 30px 10px;
  }
}
.catalog_page .inner_top .inner_topTtl {
  font-size: 14px;
  font-weight: bold;
}
.catalog_page .inner_top .kiyaku_list li {
  position: relative;
  padding-left: 15px;
}
.catalog_page .inner_top .kiyaku_list li::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  position: absolute;
  top: 3px;
  left: 0;
}
.catalog_page .inner_top p {
  font-size: 12px;
}
.catalog_page .inner_top .kiyaku_wrap,
.catalog_page .inner_top .accessibility_wrap {
  width: 100%;
}
@media screen and (max-width: 900px) {
  .catalog_page .inner_top .kiyaku_wrap,
  .catalog_page .inner_top .accessibility_wrap {
    width: 100%;
  }
}
@media screen and (max-width: 900px) {
  .catalog_page .inner_top .kiyaku_wrap {
    margin-bottom: 30px;
  }
}
.catalog_page .catalog_contentWrap {
  width: 700px;
  margin: 0 auto;
}
@media screen and (max-width: 900px) {
  .catalog_page .catalog_contentWrap {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  .catalog_page .catalog_contentWrap {
    width: 100%;
  }
}
.catalog_page .catalog_contentWrap .ttl_h4 {
  font-size: 24px;
  color: #002878;
  font-weight: bold;
  text-align: center;
  margin: 70px 0;
}
@media screen and (max-width: 900px) {
  .catalog_page .catalog_contentWrap .ttl_h4 {
    font-size: 18px;
    margin: 35px 0;
  }
}
.catalog_page .catalog_content {
  align-items: flex-start;
}
.catalog_page .catalog_content .img_wrap {
  width: 254px;
  flex-shrink: 0;
  margin-top: 0 !important;
}
@media screen and (max-width: 900px) {
  .catalog_page .catalog_content .img_wrap {
    width: 200px;
  }
}
.catalog_page .catalog_content .box_content {
  width: calc(100% - 360px);
  margin-bottom: 50px;
}
@media screen and (max-width: 900px) {
  .catalog_page .catalog_content .box_content {
    width: calc(100% - 300px);
  }
}
@media screen and (max-width: 768px) {
  .catalog_page .catalog_content .box_content {
    width: 100%;
    padding: 0 17%;
    box-sizing: border-box;
  }
}
.catalog_page .catalog_content .box_title {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .catalog_page .catalog_content .box_title {
    font-size: 18px;
  }
}
.catalog_page .catalog_content .box_title .title_low {
  font-size: 18px;
  display: block;
}
@media screen and (max-width: 900px) {
  .catalog_page .catalog_content .box_title .title_low {
    font-size: 14px;
  }
}
.catalog_page .catalog_content .box_table {
  font-size: 14px;
}
.catalog_page .catalog_content .c-btn02 a {
  font-weight: bold;
  color: #fff;
  display: block;
  background: #002878;
  border: 1px solid #002878;
  text-align: center;
  padding: 7px 0;
  border-radius: 3px;
  margin-top: 15px;
  font-size: 14px;
  transition: ease 0.2s;
}
.catalog_page .catalog_content .c-btn02 a:hover {
  background-color: #FFF;
  border: 1px solid #002878;
  color: #002878;
  text-decoration: none;
}
.catalog_page .catalog_content .link_note {
  font-size: 14px !important;
  margin-top: 5px;
}

/* ----------------------------------------------
  about_page
  ---------------------------------------------- */
.about_page #message .left_inner {
  width: calc(100% - 390px);
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .about_page #message .left_inner {
    width: 100%;
  }
}
.about_page #message .btm_txt {
  line-height: 1.8;
}
.about_page #message .right_inner {
  width: 360px;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .about_page #message .right_inner {
    width: 60%;
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 768px) {
  .about_page #message .right_inner {
    width: 80%;
  }
}
.about_page #greeting {
  width: 100%;
  background-color: #f5f5f5;
}
.about_page #greeting .left_inner {
  width: min(210px, 36vw);
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .about_page #greeting .left_inner {
    /* width: 36vw; */
    margin: 0 auto 40px;
  }
}
.about_page #greeting .right_inner {
  width: calc(100% - 250px);
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .about_page #greeting .right_inner {
    width: 100%;
  }
}
.about_page #greeting .btm_txt {
  line-height: 1.8;
}
.about_page #greeting .ceo_name {
  font-size: 14px;
  display: block;
}
@media screen and (max-width: 900px) {
  .about_page #greeting .ceo_name {
    margin-top: 15px;
  }
}
.about_page #greeting .ceo_name .name {
  font-size: 24px;
  padding-left: 15px;
}
@media screen and (max-width: 900px) {
  .about_page #greeting .ceo_name .name {
    font-size: 18px;
  }
}
.about_page #company .grid {
  align-items: flex-start;
}
.about_page #company .left_inner .companyWrap_ttl span {
  font-weight: bold;
  letter-spacing: 0.2em;
}
.about_page #company .left_inner img {
  width: 272px;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .about_page #company .left_inner img {
    width: 36.8vw;
    margin-left: 0;
  }
}
@media screen and (max-width: 768px) {
  .about_page #company .left_inner img {
    width: 58.8vw;
    margin-left: 0;
  }
}
.about_page #company .right_inner {
  width: 655px;
  flex-shrink: 0;
  margin-left: 30px;
}
@media screen and (max-width: 900px) {
  .about_page #company .right_inner {
    width: 100%;
    margin-left: 0;
    margin-top: 50px;
  }
}
.about_page #company .right_inner table {
  border-top: #969696 1px solid;
  font-size: 14px;
  width: 100%;
}
.about_page #company .right_inner table tr {
  border-bottom: #969696 1px solid;
}
.about_page #company .right_inner table th {
  width: 15%;
  padding: 10px 5px 10px 35px;
  border-bottom: hsl(0, 0%, 59%) 1px solid;
  font-weight: bold;
}
@media screen and (max-width: 900px) {
  .about_page #company .right_inner table th {
    padding: 10px 0 10px 0;
    font-size: 11px;
    width: 11%;
  }
}
.about_page #company .right_inner table td {
  border-bottom: #969696 1px solid;
  padding: 10px;
}
@media screen and (max-width: 900px) {
  .about_page #company .right_inner table td {
    font-size: 11px;
  }
}
.about_page #company .right_inner table dl {
  display: flex;
  justify-content: flex-start;
}
@media screen and (max-width: 900px) {
  .about_page #company .right_inner table dl {
    display: block;
    font-size: 11px;
  }
}
.about_page #company .right_inner table dl dt {
  width: 22%;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .about_page #company .right_inner table dl dt {
    width: 100%;
    text-align: left;
  }
}
.about_page #company .right_inner table dl dd {
  display: table-cell;
}
@media screen and (max-width: 900px) {
  .about_page #company .right_inner table dl dd {
    width: 100%;
    text-align: left;
  }
}
.about_page #value .grid {
  margin-bottom: 80px;
}
@media screen and (max-width: 900px) {
  .about_page #value .grid {
    margin-bottom: 50px;
  }
}
.about_page #value .grid:last-child {
  margin-bottom: 0;
}
.about_page #value .grid .img_wrap {
  flex-shrink: 0;
  width: min(360px, 80vw);
}
@media screen and (max-width: 900px) {
  .about_page #value .grid .img_wrap {
    /* width: 80%; */
    margin: 30px auto 0;
  }
}
.about_page #value .grid .left_inner.img_wrap {
  margin-right: 25px;
}
@media screen and (max-width: 900px) {
  .about_page #value .grid .left_inner.img_wrap {
    margin-right: auto;
  }
}
.about_page #value .grid .right_inner.img_wrap {
  margin-left: 25px;
}
@media screen and (max-width: 900px) {
  .about_page #value .grid .right_inner.img_wrap {
    margin-left: auto;
  }
}
.about_page #value .section_btm,
.about_page #buisiness .section_btm {
  background-image: url("../img/about/bg_fsbj.png");
  background-repeat: repeat-y;
  background-size: cover;
  position: relative;
}
.about_page #value .section_btm:before,
.about_page #buisiness .section_btm:before {
  content: "";
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  border-width: 30px 20px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%);
  -webkit-transform: translate(-50%);
  height: 0px;
  width: 0px;
}
.about_page #value .section_btm .section_inner,
.about_page #buisiness .section_btm .section_inner {
  padding-top: 60px;
}
.about_page #value .section_btm .ttl_h3,
.about_page #buisiness .section_btm .ttl_h3 {
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
  line-height: 1.5;
}
.about_page #value .section_btm .ttl_h3 .ttl_topTxt,
.about_page #buisiness .section_btm .ttl_h3 .ttl_topTxt {
  font-size: 24px;
}
@media screen and (max-width: 900px) {
  .about_page #value .section_btm .ttl_h3 .ttl_topTxt,
  .about_page #buisiness .section_btm .ttl_h3 .ttl_topTxt {
    font-size: 22px;
  }
}
.about_page #value .section_btm .ttl_h3 .ttl_bottomTxt,
.about_page #buisiness .section_btm .ttl_h3 .ttl_bottomTxt {
  color: #002878;
  font-size: 32px;
}
@media screen and (max-width: 900px) {
  .about_page #value .section_btm .ttl_h3 .ttl_bottomTxt,
  .about_page #buisiness .section_btm .ttl_h3 .ttl_bottomTxt {
    font-size: 26px;
  }
}
.about_page #value .section_btm .service_fsbjWrap,
.about_page #buisiness .section_btm .service_fsbjWrap {
  width: 760px;
  margin: 0 auto;
  align-items: flex-start;
  justify-content: center;
}
@media screen and (max-width: 900px) {
  .about_page #value .section_btm .service_fsbjWrap,
  .about_page #buisiness .section_btm .service_fsbjWrap {
    width: 94%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
  }
}
@media screen and (max-width: 768px) {
  .about_page #value .section_btm .service_fsbjWrap,
  .about_page #buisiness .section_btm .service_fsbjWrap {
    width: 100%;
    justify-content: center;
  }
}
.about_page #value .section_btm .service_fsbjItem,
.about_page #buisiness .section_btm .service_fsbjItem {
  text-align: center;
  width: 240px;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .about_page #value .section_btm .service_fsbjItem,
  .about_page #buisiness .section_btm .service_fsbjItem {
    width: 24vw;
  }
}
@media screen and (max-width: 768px) {
  .about_page #value .section_btm .service_fsbjItem,
  .about_page #buisiness .section_btm .service_fsbjItem {
    width: 27vw;
  }
}
.about_page #value .section_btm .service_fsbjItem .fsbjItem_img,
.about_page #buisiness .section_btm .service_fsbjItem .fsbjItem_img {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  height: auto;
  width: min(157px, 20vw);
  margin: 0 auto 15px;
}
.about_page #value .section_btm .fsbjItem_name,
.about_page #buisiness .section_btm .fsbjItem_name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.5;
}
@media screen and (max-width: 900px) {
  .about_page #value .section_btm .fsbjItem_name,
  .about_page #buisiness .section_btm .fsbjItem_name {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .about_page #value .section_btm .fsbjItem_name,
  .about_page #buisiness .section_btm .fsbjItem_name {
    font-size: 11px;
  }
}
.about_page #value .section_btm .fsbjItem_name .small_txt,
.about_page #buisiness .section_btm .fsbjItem_name .small_txt {
  display: block;
  font-size: 18px;
  font-weight: 300;
}
@media screen and (max-width: 900px) {
  .about_page #value .section_btm .fsbjItem_name .small_txt,
  .about_page #buisiness .section_btm .fsbjItem_name .small_txt {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .about_page #value .section_btm .fsbjItem_name .small_txt,
  .about_page #buisiness .section_btm .fsbjItem_name .small_txt {
    font-size: 10px;
  }
}
.about_page #buisiness .right_inner.img_wrap {
  width: 350px;
  flex-shrink: 0;
  margin-left: 40px;
}
@media screen and (max-width: 900px) {
  .about_page #buisiness .right_inner.img_wrap {
    width: 80%;
    margin: 30px auto 0;
  }
}
.about_page #buisiness .bg_gray {
  background-color: #f5f5f5;
}
.about_page #buisiness .bg_gray .grid {
  align-items: flex-start;
}
.about_page #buisiness .buisiness_itemList {
  width: 305px;
  flex-shrink: 0;
}
@media screen and (max-width: 900px) {
  .about_page #buisiness .buisiness_itemList {
    width: 100%;
    margin: 0 auto 30px;
  }
}
@media screen and (max-width: 900px) {
  .about_page #buisiness .buisiness_itemList .buisiness_itemImg {
    width: 80%;
    margin: 0 auto;
  }
}
.about_page #buisiness .buisiness_itemList .buisiness_itemTtl {
  font-size: 24px;
  font-weight: bold;
  margin-top: 25px;
  padding-bottom: 10px;
  border-bottom: #969696 1px solid;
  margin-bottom: 20px;
}
@media screen and (max-width: 900px) {
  .about_page #buisiness .buisiness_itemList .buisiness_itemTtl {
    font-size: 18px;
  }
}
.about_page #buisiness .buisiness_itemList .buisiness_itemText {
  line-height: 1.8;
}
.about_page #buisiness .section_btm:before {
  border-color: #f5f5f5 transparent transparent transparent;
}

/* ----------------------------------------------
  privacy_page
  ---------------------------------------------- */
.privacy_page .privacy_detailTitle {
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 34px;
  color: #ffffff;
  background: #002878;
  padding: 20px 0;
  flex-wrap: wrap;
}
.privacy_page .privacy_detailTitle span {
  width: 100%;
  font-size: 20px;
  text-align: center;
}
.privacy_page .section_inner > * {
  font-size: 16px;
}
.privacy_page .ttl_h3 {
  font-weight: bold;
  font-size: 20px;
  position: relative;
  padding-left: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}
.privacy_page .ttl_h3:before {
  content: "";
  width: 15px;
  height: 15px;
  background: #002878;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.privacy_page .section_inner dl {
  margin-top: 15px;
}
.privacy_page .section_inner dl dt {
  font-weight: bold;
  font-size: 16px;
}
.privacy_page .section_inner dd {
  padding-left: 10px;
}
.privacy_page .section_inner .txt_list {
  margin-top: 15px;
}
.privacy_page .section_inner .txt_list li {
  position: relative;
  padding-left: 15px;
}
.privacy_page .section_inner .txt_list li span {
  position: absolute;
  top: 0;
  left: 0;
}
.privacy_page .section_inner .txt_list.list_02 li {
  padding-left: 45px;
}
.privacy_page .section_inner p:last-child {
  margin-top: 50px;
}

/*------------------------------------------------------------
  Contact
------------------------------------------------------------*/
.p-contact {
  /* min-height: 100vh; */
  padding-bottom: 180px;
}
@media screen and (max-width: 768px) {
  .p-contact {
    padding-bottom: 50px;
  }
}
.p-contact.confirm {
  padding-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-contact.confirm {
    padding-bottom: 50px;
  }
}
.p-contact.thanks .c-title3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .p-contact.thanks .c-title3 {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.p-contact.thanks .thanks_btn {
  text-align: center;
  margin-top: 100px;
}
@media screen and (max-width: 768px) {
  .p-contact.thanks .thanks_btn {
    margin-top: 60px;
  }
}
.p-contact .contact_content {
  max-width: 960px;
  margin: 75px auto 0;
  font-size: 1.4rem;
}
@media screen and (max-width: 900px) {
  .p-contact .contact_content {
    font-size: 1.1rem;
    width: 90%;
    margin-top: 50px;
  }
}
.p-contact .contact_txt01 {
  line-height: 1.5;
  font-size: 14px;
}
.p-contact .contact_txt01 a {
  color: #003296;
  text-decoration: underline;
}
.p-contact .contact_txt02 {
  margin-top: 25px;
  margin-bottom: 20px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-contact .contact_txt02 {
    margin-bottom: 10px;
  }
}
.p-contact .required {
  color: red;
}
.p-contact .contact_form.confirm .form_row {
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .p-contact .contact_form.confirm .form_row {
    padding: 15px 0;
  }
}
.p-contact .contact_form .form_content {
  padding: 0 0 30px;
  font-size: 14px;
  border-top: #ddd 1px solid;
}
@media screen and (max-width: 768px) {
  .p-contact .contact_form .form_content {
    padding: 0 5px 10px;
  }
}
.p-contact .contact_form .form_row {
  padding: 20px 0;
  border-bottom: 1px solid #ddd;
}
.p-contact .contact_form .form_name {
  width: 30%;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .p-contact .contact_form .form_name {
    width: 100%;
    margin-bottom: 10px;
  }
}
.p-contact .contact_form .form_name .name_note {
  display: block;
  font-size: 12px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .p-contact .contact_form .form_name .name_note {
    font-size: 9px;
    margin-top: 3px;
  }
}
.p-contact .contact_form .form_input {
  width: 70%;
}
@media screen and (max-width: 768px) {
  .p-contact .contact_form .form_input {
    width: 100%;
  }
}
.p-contact .contact_form .form_input input[type=text],
.p-contact .contact_form .form_input input[type=email],
.p-contact .contact_form .form_input input[type=tel] {
  width: 100%;
  background: #F5F5F5;
  border-radius: 3px;
  height: 45px;
  text-indent: 10px;
}
@media screen and (max-width: 768px) {
  .p-contact .contact_form .form_input input[type=text],
  .p-contact .contact_form .form_input input[type=email],
  .p-contact .contact_form .form_input input[type=tel] {
    height: 45px;
  }
}
.p-contact .contact_form .form_input textarea {
  width: 100%;
  padding: 10px;
  background: #F5F5F5;
  border-radius: 3px;
  height: 245px;
  border: none;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .p-contact .contact_form .form_input textarea {
    height: 188px;
  }
}
.p-contact .contact_form .sz_50 {
  width: 50%;
}
@media screen and (max-width: 768px) {
  .p-contact .contact_form .sz_50 {
    width: 100%;
  }
}
.p-contact .contact_form .form_note {
  text-align: center;
  margin-top: 40px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .p-contact .contact_form .form_note {
    margin-top: 27px;
  }
}
.p-contact .contact_form .form_submit {
  text-align: center;
  margin-top: 40px;
}
@media screen and (max-width: 768px) {
  .p-contact .contact_form .form_submit {
    margin-top: 34px;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .contact_form .form_submit .c-btn02,
  .p-contact .contact_form .form_submit .c-btn03 {
    width: 90%;
    margin: 10px auto;
  }
}
@media screen and (max-width: 768px) {
  .p-contact .contact_form .form_submit .c-btn02 {
    padding: 16px 0;
  }
}
.p-contact .select-dropdown,
.p-contact .select-dropdown * {
  margin: 0;
  padding: 0;
  position: relative;
  box-sizing: border-box;
}
.p-contact .select-dropdown {
  position: relative;
  background-color: #F5F5F5;
  border-radius: 3px;
}
.p-contact .select-dropdown select {
  font-size: 14px;
  font-weight: normal;
  max-width: 100%;
  padding: 12px 24px 11px 10px;
  width: 100%;
  border: none;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  height: 45px;
}
@media screen and (max-width: 768px) {
  .p-contact .select-dropdown select {
    padding: 5px 20px 4px 10px;
    font-size: 12px;
  }
}
.p-contact .select-dropdown select:active, .p-contact .select-dropdown select:focus {
  outline: none;
  box-shadow: none;
}
.p-contact .select-dropdown:after {
  content: "";
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg);
  position: absolute;
  right: 10px;
  top: calc(50% - 4px);
  pointer-events: none;
}
@media screen and (max-width: 768px) {
  .p-contact .select-dropdown:after {
    width: 6px;
    height: 6px;
    top: calc(50% - 3px);
  }
}

.page-child {
  margin: 0;
}
.page-child .l-footer {
  padding: 50px 0;
  background: #003296;
  position: relative;
}
.page-child .l-footer .copyright {
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}

/*------------------------------------------------------------
  error_page
------------------------------------------------------------*/
.error_page .section_inner {
  padding: 140px 0;
}
@media screen and (max-width: 900px) {
  .error_page .section_inner {
    padding: 90px 0;
  }
}

#error404 .c-title3 {
  font-size: 36px;
  font-weight: bold;
  color: #002878;
  margin: 10px 0;
}
#error404 .error_prev_btn a {
  max-width: 190px;
  position: relative;
  display: block;
  color: #000;
  border: 1px solid #000;
  padding: 8px 0;
  text-decoration: none;
  text-align: center;
  margin: 80px auto 0;
  transition: ease 0.2s;
  border-radius: 30px;
}
#error404 .error_prev_btn a:hover {
  background-color: #000;
  color: #fff;
}

/*------------------------------------------------------------
  btn
------------------------------------------------------------*/
.contact_page .c-btn02 {
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  color: #003296;
  background: #fff;
  text-align: center;
  display: inline-block;
  width: 300px;
  border: 2px solid #003296;
  border-radius: 5px;
  padding: 10px 0;
}
@media screen and (max-width: 768px) {
  .contact_page .c-btn02 {
    width: 70%;
    border-radius: 3px;
    padding: 8px 0;
    font-size: 18px;
  }
}
.contact_page .c-btn02 .icon_close {
  display: inline-block;
  width: 22px;
  height: 22px;
  position: relative;
  margin-right: 15px;
  bottom: -2px;
}
@media screen and (max-width: 768px) {
  .contact_page .c-btn02 .icon_close {
    width: 18px;
    height: 18px;
    margin-right: 10px;
  }
}
.contact_page .c-btn02 .icon_close:before {
  content: "";
  width: 2px;
  height: 30px;
  background: #003296;
  position: absolute;
  top: -4px;
  left: 10px;
  transform: rotate(45deg);
}
@media screen and (max-width: 768px) {
  .contact_page .c-btn02 .icon_close:before {
    height: 24px;
    top: -3px;
    left: 8px;
  }
}
.contact_page .c-btn02 .icon_close:after {
  content: "";
  width: 2px;
  height: 30px;
  background: #003296;
  position: absolute;
  top: -4px;
  left: 10px;
  transform: rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .contact_page .c-btn02 .icon_close:after {
    height: 24px;
    top: -3px;
    left: 8px;
  }
}

.page-child .p-contact .contact_form .form_submit {
  text-align: center;
  width: 650px;
  margin: 40px auto 0;
}
@media screen and (max-width: 768px) {
  .page-child .p-contact .contact_form .form_submit {
    width: 100%;
    padding: 0;
  }
}
.page-child .p-contact .contact_form .form_submit .c-btn03 {
  cursor: pointer;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  background: #003296;
  width: 300px;
  max-width: 100%;
  padding: 12px 0;
  border-radius: 5px;
}
@media screen and (max-width: 768px) {
  .page-child .p-contact .contact_form .form_submit .c-btn03 {
    font-size: 18px;
    width: 90%;
    padding: 16px 0;
  }
}

/*------------------------------------------------------------
  display
------------------------------------------------------------*/
.page-child .u-flex {
  display: flex;
}

@media screen and (max-width: 767px) {
  .page-child .u-pc {
    display: none;
  }
}
.page-child .u-sp {
  display: none;
}

@media screen and (max-width: 767px) {
  .page-child .u-sp {
    display: block;
  }
}
/*------------------------------------------------------------
  align
------------------------------------------------------------*/
.page-child .u-middle {
  align-items: center;
}

.page-child .u-center {
  justify-content: center;
}

.page-child .u-between {
  justify-content: space-between;
}

.page-child .u-wrap {
  flex-flow: wrap;
}

.page-child .u-right {
  justify-content: flex-end;
}

.page-child .u-start {
  justify-content: flex-start;
}/*# sourceMappingURL=style.css.map */