@charset "UTF-8";
/*
Theme Name: wordpress base
Description: 住太郎ホーム　2023
Version: 1.0
Tags: html5 css3(scss) javascript php mysql FontAwesome4.7.0
*/
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

html:focus {
  outline: none;
}

body {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #333;
}

.e_font {
  font-family: "Arial", "Helvetica Neue", Arial;
  font-weight: 800;
  font-style: italic;
  line-height: 1.6 !important;
}

main {
  display: block;
  z-index: 1;
  position: relative;
}

.fontSerif {
  font-family: "Helvetica Neue", Helvetica;
}

h2, h3, h4, h5, h6 {
  font-weight: 600 !important;
}

/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 5%;
  padding-right: 5%;
}

@media print, screen and (min-width: 768px) {
  .container {
    width: 750px;
    transition: ease-in 0.1s;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 992px) {
  .container {
    width: 970px;
    transition: ease-in 0.1s;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  .container {
    width: 1170px;
    transition: ease-in 0.1s;
    padding-left: 15px;
    padding-right: 15px;
  }
}
/* ----------------------------------- */
/* clearfix
/* ----------------------------------- */
.clearfix:before, .clearfix:after, .container:before, .container:after {
  content: " ";
  display: table;
}

.clearfix:after, .container:after {
  clear: both;
}

/* ----------------------------------- */
/* フォントサイズ・余白 */
/* ----------------------------------- */
.fs12 {
  font-size: 12px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs24 {
  font-size: 24px !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.w10p {
  width: 10% !important;
}

.w20p {
  width: 20% !important;
}

.w30p {
  width: 30% !important;
}

.w40p {
  width: 40% !important;
}

.w50p {
  width: 50% !important;
}

.w60p {
  width: 60% !important;
}

.w70p {
  width: 70% !important;
}

.w80p {
  width: 80% !important;
}

.w90p {
  width: 90% !important;
}

.w100p {
  width: 100% !important;
}

/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
a {
  color: #00F;
  text-decoration: underline;
  transition: all ease 0.3s;
}

a img {
  transition: all ease 0.3s;
}

a:hover, a:focus {
  color: #002B5E;
  text-decoration: none;
  transition: all ease 0.3s;
}

a:focus, a:active, a:hover {
  outline: 0;
  text-decoration: none;
}

a img:hover {
  opacity: 0.8;
}

/* ----------------------------------- */
/* 配置 */
/* ----------------------------------- */
.alignnone {
  max-width: 100%;
}

.alignleft {
  display: inline;
  float: left;
}

.alignright {
  display: inline;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

blockquote.alignleft,
img.alignleft {
  margin: 0 20px 20px 0;
}

blockquote.alignright,
img.alignright {
  margin: 0 0 20px 20px;
}

blockquote.aligncenter,
img.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
  margin-bottom: 20px;
}

/* ----------------------------------- */
/* イメージ */
/* ----------------------------------- */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
}

img[class*=align], img[class*=wp-image-], img[class*=attachment-] {
  height: auto;
}

img.alignleft, img.alignright, img.aligncenter {
  margin-bottom: 30px;
}

img.alignleft {
  display: inline;
  float: left;
  margin-right: 20px;
}

img.alignright {
  display: inline;
  float: right;
  margin-left: 20px;
}

img.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px !important;
}

/* ----------------------------------- */
/* ギャラリー */
/* ----------------------------------- */
.gallery {
  margin: 30px 0;
}

.gallery .gallery-item {
  display: inline-block;
  padding: 0 1.79104477%;
  text-align: center;
  vertical-align: top;
  width: 100%;
  margin: 0 0 15px;
}

.gallery .gallery-item .gallery-icon img {
  margin: 0 auto;
  width: 100%;
  height: auto;
  border: none !important;
}

.gallery .gallery-item .gallery-caption {
  color: #707070;
  display: block;
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  padding: 0.5em 0 0;
  margin: 0;
}

.gallery.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

@media print, screen and (min-width: 768px) {
  .gallery.gallery-columns-2 .gallery-item {
    max-width: 50%;
  }
  .gallery.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
  .gallery.gallery-columns-4 .gallery-item {
    max-width: 25%;
  }
  .gallery.gallery-columns-5 .gallery-item {
    max-width: 20%;
  }
  .gallery.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
  }
  .gallery.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
  }
  .gallery.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
  }
  .gallery.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
  }
}
/* キャプション */
/* ----------------------------------- */
.wp-caption {
  max-width: 100%;
  margin: 0;
}

.wp-caption img {
  border-color: none;
}

/* ----------------------------------- */
/* ボタン */
/* ----------------------------------- */
.btnWrap {
  margin: 40px 0;
}

.btn {
  display: table;
  padding: 13px 46px 10px 17px;
  width: auto;
  height: 50px;
  margin: 30px 0 30px;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 600 !important;
  touch-action: manipulation;
  text-decoration: none;
  transition: 0.3s ease-in;
  user-select: none;
  position: relative;
  border: 1px solid #fff;
  color: #002B5E;
  background: #fff;
  max-width: auto;
  min-width: 200px;
  cursor: pointer;
  text-align: center !important;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  border-radius: 40px;
}

.btn:after {
  position: absolute;
  border: none;
  content: "";
  font-family: FontAwesome;
  transform: none;
  color: #fff;
  right: 15px;
  font-size: 20px;
  border-radius: 0;
  top: 50%;
  margin-top: -15px;
  transition: 0.3s ease-in;
  width: 24px;
  height: 24px;
  background: url("images/common/btn_arrow_off.svg") no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 28px;
  right: 15px;
}

.btn:hover, .btn:focus {
  color: #002B5E !important;
}

@media print, screen and (min-width: 768px) {
  .btn:hover, .btn:focus {
    text-decoration: none;
    color: #fff !important;
    background: #F0951B;
    border-color: #F0951B !important;
  }
  .btn:hover:after, .btn:focus:after {
    background: url("images/common/btn_arrow_on.svg") no-repeat;
    background-position: center;
    background-size: cover;
  }
}
.btn.pc_right {
  margin: 30px 0 30px auto;
}

@media print, screen and (max-width: 767px) {
  .btn.pc_right {
    margin: 30px auto 30px auto !important;
  }
}
.btn.arrowReverse:after {
  position: absolute;
  align-items: center;
  border: none;
  content: "\f105";
  font-family: FontAwesome;
  transform: none;
  color: #000;
  right: 15px;
  font-size: 20px;
  border-radius: 0;
  top: 50%;
  margin-top: -15px;
  transition: 0.3s ease-in;
}

.btn.arrowReverse:hover:after, .btn.arrowReverse:focus:after {
  color: #fff;
}

.btn.reverse {
  text-decoration: none;
  color: #000;
  background: #fff;
  border-color: #000;
}

.btn.reverse:hover, .btn.reverse:focus {
  background: #000;
  color: #fff;
}

.btn.btnLeft {
  margin: 0;
}

.btn.btnRight {
  margin: 0 auto 0 0;
}

.btn.btnCenter {
  margin-left: auto;
  margin-right: auto;
}

.btn.btnFull {
  max-width: none;
}

.btn.type2 {
  background: #CA1633;
  border-color: #CA1633;
  color: #fff;
}

.btn.type2:after {
  color: #fff;
}

.btn.type2:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.btn.type2:hover:after {
  color: #fff;
}

.btn2 {
  font-size: 16px;
  font-weight: 600 !important;
  color: #002B5E;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 30px;
  border-bottom: 1px solid #002B5E;
  width: 100%;
  display: block;
  margin-bottom: 8px;
  background: url("images/common/y_b_arrow.svg") no-repeat;
  background-position: center right 10px;
  background-size: 16px;
}

.btn2:hover {
  background: url("images/common/y_b_arrow.svg") no-repeat;
  background-position: center right 0;
  background-size: 16px;
  color: #002B5E;
}

.btn3 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
  width: 100%;
  display: block;
  margin-bottom: 8px;
  background: url("images/common/y_w_arrow.svg") no-repeat;
  background-position: center right 10px;
  background-size: 16px;
}

.btn3:hover {
  background: url("images/common/y_w_arrow.svg") no-repeat;
  background-position: center right 0;
  background-size: 16px;
  color: #fff;
}

.btn4 {
  display: table;
  margin: 60px auto;
  color: #000 !important;
  padding: 5px 34px;
  border-bottom: 1px solid #000;
  text-decoration: none;
  position: relative;
}

.btn4::before {
  content: "";
  position: absolute;
  bottom: 1px;
  right: -1px;
  width: 27px;
  height: 1px;
  border-radius: 9999px;
  background-color: #000000;
  transform: rotate(45deg);
  transform-origin: calc(100% - 2px) 50%;
}

.btn4:hover {
  opacity: 0.6;
  color: #000 !important;
}

/* ----------------------------------- */
/* カラム */
/* ----------------------------------- */
.column2Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.column2Wrap .columnBox {
  flex-basis: 100%;
  margin-top: 0;
}

.column2Wrap .columnBox:nth-of-type(n + 2) {
  margin-top: 20px;
}

.column2Wrap.sp140 .columnBox {
  flex-basis: 100%;
  max-width: 100%;
}

.column2Wrap.sp140 .columnBox:nth-of-type(n + 2) {
  margin-top: 20px;
}

.column3Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.column3Wrap .columnBox {
  flex-basis: 100%;
  max-width: 100%;
}

.column3Wrap .columnBox img {
  width: 100%;
  max-width: 100%;
}

.column3Wrap .columnBox p:last-child {
  margin-bottom: 0;
}

.column3Wrap .columnBox:nth-of-type(n + 2) {
  margin-top: 20px;
}

.column4Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 40px;
}

.column4Wrap .columnBox {
  flex-basis: 100%;
}

.column4Wrap .columnBox:nth-of-type(n + 2) {
  margin-top: 20px;
}

.column4Wrap .columnBox img {
  width: 100%;
}

.column6Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column6Wrap .columnBox {
  flex-basis: calc(50% - 5px);
  max-width: calc(50% - 5px);
}

.column6Wrap .columnBox:nth-of-type(n + 3) {
  margin-top: 20px;
}

.column2_3_3 .columnBox {
  flex-basis: calc((100% - 30px) / 2);
  max-width: calc((100% - 30px) / 2);
}

.column2_3_3 .columnBox:nth-of-type(2) {
  margin-top: 0;
}

.column2_3_3 .columnBox:nth-of-type(n + 3) {
  margin-top: 20px;
}

.column2_4_4 .columnBox {
  flex-basis: calc((100% - 30px) / 2);
  max-width: calc((100% - 30px) / 2);
}

.column2_4_4 .columnBox:nth-of-type(-n+2) {
  margin-top: 0;
}

.columnBox img {
  align-self: baseline;
  max-width: 100%;
}

.columnBox p:last-of-type {
  margin: 0;
}

.borderBox .columnBox {
  padding: 15px 20px;
  border: 1px solid #eee;
  overflow: visible;
}

.borderBox .columnBox + .borderNone {
  border: none;
}

@media print, screen and (min-width: 768px) {
  .column2Wrap .columnBox {
    flex-basis: calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
  }
  .column2Wrap .columnBox p:last-of-type {
    margin-bottom: 0;
  }
  .column2Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .column2Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(odd) {
    flex-basis: 300px;
    max-width: 300px;
  }
  .column2Wrap.sp3_7 .columnBox:nth-of-type(even) {
    flex-basis: calc(100% - 320px);
    max-width: calc(100% - 320px);
  }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(odd) {
    flex-basis: calc(100% - 320px);
    max-width: calc(100% - 320px);
  }
  .column2Wrap.sp7_3 .columnBox:nth-of-type(even) {
    flex-basis: 300px;
    max-width: 300px;
  }
  .column2Wrap.sp140 .columnBox:nth-of-type(-n + 2) {
    margin-top: 0;
  }
  .column2Wrap.sp140 .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .column2Wrap.sp140 .columnBox:nth-of-type(odd) {
    flex-basis: 140px;
    max-width: 140px;
  }
  .column2Wrap.sp140 .columnBox:nth-of-type(even) {
    flex-basis: calc(100% - 160px);
    max-width: calc(100% - 160px);
  }
  .column2Wrap.sp250 .columnBox:nth-of-type(odd) {
    flex-basis: 250px;
    max-width: 250px;
  }
  .column2Wrap.sp250 .columnBox:nth-of-type(even) {
    flex-basis: calc(100% - 270px);
    max-width: calc(100% - 270px);
  }
  .column2Wrap.sp250 .columnBox:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .column2Wrap.sp250 .columnBox:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .column2Wrap .column2Wrap .columnBox {
    flex-basis: calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
  }
  .column3Wrap .columnBox {
    flex-basis: calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
  }
  .column3Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .column3Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .column4Wrap {
    position: relative;
  }
  .column4Wrap .columnBox {
    flex-basis: calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
  }
  .column4Wrap .columnBox p:last-child {
    margin-bottom: 0;
  }
  .column4Wrap .columnBox:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .column4Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 20px;
  }
  .column6Wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .column6Wrap .columnBox {
    flex-basis: calc((100% - 50px) / 6);
    max-width: calc((100% - 50px) / 6);
    margin-right: 10px;
  }
  .column6Wrap .columnBox:last-of-type {
    margin-right: 0;
  }
  .column6Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .column6Wrap .columnBox:nth-of-type(n + 4) {
    margin-top: 0;
  }
  .column1_1_2 .columnBox {
    flex-basis: 100%;
    max-width: 100%;
  }
  .column1_1_2 .columnBox:nth-of-type(n + 2) {
    margin-top: 20px;
  }
  .column1_2_3 .columnBox {
    flex-basis: calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
  }
  .column1_3_3:after {
    content: "";
    display: block;
    width: calc((100% - 90px) / 4);
  }
  .column1_3_3 .columnBox {
    flex-basis: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
  }
  .column1_3_3 .columnBox:nth-of-type(n + 2) {
    margin-top: 0;
  }
  .column1_3_3 .columnBox:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .column2_3_3:after {
    content: "";
    display: block;
    width: calc((100% - 60px) / 3);
  }
  .column2_3_3 .columnBox {
    flex-basis: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
  }
  .column2_3_3 .columnBox:nth-of-type(n + 3) {
    margin-top: 0;
  }
  .column2_3_3 .columnBox:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .column2_4_4:after {
    width: calc((100% - 90px) / 4);
    content: "";
    display: block;
  }
  .column2_4_4:before {
    width: calc((100% - 90px) / 4);
    content: "";
    display: block;
    order: 1;
  }
  .column2_4_4 .columnBox {
    flex-basis: calc((100% - 90px) / 4);
    max-width: calc((100% - 90px) / 4);
  }
  .column2_4_4 .columnBox:nth-of-type(-n+4) {
    margin-top: 0;
  }
}
@media print, screen and (min-width: 992px) {
  .column2Wrap.lp3_7 .columnBox:first-of-type {
    flex-basis: 300px;
    max-width: 300px;
  }
  .column2Wrap.lp3_7 .columnBox:last-of-type {
    flex-basis: calc(100% - 320px);
    max-width: calc(100% - 320px);
  }
  .column2Wrap.lp7_3 .columnBox:first-of-type {
    flex-basis: calc(100% - 320px);
    max-width: calc(100% - 320px);
  }
  .column2Wrap.lp7_3 .columnBox:last-of-type {
    flex-basis: 300px;
    max-width: 300px;
  }
  .column3Wrap:after {
    content: "";
    display: block;
    width: calc((100% - 60px) / 3);
  }
  .column3Wrap .columnBox {
    flex-basis: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
  }
  .column3Wrap .columnBox:nth-of-type(-n + 3) {
    margin-top: 0;
  }
  .column3Wrap .columnBox:nth-of-type(n + 4) {
    margin-top: 20px;
  }
  .column4Wrap {
    position: relative;
  }
  .column4Wrap:after {
    width: calc((100% - 90px) / 4);
    content: "";
    display: block;
  }
  .column4Wrap:before {
    width: calc((100% - 90px) / 4);
    content: "";
    display: block;
    order: 1;
  }
  .column4Wrap .columnBox {
    flex-basis: calc((100% - 90px) / 4);
    max-width: calc((100% - 90px) / 4);
  }
  .column4Wrap .columnBox:nth-of-type(n + 3) {
    margin-top: inherit;
  }
  .column4Wrap .columnBox:nth-of-type(n + 5) {
    margin-top: 20px;
  }
  .column1_1_2 .columnBox {
    flex-basis: calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
  }
  .column1_1_2 .columnBox:nth-of-type(-n + 2) {
    margin-top: 0;
  }
  .column1_2_3 .columnBox {
    flex-basis: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
  }
}
/* ---------------------------------------------------------------- */
/* ヘッダー */
/* ---------------------------------------------------------------- */
#header {
  border-top: 4px solid #004898;
  padding-bottom: 5px;
  width: 100%;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
}

#header .special_logo {
  display: none;
}

#header #headerCnt {
  padding: 16px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#header #headerCnt #logoArea {
  flex-basis: 250px;
  width: 250px;
  align-self: center;
  transition: all ease 0.3s;
}

#header #headerCnt #logoArea #logo a h1 img {
  max-width: 220px;
  width: 100%;
  margin-bottom: -4px !important;
  transition: all ease 0.3s;
}

#header #headerCnt #headerContact .header__nav .header__navList {
  margin: 8px auto 0 15px;
}

#header #headerCnt #headerContact .nav_contact_btn {
  height: 38px;
  padding: 7px 16px;
  background-position: top 14px right 20px;
}

#header #headerCnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 16px 5%;
}

#header #headerCnt #headerRead {
  background: #000;
  flex-basis: 100%;
  min-height: 24px;
  transition: 0 ease-in;
  margin-bottom: 5px;
}

#header #headerCnt #headerRead h1 {
  color: #fff;
  font-size: 0;
  font-weight: 100;
  margin: 0;
  padding: 4px 15px;
  line-height: 1.4;
  transition: 0.3s ease-in;
}

#header #headerCnt #headerRead h1 br {
  display: none;
}

#header #headerCnt #logoArea {
  flex-basis: 250px;
  width: 250px;
  align-self: center;
  transition: all ease 0.3s;
}

#header #headerCnt #logoArea #logo {
  margin: 0 0 0 0;
}

#header #headerCnt #logoArea #logo h1 {
  margin: 0 0 0 0;
  font-size: 0;
}

#header #headerCnt #logoArea #logo h1 img {
  max-width: 215px;
  width: 100%;
  transition: all ease 0.3s;
}

#header #headerCnt #logoArea a {
  display: block;
  width: 100%;
}

#header #headerCnt #logoArea a img {
  max-width: 240px;
  height: auto;
}

#header #headerCnt #logoArea p {
  display: none;
}

#header #headerCnt #headerContact {
  display: none;
}

#header #headerCnt #headerContact ul {
  margin: 13px auto 0 15px;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

#header #headerCnt #headerContact ul li {
  list-style: none;
  width: 112px;
}

#header #headerCnt #headerContact ul li a.header__navItemLink {
  color: #222222;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 20px 10px 0;
  background: url("images/common/y_icon.svg") no-repeat;
  background-size: 10px;
  background-position: center right 0;
}

#header #headerCnt #headerContact .nav_contact_btn {
  width: 160px;
  height: 50px;
  padding: 13px 16px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  background: #002B5E url("images/common/mail.svg") no-repeat;
  background-size: 16px;
  background-position: top 19px right 20px;
}

@media print, screen and (min-width: 768px) {
  #header {
    height: 90px;
    padding: 0;
  }
  #header #headerCnt {
    justify-content: flex-start;
    width: 100%;
    height: 50px;
    margin: 0 auto;
  }
  #header #headerCnt #logoArea #logo {
    margin: 0;
  }
  #header #headerCnt #headerRead {
    background: none;
    padding: 0;
  }
  #header #headerCnt #headerRead h1 {
    color: #303030;
    padding: 0;
    margin: 0;
  }
  #header #headerCnt #headerContact {
    display: inline-flex;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  #header #headerCnt {
    width: 100%;
    padding: 18px 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  #header #headerCnt {
    width: 100%;
    padding: 18px 15px;
  }
  #header #headerCnt #headerRead h1 br {
    display: inline-block;
  }
}
@media print, screen and (max-width: 1000px) {
  #header .header__nav {
    display: none;
  }
}
#header {
  height: 80px;
  border-top: 4px solid #004898 !important;
  background: #fff !important;
  position: fixed;
}

#header #headerCnt {
  padding: 16px 15px;
}

#header #headerCnt #logoArea {
  flex-basis: 137px;
  width: 137px;
  transition: all ease 0.3s;
}

#header #headerCnt #logoArea #logo a h1 img {
  max-width: 220px;
  width: 100%;
  margin-bottom: 10px;
  transition: all ease 0.3s;
}

#header #headerCnt #headerContact .header__nav .header__navList {
  margin: 8px auto 0 15px;
}

#header #headerCnt #headerContact .nav_contact_btn {
  height: 38px;
  padding: 7px 16px;
  background-position: top 14px right 20px;
}

@media print, screen and (min-width: 768px) {
  .home #header {
    border-top: 4px solid rgba(0, 0, 0, 0);
    background: none !important;
  }
  .home #header .special_logo {
    display: block;
  }
  .home #header .normal_logo {
    display: none;
  }
  .home #header #mainNaviSpArea {
    background: none !important;
  }
  .home #header #headerContact ul li a.header__navItemLink {
    color: #fff !important;
    background: url("images/common/y_icon_w.svg") no-repeat !important;
    background-size: 10px;
    background-position: center right 0 !important;
  }
  .home #header #headerContact .nav_contact_btn {
    background: url("images/common/mail.svg") no-repeat !important;
    background-size: 16px !important;
    font-weight: 600;
    background-position: top 14px right 20px !important;
    border: 1px solid #fff !important;
    color: #fff !important;
  }
  .home #header:hover {
    border-top: 4px solid #004898 !important;
    background: #fff !important;
  }
  .home #header:hover #mainNaviSpArea {
    background: #002B5E !important;
  }
  .home #header:hover .normal_logo {
    display: block !important;
  }
  .home #header:hover .special_logo {
    display: none !important;
  }
  .home #header:hover #headerContact ul li a.header__navItemLink {
    color: #222222 !important;
    background: url("images/common/y_icon.svg") no-repeat !important;
    background-size: 10px;
    background-position: center right 0 !important;
  }
  .home #header:hover #headerContact .nav_contact_btn {
    background: #002B5E url("images/common/mail.svg") no-repeat !important;
    background-size: 16px !important;
    background-position: top 14px right 20px !important;
    border: none !important;
    color: #fff !important;
  }
  .home #header.fixed {
    border-top: 4px solid #004898 !important;
    background: #fff !important;
  }
  .home #header.fixed #mainNaviSpArea {
    background: #002B5E !important;
  }
  .home #header.fixed #headerCnt {
    padding: 16px 15px;
  }
  .home #header.fixed .normal_logo {
    display: block !important;
    margin-bottom: 10px;
  }
  .home #header.fixed .special_logo {
    display: none !important;
  }
  .home #header.fixed #headerContact ul {
    margin: 8px auto 0 15px;
  }
  .home #header.fixed #headerContact ul li a.header__navItemLink {
    color: #222222 !important;
    background: url("images/common/y_icon.svg") no-repeat !important;
    background-size: 10px;
    background-position: center right 0 !important;
  }
  .home #header.fixed #headerContact .nav_contact_btn {
    background: #002B5E url("images/common/mail.svg") no-repeat !important;
    background-size: 16px !important;
    background-position: top 14px right 20px !important;
    border: none !important;
    color: #fff !important;
  }
}
@media print, screen and (max-width: 767px) {
  #header {
    height: 64px !important;
  }
  #header #headerCnt {
    padding: 3px 70px 3px 5% !important;
  }
  .home #header.fixed #headerCnt {
    padding: 9px 70px 3px 5% !important;
  }
}
#header_top {
  width: 100%;
  height: 80px;
  background: #000;
}

@media print, screen and (min-width: 768px) {
  .home #header_top {
    height: 80px;
  }
}
@media print, screen and (max-width: 767px) {
  #header_top {
    height: 64px;
  }
}
@media print, screen and (max-width: 767px) {
  #header #headerCnt {
    padding-top: 12px !important;
  }
  #logo a h1 img {
    max-width: 137px !important;
  }
}
/* ---------------------------------------------------------------- */
/* ヘッダー 特設*/
/* ---------------------------------------------------------------- */
#header_sumai {
  border-top: 4px solid #004898;
  padding-bottom: 5px;
  width: 100%;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
}

#header_sumai .special_logo {
  display: none;
}

#header_sumai #headerCnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  padding: 18px 5%;
  margin-top: -5px;
}

#header_sumai #headerCnt #headerRead {
  background: #000;
  flex-basis: 100%;
  min-height: 24px;
  transition: 0 ease-in;
  margin-bottom: 5px;
}

#header_sumai #headerCnt #headerRead h1 {
  color: #fff;
  font-size: 0;
  font-weight: 100;
  margin: 0;
  padding: 4px 15px;
  line-height: 1.4;
  transition: 0.3s ease-in;
}

#header_sumai #headerCnt #headerRead h1 br {
  display: none;
}

#header_sumai #headerCnt #logoArea {
  flex-basis: 157px;
  width: 157px;
  align-self: center;
  transition: all ease 0.3s;
}

#header_sumai #headerCnt #logoArea #logo {
  margin: 0 0 0 0;
}

#header_sumai #headerCnt #logoArea #logo h1 {
  margin: 0 0 0 0;
  font-size: 0;
}

#header_sumai #headerCnt #logoArea #logo h1 img {
  max-width: 138px;
  width: 100%;
  transition: all ease 0.3s;
  margin-bottom: 2px !important;
}

#header_sumai #headerCnt #logoArea a {
  display: block;
  width: 100%;
}

#header_sumai #headerCnt #logoArea a img {
  max-width: 240px;
  height: auto;
}

#header_sumai #headerCnt #logoArea p {
  display: none;
}

#header_sumai #headerCnt #headerContact {
  display: none;
}

#header_sumai #headerCnt #headerContact ul {
  margin: 13px auto 0 15px;
  padding: 0;
  display: flex;
  justify-content: flex-end;
}

#header_sumai #headerCnt #headerContact ul li {
  list-style: none;
  width: auto;
  margin-right: 20px;
}

#header_sumai #headerCnt #headerContact ul li a.header__navItemLink {
  color: #222222;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600 !important;
  padding: 8px 20px 10px 0;
  background: url("images/common/y_icon.svg") no-repeat;
  background-size: 10px;
  background-position: center right 0;
}

#header_sumai #headerCnt #headerContact ul li a.header__navItemLink.no_icon {
  background: none;
  padding: 8px 0 10px 0;
}

#header_sumai #headerCnt #headerContact ul li a.header__navItemLink.gaibu {
  background: url("images/common/gaibu_icon.svg") no-repeat;
  background-size: 13px;
  background-position: top 11px right 0;
}

#header_sumai #headerCnt #headerContact .nav_contact_btn {
  width: 160px;
  height: 50px;
  padding: 13px 16px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  background: #002B5E url("images/common/mail.svg") no-repeat;
  background-size: 16px;
  background-position: top 19px right 20px;
}

#header_sumai #headerCnt #headerContact .nav_contact_btn2 {
  width: 168px;
  height: 50px;
  padding: 13px 22px;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  background: #AB1A1D url("images/common/siryou_icon.svg") no-repeat;
  text-align: center !important;
  background-size: 16px;
  background-position: top 17px right 20px;
  margin-left: 10px;
}

@media print, screen and (min-width: 768px) {
  #header_sumai {
    height: 90px;
    padding: 0;
  }
  #header_sumai #headerCnt {
    justify-content: flex-start;
    width: 100%;
    height: 50px;
    margin: 0 auto;
  }
  #header_sumai #headerCnt #logoArea {
    margin-top: -2px;
  }
  #header_sumai #headerCnt #logoArea #logo {
    margin: 0;
  }
  #header_sumai #headerCnt #headerRead {
    background: none;
    padding: 0;
  }
  #header_sumai #headerCnt #headerRead h1 {
    color: #303030;
    padding: 0;
    margin: 0;
  }
  #header_sumai #headerCnt #headerContact {
    display: inline-flex;
    margin-left: auto;
  }
}
@media print, screen and (min-width: 992px) {
  #header_sumai #headerCnt {
    width: 100%;
    padding: 18px 15px;
  }
}
@media print, screen and (min-width: 1200px) {
  #header_sumai #headerCnt {
    width: 100%;
    padding: 18px 15px;
  }
  #header_sumai #headerCnt #headerRead h1 br {
    display: inline-block;
  }
}
@media print, screen and (max-width: 1300px) {
  #header_sumai .header__nav {
    display: none;
  }
}
#header_sumai {
  height: 80px;
  border-top: 4px solid #004898 !important;
  background: #fff !important;
  position: fixed;
}

#header_sumai #headerCnt {
  padding: 19px 15px;
}

#header_sumai #headerCnt #logoArea {
  flex-basis: 137px;
  width: 137px;
  transition: all ease 0.3s;
  margin-top: 0;
}

#header_sumai #headerCnt #logoArea #logo a h1 img {
  max-width: 137px;
  width: 100%;
  margin-bottom: -6px;
  transition: all ease 0.3s;
}

#header_sumai #headerCnt #headerContact .header__nav .header__navList {
  margin: 8px auto 0 15px;
}

#header_sumai #headerCnt #headerContact .nav_contact_btn {
  height: 38px;
  padding: 7px 22px;
  background-position: top 14px right 20px;
  color: #fff !important;
}

#header_sumai #headerCnt #headerContact .nav_contact_btn2 {
  height: 38px;
  padding: 7px 22px;
  background-position: top 14px right 20px;
}

@media print, screen and (max-width: 767px) {
  #header_sumai {
    height: 64px;
  }
  #header_sumai #headerCnt {
    padding: 17px 70px 3px 5% !important;
  }
}
/* ---------------------------------------------------------------- */
/* ヘッダーメニュー */
/* ---------------------------------------------------------------- */
/* SPメニュー */
/* ----------------------------------- */
#mainNaviArea {
  display: none;
}

.admin-bar #navi_contents.navi_contents-on {
  padding-top: 46px !important;
}

.drawer {
  position: relative;
}

.drawer #mainNaviSpArea {
  margin: 0 0 0 auto;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background: #002B5E;
}

.drawer #mainNaviSpArea .drawer-hamburger {
  padding: 13px 11px;
  position: relative;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-top: 0;
  overflow: visible;
}

.drawer #mainNaviSpArea .drawer-hamburger:before {
  position: absolute;
  font-size: 10px;
  content: "メニュー";
  color: #fff;
  bottom: 6px;
}

.drawer #mainNaviSpArea .drawer-hamburger-icon {
  margin-top: 0px;
  background: #fff;
  width: 30px;
  height: 3px;
  border-radius: 3px;
  top: -6px;
}

.drawer #mainNaviSpArea .drawer-hamburger-icon:before {
  background: #fff;
  height: 3px;
  border-radius: 3px;
  top: -8px;
}

.drawer #mainNaviSpArea .drawer-hamburger-icon:after {
  background: #fff;
  height: 3px;
  border-radius: 3px;
  top: 8px;
}

.drawer .drawer-nav {
  background: #fff;
  padding: 15px 15px 15px 25px;
  z-index: 200;
  position: fixed;
  top: 0;
  z-index: 1000;
}

.drawer .drawer-nav .drawer-nav_title_x {
  padding-right: 38px;
  padding-bottom: 27px;
}

.drawer .drawer-nav .drawer-hamburger {
  position: absolute !important;
  top: 22px;
  right: 11px;
}

.drawer .drawer-nav ul {
  margin: 0;
  padding: 0 0 20px;
  width: 100%;
}

.drawer .drawer-nav ul li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #002B5E;
  position: relative;
  background: #fff;
}

.drawer .drawer-nav ul li a {
  width: 100%;
  color: #002B5E;
  min-height: 40px;
  padding: 9px 15px;
  background: #fff url("images/common/y_b_arrow.svg") no-repeat;
  background-size: 16px;
  background-position: top 16px right 11px;
  text-decoration: none;
}

.drawer .drawer-nav ul li a:hover {
  opacity: 0.6;
}

.drawer .drawer-nav ul li.gaibu_icon a {
  background: #fff url("images/common/gaibu_icon_btn.svg") no-repeat;
  background-size: 16px;
  background-position: top 16px right 11px;
}

.drawer .drawer-nav ul li.children {
  overflow: hidden;
}

.drawer .drawer-nav ul li.children > a {
  width: calc(100% - 40px);
  cursor: pointer;
  background: #fff !important;
}

.drawer .drawer-nav ul li.children i {
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  padding-top: 9px;
  margin: 0 0 0 auto;
  font-size: 20px;
  color: #002B5E;
  transition: 0.1s ease;
  top: 0;
  right: 0;
  cursor: pointer;
  padding-top: 0 !important;
  position: initial !important;
}

.drawer .drawer-nav ul li.children i::before {
  content: "＋";
  font-size: 24px;
  font-style: normal;
  padding-top: 0 !important;
  position: initial !important;
}

.drawer .drawer-nav ul li.children i.active {
  transform: rotate(-45deg);
  cursor: pointer;
}

.drawer .drawer-nav ul li.children .sub-menu {
  display: none;
  border-top: 1px solid #002B5E;
  padding-left: 20px;
}

.drawer .drawer-nav ul li.children .sub-menu li a {
  min-height: inherit;
  display: block;
  background: #fff url("images/common/y_b_arrow.svg") no-repeat;
  background-size: 16px;
  background-position: top 16px right 11px;
}

.drawer .drawer-nav ul li.children .sub-menu li a:hover {
  opacity: 0.6;
}

.drawer .drawer-nav ul li.children .sub-menu li:last-child {
  border: none;
}

.drawer .drawer-nav .link_box {
  padding-bottom: 12px;
}

.drawer .drawer-nav .center_area {
  text-align: center;
  padding-top: 20px;
}

.drawer .drawer-nav .center_area .link_text {
  margin-top: 30px;
  margin-bottom: 30px;
}

.drawer .drawer-nav .center_area .link_text a {
  color: #222222;
  font-size: 14px;
  text-decoration: none;
}

.drawer .drawer-nav .center_area p {
  font-size: 14px;
}

.drawer .drawer-nav .center_area .cr_text {
  font-size: 10px;
}

.drawer.drawer-open #mainNaviSpArea {
  position: absolute;
  right: 120px;
}

.drawer.drawer-open #mainNaviSpArea .drawer-hamburger:before {
  content: "close";
}

.drawer.drawer-open #mainNaviSpArea .drawer-hamburger .drawer-hamburger-icon {
  background: none;
}

.drawer.drawer-open #mainNaviSpArea .drawer-hamburger .drawer-hamburger-icon:after {
  background: #000;
  top: inherit;
}

.drawer.drawer-open #mainNaviSpArea .drawer-hamburger .drawer-hamburger-icon:before {
  background: #000;
  top: inherit;
}

.drawer.drawer-open #mainNaviSpArea .drawer-nav {
  width: 360px;
}

/* ----------------------------------- */
/* PCメニュー */
/* ----------------------------------- */
@media print, screen and (min-width: 768px) {
  #mainNaviSpArea {
    display: none;
  }
  #mainNaviArea {
    display: block;
    margin: 0;
    padding: 0;
    background: #000;
  }
  #mainNaviArea #mainNavi {
    padding: 0;
  }
  #mainNaviArea #mainNavi ul {
    margin: 0;
    padding: 0;
    width: 100%;
    position: relative;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #mainNaviArea #mainNavi ul > li {
    font-size: 14px;
    list-style: none;
    margin: 0;
    padding: 0;
    height: 100%;
    flex: 1 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #mainNaviArea #mainNavi ul > li a {
    justify-content: center;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-self: center;
    text-align: center;
    font-size: 16px;
    color: #fff;
    margin: 0;
    padding: 0;
    text-decoration: none;
    line-height: 1.2;
  }
  #mainNaviArea #mainNavi ul > li a:hover, #mainNaviArea #mainNavi ul > li a:focus, #mainNaviArea #mainNavi ul > li a:active {
    cursor: pointer;
    color: #F00;
  }
  #mainNaviArea #mainNavi ul > li a span {
    flex-basis: 100%;
    font-size: 12px;
  }
  #mainNaviArea #mainNavi ul > li.current > a {
    color: #F00 !important;
  }
  #mainNaviArea #mainNavi ul > li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    display: block;
    text-align: left;
    z-index: 0;
    padding: 0;
    margin: 0;
    height: 0;
    width: 180px;
  }
  #mainNaviArea #mainNavi ul > li ul.sub-menu li {
    overflow: hidden;
    padding: 0;
    margin: 0;
    height: 0;
    width: 180px;
  }
  #mainNaviArea #mainNavi ul > li ul.sub-menu li a {
    margin: 0;
    opacity: 0;
    padding: 0 10px;
    font-size: 14px;
    display: block;
    text-align: left;
    position: relative;
  }
  #mainNaviArea #mainNavi ul > li:hover, #mainNaviArea #mainNavi ul > li:focus {
    transition: 0.3s ease-in-out;
  }
  #mainNaviArea #mainNavi ul > li:hover ul.sub-menu, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu {
    z-index: 1;
    height: 100%;
    opacity: 1;
  }
  #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li {
    padding: 0;
    height: auto;
    opacity: 1;
    width: 180px;
    text-align: left;
    background: #000;
    border-bottom: #ccc 1px solid;
  }
  #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a {
    padding: 10px;
    opacity: 1;
    display: block;
    border-bottom: 1px solid #000;
    transition: 0.3s ease-in-out;
  }
  #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:last-of-type, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:last-of-type {
    border: none;
  }
  #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:after {
    position: absolute;
    align-items: center;
    border: none;
    content: "\f0a9";
    font-family: FontAwesome;
    transform: none;
    color: #fff;
    right: 15px;
    font-size: 14px;
    border-radius: 0;
    top: 27%;
    transition: 0.3s ease-in;
  }
  #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:hover, #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:focus, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:hover, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:focus {
    color: #000;
    background: #fff;
  }
  #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:hover:after, #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li a:focus:after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:hover:after, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li a:focus:after {
    color: #000;
  }
  #mainNaviArea #mainNavi ul > li:hover ul.sub-menu li:last-of-type a, #mainNaviArea #mainNavi ul > li:focus ul.sub-menu li:last-of-type a {
    border-bottom: none;
  }
  #mainNaviArea #mainNavi ul > li.current-menu-item > a {
    color: #c7c7c7 !important;
  }
  #mainNaviArea #mainNavi ul > li.current-menu-item > a ul.sub-menu > a {
    color: #c7c7c7 !important;
    background: #fff;
  }
  #mainNaviArea #mainNavi ul > li.current-menu-parent > ul li.current-menu-item a {
    color: #c7c7c7 !important;
    background: #fff;
  }
  #mainNaviArea.fixed {
    width: 100%;
    position: fixed;
    margin: 0 auto;
    z-index: 5;
    height: 70px;
    top: 0;
    transition: ease-in 0.1s;
    box-shadow: 1px 1px 15px #eee;
    background: #000;
  }
  #mainNaviArea.fixed + #main {
    margin-top: 70px !important;
  }
  .admin-bar #mainNaviArea.fixed {
    top: 32px !important;
  }
  .admin-bar #mainNaviArea.fixed + #main {
    margin-top: 70px !important;
  }
}
/* ---------------------------------------------------------------- */
/* フッターエリア */
/* ---------------------------------------------------------------- */
#footer {
  clear: both;
  padding: 60px 0 0;
  position: relative;
  border-top: 4px solid #004898;
  text-align: center;
}

#footer .link_text {
  padding-top: 10px;
  padding-bottom: 20px;
}

#footer .link_text a {
  color: #222222;
  font-size: 14px;
  text-decoration: none;
}

#footer #footerCntWrap {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

#footer #footerCnt {
  flex-basis: 290px;
  max-width: 290px;
  justify-content: center;
  margin: 0 auto;
}

#footer #footerNaviWrap {
  display: none;
}

#footer #copyright {
  flex-basis: 100%;
  width: 100%;
  text-align: center;
  padding: 25px 15px 80px;
  border-top: 4px solid #004898;
  background: #004898;
  margin: 0;
}

#footer #copyright p {
  color: #fff;
  font-size: 12px;
  margin: 0;
}

@media print, screen and (min-width: 992px) {
  #footer {
    padding-bottom: 0;
    margin: 0;
  }
  #footer #footerCnt {
    flex-basis: 290px;
    max-width: 290px;
    justify-content: center;
    margin: 0;
  }
  #footer #footerNaviWrap {
    flex-basis: calc(100% - 360px);
    display: inline-flex;
    flex-wrap: wrap;
  }
  #footer #footerNaviWrap p {
    font-size: 14px;
    font-weight: bold;
    margin: 0 0 10px;
  }
  #footer #footerNaviWrap .naviBox {
    flex-basis: 32%;
    max-width: 32%;
    margin: 0 0 30px;
  }
  #footer #footerNaviWrap .naviBox ul {
    margin: 0;
    padding: 0;
  }
  #footer #footerNaviWrap .naviBox ul li {
    display: inline-block;
    color: #543F33;
  }
  #footer #footerNaviWrap .naviBox ul li a {
    text-decoration: none;
    font-size: 14px;
    color: #543F33;
  }
  #footer #footerNaviWrap .naviBox ul li a:hover {
    color: #F00;
    text-decoration: underline;
  }
}
/* ---------------------------------------------------------------- */
/* サイドバー  */
/* ---------------------------------------------------------------- */
#sidebar .widget-area {
  display: none;
}

#sidebar .widget img {
  max-width: 100%;
}

/* ---------------------------------------------------------------- */
/* ページナビ */
/* ---------------------------------------------------------------- */
.wp-pagenavi {
  position: relative;
  text-align: center;
  padding: 0 0;
  margin: 30px 0 0;
  align-items: center;
  justify-content: left;
  width: 100%;
  height: 40px;
}

.wp-pagenavi a, .wp-pagenavi span {
  color: #000;
  width: 40px;
  height: 40px;
  padding: 3px 0 0 0;
  text-decoration: none;
  background: #91A2B6;
  border-radius: 4px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px 10px;
  float: left;
  color: #fff;
}

.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
  color: #fff;
  background: #002B5E;
}

.wp-pagenavi span.current {
  color: #fff;
  background: #002B5E;
  font-weight: 400;
  border: 1px solid #000;
}

.wp-pagenavi .nextpostslink,
.wp-pagenavi .previouspostslink {
  font-size: 14px;
  color: #002B5E;
  background: none;
  border: none;
}

.wp-pagenavi .nextpostslink:hover, .wp-pagenavi .nextpostslink:focus,
.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .previouspostslink:focus {
  color: #c7c7c7;
  background: none;
  border: none;
}

/* ---------------------------------------------------------------- */
/* ページトップ ボタン */
/* ---------------------------------------------------------------- */
#pagetopArea .container {
  position: relative;
}

#pagetopArea .container img {
  position: absolute;
  top: -34px;
  right: 0;
  z-index: 3;
  width: 68px;
  opacity: 1 !important;
}

/* ---------------------------------------------------------------- */
/* CTA固定ボタン */
/* ---------------------------------------------------------------- */
#fixedBtnSpArea {
  width: 100%;
  opacity: 0;
  z-index: 10;
  position: fixed;
  bottom: -60px;
  transition: 0.6s;
  background-color: #00758e;
}

#fixedBtnSpArea.fixedsp {
  opacity: 1;
  transition: 0.6s;
  bottom: 0;
}

#fixedBtnSpArea #fixedBtnSp ul {
  margin: 0 0 0 0;
  padding: 0;
  height: 60px;
  width: 100%;
  overflow: hidden;
  display: flex;
}

#fixedBtnSpArea #fixedBtnSp ul li {
  list-style: none;
}

#fixedBtnSpArea #fixedBtnSp ul li:nth-of-type(1) {
  width: 48%;
}

#fixedBtnSpArea #fixedBtnSp ul li:nth-of-type(2) {
  width: 33.3%;
}

#fixedBtnSpArea #fixedBtnSp ul li:nth-of-type(3) {
  width: 27%;
}

#fixedBtnSpArea #fixedBtnSp ul li a {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  color: #fff;
  justify-content: center;
  align-items: stretch;
  margin: 0;
  padding: 0 0 0;
  font-size: 14px;
  text-decoration: none;
  background-repeat: no-repeat;
  background-size: auto 20px;
  background-position: center 10px;
}

#fixedBtnSpArea #fixedBtnSp ul li a.fixedBtn1 {
  background: #085839;
}

#fixedBtnSpArea #fixedBtnSp ul li a.fixedBtn2 {
  background: #FFFFFF;
}

#fixedBtnSpArea #fixedBtnSp ul li a.fixedBtn3 {
  background: #002B5E;
}

#fixedBtnSpArea #fixedBtnSp ul li a img {
  width: 100%;
  max-width: 150px;
  height: 100%;
}

#fixedBtnSpArea #fixedBtnSp ul li + li {
  border-left: 1px solid #fff;
}

@media print, screen and (min-width: 768px) {
  #fixedBtnSpArea #fixedBtnSp {
    display: none !important;
  }
}
/* ---------------------------------------------------------------- */
/* メインスライダー  */
/* ---------------------------------------------------------------- */
#sliderArea {
  position: relative;
  clear: both;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

#sliderArea #sliderPc {
  display: none;
}

@media print, screen and (min-width: 768px) {
  #sliderArea #sliderPc {
    display: block;
  }
  #sliderArea #sliderSp {
    display: none;
  }
  #sliderArea .metaslider .flex-control-paging li a.flex-active {
    background: #000;
  }
}
.MV_Area {
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

@media print, screen and (max-width: 767px) {
  .MV_Area::after {
    content: none;
  }
}
.MV_Area .bg_img {
  width: 100%;
  position: relative;
  /*height: 100%;
  position: relative;*/
}

.MV_Area .bg_img::after {
  content: "" !important;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(#111 1%, transparent 31%), radial-gradient(#111 1%, transparent 31%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  z-index: 1;
  opacity: 0.5;
}

@media print, screen and (max-width: 767px) {
  .MV_Area .bg_img::after {
    content: none !important;
  }
}
.MV_Area .bg_img .mv_movie {
  width: 100%;
  margin-bottom: -6px;
  /*position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;' !important;
  transition: all ease .3s;*/
}

.MV_Area .bg_img:not(.js_active)::after {
  content: none !important;
}

.MV_Area .bg_img.js_active::after {
  content: "" !important;
}

@media print, screen and (max-width: 767px) {
  .MV_Area .bg_img.js_active::after {
    content: none !important;
  }
}
.MV_Area .bg_img::before {
  content: none !important;
  z-index: -1;
}

.MV_Area .bg_img:not(.js_active)::before {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background: url("images/home/loading.jpg") no-repeat;
  background-size: cover;
  content: "" !important;
  width: 100%;
  height: 100%;
}

.MV_Area .bg_img.js_active::before {
  content: none !important;
}

.MV_Area .inner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -4px;
  left: 0;
}

.MV_Area .inner img.ttikatu {
  position: absolute;
  top: 100vh;
  right: 25px;
  margin-top: -242px;
  font-size: 0 !important;
}

.MV_Area .inner img.ftb {
  display: none;
  font-size: 0 !important;
}

.MV_Area .inner p {
  display: none;
  position: absolute;
  bottom: 46px;
  left: 56px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.2 !important;
  color: #fff;
  margin: 0 !important;
  line-height: 1;
  text-align: left !important;
}

.MV_Area .inner p span {
  padding-top: 10px;
  font-size: 18px;
  line-height: 1.3;
  display: inline-block;
  font-weight: 300;
}

@media print, screen and (max-width: 767px) {
  .MV_Area .inner img.ttikatu {
    position: absolute;
    right: 10px;
    top: auto;
    bottom: 61px;
  }
  .MV_Area .inner img.ftb {
    display: block;
    position: absolute;
    bottom: -54%;
    right: 0%;
    width: 68%;
  }
  .MV_Area .inner p {
    position: absolute;
    top: 148px;
    bottom: auto;
    left: 5%;
    font-size: 42px;
    color: #fff;
    margin: 0 !important;
    line-height: 1;
    padding-right: 5%;
  }
  .MV_Area .inner p span {
    font-size: 18px;
  }
}
@media print, screen and (max-width: 767px) {
  .MV_Area {
    overflow: initial;
  }
}
/* ---------------------------------------------------------------- */
/* HOME */
/* ---------------------------------------------------------------- */
#indexPage {
  overflow: hidden;
}

#indexPage p {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-bottom: 35px;
  line-height: 32px;
}

#indexPage #newsArea {
  padding: 74px 0 20px;
  background: #F9F9F7;
}

#indexPage #newsArea .column_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#indexPage #newsArea .column_area .left_box {
  flex-basis: 230px;
  max-width: 230px;
}

#indexPage #newsArea .column_area .left_box .en_title {
  font-size: 48px;
  font-family: "Helvetica Neue", Helvetica;
  color: #002B5E;
  margin: -12px 0 -6px;
}

#indexPage #newsArea .column_area .left_box h2 {
  font-size: 14px;
  font-weight: 300;
  color: #222222;
  padding-left: 32px;
  position: relative;
  margin: 0 0 32px;
}

#indexPage #newsArea .column_area .left_box h2::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 24px;
  height: 1px;
  background: #91A2B6;
}

#indexPage #newsArea .column_area .right_box {
  flex-basis: calc(100% - 250px);
  max-width: calc(100% - 250px);
}

@media print, screen and (max-width: 767px) {
  #indexPage #newsArea {
    padding: 60px 0 20px;
  }
  #indexPage #newsArea .column_area .left_box {
    flex-basis: 100%;
    max-width: 100%;
  }
  #indexPage #newsArea .column_area .left_box .en_title {
    font-size: 42px;
  }
  #indexPage #newsArea .column_area .right_box {
    flex-basis: 100%;
    max-width: 100%;
  }
}
#indexPage #aboutArea {
  padding: 74px 0;
  background: #032043 url("images/webp/home/aboutArea_bg.jpg.webp") no-repeat;
  background-position: center;
  background-size: cover;
}

#indexPage #aboutArea .column_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#indexPage #aboutArea .column_area .left_box {
  flex-basis: 390px;
  max-width: 390px;
}

#indexPage #aboutArea .column_area .left_box .en_title {
  font-size: 48px;
  font-family: "Helvetica Neue", Helvetica;
  color: #fff;
  margin: -12px 0 -6px;
}

#indexPage #aboutArea .column_area .left_box h2 {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  padding-left: 32px;
  position: relative;
  margin: 0 0 72px;
}

#indexPage #aboutArea .column_area .left_box h2::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 24px;
  height: 1px;
  background: #91A2B6;
}

#indexPage #aboutArea .column_area .left_box .img_area_f {
  width: 100%;
  position: relative;
}

#indexPage #aboutArea .column_area .left_box .img_area_f .inner {
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  border-radius: 16px;
  width: 790px;
  height: 543px;
  position: absolute;
}

#indexPage #aboutArea .column_area .left_box .img_area_f .inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
  transition: all ease 0.3s;
}

#indexPage #aboutArea .column_area .right_box {
  flex-basis: calc(100% - 480px);
  max-width: calc(100% - 480px);
  padding-top: 33px;
}

#indexPage #aboutArea .column_area .right_box .text1 {
  font-size: 20px;
  color: #91A2B6;
  margin: 0 0 27px;
  font-weight: 600;
}

#indexPage #aboutArea .column_area .right_box .text2 {
  font-size: 48px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 25px;
  line-height: 1.3;
}

#indexPage #aboutArea .column_area .right_box .text3 {
  font-size: 16px;
  line-height: 32px;
  color: #fff;
  margin: 0 0 80px;
}

#indexPage #aboutArea .column_area .right_box .column_c_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#indexPage #aboutArea .column_area .right_box .column_c_area .column_box {
  padding-bottom: 20px;
  flex-basis: calc((100% - 40px) / 2);
  max-width: calc((100% - 40px) / 2);
}

@media print, screen and (max-width: 1200px) {
  #indexPage #aboutArea .column_area .left_box {
    flex-basis: 48%;
    max-width: 48%;
  }
  #indexPage #aboutArea .column_area .right_box {
    flex-basis: 48%;
    max-width: 48%;
  }
}
@media print, screen and (max-width: 767px) {
  #indexPage #aboutArea .column_area .left_box {
    flex-basis: 100%;
    max-width: 100%;
  }
  #indexPage #aboutArea .column_area .left_box .en_title {
    font-size: 42px;
  }
  #indexPage #aboutArea .column_area .left_box .img_area_f {
    display: none;
  }
  #indexPage #aboutArea .column_area .right_box {
    flex-basis: 100%;
    max-width: 100%;
  }
  #indexPage #aboutArea .column_area .right_box .text1 {
    font-size: 20px;
    color: #91A2B6;
    margin: 0 0 27px;
  }
  #indexPage #aboutArea .column_area .right_box .text2 {
    font-size: 32px;
    color: #fff;
    margin: 0 0 25px;
    line-height: 1.3;
  }
  #indexPage #aboutArea .column_area .right_box .text3 {
    font-size: 14px;
    color: #fff;
    margin: 0 0 50px;
  }
}
#indexPage .img_area_f_sp {
  display: none;
}

@media print, screen and (max-width: 767px) {
  #indexPage .img_area_f_sp {
    display: block;
    padding-right: 75px;
    margin-bottom: -121px;
    margin-top: 40px;
  }
  #indexPage .img_area_f_sp .inner {
    border-radius: 0 16px 16px 0;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding-bottom: 61%;
  }
  #indexPage .img_area_f_sp .inner img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;" !important;
    transition: all ease 0.3s;
  }
}
#indexPage #serviceArea {
  background: linear-gradient(180deg, #fff 0%, #fff 151px, #F9F9F7 151px, #F9F9F7 100%);
  padding: 127px 0 20px;
}

#indexPage #serviceArea .en_title {
  font-size: 48px;
  font-family: "Helvetica Neue", Helvetica;
  color: #002B5E;
  margin: -12px 0 -6px;
}

#indexPage #serviceArea h2 {
  font-size: 14px;
  font-weight: 300;
  color: #222222;
  padding-left: 32px;
  position: relative;
  margin: 0 0 32px;
}

#indexPage #serviceArea h2::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 24px;
  height: 1px;
  background: #91A2B6;
}

#indexPage #serviceArea .text1 {
  font-size: 22px;
  margin-bottom: 14px;
  font-weight: 600;
}

#indexPage #serviceArea .column_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#indexPage #serviceArea .column_area .left_box {
  flex-basis: calc(100% - 300px);
  max-width: calc(100% - 300px);
}

#indexPage #serviceArea .column_area .right_box {
  flex-basis: 200px;
  max-width: 200px;
}

@media print, screen and (max-width: 767px) {
  #indexPage #serviceArea .en_title {
    font-size: 42px;
  }
  #indexPage #serviceArea .text1 {
    font-size: 20px;
    margin-bottom: 14px;
  }
  #indexPage #serviceArea .column_area .left_box {
    flex-basis: 100%;
    max-width: 100%;
  }
  #indexPage #serviceArea .column_area .right_box {
    flex-basis: 100%;
    max-width: 100%;
  }
}
#indexPage #land_usageArea {
  background: #032043 url("images/webp/home/land_usageArea_bg.jpg.webp") no-repeat;
  background-position: center;
  background-size: cover;
  padding: 110px 0 0;
}

#indexPage #land_usageArea .column_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#indexPage #land_usageArea .column_area .left_box {
  flex-basis: 364px;
  max-width: 364px;
  /*flex-basis: calc( 100% - 280px );*/
  /*max-width: calc( 100% - 280px );*/
}

#indexPage #land_usageArea .column_area .left_box .en_title {
  font-size: 48px;
  font-family: "Helvetica Neue", Helvetica;
  color: #fff;
  margin: -12px 0 -6px;
}

#indexPage #land_usageArea .column_area .left_box h2 {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  padding-left: 32px;
  position: relative;
  margin: 0 0 32px;
}

#indexPage #land_usageArea .column_area .left_box h2::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 24px;
  height: 1px;
  background: #91A2B6;
}

#indexPage #land_usageArea .column_area .right_box {
  flex-basis: calc(100% - 364px);
  max-width: calc(100% - 364px);
  padding-top: 0;
}

#indexPage #land_usageArea .column_area .right_box p {
  color: #fff;
  font-weight: 600;
  margin-top: 23px;
}

#indexPage #land_usageArea .swiper-w {
  padding-bottom: 90px;
}

#indexPage #land_usageArea .swiper-w .swiper-slide .a_box {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#indexPage #land_usageArea .swiper-w .swiper-slide .a_box .cat_text_box {
  background: #004898;
  display: inline-block;
  position: absolute;
  padding: 3px 15px;
  z-index: 5;
  color: #fff;
  min-width: 120px;
  text-align: center;
}

#indexPage #land_usageArea .swiper-w .swiper-slide .a_box .cat_text_box.type1 {
  background: #004898;
}

#indexPage #land_usageArea .swiper-w .swiper-slide .a_box .cat_text_box.type2 {
  background: #085839;
}

#indexPage #land_usageArea .swiper-w .swiper-slide .a_box .cat_text_box.type3 {
  background: #F0951B;
}

#indexPage #land_usageArea .swiper-w .swiper-slide .a_box p {
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
  width: 100%;
  color: #fff;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 5;
  margin: 0;
  padding: 43px 15px 12px;
  font-size: 14px;
}

#indexPage #land_usageArea .swiper-w .img_box_cover {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 100%;
  background: url("images/common/play.svg") no-repeat;
  background-position: center;
  background-size: 80px;
  z-index: 2;
}

#indexPage #land_usageArea .swiper-w .img_box_cover img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
  transition: all ease 0.3s;
}

#indexPage #land_usageArea .swiper-w .swiper-button-prev_land_usage {
  width: 60px;
  height: 60px;
  background: url("images/home/swiper_left.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

#indexPage #land_usageArea .swiper-w .swiper-button-next_land_usage {
  width: 60px;
  height: 60px;
  background: url("images/home/swiper_right.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

@media print, screen and (max-width: 767px) {
  #indexPage #land_usageArea .column_area .left_box {
    flex-basis: 100%;
    max-width: 100%;
  }
  #indexPage #land_usageArea .column_area .left_box .en_title {
    font-size: 42px;
  }
  #indexPage #land_usageArea .column_area .right_box {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 0;
  }
}
#indexPage .land_usage_link_Area {
  width: 100%;
  padding: 0 0 88px;
  background: #F9F9F7;
}

#indexPage .land_usage_link_Area .column_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -50px;
}

#indexPage .land_usage_link_Area .column_area .column_box {
  flex-basis: calc((100% - 60px) / 2);
  max-width: calc((100% - 60px) / 2);
}

#indexPage .land_usage_link_Area .column_area .column_box .link_box {
  display: block;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: #fff url("images/common/y_b_arrow.svg") no-repeat;
  background-size: 24px;
  background-position: bottom 23px center;
  width: 100%;
  height: 100%;
  padding: 30px 15px 50px;
  text-decoration: none;
  text-align: center;
  color: #222222;
  border: 5px solid #fff;
}

#indexPage .land_usage_link_Area .column_area .column_box .link_box .img_icon {
  width: 100%;
  height: 55px;
  background: url("images/home/icon_ne1.svg") no-repeat;
  background-size: 43px;
  background-position: center;
}

#indexPage .land_usage_link_Area .column_area .column_box .link_box .img_icon2 {
  width: 100%;
  height: 55px;
  background: url("images/home/icon_ne2.svg") no-repeat;
  background-size: 43px;
  background-position: center;
}

#indexPage .land_usage_link_Area .column_area .column_box .link_box h3 {
  font-size: 24px;
  font-weight: 600;
  margin-top: 10px;
  border: none !important;
  padding-bottom: 0 !important;
}

#indexPage .land_usage_link_Area .column_area .column_box .link_box p {
  font-size: 16px;
  text-align: center;
}

#indexPage .land_usage_link_Area .column_area .column_box .link_box:hover {
  border: 5px solid #002B5E;
}

@media print, screen and (max-width: 1200px) {
  #indexPage .land_usage_link_Area .column_area .column_box {
    flex-basis: calc((100% - 20px) / 2);
    max-width: calc((100% - 20px) / 2);
  }
}
@media print, screen and (max-width: 767px) {
  #indexPage .land_usage_link_Area .column_area .column_box {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
}
#indexPage #movieArea {
  background: linear-gradient(180deg, #F9F9F7 0%, #F9F9F7 90px, #E0E6E9 90px, #E0E6E9 100%);
  padding: 0 0 90px;
}

#indexPage #movieArea .column_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#indexPage #movieArea .column_area .left_box {
  flex-basis: calc(100% - 420px);
  max-width: calc(100% - 420px);
}

#indexPage #movieArea .column_area .right_box {
  flex-basis: 160px;
  max-width: 160px;
  padding-top: 152px;
  margin-right: 196px;
}

#indexPage #movieArea .column_area .right_box .en_title {
  font-size: 48px;
  font-family: "Helvetica Neue", Helvetica;
  color: #002B5E;
  margin: -12px 0 -6px;
}

#indexPage #movieArea .column_area .right_box h2 {
  font-size: 14px;
  font-weight: 300;
  color: #222222;
  padding-left: 32px;
  position: relative;
  margin: 0 0 32px;
}

#indexPage #movieArea .column_area .right_box h2::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 24px;
  height: 1px;
  background: #91A2B6;
}

@media print, screen and (max-width: 767px) {
  #indexPage #movieArea .column_area .left_box {
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }
  #indexPage #movieArea .column_area .right_box {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 0;
    margin-right: 0;
  }
  #indexPage #movieArea .column_area .right_box .en_title {
    font-size: 42px;
  }
}
#indexPage #recruitArea {
  padding: 74px 0 20px;
}

#indexPage #recruitArea .column_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#indexPage #recruitArea .column_area .left_box {
  flex-basis: 300px;
  max-width: 300px;
}

#indexPage #recruitArea .column_area .left_box img {
  width: 100%;
}

#indexPage #recruitArea .column_area .right_box {
  flex-basis: calc(100% - 365px);
  max-width: calc(100% - 365px);
}

#indexPage #recruitArea .column_area .right_box .en_title {
  font-size: 48px;
  font-family: "Helvetica Neue", Helvetica;
  color: #002B5E;
  margin: -12px 0 -6px;
}

#indexPage #recruitArea .column_area .right_box h2 {
  font-size: 14px;
  font-weight: 300;
  color: #222222;
  padding-left: 32px;
  position: relative;
  margin: 0 0 32px;
}

#indexPage #recruitArea .column_area .right_box h2::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 24px;
  height: 1px;
  background: #91A2B6;
}

#indexPage #recruitArea .column_area .right_box .text_column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#indexPage #recruitArea .column_area .right_box .text_column .column1 {
  width: calc(100% - 240px);
}

#indexPage #recruitArea .column_area .right_box .text_column .column1 p {
  font-weight: 600;
  font-size: 22px;
  margin-top: 8px;
}

#indexPage #recruitArea .column_area .right_box .text_column .column2 {
  width: 210px;
}

@media print, screen and (max-width: 1200px) {
  #indexPage #recruitArea .column_area .right_box .text_column .column1 {
    width: 100%;
  }
  #indexPage #recruitArea .column_area .right_box .text_column .column2 {
    width: 100%;
  }
}
@media print, screen and (max-width: 767px) {
  #indexPage #recruitArea .column_area .left_box {
    flex-basis: 100%;
    max-width: 100%;
    padding-bottom: 30px;
  }
  #indexPage #recruitArea .column_area .right_box {
    flex-basis: 100%;
    max-width: 100%;
    padding-top: 0;
  }
  #indexPage #recruitArea .column_area .right_box .en_title {
    font-size: 42px;
  }
}
#blogArea {
  padding: 60px 0;
  background: #F9F9F7;
}

#blogArea .blog_link_a {
  color: #002B5E;
  text-decoration: none;
}

#blogArea .blog_link_a .blog_link_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

#blogArea .blog_link_a .blog_link_box .img_box {
  width: 50%;
}

#blogArea .blog_link_a .blog_link_box .img_box .img_inner {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  transition: all ease 0.3s;
}

#blogArea .blog_link_a .blog_link_box .img_box .img_inner img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
  transition: all ease 0.3s;
}

#blogArea .blog_link_a .blog_link_box .text_box {
  width: 50%;
  padding: 40px;
  background: url("images/common/y_b_arrow.svg") no-repeat;
  background-size: 24px;
  background-position: bottom 15px right 20px;
  transition: all ease 0.3s;
}

#blogArea .blog_link_a .blog_link_box .text_box h2 {
  margin: 0 0 20px !important;
}

#blogArea .blog_link_a .blog_link_box .text_box h2 img {
  opacity: 1 !important;
}

#blogArea .blog_link_a .blog_link_box .text_box p {
  font-weight: 600;
}

@media print, screen and (min-width: 768px) {
  #blogArea .blog_link_a:hover {
    opacity: 0.6;
  }
  #blogArea .blog_link_a:hover .blog_link_box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  #blogArea .blog_link_a:hover .blog_link_box .img_box .img_inner img {
    transform: scale(1.1);
  }
  #blogArea .blog_link_a:hover .blog_link_box .text_box {
    background: url("images/common/y_b_arrow.svg") no-repeat;
    background-size: 24px;
    background-position: bottom 15px right 10px;
  }
}
@media print, screen and (max-width: 767px) {
  #blogArea .blog_link_a .blog_link_box .img_box {
    width: 100%;
    padding-bottom: 0;
  }
  #blogArea .blog_link_a .blog_link_box .img_box .img_inner {
    width: 100%;
    height: 0;
    padding-bottom: 57%;
  }
  #blogArea .blog_link_a .blog_link_box .text_box {
    width: 100%;
    background: url("images/common/y_b_arrow.svg") no-repeat;
    background-size: 24px;
    background-position: bottom 19px center;
  }
  #blogArea .blog_link_a .blog_link_box .text_box h2 {
    margin: 0 0 20px !important;
  }
  #blogArea .blog_link_a .blog_link_box .text_box h2 img {
    opacity: 1 !important;
    max-width: 236px;
    width: 100%;
    display: block;
    margin: 0 auto;
  }
  #blogArea .blog_link_a .blog_link_box .text_box p {
    font-size: 14px;
  }
}
#snsArea {
  padding: 40px 0;
}

#snsArea .column4Wrap {
  margin-bottom: 0;
}

#snsArea .column4Wrap .columnBox {
  flex-basis: calc((100% - 45px) / 4);
  max-width: calc((100% - 45px) / 4);
  margin: 0 0 20px !important;
}

@media print, screen and (max-width: 767px) {
  #snsArea .column4Wrap .columnBox {
    flex-basis: calc((100% - 15px) / 2);
    max-width: calc((100% - 15px) / 2);
    margin: 0 0 20px !important;
  }
  #snsArea .column4Wrap .columnBox a {
    font-size: 14px !important;
    font-weight: 600;
  }
}
@media print, screen and (min-width: 768px) {
  #snsArea .column4Wrap .columnBox a:hover {
    opacity: 0.6;
  }
}
#snsArea .bg_type1 {
  display: block;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  padding: 20px 73px;
  text-align: center;
  background: #00BC00 url("images/common/bg_type1.svg") no-repeat;
  background-size: 42px;
  background-position: center left 30px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

#snsArea .bg_type2 {
  display: block;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  padding: 20px 73px;
  text-align: center;
  background: #2E5080 url("images/common/bg_type2.svg") no-repeat;
  background-size: 36px;
  background-position: center left 30px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

#snsArea .bg_type3 {
  display: block;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  padding: 20px 73px;
  text-align: center;
  background: linear-gradient(to right, #427eff 0%, #f13f79 40%, #FF8B32 80%, #FFCF75 100%);
  color: #fff;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
}

#snsArea .bg_type3::after {
  content: "";
  position: absolute;
  width: 62px;
  height: 100%;
  background: url("images/common/bg_type3.svg") no-repeat;
  background-size: 28px;
  background-position: center left 30px;
  top: 0;
  left: 0;
}

#snsArea .bg_type4 {
  display: block;
  border-radius: 4px;
  width: 100%;
  font-size: 16px;
  padding: 20px 73px;
  text-align: center;
  background: #C4302B url("images/common/bg_type4.svg") no-repeat;
  background-size: 28px;
  background-position: center left 30px;
  color: #fff;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

@media print, screen and (max-width: 900px) {
  #snsArea .bg_type1 {
    padding: 20px 60px;
    text-align: left;
    background: #00BC00 url("images/common/bg_type1.svg") no-repeat;
    background-size: 42px;
    background-position: center left 10px;
  }
  #snsArea .bg_type2 {
    padding: 20px 60px;
    text-align: left;
    background: #2E5080 url("images/common/bg_type2.svg") no-repeat;
    background-size: 36px;
    background-position: center left 10px;
  }
  #snsArea .bg_type3 {
    padding: 20px 60px;
    text-align: left;
  }
  #snsArea .bg_type3::after {
    background: url("images/common/bg_type3.svg") no-repeat;
    background-size: 28px;
    background-position: center left 10px;
    top: 0;
    left: 0;
  }
  #snsArea .bg_type4 {
    padding: 20px 60px;
    text-align: left;
    background: #C4302B url("images/common/bg_type4.svg") no-repeat;
    background-size: 28px;
    background-position: center left 16px;
  }
}
/* ---------------------------------------------------------------- */
/* コンテンツ共通 */
/* ---------------------------------------------------------------- */
/* ニュースリストベース */
/* ---------------------------- */
.postListWrap .postBox {
  padding: 20px 0;
  border-bottom: 1px solid #E0E6E9;
  margin-bottom: 0;
  transition: ease-in 0.3s;
}

.postListWrap .postBox .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.postListWrap .postBox .inner .left__box {
  width: calc(100% - 150px);
}

.postListWrap .postBox .inner .right__box {
  width: 120px;
}

.postListWrap .postBox .inner .right__box .thumbnail {
  width: 100%;
  padding-bottom: 56%;
  background: #eee;
  position: relative;
  overflow: hidden;
  transition: all ease 0.3s;
  border-radius: 4px;
}

.postListWrap .postBox .inner .right__box .thumbnail a {
  position: initial;
}

.postListWrap .postBox .inner .right__box .thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
  transition: all ease 0.3s;
}

@media print, screen and (max-width: 767px) {
  .postListWrap .postBox .inner .left__box {
    width: calc(100% - 120px);
  }
  .postListWrap .postBox .inner .right__box {
    width: 90px;
  }
}
.postListWrap .postBox:last-of-type {
  background: none;
}

.postListWrap .postBox time {
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  align-self: center;
  margin-bottom: 0;
}

.postListWrap .postBox time span {
  padding-left: 27px;
  color: #fff;
}

.postListWrap .postBox time span a {
  background: #E0E6E9;
  font-size: 12px;
  color: #002B5E;
  padding: 3px 20px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}

.postListWrap .postBox .permaLinkWrap {
  flex-basis: 100%;
  margin: 10px 0 0;
}

.postListWrap .postBox .permaLinkWrap a {
  text-decoration: none;
  color: #222222;
}

.postListWrap .postBox .permaLinkWrap a:hover {
  opacity: 0.6;
}

/* ---------------------------- */
/* ブログリスト */
/* ---------------------------- */
#blogArea .postListWrap,
#blogCatList .postListWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#blogArea .postListWrap .postBox,
#blogCatList .postListWrap .postBox {
  display: flex;
  flex-wrap: wrap;
}

#blogArea .postListWrap .thumbnail,
#blogCatList .postListWrap .thumbnail {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

#blogArea .postListWrap .thumbnail a,
#blogCatList .postListWrap .thumbnail a {
  width: 100%;
  overflow: hidden;
  display: block;
}

#blogArea .postListWrap time,
#blogCatList .postListWrap time {
  margin-bottom: 10px;
  flex-basis: 100%;
  max-width: 100%;
}

@media print, screen and (min-width: 768px) {
  #blogArea .postListWrap:after,
  #blogCatList .postListWrap:after {
    content: "";
    display: block;
    width: 31%;
  }
  #blogArea .postListWrap .postBox,
  #blogCatList .postListWrap .postBox {
    flex-basis: 31%;
    max-width: 31%;
  }
}
/* ---------------------------------------------------------------- */
/* パンくず */
/* ---------------------------------------------------------------- */
.tmco-breadcrumbs_wrapper {
  background: #F9F9F7;
  padding: 5px 0 8px;
}

.home .tmco-breadcrumbs_wrapper {
  padding: 0;
}

.tmc-breadcrumbs {
  margin: 0;
}

.tmc-breadcrumbs__list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  font-size: 12px;
  line-height: 1.4em;
  list-style: none;
  margin: 0 0 0 !important;
  padding: 0 !important;
}

.tmc-breadcrumbs__list li {
  list-style: none !important;
}

.tmc-breadcrumbs__item {
  list-style: none !important;
}

.tmc-breadcrumbs__item:not(:last-child)::after {
  content: ">";
  padding: 0 6px;
  color: #91A2B6;
}

.tmc-breadcrumbs__link {
  color: #91A2B6 !important;
  text-decoration: none !important;
}

.tmc-breadcrumbs__link:hover {
  color: #000 !important;
}

/* ---------------------------- */
/* ページヘッダー */
/* ---------------------------- */
#cnts {
  padding-top: 72px;
}

#cnts .pageTitle {
  font-size: 28px;
}

#cnts .pageTitle + time {
  text-align: left;
  display: block;
  color: #000;
  margin: -20px 0 20px;
}

/* ---------------------------------------------------------------- */
/* 詳細ページ */
/* ---------------------------------------------------------------- */
.postPage #postCnt {
  margin: 0 0;
  min-height: 300px;
}

.postPage h2 {
  font-size: 24px;
  font-weight: 600;
  position: relative;
  padding: 0 0 20px 0;
  margin: 22px 0 22px;
}

.postPage h2::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #124A7B;
  bottom: 0;
  left: 0;
}

.postPage h2.center {
  text-align: center;
  margin-bottom: 40px;
}

.postPage h2.center::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #124A7B;
  bottom: 0;
  left: 50%;
  margin-left: -25px;
}

.postPage h2.white {
  color: #FFFFFF !important;
}

.postPage h2.white::after {
  background: #FFFFFF !important;
}

.postPage h3 {
  font-size: 22px;
  font-weight: 600;
  padding: 0 0 12px 0;
  border-bottom: 1px solid #E0E6E9;
  margin: 22px 0 22px;
}

.postPage h4 {
  font-size: 20px;
  font-weight: 600;
  padding: 12px 15px;
  background: #F9F9F7;
  position: relative;
  margin: 22px 0 22px;
}

.postPage h4::after {
  content: "";
  position: absolute;
  width: 4px;
  height: calc(100% - 20px);
  background: #002B5E;
  top: 10px;
  left: 0;
}

.postPage h4.type2 {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  color: #002B5E;
  padding: 0;
  padding-left: 16px !important;
  background: none;
  margin: 22px 0 22px;
}

.postPage h4.type2::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #002B5E;
  top: 7px;
  left: 0;
  border-radius: 9px;
}

.postPage h5 {
  font-size: 18px;
  font-weight: 600;
  padding: 12px 20px;
  background: #002B5E;
  color: #fff;
  margin: 22px 0 22px;
}

.postPage h6 {
  font-size: 16px;
  font-weight: 600;
  color: #002B5E;
  padding-bottom: 10px;
  border-bottom: 1px dotted #0A1E3C;
  margin: 22px 0 22px;
}

.postPage h6.type2 {
  background: #E0E3E6;
  color: #163D6C;
  padding: 3px 15px;
  border: none !important;
}

@media screen and (max-width: 767px) {
  .postPage h2 {
    font-size: 22px;
  }
  .postPage h3 {
    font-size: 20px;
  }
  .postPage h4 {
    font-size: 18px;
  }
  .postPage h4.type2 {
    font-size: 18px;
  }
  .postPage h5 {
    font-size: 16px;
  }
  .postPage h6 {
    font-size: 14px;
  }
}
.postPage h1, .postPage h2, .postPage h3, .postPage h4, .postPage h5, .postPage h6 {
  line-height: 1.2;
  font-weight: 600 !important;
}

.postPage .box:nth-of-type(n + 2) {
  margin-top: 60px;
}

.postPage p {
  margin: 0 0 20px;
  text-align: justify;
  text-align: inter-ideograph;
}

.postPage p img {
  max-width: 100%;
  margin-bottom: 0;
}

.postPage p.tableAtt {
  margin: -20px 0 20px;
}

.postPage .bold {
  font-weight: bold;
}

.postPage .coming {
  text-align: center;
  margin: 50px 0;
  font-size: 16px;
}

.postPage .small {
  font-size: 14px;
}

.postPage .linkWrap {
  display: flex;
  flex-wrap: wrap;
  margin: 15px 0 0;
  align-items: flex-start;
}

.postPage .imgWrap + .imgWrap {
  margin-top: 20px;
}

.postPage .textLeft {
  text-align: left;
}

.postPage .textCenter {
  text-align: center;
}

.postPage .textRight {
  text-align: right;
}

.postPage code {
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

.postPage pre {
  overflow: auto;
  background: #efefef;
  padding: 15px;
  border-radius: 8px;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto, "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}

.postPage a {
  position: relative;
}

.postPage a:hover, .postPage a:focus {
  text-decoration: none;
  color: #F00;
}

.postPage a.textBlank {
  position: relative;
  margin-right: 30px;
  display: inline-block;
}

.postPage a.textBlank:before {
  content: "\f08e";
  position: absolute;
  display: block;
  font: 14px/1 FontAwesome;
  right: -25px;
  top: 5px;
}

.postPage a.textArrow {
  text-decoration: none;
  color: #000;
}

.postPage a.textArrow:hover {
  color: #00F;
  text-decoration: underline;
}

.postPage a.textArrow:after {
  display: inline-block;
  content: "\f0a9";
  font: 16px/1 FontAwesome;
  margin-left: 10px;
  text-decoration: none;
}

.postPage a.textArrowR {
  text-decoration: none;
  color: #00F;
}

.postPage a.textArrowR:hover, .postPage a.textArrowR:focus {
  color: #000;
  text-decoration: underline;
}

.postPage a.textArrowR:after {
  display: inline-block;
  content: "\f0a9";
  font: 16px/1 FontAwesome;
  margin-left: 10px;
  text-decoration: none;
}

.postPage table {
  margin: 0 0 30px;
  width: 100%;
  border-collapse: collapse;
}

.postPage table caption {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin: 0;
}

.postPage table tr {
  border-bottom: 1px solid #999999;
}

.postPage table tr th, .postPage table tr td {
  padding: 12px 0;
  width: auto;
  line-height: 1.4;
  font-weight: 100 !important;
}

.postPage table tr th {
  padding-right: 10px !important;
  vertical-align: top;
  text-align: left !important;
  font-weight: 700 !important;
  min-width: 266px;
}

.postPage table tr td {
  font-weight: 300 !important;
}

.postPage table tr td ul {
  margin-bottom: 0 !important;
}

@media screen and (max-width: 767px) {
  .postPage table tr th, .postPage table tr td {
    display: block;
    padding-right: 0 !important;
  }
  .postPage table tr th {
    padding: 0.6em 0 5px !important;
  }
  .postPage table tr td {
    padding: 5px 0 0.6em !important;
  }
}
.postPage table tr .tw200 {
  width: 100%;
}

.postPage table tr .tw210 {
  width: 100%;
}

.postPage table tr .tw33p {
  width: 33.333%;
  min-width: inherit;
}

.postPage table tr .tw50p {
  width: 50%;
  min-width: inherit;
}

.postPage table.type2 tr {
  border-bottom: none;
}

.postPage table.type2 tr:first-child th {
  overflow: hidden;
}

.postPage table.type2 tr:first-child th:first-child {
  border-radius: 4px 0 0 0;
  border: none !important;
}

.postPage table.type2 tr:first-child th:last-child {
  border-radius: 0 4px 0 0;
  border: none !important;
}

.postPage table.type2 tr th, .postPage table.type2 tr td {
  width: 50%;
  padding: 0.6em 15px !important;
  border: 1px solid #999999;
}

.postPage table.type2 tr th {
  background: #002B5E;
  color: #fff;
  text-align: center !important;
  min-width: auto;
}

@media screen and (max-width: 767px) {
  .postPage table.type2 tr th, .postPage table.type2 tr td {
    display: table-cell !important;
  }
}
.postPage .tableSc {
  width: 100%;
  overflow: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.postPage .tableSc table {
  width: 100%;
}

.postPage .tableSc table tr {
  border-bottom: 1px solid #eee;
}

.postPage .tableSc table tr:nth-of-type(odd) {
  background: none;
}

.postPage .tableSc table tr th, .postPage .tableSc table tr td {
  display: table-cell;
  border-collapse: collapse;
  width: inherit;
}

.postPage .tableSc table tr th {
  background: #eee;
  text-align: center;
  vertical-align: middle;
  min-width: inherit;
}

.postPage .tableSc table tr th + th {
  border-left: 1px solid #333;
}

.postPage .tableSc table tr td + td {
  border-left: 1px solid #333;
}

.postPage .tableSc table tr td:nth-of-type(1) {
  border-left: none;
}

.postPage blockquote {
  background: #ccc;
  width: 100%;
  border-radius: 8px;
  padding: 30px;
  margin: 0 0 60px;
  position: relative;
}

.postPage blockquote:before {
  content: "\f10d";
  position: absolute;
  display: block;
  font: 20px/1 FontAwesome;
  color: #000;
  left: 10px;
  top: 10px;
}

.postPage blockquote:after {
  content: "\f10e";
  position: absolute;
  display: block;
  font: 20px/1 FontAwesome;
  color: #000;
  right: 10px;
}

.postPage blockquote p {
  margin: 0 0 15px;
}

.postPage blockquote p:last-child {
  margin-bottom: 0;
}

.postPage dl {
  margin: 0 0 30px;
}

.postPage dl dt {
  font-weight: bold;
}

.postPage dl dd {
  margin: 0;
  margin-bottom: 15px;
}

.postPage ul {
  margin: 0 0 20px 5px;
  padding: 0;
}

.postPage ul li {
  list-style: none;
  position: relative;
  padding: 0;
  padding-left: 13px;
  margin: 3px 0;
}

.postPage ul li::after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background: #00418E;
  position: absolute;
  top: 9px;
  left: 0;
}

.postPage ul li ul {
  padding: 0 0 10px;
  margin: 10px 0 0 1em;
}

.postPage ul.iconList li {
  padding: 0 0 0 15px;
}

.postPage ul.iconList li:before {
  position: absolute;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
  content: "";
  width: 5px;
  height: 5px;
  background: #00418E;
  border-radius: 50%;
  margin-right: 0.5em;
}

.postPage ol {
  margin: 0 0 50px;
  padding: 0 0 0 2em;
}

.postPage ol li {
  margin: 0 0 10px;
  padding: 0;
  list-style-type: decimal-leading-zero;
}

.postPage ol li::marker {
  color: #00418E;
}

.postPage ol li:last-child {
  margin: 0 0 10px;
}

.postPage ol li ol {
  margin: 10px 0;
  padding: 0 0 0 2em;
}

.postPage address {
  font-style: normal;
}

.postPage hr.red {
  border-bottom: 1px solid #C65871 !important;
  margin-bottom: 50px;
}

.postPage .gmapWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.postPage .gmapWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.postPage .youtubeWrap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.postPage .youtubeWrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* ---------------------------------------------------------------- */
/* フォーム設定 */
/* ---------------------------------------------------------------- */
/* フォームナビ */
/* ---------------------------- */
/*ul.formFlow {
	display: flex;
	height: 40px;
	align-items: center;
	justify-content: center;
	margin: 0 0 30px;
	padding: 0;

	li {
		list-style: none !important;
		display: inline-flex;
		justify-content: center;
		flex: 1 0 33.333%;
		background: #e3eff6;
		color: #333333;
		list-style: none;
		padding: 0;
		margin: 0 !important;
		height: 100%;
		font-size: 16px;
        font-weight: bold;
		align-items: center;
		position: relative;

		&:before {
			display: none;
		}
        &.visited {
            background: #999;
            color:#fff;
        }
		&.active {
			background: $main_color;
			color:#fff;
			position: relative;

			&:after {
				position: absolute;
				content: '';
				right: -40px;
				top:0;
				z-index: 1;
				width: 0;
				height: 0;
				border: 20px solid transparent;
				border-left: 20px solid $main_color;
			}
		}
		&.second {
			&.active {
				&:before {
                    display: block;
					position: absolute;
					content: '';
					left: 0;
					top:0;
					z-index: 3;
					width: 0;
					height: 0;
					border: 20px solid transparent;
					border-left: 20px solid #999;
				}
			}
		}
		&.third {
			&.active {
				background: $main_color !important;
				color: #fff;

				&:after {
					display: none;
				}
				&:before {
					background: none;
					display: inline;
					position: absolute;
					content: '';
					left: 0;
					top:0;
					z-index: 2;
					width: 0;
					height: 0;
					border-radius: 0;
					border: 20px solid transparent;
					border-left: 20px solid #999;
				}
			}
		}
	}
}
*/
ul.formFlow {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 30px;
  padding: 0;
}

ul.formFlow li {
  list-style: none !important;
  width: calc((100% - 44px) / 3);
  background: #F9F9F7;
  color: #004898;
  list-style: none;
  padding: 23px 5px;
  margin: 0 !important;
  font-size: 16px;
  font-weight: bold;
  text-align: center !important;
  position: relative;
}

ul.formFlow li::after {
  content: none;
}

ul.formFlow li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #F9F9F7;
}

ul.formFlow li:last-child::before {
  content: none !important;
}

ul.formFlow li.active {
  background: #004898;
  color: #fff;
}

ul.formFlow li.active::before {
  border: 15px solid transparent;
  border-left: 15px solid #004898;
}

@media print, screen and (max-width: 767px) {
  ul.formFlow {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 0 30px;
    padding: 0;
  }
  ul.formFlow li {
    font-size: 14px;
    padding: 15px 5px;
    width: calc((100% - 16px) / 3);
  }
  ul.formFlow li::before {
    content: none;
  }
  ul.formFlow li.active span {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  ul.formFlow li.active span:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #004898;
  }
}
/* ---------------------------- */
/* フォームエレメント */
/* ---------------------------- */
#formArea dl dt {
  flex-basis: 100%;
  padding: 0 0 0 0;
  margin: 0 0 15px;
  font-size: 18px;
  font-weight: 700;
}

#formArea dl dd {
  flex-basis: 100%;
  margin-bottom: 15px;
  align-self: center;
}

#formArea dl dd #zip {
  max-width: 485px;
}

#formArea dl dd .b_w_box {
  border: 1px solid #032C5D;
  padding: 8px;
  width: 100%;
}

#formArea dl dd .b_w_box input {
  margin-bottom: 0 !important;
}

#formArea dl dd.type_seinen span {
  display: inline-block;
  width: 33.3%;
}

#formArea dl dd.type_seinen span input {
  background-color: #fff !important;
  display: inline-block;
  width: calc(100% - 30px);
  text-align: right;
}

#formArea dl dd.type_seinen span select {
  background-color: #fff !important;
  display: inline-block;
  width: calc(100% - 30px);
  padding: 8px 0.5em 8px 10px;
  text-align: right;
}

@media print, screen and (max-width: 767px) {
  #formArea dl dd.type_seinen span {
    display: inline-block;
    width: 100%;
  }
}
#formArea dl dd.type_radio {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#formArea dl dd.type_radio .vertical-item {
  width: calc((100% - 20px) / 2);
  margin: 0 0 20px !important;
}

@media print, screen and (max-width: 767px) {
  #formArea dl dd.type_radio .vertical-item {
    width: 100%;
    margin-bottom: 15px !important;
  }
}
#formArea dl dd.type_radio label {
  border: 1px solid #032C5D;
  background: #fff;
  padding: 8px;
  width: 100%;
  display: block;
}

#formArea dl dd.fb100 {
  flex-basis: 100%;
}

#formArea .att {
  color: #fff;
  background: #004898;
  font-size: 14px;
  font-weight: 600;
  width: 80px;
  text-align: center;
  display: inline-block;
  margin-left: 17px;
}

#formArea .error {
  margin: 0;
}

#formArea .radio_wrap {
  margin-top: 10px;
}

#formArea .vertical-item {
  display: block !important;
}

#formArea input[type=text],
#formArea input[type=email],
#formArea input[type=tel],
#formArea input[type=number],
#formArea textarea {
  padding: 8px 0.5em 8px 10px;
  margin: 0;
  background: #fff;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  margin-bottom: 0;
  border: 1px solid #032C5D;
}

#formArea input[type=text]:focus,
#formArea input[type=email]:focus,
#formArea input[type=tel]:focus,
#formArea input[type=number]:focus,
#formArea textarea:focus {
  background: #fff;
}

#formArea input[type=text]:hover,
#formArea input[type=email]:hover,
#formArea input[type=tel]:hover,
#formArea input[type=number]:hover,
#formArea textarea:hover {
  background: #fff;
}

#formArea input[type=text] + input,
#formArea input[type=email] + input,
#formArea input[type=tel] + input,
#formArea input[type=number] + input,
#formArea textarea + input {
  margin-top: 10px;
}

#formArea input[type=number].short {
  width: 60px;
}

#formArea input[type=text],
#formArea input[type=email] {
  width: 100%;
}

#formArea input[type=text] .short,
#formArea input[type=email] .short {
  max-width: 150px;
}

#formArea select {
  padding: 0.4em 0 0.3em 0.5em;
  margin-bottom: 5px;
  display: block;
  border-color: #fff;
  border: 1px solid #032C5D;
}

#formArea select option {
  word-wrap: normal;
  border-color: #fff;
}

#formArea input[type=text].short {
  width: 200px;
  text-align: left;
  margin-bottom: 0;
}

#formArea input[type=text].hasDatepicker {
  margin: 5px 0;
  background: #EEEEEE;
}

#formArea input[type=text].hasDatepicker:hover, #formArea input[type=text].hasDatepicker:focus {
  background: #fff;
}

#formArea .mwform-checkbox-field {
  display: block;
  width: 100%;
  margin: 5px 5px;
  font-size: 14px;
}

#formArea input[type=checkbox] {
  border: 1px solid #aaaaaa;
  vertical-align: -8px;
  -webkit-appearance: none;
  position: relative;
  margin-right: 5px;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  width: 26px;
  height: 26px;
  /*Other Browser*/
  background: #e2e2e2;
  /*For Old WebKit*/
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #ffffff 0%, #e2e2e2 100%);
}

#formArea input[type=checkbox]:checked {
  /*Other Browser*/
  background: #000;
  /*For Old WebKit*/
  /*For Modern Browser*/
  background: linear-gradient(to bottom, #000 0%, #000 100%);
  border: 1px solid #000;
}

#formArea input[type=checkbox]:checked:before {
  position: absolute;
  left: 1px;
  top: 16px;
  display: block;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  content: "";
  width: 10px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(45deg);
  -webkit-transform-origin: right center;
}

#formArea input[type=checkbox]:checked:after {
  display: block;
  position: absolute;
  left: 9px;
  top: 16px;
  content: "";
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
  width: 16px;
  height: 4px;
  background: #ffffff;
  -webkit-transform: rotate(-53deg);
  -webkit-transform-origin: left center;
}

#formArea .mwform-zip-field input {
  width: inherit;
}

#formArea .mwform-tel-field input {
  margin: 0 !important;
  width: auto;
}

#formArea .mwform-radio-field {
  display: block;
  margin: 5px 0 10px;
}

#formArea .mwform-radio-field input {
  margin: 0 15px 0 0;
}

#formArea .mwform-radio-field-text {
  margin-left: 10px;
}

#formArea input[type=file] {
  margin-bottom: 10px;
}

#formArea .inline_wrap select {
  display: inline-block;
}

#formArea .btnArea {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#formArea .btnArea .submitArea {
  flex-basis: 100%;
  margin: 0 0 25px;
}

#formArea .btnArea .submitArea .submit {
  max-width: 290px;
  margin: 0 auto;
}

#formArea .btnArea .submitArea .submit.btn {
  background: #fff url("images/common/btn_arrow_off.svg") no-repeat;
  background-size: 24px;
  background-position: center right 15px;
}

@media print, screen and (min-width: 768px) {
  #formArea .btnArea .submitArea .submit.btn:hover {
    background: #F0951B url("images/common/btn_arrow_on.svg") no-repeat;
    background-size: 24px;
    background-position: center right 15px;
  }
}
#formArea .btnArea .returnArea {
  flex-basis: 100%;
  display: none;
}

#formArea .btnArea .returnArea .return {
  width: 100%;
  margin: 0 auto;
  display: block;
  text-align: center;
  background: #eee;
  border: 1px solid #eee;
  color: #000;
  padding: 0.4em 0;
  transition: 0.3s;
  font-size: 14px;
  max-width: 290px !important;
}

#formArea .btnArea .returnArea .return:hover, #formArea .btnArea .returnArea .return:focus {
  color: #fff;
  border: 1px #000 !important;
  background: #000 !important;
  transition: 0.3s;
}

@media print, screen and (min-width: 768px) {
  #formArea dl {
    justify-content: space-between;
  }
  #formArea dl dd.fb100 {
    flex-basis: 100%;
  }
  #formArea input[type=text],
  #formArea input[type=email],
  #formArea input[type=number],
  #formArea textarea {
    margin: 0;
  }
  #formArea select {
    margin-bottom: 0;
  }
  #formArea .mwform-checkbox-field {
    display: inline-block;
    width: auto;
  }
  #formArea .mwform-radio-field {
    display: inline-block;
    margin: 0 15px 5px 0;
  }
  #formArea .mwform-radio-field .mwform-radio-field-text {
    margin-right: 15px;
  }
  #formArea .mwform-radio-field input {
    margin: 0;
  }
  #formArea .mwform-radio-field-text {
    margin-left: 10px;
  }
  #formArea .btnArea {
    flex-wrap: nowrap;
  }
  #formArea .btnArea .submitArea {
    flex-basis: 100%;
    margin: 0;
  }
}
#formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
  margin: 0 auto 0 10px;
}

#formArea .mw_wp_form_confirm .btnArea .returnArea {
  display: inline-flex;
}

#formArea .mw_wp_form_confirm .btnArea .returnArea .return {
  margin: 0 10px 0 auto;
}

@media print, screen and (max-width: 767px) {
  #formArea .mw_wp_form_confirm .btnArea .submitArea .submit {
    margin: 0 auto !important;
  }
  #formArea .mw_wp_form_confirm .btnArea .returnArea {
    margin-bottom: 10px;
    display: inline-flex;
  }
  #formArea .mw_wp_form_confirm .btnArea .returnArea .return {
    margin: 0 auto 10px !important;
  }
}
/* for IE */
.megaMenu__link.is-active + .megaMenu__content {
  opacity: 1;
  visibility: visible;
}

.megaMenu__content {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 76px;
  left: 0;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #91A2B6;
  transition: opacity 0.3s, visibility 0.3s;
}

.megaMenu__content .container {
  position: relative;
  padding-bottom: 60px;
}

.fixed .megaMenu__content {
  top: 76px !important;
}

.footer_contact_area {
  width: 100%;
  height: 360px;
  background: url("images/webp/common/footer_contact_area_bg.jpg.webp") no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-top: 70px;
  z-index: 0;
}

.footer_contact_area::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background-color: rgba(8, 36, 75, 0.9);
  width: 100%;
  height: 100%;
}

.footer_contact_area .container {
  position: relative;
  z-index: 2;
}

.footer_contact_area .en_title {
  font-size: 48px;
  font-family: "Helvetica Neue", Helvetica;
  color: #fff;
  margin: 0 0 -6px;
}

.footer_contact_area h2 {
  font-size: 14px;
  color: #fff;
  padding-left: 32px;
  position: relative;
  margin: 0 0 32px;
}

.footer_contact_area h2::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 24px;
  height: 1px;
  background: #91A2B6;
}

.footer_contact_area p {
  font-size: 22px;
  font-weight: 600;
  color: #fff;
}

@media print, screen and (max-width: 767px) {
  .footer_contact_area .en_title {
    font-size: 42px;
  }
  .footer_contact_area h2 {
    font-size: 14px;
  }
  .footer_contact_area p {
    font-size: 20px;
  }
}
.footer_linklist_area {
  padding: 78px 0 78px;
  background: #F9F9F7;
}

.footer_linklist_area .column_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_linklist_area .column_area .column_box {
  flex-basis: calc((100% - 120px) / 5);
  max-width: calc((100% - 120px) / 5);
  padding-bottom: 30px;
}

.footer_linklist_area .column_area .column_box ul {
  margin: 16px 0 0;
  padding: 0;
}

.footer_linklist_area .column_area .column_box ul li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer_linklist_area .column_area .column_box ul li a {
  font-size: 14px;
  text-decoration: none;
  color: #222222;
  position: relative;
  padding-left: 20px;
  transition: 0.3s ease-in;
}

.footer_linklist_area .column_area .column_box ul li a::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 10px;
  height: 1px;
  background: #002B5E;
}

.footer_linklist_area .column_area .column_box ul li a:hover {
  opacity: 0.6;
}

@media print, screen and (max-width: 1200px) {
  .footer_linklist_area .column_area .column_box {
    flex-basis: calc((100% - 60px) / 3);
    max-width: calc((100% - 60px) / 3);
  }
}
@media print, screen and (max-width: 767px) {
  .footer_linklist_area {
    display: none;
  }
}
.megaMenu_close_btn {
  background: #F5F5F5;
  display: block;
  border-radius: 3px;
  width: 100%;
  text-align: center;
  padding: 5px 15px;
  color: #222 !important;
  text-decoration: none;
  font-size: 14px;
  position: absolute;
  bottom: 28px;
  left: 0;
}

.megaMenu_close_btn span {
  background: url("images/common/batu.svg") no-repeat;
  background-size: 18px;
  background-position: top 3px right 0;
  padding-right: 20px;
  line-height: 23px;
  display: inline-block;
}

.megaMenu___inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 40px 0 20px;
}

.megaMenu___inner .left_box {
  width: 270px;
  border-right: 1px solid #91A2B6;
}

.megaMenu___inner .left_box .en_title {
  font-size: 12px;
  font-weight: 600;
  color: #004898;
}

.megaMenu___inner .left_box h2 {
  font-size: 28px;
  font-weight: 300;
  margin: 0 0 15px;
}

.megaMenu___inner .left_box a {
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  background: #002B5E;
  display: inline-block;
  padding: 5px 15px;
  border-radius: 50px;
  text-align: center;
  width: 80px;
}

.megaMenu___inner .right_box {
  width: calc(100% - 300px);
}

.megaMenu___inner .right_box .column_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.megaMenu___inner .right_box .column_area::after {
  content: "";
  display: block;
  width: calc((100% - 60px) / 3);
}

.megaMenu___inner .right_box .column_area .column_box {
  flex-basis: calc((100% - 60px) / 3);
  max-width: calc((100% - 60px) / 3);
}

.megaMenu___inner .right_box .column_area .column_box a {
  display: inline-block;
  padding: 13px 46px 10px 46px;
  border: 1px solid #004898 !important;
  width: 100%;
  height: 50px;
  margin: 0 0 20px;
  margin-right: 0px;
  margin-left: 0px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.5;
  touch-action: manipulation;
  text-decoration: none;
  transition: 0.3s ease-in;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  position: relative;
  border: 1px solid #fff;
  color: #002B5E;
  background: #fff;
  cursor: pointer;
  text-align: center !important;
  border-radius: 40px;
}

.megaMenu___inner .right_box .column_area .column_box a:after {
  position: absolute;
  border: none;
  content: "";
  font-family: FontAwesome;
  transform: none;
  color: #fff;
  right: 15px;
  font-size: 20px;
  border-radius: 0;
  top: 50%;
  margin-top: -15px;
  transition: 0.3s ease-in;
  width: 24px;
  height: 24px;
  background: url("images/common/btn_arrow_off.svg") no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  top: 28px;
  right: 15px;
}

.megaMenu___inner .right_box .column_area .column_box a:hover, .megaMenu___inner .right_box .column_area .column_box a:focus {
  text-decoration: none;
  color: #fff;
  background: #F0951B;
  border-color: #F0951B !important;
}

.megaMenu___inner .right_box .column_area .column_box a:hover:after, .megaMenu___inner .right_box .column_area .column_box a:focus:after {
  background: url("images/common/btn_arrow_on.svg") no-repeat;
  background-position: center;
  background-size: cover;
}

@media print, screen and (max-width: 1200px) {
  .megaMenu___inner .left_box {
    width: 230px;
  }
  .megaMenu___inner .right_box {
    width: calc(100% - 260px);
  }
}
.sns_min_box {
  width: 195px;
  margin: 0 auto 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sns_min_box .sns_min_c1 {
  width: 30px;
  height: 30px;
  background: url("images/common/sns_c1.svg") no-repeat;
  background-position: center;
  background-size: cover;
}

.sns_min_box .sns_min_c2 {
  width: 30px;
  height: 30px;
  background: url("images/common/sns_c2.svg") no-repeat;
  background-position: center;
  background-size: cover;
}

.sns_min_box .sns_min_c3 {
  width: 30px;
  height: 30px;
  background: url("images/common/sns_c3.svg") no-repeat;
  background-position: center;
  background-size: cover;
}

.sns_min_box .sns_min_c4 {
  width: 30px;
  height: 30px;
  background: url("images/common/sns_c4.svg") no-repeat;
  background-position: center;
  background-size: cover;
}

.sns_min_box_h {
  width: 154px;
  margin: 3px 0px 0 14px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sns_min_box_h .sns_min_c1 {
  width: 30px;
  height: 30px;
  background: url("images/common/sns_c1.svg") no-repeat;
  background-position: center;
  background-size: cover;
}

.sns_min_box_h .sns_min_c2 {
  width: 30px;
  height: 30px;
  background: url("images/common/sns_c2.svg") no-repeat;
  background-position: center;
  background-size: cover;
}

.sns_min_box_h .sns_min_c3 {
  width: 30px;
  height: 30px;
  background: url("images/common/sns_c3.svg") no-repeat;
  background-position: center;
  background-size: cover;
}

.sns_min_box_h .sns_min_c4 {
  width: 30px;
  height: 30px;
  background: url("images/common/sns_c4.svg") no-repeat;
  background-position: center;
  background-size: cover;
}

.top_ftb_img {
  position: fixed;
  z-index: 3;
  bottom: 110px;
  right: 15px;
  height: 0;
  text-align: right;
}

.top_ftb_img img {
  display: block;
  margin-left: auto;
  font-size: 0 !important;
}

@media print, screen and (max-width: 767px) {
  .top_ftb_img {
    display: none;
  }
}
.top_ftb_img2 {
  position: fixed;
  bottom: 271px;
  right: 15px;
  height: 0;
  text-align: right;
  z-index: 8;
  transition: 0.3s ease-in;
}

.top_ftb_img2 img {
  display: block;
  margin-left: auto;
  font-size: 0 !important;
}

@media print, screen and (max-width: 767px) {
  .top_ftb_img2 {
    width: 27%;
    bottom: auto;
    left: 3%;
    top: auto;
    position: absolute;
  }
  .top_ftb_img2.fixedsp {
    bottom: auto;
  }
  .top_ftb_img2 img {
    display: block;
    margin-left: auto;
    font-size: 0 !important;
    margin-top: 8%;
    width: 100%;
  }
}
.sp {
  display: none;
}

.pc {
  display: block;
}

@media print, screen and (max-width: 767px) {
  .sp {
    display: block;
  }
  .pc {
    display: none;
  }
}
.container_940 {
  max-width: 1140px;
  width: 100%;
  margin: 0 auto;
}

.service_column_area {
  width: 270px;
  margin: 0 0 0 auto;
  height: 806px;
}

.service_column_area .sw_box {
  padding: 100px 0 0 38px;
  background: url("images/home/top_service01.svg") no-repeat;
  background-size: 267px;
  background-position: top 0 left 19px;
  position: relative;
}

.service_column_area .text_e {
  margin: 0 !important;
  color: #002B5E;
  font-size: 18px;
}

.service_column_area h3 {
  margin: 0 !important;
  color: #222222;
  font-size: 28px;
  font-weight: 600;
}

.service_column_area .service_img_box {
  position: absolute;
  top: 0;
  left: -865px;
  width: 865px;
}

.service_column_area .service_img_box .inner {
  position: relative;
}

.service_column_area .service_img_box .inner::after {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: #fff url("images/home/logo_tab.svg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 120px;
  height: 72px;
  border-radius: 0 0 0 4px;
  z-index: 5;
}

.service_column_area .service_img_box .inner img {
  width: 100%;
}

@media print, screen and (max-width: 1415px) {
  .service_column_area .service_img_box {
    left: -865px;
    width: 865px;
  }
}
.service_column_area .link_text_w {
  position: relative;
}

.service_column_area .link_text_w .link_text_box {
  position: absolute;
  top: 0;
  left: -130px;
  width: 420px;
  display: block;
  background: #fff url("images/common/y_b_arrow.svg") no-repeat;
  background-size: 18px;
  background-position: bottom 20px right 20px;
  border-left: 8px solid #002B5E;
  text-decoration: none;
  color: #222222;
  font-size: 16px;
  padding: 40px;
}

.service_column_area .link_text_w .link_text_box:hover {
  background: #002B5E url("images/common/y_w_arrow.svg") no-repeat;
  background-size: 18px;
  background-position: bottom 20px right 10px;
  border-left: 8px solid #002B5E;
  color: #fff;
}

.service_column_area .link_text_w .link_text_box p {
  margin: 0;
}

@media print, screen and (max-width: 1615px) {
  .service_column_area {
    height: 735px;
  }
}
@media print, screen and (max-width: 1200px) {
  .service_column_area {
    height: 735px;
    width: 360px;
  }
  .service_column_area .service_img_box {
    position: absolute;
    top: 0;
    left: -678px;
    width: 678px;
  }
}
@media print, screen and (max-width: 768px) {
  .service_column_area {
    padding-bottom: 50px;
    height: auto;
    width: 50%;
  }
  .service_column_area .sw_box {
    padding: 100px 0 0 38px;
    background: url("images/home/top_service01.svg") no-repeat;
    background-size: 267px;
    background-position: top 0 left 40px;
    position: relative;
  }
  .service_column_area .service_img_box {
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
  }
  .service_column_area .link_text_w {
    position: relative;
  }
  .service_column_area .link_text_w .link_text_box {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    background: #fff url("images/common/y_b_arrow.svg") no-repeat;
    background-size: 18px;
    background-position: bottom 20px right 20px;
    border-left: 8px solid #002B5E;
    text-decoration: none;
    color: #222222;
    font-size: 16px;
    padding: 40px;
  }
  .service_column_area .link_text_w .link_text_box:hover {
    background: #002B5E url("images/common/y_w_arrow.svg") no-repeat;
    background-size: 18px;
    background-position: bottom 20px right 10px;
    border-left: 8px solid #002B5E;
    color: #fff;
  }
  .service_column_area .link_text_w .link_text_box p {
    margin: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .service_column_area {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .service_column_area .sw_box {
    padding: 100px 0 0 0;
    background: url("images/home/top_service01.svg") no-repeat;
    background-size: 267px;
    background-position: top 0 left 40px;
    position: relative;
  }
  .service_column_area .service_img_box {
    padding-top: 20px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .service_column_area .service_img_box .inner {
    position: relative;
  }
  .service_column_area .service_img_box .inner::after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    background: #fff url("images/home/logo_tab.svg") no-repeat;
    background-size: cover;
    background-position: center;
    width: 15%;
    height: 0;
    border-radius: 0 0 0 4px;
    z-index: 5;
    padding-bottom: 9%;
  }
  .service_column_area .link_text_w {
    position: relative;
  }
}
@media print, screen and (max-width: 992px) {
  .service_column_area {
    padding-left: 5%;
    padding-right: 5%;
  }
  .service_column_area .text_e {
    text-align: center !important;
    font-size: 18px;
  }
  .service_column_area h3 {
    text-align: center;
    font-size: 28px;
  }
  .service_column_area p {
    text-align: center !important;
  }
  .service_column_area .sw_box {
    padding: 100px 0 0 0;
    background: url("images/home/top_service01.svg") no-repeat;
    background-size: 267px;
    background-position: top 0 center;
    position: relative;
  }
  .service_column_area .link_text_w {
    position: relative;
  }
  .service_column_area .link_text_w .link_text_box {
    padding: 30px 25px;
  }
  .service_column_area .link_text_w .link_text_box p {
    text-align: left !important;
  }
}
.service_column_area2 {
  width: 270px;
  margin: 0 auto 0 0;
  height: 806px;
}

.service_column_area2 .sw_box {
  padding: 100px 0 0 0;
  background: url("images/home/top_service02.svg") no-repeat;
  background-size: 267px;
  background-position: top 0 left 0;
  position: relative;
}

.service_column_area2 .text_e {
  margin: 0 !important;
  color: #002B5E;
  font-size: 18px;
}

.service_column_area2 h3 {
  margin: 0 !important;
  color: #222222;
  font-size: 28px;
  font-weight: 600;
}

.service_column_area2 .service_img_box {
  position: absolute;
  top: 0;
  right: -865px;
  width: 865px;
}

.service_column_area2 .service_img_box .inner {
  position: relative;
}

.service_column_area2 .service_img_box .inner::after {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  background: #fff url("images/home/logo_tab.svg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 120px;
  height: 72px;
  border-radius: 0 0 4px 0;
  z-index: 5;
}

.service_column_area2 .service_img_box .inner img {
  width: 100%;
}

@media print, screen and (max-width: 1415px) {
  .service_column_area2 .service_img_box {
    right: -865px;
    width: 865px;
  }
}
.service_column_area2 .link_text_w {
  position: relative;
}

.service_column_area2 .link_text_w .link_text_box {
  position: absolute;
  top: 0;
  right: -130px;
  width: 420px;
  display: block;
  background: #fff url("images/common/y_b_arrow.svg") no-repeat;
  background-size: 18px;
  background-position: bottom 20px right 20px;
  border-left: 8px solid #002B5E;
  text-decoration: none;
  color: #222222;
  font-size: 16px;
  padding: 40px;
}

.service_column_area2 .link_text_w .link_text_box:hover {
  background: #002B5E url("images/common/y_w_arrow.svg") no-repeat;
  background-size: 18px;
  background-position: bottom 20px right 10px;
  border-left: 8px solid #002B5E;
  color: #fff;
}

.service_column_area2 .link_text_w .link_text_box p {
  margin: 0;
}

@media print, screen and (max-width: 1615px) {
  .service_column_area2 {
    height: 735px;
  }
}
@media print, screen and (max-width: 1415px) {
  .service_column_area2 {
    height: 735px;
  }
}
@media print, screen and (max-width: 768px) {
  .service_column_area2 {
    padding-bottom: 50px;
    height: auto;
    width: 50%;
  }
  .service_column_area2 .sw_box {
    padding: 100px 38px 0 0;
    background: url("images/home/top_service02.svg") no-repeat;
    background-size: 267px;
    background-position: top 0 left 0;
    position: relative;
  }
  .service_column_area2 .service_img_box {
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
  }
  .service_column_area2 .link_text_w {
    position: relative;
  }
  .service_column_area2 .link_text_w .link_text_box {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    background: #fff url("images/common/y_b_arrow.svg") no-repeat;
    background-size: 18px;
    background-position: bottom 20px right 20px;
    border-left: 8px solid #002B5E;
    text-decoration: none;
    color: #222222;
    font-size: 16px;
    padding: 40px;
  }
  .service_column_area2 .link_text_w .link_text_box:hover {
    background: #002B5E url("images/common/y_w_arrow.svg") no-repeat;
    background-size: 18px;
    background-position: bottom 20px right 10px;
    border-left: 8px solid #002B5E;
    color: #fff;
  }
  .service_column_area2 .link_text_w .link_text_box p {
    margin: 0;
  }
}
@media print, screen and (max-width: 767px) {
  .service_column_area2 {
    max-width: 750px;
    width: 100%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 20px;
  }
  .service_column_area2 .sw_box {
    padding: 100px 0 0 0;
    background: url("images/home/top_service02.svg") no-repeat;
    background-size: 267px;
    background-position: top 0 left 44px;
    position: relative;
  }
  .service_column_area2 .service_img_box {
    padding-top: 20px;
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
  }
  .service_column_area2 .service_img_box .inner {
    position: relative;
  }
  .service_column_area2 .service_img_box .inner::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    background: #fff url("images/home/logo_tab.svg") no-repeat;
    background-size: cover;
    background-position: center;
    width: 15%;
    height: 0;
    border-radius: 0 0 4px 0;
    z-index: 5;
    padding-bottom: 9%;
  }
  .service_column_area2 .link_text_w {
    position: relative;
  }
}
@media print, screen and (max-width: 767px) {
  .service_column_area2 {
    padding-left: 5%;
    padding-right: 5%;
  }
  .service_column_area2 .text_e {
    text-align: center !important;
    font-size: 18px;
  }
  .service_column_area2 h3 {
    text-align: center;
    font-size: 28px;
  }
  .service_column_area2 p {
    text-align: center !important;
  }
  .service_column_area2 .sw_box {
    padding: 100px 0 0 0;
    background: url("images/home/top_service02.svg") no-repeat;
    background-size: 267px;
    background-position: top 0 center;
    position: relative;
  }
  .service_column_area2 .link_text_w {
    position: relative;
  }
  .service_column_area2 .link_text_w .link_text_box {
    padding: 30px 25px;
  }
  .service_column_area2 .link_text_w .link_text_box p {
    text-align: left !important;
  }
}
.service_f3_box {
  width: 100%;
  padding: 0 60px;
  max-width: 100%;
  margin: 0 auto;
}

.service_f3_box .head_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service_f3_box .head_area .se_box {
  width: 33.3333333333%;
  padding-top: 100px;
}

.service_f3_box .head_area .se_box.title1 {
  background: url("images/home/top_service03.svg") no-repeat;
  background-size: 276px;
  background-position: top center;
}

.service_f3_box .head_area .se_box.title2 {
  background: url("images/home/top_service04.svg") no-repeat;
  background-size: 276px;
  background-position: top center;
}

.service_f3_box .head_area .se_box.title3 {
  background: url("images/home/top_service05.svg") no-repeat;
  background-size: 276px;
  background-position: top center;
}

.service_f3_box .head_area .se_box .text_e {
  font-size: 18px;
  color: #002B5E;
  margin: 0 !important;
  text-align: center !important;
}

.service_f3_box .head_area .se_box h3 {
  font-size: 28px;
  color: #222222;
  font-weight: 600;
  margin: 0;
  text-align: center;
  padding-bottom: 10px;
}

.service_f3_box .body_area {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.service_f3_box .body_area::after {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  content: "";
  background: #fff url("images/home/logo_tab.svg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 120px;
  height: 72px;
  border-radius: 0 0 0 4px;
  z-index: 5;
}

.service_f3_box .body_area .se_box {
  width: 33.3333333333%;
}

.service_f3_box .body_area .se_box .img_box {
  width: 100%;
  _padding-bottom: 140%;
  padding-bottom: 562px;
  position: relative;
  z-index: 0;
}

.service_f3_box .body_area .se_box .img_box.s1 {
  background: url("images/webp/home/service_img_01.jpg.webp") no-repeat;
  background-position: center;
  background-size: auto 101%;
  transition: all ease 0.3s;
}

.service_f3_box .body_area .se_box .img_box.s2 {
  background: url("images/webp/home/service_img_02.jpg.webp") no-repeat;
  background-position: center;
  background-size: auto 101%;
  transition: all ease 0.3s;
}

.service_f3_box .body_area .se_box .img_box.s3 {
  background: url("images/webp/home/service_img_03.jpg.webp") no-repeat;
  background-position: center;
  background-size: auto 101%;
  transition: all ease 0.3s;
}

@media print, screen and (max-width: 1200px) {
  .service_f3_box .body_area .se_box .img_box.s1 {
    background: url("images/webp/home/service_img_01.jpg.webp") no-repeat;
    background-position: center;
    background-size: auto 100%;
    transition: all ease 0.3s;
  }
  .service_f3_box .body_area .se_box .img_box.s2 {
    background: url("images/webp/home/service_img_02.jpg.webp") no-repeat;
    background-position: center;
    background-size: auto 100%;
    transition: all ease 0.3s;
  }
  .service_f3_box .body_area .se_box .img_box.s3 {
    background: url("images/webp/home/service_img_03.jpg.webp") no-repeat;
    background-position: center;
    background-size: auto 100%;
    transition: all ease 0.3s;
  }
}
.service_f3_box .body_area .se_box .img_box .inner {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 0;
}

.service_f3_box .body_area .se_box .img_box .inner .a_box {
  width: 100%;
  margin: 0 0 0 0;
  padding: 0 30px;
}

.service_f3_box .body_area .se_box .img_box .a_area {
  width: 100%;
  display: block;
  background: #fff url("images/common/y_b_arrow.svg") no-repeat;
  background-size: 18px;
  background-position: bottom 20px right 20px;
  border-left: 8px solid #002B5E;
  text-decoration: none;
  color: #222222;
  font-size: 16px;
  padding: 40px 30px;
  pointer-events: auto;
  transition: all ease 0.3s;
}

.service_f3_box .body_area .se_box.se_1 a:hover .img_box {
  background: url("images/home/service_img_01.jpg") no-repeat;
  background-position: center;
  background-size: auto 110%;
}

.service_f3_box .body_area .se_box.se_2 a:hover .img_box {
  background: url("images/home/service_img_02.jpg") no-repeat;
  background-position: center;
  background-size: auto 110%;
}

.service_f3_box .body_area .se_box.se_3 a:hover .img_box {
  background: url("images/home/service_img_03.jpg") no-repeat;
  background-position: center;
  background-size: auto 110%;
}

@media print, screen and (max-width: 1200px) {
  .service_f3_box .body_area .se_box.se_1 a:hover .img_box {
    background: url("images/home/service_img_01.jpg") no-repeat;
    background-position: center;
    background-size: auto 110%;
  }
  .service_f3_box .body_area .se_box.se_2 a:hover .img_box {
    background: url("images/home/service_img_02.jpg") no-repeat;
    background-position: center;
    background-size: auto 110%;
  }
  .service_f3_box .body_area .se_box.se_3 a:hover .img_box {
    background: url("images/home/service_img_03.jpg") no-repeat;
    background-position: center;
    background-size: auto 110%;
  }
}
.service_f3_box .body_area .se_box a:hover .a_area {
  background: #002B5E url("images/common/y_w_arrow.svg") no-repeat;
  background-size: 18px;
  background-position: bottom 20px right 10px;
  border-left: 8px solid #002B5E;
  color: #fff;
}

@media print, screen and (max-width: 1000px) {
  .service_f3_box {
    padding: 0 15px;
  }
}
@media print, screen and (max-width: 767px) {
  .service_f3_box {
    display: none;
  }
}
.service_f3_box_sp {
  width: 100%;
  padding: 0 5%;
  display: none;
}

.service_f3_box_sp .se_box {
  padding: 100px 0 0 0;
  background: url("images/home/top_service03.svg") no-repeat;
  background-size: 267px;
  background-position: top 0 center;
  position: relative;
}

.service_f3_box_sp .se_box.se_1 {
  background: url("images/home/top_service03.svg") no-repeat;
  background-size: 267px;
  background-position: top 0 center;
}

.service_f3_box_sp .se_box.se_2 {
  background: url("images/home/top_service04.svg") no-repeat;
  background-size: 267px;
  background-position: top 0 center;
}

.service_f3_box_sp .se_box.se_3 {
  background: url("images/home/top_service05.svg") no-repeat;
  background-size: 267px;
  background-position: top 0 center;
}

.service_f3_box_sp .se_box .title_box {
  padding-bottom: 20px;
}

.service_f3_box_sp .se_box .text_e {
  margin: 0 !important;
  color: #002B5E;
  text-align: center !important;
  font-size: 18px;
}

.service_f3_box_sp .se_box h3 {
  margin: 0 !important;
  color: #222222;
  font-weight: 600;
  text-align: center;
  font-size: 28px;
}

.service_f3_box_sp .img_box {
  width: 100%;
  padding-bottom: 56%;
  background: #eee;
  position: relative;
  overflow: hidden;
  transition: all ease 0.3s;
}

.service_f3_box_sp .img_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
  transition: all ease 0.3s;
}

.service_f3_box_sp .text_link {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  background: #fff url("images/common/y_b_arrow.svg") no-repeat;
  background-size: 18px;
  background-position: bottom 20px right 20px;
  border-left: 8px solid #002B5E;
  text-decoration: none;
  color: #222222;
  font-size: 16px;
  padding: 30px 25px;
}

.service_f3_box_sp .text_link p {
  margin-top: 0;
}

.service_f3_box_sp .text_link:_hover {
  background: #002B5E url("images/common/y_w_arrow.svg") no-repeat;
  background-size: 18px;
  background-position: bottom 20px right 10px;
  border-left: 8px solid #002B5E;
  color: #fff;
}

@media print, screen and (max-width: 767px) {
  .service_f3_box_sp {
    display: block;
  }
}
/*タブ切り替え全体のスタイル*/
.tabs {
  position: relative;
}

/*タブのスタイル*/
.tab_item {
  display: block;
  width: 127px;
  height: 32px;
  font-weight: 600;
  text-align: center;
  color: #91A2B6;
  font-size: 14px;
  border-radius: 20px;
  padding-top: 5px;
  cursor: pointer;
}

@media print, screen and (max-width: 767px) {
  .tab_item {
    display: inline-block;
    width: 25%;
    height: 32px;
    text-align: center;
    color: #91A2B6;
    font-size: 12px;
    border-radius: 20px;
    padding-top: 0;
    line-height: 32px;
  }
  .tab_item span {
    display: none;
  }
}
.tab_item:hover {
  background: #002B5E;
  color: #fff;
}

/*ラジオボタンを全て消す*/
input[name=tab_item] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  clear: both;
}

/*選択されているタブのコンテンツのみを表示*/
#tab1:checked ~ #tab1_content,
#tab2:checked ~ #tab2_content,
#tab3:checked ~ #tab3_content,
#tab4:checked ~ #tab4_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background: #002B5E;
  color: #fff;
}

@media print, screen and (min-width: 768px) {
  .tabs .left_box {
    min-height: 280px;
  }
  .tab1_btn {
    position: absolute;
    top: 114px;
    left: 0;
  }
  .tab2_btn {
    position: absolute;
    top: 154px;
    left: 0;
  }
  .tab3_btn {
    position: absolute;
    top: 194px;
    left: 0;
  }
  .tab4_btn {
    position: absolute;
    top: 234px;
    left: 0;
  }
}
.footer_linklist_accordion {
  display: none;
  padding: 15px 0 15px;
  background: #F9F9F7;
}

@media print, screen and (max-width: 767px) {
  .footer_linklist_accordion {
    display: block;
  }
}
.drawer-nav2 {
  padding: 15px 5% 15px 5%;
}

.drawer-nav2 .drawer-nav_title_x {
  padding-right: 38px;
  padding-bottom: 27px;
}

.drawer-nav2 .drawer-hamburger {
  position: absolute !important;
  top: 22px;
  right: 11px;
}

.drawer-nav2 ul {
  margin: 0;
  padding: 0 0 20px;
  width: 100%;
}

.drawer-nav2 ul li {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #002B5E;
  position: relative;
}

.drawer-nav2 ul li a {
  width: 100%;
  color: #002B5E;
  min-height: 40px;
  padding: 9px 15px;
  background: url("images/common/y_b_arrow.svg") no-repeat;
  background-size: 16px;
  background-position: top 16px right 11px;
  text-decoration: none;
}

.drawer-nav2 ul li a:hover {
  opacity: 0.6;
}

.drawer-nav2 ul li.children {
  overflow: hidden;
}

.drawer-nav2 ul li.children > a {
  width: calc(100% - 40px);
  cursor: pointer;
  background: none !important;
}

.drawer-nav2 ul li.children i {
  position: absolute;
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  padding-top: 9px;
  margin: 0 0 0 auto;
  font-size: 20px;
  color: #002B5E;
  transition: 0.1s ease;
  top: 0;
  right: 0;
  cursor: pointer;
}

.drawer-nav2 ul li.children i::before {
  content: "＋";
  font-size: 24px;
}

.drawer-nav2 ul li.children i.active {
  transform: rotate(-45deg);
  cursor: pointer;
}

.drawer-nav2 ul li.children .sub-menu {
  display: none;
  border-top: 1px solid #002B5E;
  padding-left: 20px;
}

.drawer-nav2 ul li.children .sub-menu li a {
  min-height: inherit;
  display: block;
  background: url("images/common/y_b_arrow.svg") no-repeat;
  background-size: 16px;
  background-position: top 16px right 11px;
}

.drawer-nav2 ul li.children .sub-menu li a:hover {
  opacity: 0.6;
}

.drawer-nav2 ul li.children .sub-menu li:last-child {
  border: none;
}

.drawer-nav2 .link_box {
  padding-bottom: 12px;
}

.drawer-nav2 .center_area {
  text-align: center;
  padding-top: 20px;
}

.drawer-nav2 .center_area .link_text {
  margin-top: 30px;
  margin-bottom: 30px;
}

.drawer-nav2 .center_area .link_text a {
  color: #222222;
  font-size: 14px;
  text-decoration: none;
}

.drawer-nav2 .center_area p {
  font-size: 14px;
}

.drawer-nav2 .center_area .cr_text {
  font-size: 10px;
}

.sub_page_title {
  width: 100%;
  height: 414px;
  background: url("images/common/none_sub_page_title.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.sub_page_title::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000000;
  opacity: 0.3;
}

.sub_page_title .container {
  position: relative;
  height: 100%;
  z-index: 3;
}

.sub_page_title .container .title_box {
  display: table;
  height: 100%;
}

.sub_page_title .container .inner {
  width: 100%;
  display: table-cell;
  vertical-align: middle;
}

.sub_page_title .container .inner .en_title {
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
}

.sub_page_title .container .inner .pageTitle {
  font-size: 14px;
  color: #fff;
  position: relative;
  padding-left: 37px;
  margin: 0 0;
}

.sub_page_title .container .inner .pageTitle::after {
  position: absolute;
  content: "";
  background: #fff;
  width: 24px;
  height: 1px;
  top: 9px;
  left: 0;
}

@media print, screen and (max-width: 767px) {
  .sub_page_title {
    height: 227px;
  }
  .sub_page_title .container .title_box .inner .en_title {
    font-size: 42px;
  }
  .sub_page_title .container .title_box .inner .pageTitle {
    font-size: 14px;
  }
}
.catListPage {
  background: #F9F9F7;
}

.title_box_type2 .en_title {
  font-size: 48px;
  font-family: "Helvetica Neue", Helvetica;
  color: #002B5E;
  margin: 0 0 -6px;
  text-transform: uppercase;
}

.title_box_type2 .pageTitle {
  font-size: 14px !important;
  color: #222222;
  padding-left: 32px;
  position: relative;
  margin: 0 0 32px;
  font-weight: 100 !important;
}

.title_box_type2 .pageTitle::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 0;
  width: 24px;
  height: 1px;
  background: #91A2B6;
}

.news_w_box {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.news_w_box .inner {
  max-width: 720px;
  margin: 0 auto;
}

.post_cat_link_list {
  margin: 0 0 60px;
  padding: 0;
  max-width: 440px;
}

.post_cat_link_list li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 25%;
  height: 32px;
  text-align: center;
  color: #91A2B6;
  font-size: 12px;
  padding-top: 0;
  line-height: 32px;
  padding-left: 5px;
}

.post_cat_link_list li a {
  display: inline-block;
  width: 100%;
  height: 32px;
  text-align: center;
  color: #91A2B6;
  font-size: 12px;
  border-radius: 20px;
  padding-top: 0;
  line-height: 32px;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  .post_cat_link_list li a:hover {
    background: #002B5E;
    color: #fff;
  }
}
.post_cat_link_list2 {
  margin: 0 0 60px;
  padding: 0;
  max-width: 100%;
}

.post_cat_link_list2 li {
  list-style: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 150px;
  height: 32px;
  text-align: center;
  color: #91A2B6;
  font-size: 12px;
  padding-top: 0;
  line-height: 32px;
  padding-left: 5px;
  margin-bottom: 5px;
}

.post_cat_link_list2 li a {
  display: inline-block;
  width: 100%;
  height: 32px;
  text-align: center;
  color: #91A2B6;
  font-size: 12px;
  border-radius: 20px;
  padding-top: 0;
  line-height: 32px;
  text-decoration: none;
}

@media print, screen and (min-width: 768px) {
  .post_cat_link_list2 li a:hover {
    background: #002B5E;
    color: #fff;
  }
}
@media print, screen and (max-width: 767px) {
  .post_cat_link_list2 li {
    width: 20%;
  }
  .post_cat_link_list2 li a {
    font-size: 10px;
  }
}
.category-1 .category-1 {
  background: #002B5E;
  color: #fff;
}

.category-14 .category-14 {
  background: #002B5E;
  color: #fff;
}

.category-15 .category-15 {
  background: #002B5E;
  color: #fff;
}

.category-16 .category-16 {
  background: #002B5E;
  color: #fff;
}

.category-17 .category-17 {
  background: #002B5E;
  color: #fff;
}

.category-100 .category-100 {
  background: #002B5E;
  color: #fff;
}

.category-27 .category-27 {
  background: #002B5E;
  color: #fff;
}

.category-28 .category-28 {
  background: #002B5E;
  color: #fff;
}

.category-44 .category-44 {
  background: #002B5E;
  color: #fff;
}

.category-44 .category-44 {
  background: #002B5E;
  color: #fff;
}

.category-66 .category-66 {
  background: #002B5E;
  color: #fff;
}

.category-58 .category-58 {
  background: #002B5E;
  color: #fff;
}

.category-17 .category-17 {
  background: #002B5E;
  color: #fff;
}

.category-17 .category-17 {
  background: #002B5E;
  color: #fff;
}

.category-17 .category-17 {
  background: #002B5E;
  color: #fff;
}

@media print, screen and (max-width: 767px) {
  .post_cat_link_list {
    margin: 0 0 30px;
  }
  .post_cat_link_list li {
    padding-left: 0;
  }
  .post_cat_link_list li a {
    font-size: 12px;
  }
  .post_cat_link_list li a span {
    display: none;
  }
}
.g_c_bg {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #F9F9F7;
}

.time_single {
  line-height: 1;
  font-size: 12px;
  font-weight: 600 !important;
  width: 100%;
  align-self: center;
  margin-bottom: 17px;
}

.time_single span {
  padding-left: 27px;
  color: #fff;
}

.time_single span a {
  background: #E0E6E9;
  font-size: 12px;
  color: #002B5E !important;
  padding: 3px 20px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}

.tel_area {
  clear: both;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.tel_area .to1 {
  background: #E0E6E9;
  padding: 20px 34px;
}

.tel_area .to1 .text_area {
  width: 100%;
  max-width: 390px;
  padding: 21px 0 0 174px;
  background: url("images/common/tel_logo.svg") no-repeat;
  background-position: top left;
  background-size: 133px;
  margin: 0 auto;
}

.tel_area .to1 .text_area p {
  font-size: 18px;
  font-weight: 600;
}

.tel_area .to1 .column_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.tel_area .to1 .column_area a {
  width: calc((100% - 30px) / 2);
  display: block;
  border: 1px solid #085839;
  margin-bottom: 20px;
  text-align: center;
  text-decoration: none;
  color: #222222;
}

.tel_area .to1 .column_area a .title_text {
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  background: #085839;
  margin: 0;
  padding: 2px 15px;
}

.tel_area .to1 .column_area a .tel_text {
  background: #fff;
  margin: 0;
  padding: 0 15px;
  text-align: center;
  font-size: 32px;
}

.tel_area .to1 .column_area a .tel_text span {
  padding-left: 40px;
  background: url("images/common/tel_img1.svg") no-repeat;
  background-size: 29px;
  background-position: center left;
  font-family: "Arial", "Helvetica Neue", Arial;
  font-weight: 800;
  font-style: italic;
}

.tel_area .to1 .column_area a.tel_type2 {
  border: 1px solid #002B5E;
}

.tel_area .to1 .column_area a.tel_type2 .title_text {
  background: #002B5E;
  font-weight: 600;
}

.tel_area .to1 .column_area a.tel_type2 .tel_text span {
  background: url("images/common/tel_img1.svg") no-repeat;
  background-size: 29px;
  background-position: center left;
  font-family: "Arial", "Helvetica Neue", Arial;
  font-weight: 800;
  font-style: italic;
}

.tel_area .to1 .column_area a.tel_type3 {
  border: 1px solid #F0951B;
}

.tel_area .to1 .column_area a.tel_type3 .title_text {
  background: #F0951B;
  font-weight: 600;
}

.tel_area .to1 .column_area a.tel_type3 .tel_text span {
  background: url("images/common/tel_img2.svg") no-repeat;
  background-size: 36px;
  background-position: center left;
  font-family: "Arial", "Helvetica Neue", Arial;
  font-weight: 800;
  font-style: italic;
}

.tel_area .to1 .column_area a.tel_type4 {
  border: 1px solid #4B3A1F;
}

.tel_area .to1 .column_area a.tel_type4 .title_text {
  background: #4B3A1F;
  font-weight: 600;
}

.tel_area .to1 .column_area a.tel_type4 .tel_text span {
  background: url("images/common/tel_img2.svg") no-repeat;
  background-size: 36px;
  background-position: center left;
  font-family: "Arial", "Helvetica Neue", Arial;
  font-weight: 800;
  font-style: italic;
}

.tel_area .to2 {
  background: #F9F9F7;
  padding: 15px 15px;
}

.tel_area .to2 .btn {
  margin-top: 0;
  margin-bottom: 0;
}

@media print, screen and (max-width: 767px) {
  .tel_area .to1 {
    background: #E0E6E9;
    padding: 15px 15px;
  }
  .tel_area .to1 .text_area {
    width: 100%;
    max-width: 100%;
    padding: 9px 0 1px 41%;
    background: url("images/common/tel_logo.svg") no-repeat;
    background-position: top left 8%;
    background-size: 28%;
    margin: 0 auto;
  }
  .tel_area .to1 .text_area p {
    font-size: 3vw;
  }
  .tel_area .to1 .column_area {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .tel_area .to1 .column_area a {
    width: calc((100% - 5px) / 2);
    display: block;
    border: 1px solid #085839;
    margin-bottom: 10px;
    text-align: center;
    text-decoration: none;
    color: #222222;
  }
  .tel_area .to1 .column_area a .title_text {
    text-align: center;
    font-size: 2.7vw;
    color: #fff;
    background: #085839;
    margin: 0;
    padding: 4px 0;
  }
  .tel_area .to1 .column_area a .tel_text {
    background: #fff;
    margin: 0;
    padding: 5px 5px;
    text-align: center;
    font-size: 4vw;
  }
  .tel_area .to1 .column_area a .tel_text span {
    padding-left: 4vw;
    background: url("images/common/tel_img1.svg") no-repeat;
    background-size: 3vw;
    background-position: center left;
  }
  .tel_area .to1 .column_area a.tel_type2 .tel_text span {
    background: url("images/common/tel_img1.svg") no-repeat;
    background-size: 3vw;
    background-position: center left;
  }
  .tel_area .to1 .column_area a.tel_type3 .tel_text span {
    background: url("images/common/tel_img2.svg") no-repeat;
    background-size: 4vw;
    background-position: center left;
    padding-left: 5vw;
  }
  .tel_area .to1 .column_area a.tel_type4 .tel_text span {
    background: url("images/common/tel_img2.svg") no-repeat;
    background-size: 4vw;
    background-position: center left;
    padding-left: 5vw;
  }
  .tel_area .to2 {
    background: #F9F9F7;
    padding: 15px 15px;
  }
}
.type_service1 {
  padding-bottom: 35px;
}

.type_service2 {
  padding-bottom: 35px;
}

.swiper-pagination_service1 .swiper-pagination-bullet-active {
  background: #002B5E;
}

@media print, screen and (min-width: 1000px) {
  .swiper-pagination_service1 {
    text-align: left;
  }
}
.swiper-pagination_service2 .swiper-pagination-bullet-active {
  background: #002B5E;
}

@media print, screen and (min-width: 1000px) {
  .swiper-pagination_service2 {
    text-align: right;
  }
}
.post_link_pn_box {
  margin: 60px 0 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.post_link_pn_box::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background: #91A2B6;
  top: 0;
  left: 50%;
}

.post_link_pn_box .previous_post_box {
  width: 50%;
}

.post_link_pn_box .previous_post_box a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 34px;
  text-decoration: none;
  color: #222222;
  background: url("images/common/previous_btn.svg") no-repeat;
  background-size: 24px;
  background-position: center left;
  font-size: 12px;
}

@media print, screen and (min-width: 768px) {
  .post_link_pn_box .previous_post_box a:hover {
    opacity: 0.6;
  }
}
@media print, screen and (max-width: 767px) {
  .post_link_pn_box .previous_post_box a {
    padding: 15px 10px 15px 20px;
  }
}
.post_link_pn_box .next_post_box {
  width: 50%;
}

.post_link_pn_box .next_post_box a {
  width: 100%;
  height: 100%;
  display: block;
  padding: 15px 34px;
  text-decoration: none;
  color: #222222;
  background: url("images/common/next_btn.svg") no-repeat;
  background-size: 24px;
  background-position: center right;
  font-size: 12px;
}

@media print, screen and (min-width: 768px) {
  .post_link_pn_box .next_post_box a:hover {
    opacity: 0.6;
  }
}
@media print, screen and (max-width: 767px) {
  .post_link_pn_box .next_post_box a {
    padding: 15px 20px 15px 10px;
  }
}
.gray_w_area {
  background: #F9F9F7;
  padding: 72px 0 44px;
}

.white_w_area {
  padding: 72px 0 44px;
}

.mizu2_w_area {
  background: #E0E6E9;
  padding: 72px 0 44px;
}

@media print, screen and (min-width: 768px) {
  .pc_center_text {
    text-align: center !important;
  }
}
.type_service1 .swiper-slide {
  position: relative;
}

.type_service1 .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  width: 100%;
  height: 156px;
  z-index: 2;
}

.type_service1 .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  padding: 10px 15px 10px;
  color: #fff;
  font-size: 14px;
  z-index: 3;
  text-align: left !important;
}

.type_service2 .swiper-slide {
  position: relative;
}

.type_service2 .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  width: 100%;
  height: 156px;
  z-index: 2;
}

.type_service2 .swiper-slide p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0 !important;
  padding: 10px 15px 10px;
  color: #fff;
  font-size: 14px;
  z-index: 3;
  text-align: right !important;
}

.icon_service2 {
  margin: 0 auto 20px;
  display: block;
}

p.hx_text {
  font-size: 20px;
  font-weight: 600;
}

@media print, screen and (max-width: 1000px) {
  p.hx_text {
    text-align: center !important;
  }
}
.bbc_text {
  font-weight: 600;
}

.bbc_text span {
  color: #D80000;
  font-weight: 600;
}

.bbc_text span span {
  font-size: 18px;
}

.bbc_text2 {
  color: #00418E;
  font-weight: 600;
}

.bbc_text2 span {
  font-size: 18px;
}

.white_box {
  width: 100%;
  padding: 40px 60px;
  background: #fff;
  text-align: center;
  margin-bottom: 30px;
}

@media print, screen and (max-width: 767px) {
  .white_box {
    width: 100%;
    padding: 40px 15px;
    background: #fff;
    text-align: center;
    margin-bottom: 30px;
  }
}
.en_text_b {
  text-align: center !important;
  color: #002B5E;
  font-family: "Arial", "Helvetica Neue", Arial;
  font-weight: 800;
  font-style: italic;
  margin-top: 16px !important;
}

.designer_box {
  background: #fff;
  padding: 50px 40px;
  border-top: 4px solid #002B5E;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.designer_box .left_box {
  width: 200px;
}

.designer_box .left_box .cs1_box .text_1 {
  color: #002B5E;
  font-size: 16px;
  font-family: "Arial", "Helvetica Neue", Arial;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 10px;
}

.designer_box .left_box .cs1_box .text_2 {
  font-size: 22px;
}

.designer_box .right_box {
  width: calc(100% - 240px);
}

.designer_box .right_box .designer_name {
  font-size: 24px;
  line-height: 1.2;
}

.designer_box .right_box .designer_name span {
  font-size: 12px;
}

.designer_box .right_box .column4Wrap .columnBox {
  flex-basis: calc((100% - 30px) / 4);
  max-width: calc((100% - 30px) / 4);
  margin-top: 0 !important;
}

.designer_box .right_box .column4Wrap .columnBox p {
  font-size: 12px;
}

.designer_box .right_box .column3Wrap .columnBox {
  flex-basis: calc((100% - 20px) / 3);
  max-width: calc((100% - 20px) / 3);
  margin-top: 0 !important;
}

.designer_box .right_box .column3Wrap .columnBox p {
  font-size: 12px;
}

@media print, screen and (max-width: 767px) {
  .designer_box {
    background: #fff;
    padding: 30px 15px;
    border-top: 4px solid #002B5E;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .designer_box .left_box {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .designer_box .left_box .cs1_box {
    width: calc(100% - 130px);
  }
  .designer_box .left_box .cs1_box .text_1 {
    color: #002B5E;
    font-size: 16px;
    font-family: "Arial", "Helvetica Neue", Arial;
    font-weight: 800;
    font-style: italic;
    margin-bottom: 10px;
  }
  .designer_box .left_box .cs1_box .text_2 {
    font-size: 22px;
  }
  .designer_box .left_box .cs2_box {
    width: 120px;
  }
  .designer_box .right_box {
    width: 100%;
  }
  .designer_box .right_box .designer_name {
    font-size: 24px;
    line-height: 1.2;
  }
  .designer_box .right_box .designer_name span {
    font-size: 12px;
  }
  .designer_box .right_box .columnBox {
    flex-basis: calc((100% - 10px) / 2);
    max-width: calc((100% - 10px) / 2);
    margin-top: 0 !important;
  }
  .designer_box .right_box .columnBox p {
    font-size: 12px;
    margin-bottom: 10px;
  }
}
.columnBox img {
  margin-bottom: 10px;
}

.jyusyou_box {
  background: #fff;
  padding: 40px 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 60px;
}

.jyusyou_box .left_box {
  width: 286px;
  position: relative;
}

.jyusyou_box .left_box img {
  position: absolute;
  top: -65px;
  left: -38px;
}

.jyusyou_box .left_box h3 {
  margin-top: 50px;
  border: none;
  padding-bottom: 0;
}

@media print, screen and (max-width: 1000px) {
  .jyusyou_box .left_box h3 {
    margin-top: 0;
    padding-left: 73px;
  }
}
.jyusyou_box .right_box {
  width: calc(100% - 320px);
}

@media print, screen and (max-width: 1000px) {
  .jyusyou_box .left_box {
    width: 100%;
  }
  .jyusyou_box .right_box {
    width: 100%;
  }
}
.service_link_area {
  padding-top: 60px;
  padding-bottom: 60px;
}

.service_link_area .column4Wrap {
  margin-bottom: 0;
}

.service_link_area .column4Wrap .columnBox {
  flex-basis: calc((100% - 150px) / 4) !important;
  max-width: calc((100% - 150px) / 4) !important;
  margin-top: 0 !important;
}

.service_link_area .column4Wrap .columnBox a:hover {
  color: #002B5E !important;
}

@media print, screen and (max-width: 767px) {
  .service_link_area .column4Wrap .columnBox {
    flex-basis: calc((100% - 25px) / 2) !important;
    max-width: calc((100% - 25px) / 2) !important;
    margin-top: 0 !important;
  }
  .service_link_area .column4Wrap .columnBox a {
    font-size: 14px !important;
  }
}
.tenant_card {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  min-height: 282px;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin-bottom: 30px;
}

.tenant_card .thumbnail {
  width: 50%;
}

.tenant_card .thumbnail a {
  display: block;
  width: 100%;
  height: 100%;
}

.tenant_card .thumbnail a .img_box {
  width: 100%;
  height: 100%;
  background: #eee;
  position: relative;
  overflow: hidden;
  transition: all ease 0.3s;
  margin-bottom: 10px;
}

.tenant_card .thumbnail a .img_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
  transition: all ease 0.3s;
}

.tenant_card .text_area {
  width: 50%;
  padding: 40px 40px 80px;
  position: relative;
}

.tenant_card .text_area h3 {
  border: none !important;
  padding: 0 0 0 0 !important;
}

.tenant_card .text_area .tenant_cat .cat_type1 a {
  display: inline-block;
  padding: 3px 15px;
  background: #004898;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #004898;
}

.tenant_card .text_area .tenant_cat .cat_type2 a {
  display: inline-block;
  padding: 3px 15px;
  background: #fff;
  text-align: center;
  color: #004898;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #004898;
}

.tenant_card .text_area .permalinkWrap {
  position: absolute;
  bottom: 28px;
  left: 0;
  width: 100%;
  padding: 0 40px;
}

.tenant_card .text_area .permalinkWrap .btn2 {
  max-width: 160px;
}

@media print, screen and (max-width: 767px) {
  .tenant_card .thumbnail {
    width: 100%;
  }
  .tenant_card .thumbnail a .img_box {
    width: 100%;
    height: 0;
    padding-bottom: 66%;
  }
  .tenant_card .text_area {
    width: 100%;
    padding: 15px 15px 80px;
  }
}
.tenant_list_mv {
  width: 100%;
  padding-bottom: 600px;
  background: #eee;
  position: relative;
  overflow: hidden;
  transition: all ease 0.3s;
  margin-bottom: 10px;
}

.tenant_list_mv img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
  transition: all ease 0.3s;
}

@media print, screen and (max-width: 767px) {
  .tenant_list_mv {
    width: 100%;
    padding-bottom: 66.6%;
  }
}
.list_mv_bottom_w {
  position: relative;
}

.list_mv_bottom {
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 100%;
  z-index: 3;
  overflow: hidden;
}

.list_mv_bottom .list_mv_box {
  width: 350px;
  min-height: 200px;
  background-color: rgba(3, 20, 43, 0.9);
  margin-left: auto;
  position: relative;
  padding: 25px 30px;
}

.list_mv_bottom .list_mv_box::after {
  content: "";
  display: block;
  background-color: rgba(3, 20, 43, 0.9);
  width: 1000px;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1000px;
}

.list_mv_bottom .list_mv_box h2 {
  color: #fff;
  font-size: 24px;
  margin-top: 0 !important;
}

.list_mv_bottom .list_mv_box h2::after {
  background: #FFFFFF;
}

.list_mv_bottom .list_mv_box .c_text {
  margin-bottom: 20px;
}

.list_mv_bottom .list_mv_box .c_text .type1 {
  display: inline-block;
  padding: 2px 15px;
  background: #004898;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin-right: 10px;
}

.list_mv_bottom .list_mv_box .c_text .type2 {
  display: inline-block;
  padding: 2px 15px;
  background: #fff;
  color: #004898;
  font-size: 14px;
  text-align: center;
  margin-right: 0;
}

.list_mv_bottom .list_mv_box p {
  margin-bottom: 0;
  color: #fff;
  text-align: left !important;
}

.list_mv_bottom .list_mv_box p span {
  margin-right: 30px;
  display: inline-block;
}

@media print, screen and (max-width: 767px) {
  .list_mv_bottom_w {
    position: relative;
    margin-top: -10px !important;
  }
  .list_mv_bottom {
    position: inherit;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3;
  }
  .list_mv_bottom .container {
    padding: 0 !important;
  }
  .list_mv_bottom .list_mv_box {
    width: 100%;
    background-color: rgba(3, 20, 43, 0.9);
    margin-left: auto;
    position: relative;
    padding: 25px 5%;
  }
  .list_mv_bottom .list_mv_box::after {
    content: none;
  }
}
.tokusetu_btn_pc img {
  display: block;
  margin: 0 auto;
}

.tokusetu_btn_sp img {
  display: none;
  margin: 0 auto;
}

@media print, screen and (max-width: 767px) {
  .tokusetu_btn_pc img {
    display: none;
    margin: 0 auto;
  }
  .tokusetu_btn_sp img {
    display: block;
    margin: 0 auto;
  }
}
.swiper-container.type_type2 {
  padding-bottom: 100px;
}

.swiper-container.type_type2 .swiper-wrapper .swiper-slide {
  height: auto !important;
}

.swiper-container.type_type2 .swiper-wrapper .swiper-slide .card {
  width: 100%;
  height: calc(100% - 30px);
  background: #E0E6E9;
  padding: 20px 20px;
  position: relative;
  margin-top: 30px;
}

.swiper-container.type_type2 .swiper-wrapper .swiper-slide .card .step {
  position: absolute;
  top: -30px;
  left: 50%;
  margin-left: -30px;
  width: 60px;
  height: 60px;
  background: #002B5E;
  border-radius: 60px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  padding-top: 11px;
  z-index: 2;
}

.swiper-container.type_type2 .swiper-wrapper .swiper-slide .card .step span {
  font-size: 10px;
  display: block;
  line-height: 1;
}

.swiper-container.type_type2 .swiper-wrapper .swiper-slide .card .img_box {
  width: 100%;
  padding-bottom: 40%;
  background: #eee;
  position: relative;
  overflow: hidden;
  transition: all ease 0.3s;
}

.swiper-container.type_type2 .swiper-wrapper .swiper-slide .card .img_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
  transition: all ease 0.3s;
}

.swiper-container.type_type2 .swiper-wrapper .swiper-slide .card h3 {
  text-align: center;
  color: #002B5E;
  font-size: 16px;
  margin-bottom: 10px;
}

.swiper-container.type_type2 .swiper-navi {
  position: relative;
  margin: 18px auto;
  display: table;
  width: auto;
  padding: 0 40px;
}

.swiper-container.type_type2 .swiper-navi .swiper-button-prev_type2 {
  width: 30px;
  height: 30px;
  background: url("images/common/yb_left.svg") no-repeat;
  background-size: 30px;
  background-position: center;
  left: 0;
  margin-top: -15px;
}

.swiper-container.type_type2 .swiper-navi .swiper-button-next_type2 {
  width: 30px;
  height: 30px;
  background: url("images/common/yb_right.svg") no-repeat;
  background-size: 30px;
  background-position: center;
  right: 0;
  margin-top: -15px;
}

.swiper-container.type_type2 .swiper-navi .swiper-pagination_type2 {
  position: initial;
}

.swiper-container.type_type2 .swiper-navi .swiper-pagination_type2 span.swiper-pagination-bullet {
  margin: 0 5px;
}

.swiper-container.type_type2 .swiper-navi .swiper-pagination_type2 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #000;
}

@media print, screen and (max-width: 767px) {
  .sp_w_none {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
.g_tt_box {
  background: #F9F9F7;
  padding: 60px 60px;
  margin-bottom: 95px;
}

.g_tt_box .img_bt_text {
  font-size: 14px;
  margin-top: -18px !important;
}

.g_tt_box .title_a {
  font-size: 20px;
  color: #002B5E;
  padding-left: 20px;
  position: relative;
}

.g_tt_box .title_a::after {
  content: "";
  top: 12px;
  left: 0;
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 9px;
  background: #002B5E;
}

@media print, screen and (max-width: 767px) {
  .g_tt_box {
    background: #F9F9F7;
    padding: 60px 5%;
  }
  .g_tt_box .img_box {
    margin-bottom: 20px !important;
  }
  .g_tt_box .img_box img {
    margin-bottom: 0 !important;
  }
  .g_tt_box .img_bt_text {
    font-size: 14px;
    margin-top: -18px !important;
  }
  .g_tt_box .title_a {
    font-size: 20px;
    color: #002B5E;
    padding-left: 20px;
    position: relative;
  }
  .g_tt_box .title_a::after {
    content: "";
    top: 12px;
    left: 0;
    position: absolute;
    width: 9px;
    height: 9px;
    border-radius: 9px;
    background: #002B5E;
  }
}
.swiper-w_type3 {
  position: relative;
  margin-bottom: 40px;
}

.swiper-w_type3 .swiper-navi .swiper-button-prev_type3 {
  width: 60px;
  height: 60px;
  background: url("images/common/yb_left.svg") no-repeat;
  background-size: 60px;
  background-position: center;
  left: -30px;
  margin-top: -30px;
  top: 33%;
}

.swiper-w_type3 .swiper-navi .swiper-button-next_type3 {
  width: 60px;
  height: 60px;
  background: url("images/common/yb_right.svg") no-repeat;
  background-size: 60px;
  background-position: center;
  right: -30px;
  margin-top: -30px;
  top: 33%;
}

@media print, screen and (max-width: 1200px) {
  .swiper-w_type3 {
    padding: 0 20px;
  }
  .swiper-w_type3 .swiper-navi .swiper-button-prev_type3 {
    left: -9px;
  }
  .swiper-w_type3 .swiper-navi .swiper-button-next_type3 {
    right: -9px;
  }
}
@media print, screen and (max-width: 767px) {
  .swiper-w_type3 {
    padding: 0 20px;
  }
  .swiper-w_type3 .swiper-navi .swiper-button-prev_type3 {
    top: 37%;
    left: -9px;
  }
  .swiper-w_type3 .swiper-navi .swiper-button-next_type3 {
    top: 37%;
    right: -9px;
  }
}
.swiper-container.type_type3 {
  padding-bottom: 0;
}

.swiper-container.type_type3 .swiper-wrapper .swiper-slide .card .img_box {
  width: 100%;
  padding-bottom: 66%;
  background: #eee;
  position: relative;
  overflow: hidden;
  transition: all ease 0.3s;
  margin-bottom: 5px;
}

.swiper-container.type_type3 .swiper-wrapper .swiper-slide .card .img_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
  transition: all ease 0.3s;
}

.swiper-container.type_type3 .swiper-wrapper .swiper-slide .card .cat_name {
  padding: 3px 15px;
  background: #004898;
  color: #fff;
  font-size: 14px;
}

.swiper-container.type_type3 .swiper-wrapper .swiper-slide .card p {
  margin-top: 5px;
}

.banner_kyoukyou_btn {
  text-decoration: none;
  color: #222222;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 70px 0;
}

.banner_kyoukyou_btn .img_box {
  width: 50%;
  background: url("images/common/banner_bg_kyu01.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.banner_kyoukyou_btn .text_box {
  width: 50%;
  min-height: 141px;
  background: #fff url("images/common/out_site_btn.png") no-repeat;
  background-size: 60px;
  background-position: bottom 0 right 0;
  padding: 30px 20px;
}

.banner_kyoukyou_btn .text_box p {
  font-size: 22px;
  padding-left: 114px;
  background: url("images/common/banner_logo01.png") no-repeat;
  background-position: top 0 left 0;
  background-size: 86px;
}

.banner_kyoukyou_btn:hover {
  opacity: 0.6;
  color: #222222 !important;
}

.banner_kyoukyou_btn:hover p {
  color: #222222 !important;
}

@media print, screen and (max-width: 767px) {
  .banner_kyoukyou_btn {
    text-decoration: none;
    color: #222222;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .banner_kyoukyou_btn .img_box {
    width: 100%;
    background: url("images/common/banner_bg_kyu01.jpg") no-repeat;
    background-size: cover;
    background-position: center;
    padding-bottom: 30%;
  }
  .banner_kyoukyou_btn .text_box {
    width: 100%;
    min-height: 141px;
    background: #fff url("images/common/out_site_btn.png") no-repeat;
    background-size: 60px;
    background-position: bottom 0 right 0;
    padding: 30px 20px;
  }
  .banner_kyoukyou_btn .text_box p {
    font-size: 20px;
    padding-left: 0;
    padding-top: 114px;
    background: url("images/common/banner_logo01.png") no-repeat;
    background-position: top 0 center;
    background-size: 86px;
    text-align: center;
  }
}
.banner_kyoukyou_btn2 {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 70px 0;
}

.banner_kyoukyou_btn2 .img_box {
  width: 50%;
}

.banner_kyoukyou_btn2 .text_box {
  width: 50%;
}

@media print, screen and (max-width: 767px) {
  .banner_kyoukyou_btn2 .img_box {
    width: 100%;
  }
  .banner_kyoukyou_btn2 .text_box {
    width: 100%;
  }
}
.img_text_type1 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.img_text_type1 .left_box {
  width: 417px;
}

.img_text_type1 .left_box .img_box {
  padding: 40px 40px 2px;
  background: #F9F9F7;
  width: 100%;
  position: relative;
}

.img_text_type1 .left_box .img_box::after {
  content: "";
  width: 104px;
  height: 104px;
  background: url("images/common/maru_logo.svg") no-repeat;
  background-position: center;
  background-size: cover;
  border-radius: 52px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.img_text_type1 .left_box .img_box img {
  margin-bottom: 8px !important;
}

.img_text_type1 .left_box .img_box p {
  text-align: center;
  font-size: 16px;
  color: #002B5E;
}

.img_text_type1 .right_box {
  width: calc(100% - 460px);
}

.img_text_type1 .right_box .c_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 400px;
  width: 100%;
}

.img_text_type1 .right_box .c_list .c_list_box {
  width: calc((100% - 20px) / 2);
}

.img_text_type1 .right_box .c_list .c_list_box img {
  margin-bottom: 8px !important;
}

.img_text_type1 .right_box .c_list .c_list_box p {
  text-align: center;
  font-size: 16px;
  color: #002B5E;
}

@media print, screen and (max-width: 1000px) {
  .img_text_type1 .left_box {
    width: 100%;
    margin-bottom: 30px;
  }
  .img_text_type1 .right_box {
    width: 100%;
  }
}
@media print, screen and (max-width: 1000px) {
  .img_text_type1 .left_box {
    width: 100%;
  }
  .img_text_type1 .left_box .img_box {
    padding: 30px 30px 2px;
    background: #F9F9F7;
    width: 100%;
    position: relative;
  }
  .img_text_type1 .left_box .img_box::after {
    content: "";
    width: 74px;
    height: 74px;
    background: url("images/common/maru_logo.svg") no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 37px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .img_text_type1 .right_box {
    width: 100%;
  }
  .img_text_type1 .right_box .c_list {
    max-width: 100%;
    width: 100%;
  }
  .img_text_type1 .right_box .c_list .c_list_box {
    width: calc((100% - 20px) / 2);
  }
  .img_text_type1 .right_box .c_list .c_list_box img {
    margin-bottom: 8px !important;
  }
  .img_text_type1 .right_box .c_list .c_list_box p {
    text-align: center;
    font-size: 16px;
    color: #002B5E;
  }
}
.b_fs16_text {
  color: #002B5E;
  font-size: 16px;
  text-align: center !important;
}

.fs22_text {
  font-size: 22px;
  text-align: center !important;
}

.map_w_area {
  padding-bottom: 80px;
}

.map_w_area .bg {
  width: 100%;
  max-height: 600px;
  background: url("images/common/map_bg.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: -1;
  padding-top: 50px;
  padding-bottom: 100px;
}

.map_w_area .bg::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #032043;
  opacity: 0.9;
}

.map_w_area .bg .container {
  position: relative;
  z-index: 2;
}

.map_w_area .text_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: -190px;
}

.map_w_area .text_area .img_box {
  width: 289px;
}

.map_w_area .text_area .text_box {
  width: calc(100% - 334px);
  padding-top: 227px;
}

.map_w_area .text_area .text_box h3 {
  border: none !important;
}

@media print, screen and (max-width: 767px) {
  .map_w_area .text_area {
    margin-top: -22%;
  }
  .map_w_area .text_area .img_box {
    width: 33%;
  }
  .map_w_area .text_area .text_box {
    width: 100%;
    padding-top: 1px;
  }
  .map_w_area .text_area .text_box h3 {
    border: none !important;
  }
}
.w_img_text_card {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 30px 30px 120px;
  position: relative;
}

.w_img_text_card h3 {
  text-align: center !important;
  border: none !important;
  color: #002B5E !important;
  font-size: 16px;
  padding-bottom: 0 !important;
}

.w_img_text_card .btn_area {
  position: absolute;
  bottom: 34px;
  left: 0;
  width: 100%;
  padding: 0 30px 0;
}

.w_img_text_card .btn_area a {
  max-width: 160px !important;
  margin: 0 auto;
}

.white_box_b {
  background: #fff;
  padding: 30px;
  margin-top: 40px;
}

.white_box_b .w238 {
  max-width: 238px !important;
}

.white_box_b h3 {
  padding-bottom: 0 !important;
  border: none !important;
}

.white_box_b .left_w160 {
  max-width: 160px !important;
  margin-top: 20px;
}

.border_none {
  border: none !important;
}

.blog_column_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.blog_column_area .left_box {
  flex-basis: 230px;
  max-width: 230px;
}

.blog_column_area .left_box .en_title {
  font-size: 48px;
  font-family: "Helvetica Neue", Helvetica;
  color: #002B5E;
  margin: -12px 0 -6px;
}

.blog_column_area .left_box h2 {
  font-size: 14px !important;
  font-weight: 300 !important;
  color: #222222 !important;
  padding-left: 32px !important;
  position: relative !important;
  margin: 0 0 32px !important;
  padding-bottom: 0 !important;
}

.blog_column_area .left_box h2::after {
  content: "" !important;
  position: absolute !important;
  top: 12px !important;
  left: 0 !important;
  width: 24px !important;
  height: 1px !important;
  background: #91A2B6 !important;
}

.blog_column_area .right_box {
  flex-basis: calc(100% - 250px);
  max-width: calc(100% - 250px);
}

@media print, screen and (max-width: 767px) {
  .blog_column_area .left_box {
    flex-basis: 100%;
    max-width: 100%;
  }
  .blog_column_area .right_box {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.mizuiro_w_area {
  background: #E0E6E9;
  padding: 72px 0 74px;
}

.column5Wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column5Wrap .columnBox {
  width: calc((100% - 40px) / 5);
}

.column5Wrap .columnBox a {
  text-align: center !important;
  text-decoration: none;
  font-size: 14px;
  color: #222222;
}

.column5Wrap .columnBox a img {
  width: 100%;
}

.column5Wrap .columnBox a p {
  text-align: center !important;
}

@media print, screen and (max-width: 767px) {
  .column5Wrap .columnBox {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
  }
}
.hotel_link_area {
  padding: 72px 0 44px;
  position: relative;
}

.hotel_link_area::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 420px;
  background: url("images/common/bg_hotel_bg.jpg") no-repeat;
  background-size: cover;
  background-position: top center;
  z-index: 0;
}

.hotel_link_area h2 {
  position: relative;
  z-index: 2;
  color: #fff !important;
  margin-bottom: 65px;
}

.hotel_link_area h2::after {
  background: #fff !important;
}

.hotel_link_card {
  background: #fff;
  padding: 50px 40px;
  border-top: 4px solid #002B5E;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 2;
}

.hotel_link_card .img_box {
  width: calc((100% - 40px) / 2);
}

.hotel_link_card .img_box img {
  width: 100%;
}

.hotel_link_card .text_box {
  width: calc((100% - 40px) / 2);
}

.hotel_link_card .text_box .en_text_b {
  text-align: left !important;
}

.hotel_link_card .text_box h3 {
  border: none !important;
  padding-bottom: 0 !important;
}

.hotel_link_card .text_box .btn {
  margin: 30px 0 30px 0 !important;
}

@media print, screen and (max-width: 767px) {
  .hotel_link_card {
    background: #fff;
    padding: 30px 15px;
  }
  .hotel_link_card .img_box {
    width: 100%;
  }
  .hotel_link_card .img_box img {
    width: 100%;
  }
  .hotel_link_card .text_box {
    width: 100%;
  }
  .hotel_link_card .text_box .en_text_b {
    text-align: left !important;
  }
  .hotel_link_card .text_box h3 {
    border: none !important;
    padding-bottom: 0 !important;
  }
  .hotel_link_card .text_box .btn {
    margin: 30px auto 30px auto !important;
  }
}
.w720 {
  max-width: 720px;
  width: 100%;
  margin: 0 auto 70px;
}

.column_Wrap_3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column_Wrap_3 .columnBox {
  width: calc((100% - 40px) / 3);
  margin-bottom: 30px;
}

.column_Wrap_2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 68%;
  margin: 0 auto;
}

.column_Wrap_2 .columnBox {
  width: calc((100% - 20px) / 2);
  margin-bottom: 30px;
}

@media print, screen and (max-width: 767px) {
  .column_Wrap_3 .columnBox {
    width: 100%;
  }
  .column_Wrap_2 {
    max-width: 100%;
  }
  .column_Wrap_2 .columnBox {
    width: 100%;
  }
}
.merit_card .text1 {
  font-size: 48px;
  color: #002B5E;
  text-align: center;
  margin-top: -50px;
  font-family: "Arial", "Helvetica Neue", Arial;
  font-weight: 800;
  font-style: italic;
}

.merit_card .text2 {
  font-size: 20px;
  color: #002B5E;
  text-align: center;
}

@media print, screen and (max-width: 767px) {
  .merit_card {
    position: relative;
  }
  .merit_card .img_box {
    position: absolute;
    width: 120px;
    top: 0;
    right: 0;
  }
  .merit_card .text1 {
    text-align: left;
    margin-top: 0 !important;
    line-height: 1;
    margin-bottom: 0 !important;
    padding-right: 130px;
  }
  .merit_card .text2 {
    text-align: left;
    padding-right: 130px;
  }
}
.b_text_box01 {
  padding: 18px 180px;
  background: #002B5E;
  text-align: center;
  color: #fff;
  font-size: 22px;
  text-align: center !important;
  position: relative;
}

.b_text_box01::after {
  content: "";
  background: url("images/common/land_usage_women_toumei.png") no-repeat;
  background-size: cover;
  background-position: top center;
  width: 161px;
  height: 250px;
  position: absolute;
  bottom: -18px;
  left: 0;
}

.b_text_box01 p {
  text-align: center !important;
  margin-bottom: 0;
}

@media print, screen and (max-width: 767px) {
  .b_text_box01 {
    padding: 82px 15px 18px;
    background: #002B5E;
    text-align: center;
    color: #fff;
    font-size: 18px;
    text-align: center !important;
    margin-top: 110px;
  }
  .b_text_box01::after {
    content: "";
    background: url("images/common/land_usage_women_toumei.png") no-repeat;
    background-size: cover;
    background-position: top center;
    width: 124px;
    height: 192px;
    position: absolute;
    top: -123px;
    bottom: auto;
    left: 50%;
    margin-left: -62px;
  }
  .b_text_box01 p {
    text-align: center !important;
    margin-bottom: 0;
  }
  .b_text_box01 p br {
    display: none;
  }
}
/*アコーディオン全体*/
.accordion-area {
  list-style: none;
  width: 100%;
  margin: 0 auto !important;
}

.accordion-area li {
  margin: 0 0 20px;
  list-style: none !important;
  padding-left: 0 !important;
}

.accordion-area li::after {
  content: none !important;
}

.accordion-area {
  /*アコーディオンタイトル*/
  /*アイコンの＋と×*/
  /*　closeというクラスがついたら形状変化　*/
  /*アコーディオンで現れるエリア*/
}

.accordion-area .title_ac {
  position: relative;
  /*+マークの位置基準とするためrelative指定*/
  cursor: pointer;
  background: #002B5E;
  border: none;
  padding: 17px 42px 17px 17px;
  transition: all 0.5s ease;
  color: #fff;
  font-size: 18px;
  margin: 0;
}

.accordion-area .title_ac::before,
.accordion-area .title_ac::after {
  position: absolute;
  content: "";
  width: 15px;
  height: 2px;
  background-color: #fff;
}

.accordion-area .title_ac::before {
  top: 48%;
  right: 15px;
  transform: rotate(0deg);
  transition: all 0.5s ease;
}

.accordion-area .title_ac::after {
  top: 48%;
  right: 15px;
  transform: rotate(90deg);
  transition: all 0.5s ease;
}

.accordion-area .title_ac.close::before {
  transform: rotate(0deg);
}

.accordion-area .title_ac.close::after {
  transform: rotate(0deg);
}

.accordion-area .box_ac {
  display: none;
  /*はじめは非表示*/
  background: #F9F9F7;
  margin: 0;
  padding: 17px 42px 17px 17px;
}

.center_boder_none {
  text-align: center !important;
  border: none !important;
}

.zinusi_bosyu_box {
  background: #ccc;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  overflow: hidden;
}

.zinusi_bosyu_box .area1_box {
  background: #fff;
  padding: 33px 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zinusi_bosyu_box .area1_box p {
  color: #004898 !important;
}

.zinusi_bosyu_box .area1_box .sp {
  display: none;
}

.zinusi_bosyu_box .area1_box .text_box {
  width: 50%;
}

.zinusi_bosyu_box .area1_box .text_box p {
  color: #004898 !important;
}

.zinusi_bosyu_box .area1_box .img_box {
  width: 50%;
  padding-left: 50px;
  padding-top: 25px;
  position: relative;
}

.zinusi_bosyu_box .area1_box .img_box::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 86px;
  height: 86px;
  background: url("images/common/himetu.svg") no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 43px;
}

.zinusi_bosyu_box .area2_box {
  background: #E0E6E9;
  padding: 20px 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.zinusi_bosyu_box .area2_box .c1_box {
  width: 268px;
  background: url("images/common/soudan.svg") no-repeat;
  background-size: 60px;
  background-position: top 8px left;
  padding-left: 74px;
  padding-top: 11px;
}

.zinusi_bosyu_box .area2_box .c1_box p {
  margin-bottom: 0;
}

.zinusi_bosyu_box .area2_box .c2_box {
  width: 363px;
  padding-right: 20px;
}

.zinusi_bosyu_box .area2_box .c2_box a {
  width: 100%;
  height: 100%;
  display: block;
  background: url("images/common/tel_f_img.svg") no-repeat;
  background-size: 100%;
  background-position: center;
}

.zinusi_bosyu_box .area2_box .c2_box.type2 {
  background: none;
}

.zinusi_bosyu_box .area2_box .c2_box.type2 a {
  text-decoration: none;
  color: #002B5E;
  background: none !important;
}

.zinusi_bosyu_box .area2_box .c2_box.type2 a span {
  font-size: 46px;
  background: url("images/common/tel_b.svg") no-repeat;
  background-size: 43px;
  background-position: top 9px left 0;
  padding: 0 0 0 61px;
}

@media print, screen and (max-width: 1200px) {
  .zinusi_bosyu_box .area2_box .c2_box.type2 a span {
    font-size: 37px;
    background: url("images/common/tel_b.svg") no-repeat;
    background-size: 35px;
    background-position: top 23px left 0;
    padding: 7px 0 0 45px;
    display: inline-block;
  }
}
@media print, screen and (max-width: 1000px) {
  .zinusi_bosyu_box .area2_box .c2_box.type2 a span {
    background: url("images/common/tel_b.svg") no-repeat;
    background-size: 35px;
    background-position: top 20px left 0;
    margin-top: -12px;
    font-size: 33px;
  }
}
@media print, screen and (max-width: 400px) {
  .zinusi_bosyu_box .area2_box .c2_box.type2 a span {
    background: url("images/common/tel_b.svg") no-repeat;
    background-size: 22px;
    background-position: top 20px left 0;
    margin-top: -12px;
    font-size: 24px;
    display: table;
    margin: 0 auto;
    padding: 7px 0 0 30px;
  }
}
.zinusi_bosyu_box .area2_box .c3_box {
  width: calc(100% - 268px - 363px);
}

.zinusi_bosyu_box .area2_box .c3_box .btn {
  margin: 12px auto;
}

@media print, screen and (max-width: 1000px) {
  .zinusi_bosyu_box .area1_box .text_box {
    width: 50%;
  }
  .zinusi_bosyu_box .area1_box .text_box p {
    color: #004898 !important;
  }
  .zinusi_bosyu_box .area2_box .c1_box {
    width: 100%;
    max-width: 308px;
    margin: 0 auto;
    padding-bottom: 20px;
  }
  .zinusi_bosyu_box .area2_box .c1_box p {
    margin-bottom: 0;
  }
  .zinusi_bosyu_box .area2_box .c1_box .sp {
    display: inline-block;
  }
  .zinusi_bosyu_box .area2_box .c2_box {
    width: 100%;
    padding-bottom: 10px;
  }
  .zinusi_bosyu_box .area2_box .c2_box a {
    width: 100%;
    max-width: 308px;
    margin: 0 auto;
    height: 50px;
    display: block;
    background: url("images/common/tel_f_img.svg") no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .zinusi_bosyu_box .area2_box .c3_box {
    width: 100%;
  }
  .zinusi_bosyu_box .area2_box .c3_box .btn {
    margin: 12px auto;
  }
}
@media print, screen and (max-width: 767px) {
  .zinusi_bosyu_box .sp {
    display: block !important;
    width: 100%;
  }
  .zinusi_bosyu_box .area1_box {
    background: #fff;
    padding: 23px 23px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .zinusi_bosyu_box .area1_box .text_box {
    width: 100%;
  }
  .zinusi_bosyu_box .area1_box .text_box .type2 {
    display: none;
  }
  .zinusi_bosyu_box .area1_box .text_box p {
    color: #004898 !important;
    display: none;
  }
  .zinusi_bosyu_box .area1_box .img_box {
    width: 100%;
    padding-left: 20px;
    padding-top: 20px;
    position: relative;
  }
  .zinusi_bosyu_box .area1_box .img_box::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 74px;
    height: 74px;
    background: url("images/common/himetu.svg") no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 37px;
  }
  .zinusi_bosyu_box .area2_box {
    background: #E0E6E9;
    padding: 20px 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .zinusi_bosyu_box .area2_box .c1_box {
    width: 100%;
    max-width: 308px;
    margin: 0 auto;
    background: url("images/common/soudan.svg") no-repeat;
    background-size: 60px;
    background-position: top 8px left;
    padding-left: 74px;
    padding-top: 11px;
    padding-bottom: 20px;
  }
  .zinusi_bosyu_box .area2_box .c1_box p {
    margin-bottom: 0;
  }
  .zinusi_bosyu_box .area2_box .c2_box {
    width: 100%;
    padding-right: 0;
    padding-bottom: 10px;
  }
  .zinusi_bosyu_box .area2_box .c2_box a {
    width: 100%;
    max-width: 308px;
    margin: 0 auto;
    height: 50px;
    display: block;
    background: url("images/common/tel_f_img.svg") no-repeat;
    background-size: 100%;
    background-position: center;
  }
  .zinusi_bosyu_box .area2_box .c3_box {
    width: 100%;
  }
  .zinusi_bosyu_box .area2_box .c3_box .btn {
    margin: 12px auto;
  }
}
.center_fs22 {
  text-align: center !important;
  font-size: 22px;
}

@media print, screen and (max-width: 767px) {
  .center_fs22 {
    text-align: center !important;
    font-size: 16px;
  }
}
@media print, screen and (max-width: 767px) {
  .sp_column2 .columnBox {
    flex-basis: calc((100% - 30px) / 2) !important;
    max-width: calc((100% - 30px) / 2) !important;
    margin-top: 0 !important;
  }
}
.kaitori_area h3 {
  text-align: center !important;
  border: none !important;
}

.kaitori_area .kaitori_c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 55px;
}

.kaitori_area .kaitori_c .c_box {
  width: calc((100% - 60px) / 5) !important;
}

.kaitori_area .kaitori_c .c_box .cat_text {
  background: #004898;
  color: #fff;
  text-align: center;
  margin: 10px 0 10px;
  display: inline-block;
  padding: 2px 15px;
  line-height: 1.4;
  width: 100%;
}

.kaitori_area .kaitori_c2 p {
  font-size: 18px;
  font-weight: 600;
}

.kaitori_area .kaitori_c2 .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 27px;
  background: url("images/sumai/b_yjirusi.svg") no-repeat;
  background-size: 46px;
  background-position: center;
}

.kaitori_area .kaitori_c2 .inner .left_box {
  width: calc((100% - 72px) / 2) !important;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}

.kaitori_area .kaitori_c2 .inner .left_box::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "Before";
  width: 112px;
  height: 45px;
  background: #002B5E;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0 0 4px 0;
  padding: 7px 0 0 20px;
}

.kaitori_area .kaitori_c2 .inner .right_box {
  width: calc((100% - 72px) / 2) !important;
  overflow: hidden;
  border-radius: 4px;
  position: relative;
}

.kaitori_area .kaitori_c2 .inner .right_box::after {
  position: absolute;
  top: 0;
  left: 0;
  content: "After";
  width: 112px;
  height: 45px;
  background: #002B5E;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 0 0 4px 0;
  padding: 7px 0 0 20px;
}

@media print, screen and (max-width: 767px) {
  .kaitori_area .kaitori_c2 .inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 27px;
    background: url("images/sumai/b_yjirusi_sp.svg") no-repeat;
    background-size: 30px;
    background-position: center;
  }
  .kaitori_area .kaitori_c2 .inner .left_box {
    width: 100% !important;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
    margin-bottom: 50px;
  }
  .kaitori_area .kaitori_c2 .inner .left_box::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "Before";
    width: 89px;
    height: 36px;
    background: #002B5E;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 0 4px 0;
    padding: 7px 0 0 20px;
  }
  .kaitori_area .kaitori_c2 .inner .right_box {
    width: 100% !important;
    overflow: hidden;
    border-radius: 4px;
    position: relative;
  }
  .kaitori_area .kaitori_c2 .inner .right_box::after {
    position: absolute;
    top: 0;
    left: 0;
    content: "After";
    width: 89px;
    height: 36px;
    background: #002B5E;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0 0 4px 0;
    padding: 7px 0 0 20px;
  }
}
@media print, screen and (max-width: 1200px) {
  .kaitori_area .kaitori_c::after {
    content: "";
    display: block;
    width: calc((100% - 30px) / 3);
  }
  .kaitori_area .kaitori_c .c_box {
    width: calc((100% - 30px) / 3) !important;
  }
  .kaitori_area .kaitori_c .c_box .cat_text {
    background: #004898;
    color: #fff;
    text-align: center;
    margin: 10px 0 10px;
    display: inline-block;
    padding: 2px 15px;
    line-height: 1.4;
  }
}
@media print, screen and (max-width: 767px) {
  .kaitori_area .kaitori_c::after {
    content: "";
    display: block;
    width: calc((100% - 15px) / 2);
  }
  .kaitori_area .kaitori_c .c_box {
    width: calc((100% - 15px) / 2) !important;
  }
  .kaitori_area .kaitori_c .c_box .cat_text {
    background: #004898;
    color: #fff;
    text-align: center;
    margin: 10px 0 10px;
    display: inline-block;
    padding: 2px 15px;
    line-height: 1.4;
  }
}
.contact_cc_area_w {
  padding: 76px 0 43px;
}

.contact_cc_area_w .contact_cc_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact_cc_area_w .contact_cc_area .left_box {
  width: calc(100% - 230px);
}

.contact_cc_area_w .contact_cc_area .left_box p {
  margin: 16px 0;
  font-size: 22px;
  white-space: pre-line;
}

.contact_cc_area_w .contact_cc_area .right_box {
  width: 200px;
}

.contact_cc_area_w .contact_cc_area .right_box .btn {
  margin: 24px auto;
}

@media print, screen and (max-width: 767px) {
  .contact_cc_area_w .contact_cc_area .left_box {
    width: 100%;
  }
  .contact_cc_area_w .contact_cc_area .left_box p {
    margin: 16px 0;
    font-size: 20px;
  }
  .contact_cc_area_w .contact_cc_area .right_box {
    width: 100%;
  }
  .contact_cc_area_w .contact_cc_area .right_box .btn {
    margin: 24px auto;
  }
}
@media print, screen and (max-width: 767px) {
  .contact_cc_area_w {
    padding: 30px 0 30px;
  }
}
.point_area_w {
  background: #F9F9F7;
  padding: 60px 0 60px;
}

.point_area_w .point_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.point_area_w .point_area .left_box {
  width: 257px;
}

.point_area_w .point_area .left_box p {
  width: 240px;
  height: 72px;
  text-align: center;
  color: #fff;
  background: #002B5E;
  font-size: 16px;
  font-family: "Arial", "Helvetica Neue", Arial;
  font-weight: 800;
  font-style: italic;
  padding-top: 24px;
  margin-bottom: 0;
  position: relative;
}

.point_area_w .point_area .left_box p:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 100%;
  margin-top: -15px;
  border: 15px solid transparent;
  border-left: 15px solid #002B5E;
}

.point_area_w .point_area .right_box {
  width: calc(100% - 300px);
  padding-top: 10px;
  margin-bottom: 0;
}

@media print, screen and (max-width: 767px) {
  .point_area_w {
    padding: 30px 0 30px;
  }
  .point_area_w .point_area .left_box {
    width: 100%;
    padding-bottom: 20px;
  }
  .point_area_w .point_area .left_box p {
    width: 240px;
    height: 50px;
    text-align: center;
    color: #fff;
    background: #002B5E;
    font-size: 16px;
    font-family: "Arial", "Helvetica Neue", Arial;
    font-weight: 800;
    font-style: italic;
    padding-top: 13px;
    margin-bottom: 0;
    position: relative;
    margin: 0 auto;
    display: block;
  }
  .point_area_w .point_area .left_box p:before {
    content: none;
  }
  .point_area_w .point_area .left_box p:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #002B5E;
  }
  .point_area_w .point_area .right_box {
    width: 100%;
    padding-top: 10px;
    margin-bottom: 0;
  }
}
.swiper_dd_01 .swiper_top {
  max-width: 720px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.swiper_dd_01 .swiper_top .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #002B5E url("images/common/wy_l.svg") no-repeat;
  background-size: 15px;
  background-position: center right 16px;
  left: -25px;
  opacity: 0.7;
}

.swiper_dd_01 .swiper_top .swiper-button-next {
  width: 50px;
  height: 50px;
  background: #002B5E url("images/common/wy_r.svg") no-repeat;
  background-size: 15px;
  background-position: center left 16px;
  right: -25px;
  opacity: 0.7;
}

@media print, screen and (max-width: 767px) {
  .swiper_dd_01 .swiper_top .swiper-button-prev {
    top: auto !important;
    bottom: 0 !important;
    right: 50px !important;
    left: auto !important;
  }
  .swiper_dd_01 .swiper_top .swiper-button-next {
    top: auto !important;
    bottom: 0 !important;
    right: 1px !important;
  }
}
.swiper_dd_01 .swiper_bottom {
  padding: 20px 0;
  overflow: hidden;
}

.swiper_dd_01 .swiper_bottom .swiper-wrapper .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  cursor: pointer;
}

.swiper_dd_01 .swiper_bottom .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

@media print, screen and (max-width: 767px) {
  .swiper_dd_01 .swiper_bottom {
    padding: 20px 0;
  }
  .swiper_dd_01 .swiper_bottom .swiper-wrapper .swiper-slide {
    opacity: 0.5;
    transition: opacity 0.5s;
  }
  .swiper_dd_01 .swiper_bottom .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
  }
}
ul.table_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

ul.table_list li {
  border-bottom: 1px solid #E3E3E3;
  width: calc((100% - 50px) / 2);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 !important;
}

ul.table_list li::after {
  content: none;
}

ul.table_list li .th {
  width: 100px;
  padding: 20px 0;
}

ul.table_list li .td {
  width: calc(100% - 115px);
  padding: 20px 0;
}

@media print, screen and (max-width: 767px) {
  ul.table_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px;
  }
  ul.table_list li {
    border-bottom: 1px solid #999999;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  ul.table_list li .th {
    width: 85px;
    padding: 20px 0;
    font-size: 12px;
  }
  ul.table_list li .td {
    width: calc(100% - 95px);
    padding: 20px 0;
    font-size: 12px;
  }
}
.bikou_area {
  padding-bottom: 20px;
}

.bikou_area p {
  white-space: pre-line;
}

.g_map {
  width: 100%;
  position: relative;
  padding-top: 400px;
}

.g_map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.g_map {
  width: 100%;
  position: relative;
  padding-top: 400px;
}

.g_map .acf-map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.g_map .acf-map ul li::after {
  content: none !important;
}

.g_map .acf-map .gm-style-mot {
  text-align: center !important;
}

.g_map .acf-map img {
  max-width: inherit !important;
  text-align: center;
}

.access_text {
  font-size: 16px;
  padding-top: 10px;
}

.swiper-button-next_type_x1 {
  width: 60px;
  height: 60px;
  background: url("images/home/swiper_right.svg") no-repeat;
  background-size: cover;
  background-position: center;
  right: -32px;
  top: 29%;
}

.swiper-button-prev_type_x1 {
  width: 60px;
  height: 60px;
  background: url("images/home/swiper_left.svg") no-repeat;
  background-size: cover;
  background-position: center;
  left: -32px;
  top: 29%;
}

@media print, screen and (max-width: 1200px) {
  .swiper-button-next_type_x1 {
    top: 24%;
  }
  .swiper-button-prev_type_x1 {
    top: 24%;
  }
}
@media print, screen and (max-width: 1000px) {
  .swiper-button-next_type_x1 {
    top: 31%;
  }
  .swiper-button-prev_type_x1 {
    top: 31%;
  }
}
@media print, screen and (min-width: 768px) {
  .swiper-pagination_type_x1 {
    display: none;
  }
}
@media print, screen and (max-width: 767px) {
  .swiper-navi {
    position: relative;
    margin: 18px auto;
    display: table;
    width: auto;
    padding: 0 40px;
  }
  .swiper-navi .swiper-button-prev_type_x1 {
    width: 30px;
    height: 30px;
    background: url("images/common/yb_left.svg") no-repeat;
    background-size: 30px;
    background-position: center;
    left: 0;
    margin-top: -15px;
  }
  .swiper-navi .swiper-button-next_type_x1 {
    width: 30px;
    height: 30px;
    background: url("images/common/yb_right.svg") no-repeat;
    background-size: 30px;
    background-position: center;
    right: 0;
    margin-top: -15px;
  }
  .swiper-navi .swiper-pagination_type_x1 {
    padding-bottom: 20px;
    position: initial;
  }
  .swiper-navi .swiper-pagination_type_x1 span.swiper-pagination-bullet {
    margin: 0 5px;
  }
  .swiper-navi .swiper-pagination_type_x1 span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #000;
  }
}
.card_type3 a {
  text-decoration: none;
  color: #222222;
}

.card_type3 .img_box {
  width: 100%;
  padding-bottom: 60%;
  background: #eee;
  position: relative;
  overflow: hidden;
  transition: all ease 0.3s;
  margin-bottom: 10px;
}

.card_type3 .img_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
  transition: all ease 0.3s;
}

.card_type3 .tenant_cat {
  margin-bottom: 5px;
}

.card_type3 .tenant_cat .cat_type1 a {
  display: inline-block;
  padding: 3px 15px;
  background: #004898;
  text-align: center;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #004898;
}

.card_type3 .tenant_cat .cat_type2 a {
  display: inline-block;
  padding: 3px 15px;
  background: #fff;
  text-align: center;
  color: #004898;
  font-size: 14px;
  text-decoration: none;
  border: 1px solid #004898;
}

.swiper-w2 {
  position: relative;
}

.img_v_box {
  width: 100%;
  padding-bottom: 66%;
  background: #eee;
  position: relative;
  overflow: hidden;
  transition: all ease 0.3s;
  margin-bottom: 0;
}

.img_v_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
  transition: all ease 0.3s;
}

.chronological_table {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.chronological_table::after {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 2px;
  height: 100%;
  background: #91A2B6;
  margin-left: -1px;
}

.chronological_table .chronological_box {
  width: 50%;
}

.chronological_table .chronological_box .clbox {
  padding-bottom: 40px;
}

.chronological_table .chronological_box .clbox .text_a {
  color: #002B5E;
  font-size: 24px !important;
  font-weight: 600 !important;
  margin-bottom: 1px;
}

.chronological_table .chronological_box .clbox .text_b {
  color: #002B5E;
  font-size: 16px !important;
  margin-bottom: 1px;
}

.chronological_table .chronological_box .clbox .img_box {
  width: 100%;
  max-width: 286px;
  font-size: 16px !important;
}

.chronological_table .chronological_box.left .clbox {
  position: relative;
  padding-right: 32px;
  text-align: right;
}

.chronological_table .chronological_box.left .clbox::before {
  position: absolute;
  content: "";
  top: 0;
  right: -18px;
  width: 35px;
  height: 40px;
  background: #fff;
  z-index: 2;
}

.chronological_table .chronological_box.left .clbox::after {
  position: absolute;
  content: "";
  top: 9px;
  right: -10.25px;
  width: 20px;
  height: 20px;
  background: #084898;
  border-radius: 20px;
  z-index: 3;
}

.chronological_table .chronological_box.left .clbox .text_a {
  text-align: right;
}

.chronological_table .chronological_box.left .clbox .text_b {
  text-align: right;
}

.chronological_table .chronological_box.left .clbox p {
  text-align: right;
}

.chronological_table .chronological_box.left .clbox .img_box {
  margin-left: auto;
}

.chronological_table .chronological_box.right {
  padding-top: 133px;
}

.chronological_table .chronological_box.right .clbox {
  position: relative;
  padding-left: 32px;
  text-align: right;
}

.chronological_table .chronological_box.right .clbox::before {
  position: absolute;
  content: "";
  top: 3px;
  left: -18px;
  width: 35px;
  height: 35px;
  background: #fff;
  z-index: 2;
}

.chronological_table .chronological_box.right .clbox::after {
  position: absolute;
  content: "";
  top: 9px;
  left: -9.25px;
  width: 20px;
  height: 20px;
  background: #084898;
  border-radius: 20px;
  z-index: 3;
}

@media print, screen and (max-width: 767px) {
  .chronological_table {
    display: none !important;
  }
}
.chronological_table_sp {
  display: none;
  position: relative;
}

.chronological_table_sp::after {
  position: absolute;
  top: 0;
  left: 13px;
  content: "";
  width: 2px;
  height: 100%;
  background: #91A2B6;
  margin-left: -1px;
}

.chronological_table_sp .clbox {
  width: 100%;
  padding-bottom: 40px;
  padding-left: 44px;
  position: relative;
}

.chronological_table_sp .clbox::before {
  position: absolute;
  content: "";
  top: -1px;
  left: -6px;
  width: 35px;
  height: 41px;
  background: #fff;
  z-index: 2;
}

.chronological_table_sp .clbox::after {
  position: absolute;
  content: "";
  top: 11px;
  left: 5px;
  width: 14px;
  height: 14px;
  background: #084898;
  border-radius: 20px;
  z-index: 3;
}

.chronological_table_sp .clbox .text_a {
  color: #002B5E;
  font-size: 22px !important;
  font-weight: 600 !important;
  margin-bottom: 1px;
}

.chronological_table_sp .clbox .text_b {
  color: #002B5E;
  font-size: 14px !important;
  margin-bottom: 1px;
}

.chronological_table_sp .clbox p {
  font-size: 14px !important;
}

.chronological_table_sp .clbox .img_box {
  width: 100%;
  max-width: 286px;
  font-size: 16px !important;
}

@media print, screen and (max-width: 767px) {
  .chronological_table_sp {
    display: block !important;
  }
}
.b_hr {
  border: none;
  border-bottom: 1px solid #999999;
  margin: 30px 0 30px;
}

.card_type_c {
  width: 100%;
  height: 100%;
}

.card_type_c a {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  text-decoration: none;
  color: #222222 !important;
  padding: 15px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  background: url("images/common/y_b_arrow.svg") no-repeat;
  background-position: bottom 18px center;
  background-size: 24px;
  padding-bottom: 50px;
}

.card_type_c a:hover {
  color: #222222 !important;
}

.card_type_c a .img_box {
  margin-bottom: 10px;
}

.card_type_c a .img_box img {
  margin-bottom: 0;
}

.card_type_c a p {
  text-align: center !important;
  font-size: 16px;
  margin: 0 0 4px;
  font-weight: 600;
}

.card_type_c a .e_title {
  font-size: 14px;
  font-weight: 300;
}

@media print, screen and (max-width: 767px) {
  .card_type_c a {
    padding: 10px 10px 50px !important;
  }
}
.overflow_none {
  overflow: initial !important;
}

@media print, screen and (max-width: 767px) {
  .type_c_olumn .columnBox {
    flex-basis: calc((100% - 15px) / 2);
    max-width: calc((100% - 15px) / 2);
    margin-top: 0 !important;
    margin-bottom: 15px;
  }
}
.c_l2_r3_area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 30px 0 30px;
}

.c_l2_r3_area .left_box {
  width: 387px;
}

.c_l2_r3_area .left_box img {
  margin-bottom: 12px;
}

.c_l2_r3_area .right_box {
  width: calc(100% - 426px);
}

@media print, screen and (max-width: 767px) {
  .c_l2_r3_area .left_box {
    width: 100%;
  }
  .c_l2_r3_area .left_box img {
    margin-bottom: 12px;
  }
  .c_l2_r3_area .right_box {
    width: 100%;
  }
}
.fs_22 {
  font-size: 22px;
  text-align: center !important;
}

.ta_right {
  text-align: right !important;
  padding-top: 50px;
}

.ta_right img {
  margin-top: 10px;
}

.sticky_box {
  position: sticky;
  top: 65px;
}

.sticky_box img {
  margin: 0 auto;
  display: block;
}

.w832 {
  max-width: 832px;
  margin: 0 auto;
}

.bt_b_card {
  background: #F9F9F7;
  height: 100%;
  padding: 30px 30px 20px;
}

.bt_b_card .title_text {
  text-align: center !important;
  font-size: 16px;
  font-weight: bold !important;
  color: #002B5E !important;
}

.bt_b_card.top_icon {
  position: relative;
}

.bt_b_card.top_icon::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 75px;
  height: 75px;
  border-radius: 75px;
  background: url("images/common/bears_town_logo.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.sp2column .columnBox img {
  width: auto;
  max-width: 100%;
  margin-bottom: 10px !important;
}

.sp2column .columnBox p {
  text-align: center;
  color: #00418E;
}

@media print, screen and (max-width: 767px) {
  .sp2column .columnBox {
    flex-basis: calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
  .sp2column .columnBox p {
    font-size: 12px !important;
  }
}
.cm_text_1 {
  color: #002B5E;
  font-size: 48px;
  font-family: "Helvetica Neue", Helvetica;
  font-weight: 800;
  font-style: italic;
  text-align: center !important;
  margin-bottom: 0 !important;
}

.cm_text_2 {
  text-align: center !important;
}

.w720 {
  max-width: 720px;
  margin: 0 auto;
}

/*タブ切り替え全体のスタイル*/
.tabs_b {
  margin-top: 50px;
  padding-bottom: 40px;
  margin: 0 auto;
}

/*タブのスタイル*/
.tab_item_b {
  width: 244px;
  height: 50px;
  border: 1px solid #00418E;
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  text-align: center;
  color: #00418E;
  display: block;
  float: left;
  text-align: center;
  transition: all 0.2s ease;
  cursor: pointer;
}

.tab_item_b.fa {
  margin-left: calc(50% - 244px);
}

@media print, screen and (max-width: 767px) {
  .tab_item_b {
    width: 50%;
    height: 50px;
    border: 1px solid #00418E;
    background-color: #fff;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #00418E;
    display: block;
    float: left;
    text-align: center;
    transition: all 0.2s ease;
    cursor: pointer;
  }
  .tab_item_b.fa {
    margin-left: 0 !important;
  }
}
.tab_item_b:hover {
  opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name=tab_item_b] {
  display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content_b {
  display: none;
  padding: 40px 0 0;
  clear: both;
  overflow: hidden;
}

/*選択されているタブのコンテンツのみを表示*/
#onair:checked ~ #onair_content,
#backnumber:checked ~ #backnumber_content {
  display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs_b input:checked + .tab_item_b {
  background-color: #00418E;
  color: #fff;
}

.cm_g_box .columnBox {
  margin-bottom: 40px !important;
}

.cm_g_box .columnBox a {
  text-decoration: none;
  color: #002B5E;
  position: relative;
  height: 100%;
  display: block;
  width: 100%;
  padding-bottom: 54%;
}

.cm_g_box .columnBox a p {
  font-size: 16px;
  text-align: center;
  padding-bottom: 10px;
}

.cm_g_box .columnBox a .img_box {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding-bottom: 54%;
  background: #eee;
  overflow: hidden;
  transition: all ease 0.3s;
}

.cm_g_box .columnBox a .img_box img {
  margin-bottom: 0 !important;
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
  transition: all ease 0.3s;
}

@media print, screen and (max-width: 767px) {
  .cm_g_box .columnBox {
    flex-basis: calc((100% - 30px) / 2);
    max-width: calc((100% - 30px) / 2);
    margin-top: 0 !important;
    margin-bottom: 20px;
  }
  .cm_g_box .columnBox a p {
    font-size: 12px;
    text-align: center;
    padding-bottom: 10px;
  }
}
.tokusetu_link_w {
  max-width: 658px;
  margin: 0 auto 80px;
}

.tokusetu_link_w img {
  display: block;
  margin: 0 auto;
}

.tyousei_01 {
  margin-bottom: 35px !important;
}

@media print, screen and (max-width: 900px) {
  .tyousei_01 {
    margin-bottom: 0 !important;
  }
}
.recruit_c_area {
  padding: 30px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-top: 4px solid #002B5E;
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.recruit_c_area .img_box {
  width: 50%;
}

.recruit_c_area .text_box {
  width: 50%;
  padding-left: 54px;
}

.recruit_c_area .text_box h3 {
  border: none !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  color: #002B5E;
  font-size: 20px !important;
}

.recruit_c_area .text_box h3 span {
  font-size: 16px !important;
  display: block;
}

@media print, screen and (max-width: 900px) {
  .recruit_c_area {
    padding: 30px 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-top: 4px solid #002B5E;
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .recruit_c_area .img_box {
    width: 100%;
  }
  .recruit_c_area .text_box {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .recruit_c_area .text_box h3 {
    border: none !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    color: #002B5E;
    font-size: 20px !important;
  }
  .recruit_c_area .text_box h3 span {
    font-size: 16px !important;
    display: block;
  }
}
.w680 {
  max-width: 680px;
  margin: 0 auto;
}

.sub_page_simple_title {
  width: 100%;
  padding-top: 35px;
  padding-bottom: 10px;
}

.sub_page_simple_title .container {
  position: relative;
  height: 100%;
  z-index: 3;
}

.sub_page_simple_title .container .inner .en_title {
  font-size: 48px;
  color: #002B5E;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
}

.sub_page_simple_title .container .inner .pageTitle {
  padding-top: 10px;
  font-size: 14px;
  color: #222222;
  position: relative;
  padding-left: 37px;
  margin: 0 0;
}

.sub_page_simple_title .container .inner .pageTitle::after {
  position: absolute;
  content: "";
  background: #222222;
  width: 24px;
  height: 1px;
  top: 19px;
  left: 0;
}

@media print, screen and (max-width: 767px) {
  .sub_page_simple_title .container .title_box .inner .en_title {
    font-size: 42px;
  }
  .sub_page_simple_title .container .title_box .inner .pageTitle {
    font-size: 14px;
  }
}
.simple_w_area {
  background: #F9F9F7;
  padding-bottom: 90px;
}

.white_ww_area {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.white_ww_area .inner {
  max-width: 720px;
  margin: 0 auto;
}

.page_btn1 {
  display: block;
  border: 1px solid #002B5E;
  background: #fff;
  text-align: center;
  text-decoration: none;
  color: #002B5E;
  padding: 10px 15px;
  margin-bottom: 20px;
}

.page_btn1:hover {
  background: #002B5E;
  color: #fff !important;
}

.page_btn2 {
  display: block;
  color: #002B5E;
  margin-bottom: 10px;
}

.page_btn2:hover {
  opacity: 0.6;
  color: #002B5E !important;
}

.gaibu_icon a {
  background: url("images/common/gaibu_icon.svg") no-repeat;
  background-size: 13px;
  background-position: top 11px right 0;
}

.page-template .sumai_breadcrumbs .container .sumai_breadcrumbs_home {
  display: none;
}

.archive .sumai_breadcrumbs .container .sumai_breadcrumbs_home {
  position: relative;
}

.archive .sumai_breadcrumbs .container .sumai_breadcrumbs_home a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #91A2B6 !important;
  text-decoration: none !important;
  font-size: 12px;
  line-height: 1.4em;
}

.archive .sumai_breadcrumbs .tmc-breadcrumbs__item:first-child {
  padding-left: 39px;
}

.archive .sumai_breadcrumbs .tmc-breadcrumbs__item:first-child a {
  display: none;
}

.single .sumai_breadcrumbs .container .sumai_breadcrumbs_home {
  position: relative;
}

.single .sumai_breadcrumbs .container .sumai_breadcrumbs_home a {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  color: #91A2B6 !important;
  text-decoration: none !important;
  font-size: 12px;
  line-height: 1.4em;
}

.single .sumai_breadcrumbs .tmc-breadcrumbs__item:first-child {
  padding-left: 181px;
}

.single .sumai_breadcrumbs .tmc-breadcrumbs__item:first-child a {
  display: none;
}

.mv_sumai_w {
  position: relative;
}

.mv_sumai_w .kaengakukai_btn {
  position: absolute;
  bottom: -31px;
  left: -9px;
  z-index: 6;
}

@media print, screen and (max-width: 1200px) {
  .mv_sumai_w .kaengakukai_btn {
    position: absolute;
    bottom: -64px;
    left: -9px;
    z-index: 6;
  }
}
@media print, screen and (max-width: 767px) {
  .mv_sumai_w .kaengakukai_btn {
    position: absolute;
    bottom: -14px;
    left: -3%;
    z-index: 6;
    width: 47%;
  }
  .mv_sumai_w .kaengakukai_btn img {
    width: 100%;
  }
}
@media print, screen and (max-width: 500px) {
  .mv_sumai_w .kaengakukai_btn {
    position: absolute;
    bottom: 24px;
  }
}
.mv_sumai {
  overflow: hidden;
  position: relative;
}

.mv_sumai .swiper-pagination_sumai_top {
  position: absolute;
  z-index: 6;
}

.mv_sumai .swiper-pagination_sumai_top .swiper-pagination-bullet {
  width: 20px;
  height: 5px;
  display: inline-block;
  border-radius: 0;
  background: #91A2B6 !important;
  opacity: 1 !important;
  border: 1px solid #fff;
}

.mv_sumai .swiper-pagination_sumai_top .swiper-pagination-bullet-active {
  background: #002B5E !important;
  opacity: 1 !important;
}

@media print, screen and (max-width: 767px) {
  .mv_sumai .swiper-pagination_sumai_top {
    right: 0;
    padding-left: 0;
    bottom: -15px;
  }
}
.mv_sumai .swiper-w {
  position: relative;
}

.mv_sumai .swiper-w .type_sumai_top {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  overflow: inherit;
  position: relative;
}

.mv_sumai .swiper-w .type_sumai_top::after {
  content: "";
  position: absolute;
  top: 0;
  left: -1000px;
  width: 1000px;
  height: 100%;
  background: #fff;
  z-index: 5;
  opacity: 0.8;
}

.mv_sumai .swiper-w .type_sumai_top::before {
  content: "";
  position: absolute;
  top: 0;
  right: -1000px;
  width: 1000px;
  height: 100%;
  background: #fff;
  z-index: 5;
  opacity: 0.8;
}

.mv_sumai .swiper-w .type_sumai_top .swiper-slide {
  opacity: 1;
  transition: all ease 0.3s;
  position: relative;
}

.mv_sumai .swiper-w .type_sumai_top .swiper-slide::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 48px;
  z-index: 5;
  background: linear-gradient(rgba(255, 255, 255, 0), white);
  pointer-events: none;
}

.mv_sumai .swiper-w .type_sumai_top .swiper-slide-active {
  opacity: 1;
}

@media print, screen and (max-width: 767px) {
  .mv_sumai .swiper-w {
    padding-bottom: 74px;
  }
}
.mv_sumai .swiper-button-next_sumai_top {
  width: 30px;
  height: 50px;
  background: rgba(0, 0, 0, 0.75) url("images/common/wy_r.svg") no-repeat;
  background-position: center;
  background-size: 12px;
  color: #fff;
  right: 0;
}

.mv_sumai .swiper-button-prev_sumai_top {
  width: 30px;
  height: 50px;
  background: rgba(0, 0, 0, 0.75) url("images/common/wy_l.svg") no-repeat;
  background-position: center;
  background-size: 12px;
  color: #fff;
  left: 0;
}

@media print, screen and (max-width: 767px) {
  .mv_sumai .swiper-button-next_sumai_top {
    width: 24px;
    height: 40px;
    top: 43%;
  }
  .mv_sumai .swiper-button-prev_sumai_top {
    width: 24px;
    height: 40px;
    top: 43%;
  }
}
.page-id-423 .tmco-breadcrumbs_wrapper {
  display: none;
}

.news_p_box {
  background: #E0E6E9;
  padding: 8px 192px 8px 16px;
  margin-top: 67px;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.news_p_box .title_box {
  width: 106px;
  height: 31px;
}

.news_p_box .title_box h3 {
  color: #002B5E;
  margin: 0 auto;
  font-size: 18px;
  padding: 4px 0 0;
}

.news_p_box .info_box {
  width: calc(100% - 112px);
  padding: 0 16px;
  background: #fff;
}

.news_p_box .info_box a {
  padding: 11px 0 0;
  font-size: 12px;
  color: #222222;
  text-decoration: none;
  line-height: 1;
  height: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.news_p_box .info_box a:hover {
  opacity: 0.6;
}

.news_p_box .info_box a span {
  padding-right: 18px;
  color: #002B5E;
}

.news_p_box .more_box {
  position: absolute;
  top: 8px;
  right: 16px;
}

.news_p_box .more_box a {
  text-decoration: none;
  color: #fff;
  display: block;
  font-size: 14px;
  width: 152px;
  height: 31px;
  background: #002B5E url("images/sumai/y_btn_01.svg") no-repeat;
  background-size: 17px;
  background-position: center right 15px;
  line-height: 31px;
  padding: 0 40px 0 13px;
}

.news_p_box .more_box a:hover {
  opacity: 0.6;
}

@media print, screen and (max-width: 767px) {
  .news_p_box {
    background: #E0E6E9;
    padding: 8px;
    margin-top: 7%;
  }
  .news_p_box .title_box {
    width: 100%;
    height: auto;
    padding-right: 167px;
    padding-bottom: 13px;
  }
  .news_p_box .title_box h3 {
    color: #002B5E;
    margin: 0 auto;
    font-size: 18px;
    padding: 4px 0 0;
  }
  .news_p_box .info_box {
    width: 100%;
    padding: 0 16px;
    background: #fff;
  }
  .news_p_box .info_box a {
    padding: 11px 0 11px;
  }
  .news_p_box .info_box a:hover {
    opacity: 0.6;
  }
  .news_p_box .info_box a span {
    display: block;
    margin-bottom: 6px;
  }
  .news_p_box .more_box {
    position: absolute;
    top: 8px;
    right: 8px;
  }
}
.tab_type_tokusetu_w {
  padding-top: 40px;
}

@media print, screen and (max-width: 767px) {
  .tab_type_tokusetu_w .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
/*タブ切り替え全体のスタイル*/
.tab_type_tokusetu {
  padding: 0 !important;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 !important;
}

.tab_type_tokusetu .tablist {
  cursor: pointer;
  width: calc(50% - 4px);
  height: 46px;
  list-style: none !important;
  font-size: 24px;
  text-align: center;
  color: #002B5E;
  font-weight: 600;
  background: #E0E6E9;
  border: 2px solid #124A7B;
  padding: 3px 0 0 !important;
  margin: 0 !important;
}

.tab_type_tokusetu .tablist::after {
  content: none !important;
}

@media print, screen and (max-width: 767px) {
  .tab_type_tokusetu .tablist {
    cursor: pointer;
    width: calc(50% - 4px);
    height: 46px;
    list-style: none !important;
    font-size: 16px;
    text-align: center;
    color: #002B5E;
    font-weight: 600;
    background: #E0E6E9;
    border: 2px solid #124A7B;
    padding: 7px 0 0 !important;
  }
  .tab_type_tokusetu .tablist::after {
    content: none !important;
  }
}
.tab_type_tokusetu.tab-top {
  border-bottom: 2px solid #124A7B;
}

.tab_type_tokusetu.tab-top .tablist {
  border-radius: 8px 8px 0 0 !important;
  border-bottom: none !important;
}

.tab_type_tokusetu.tab-botom {
  border-top: 2px solid #124A7B;
}

.tab_type_tokusetu.tab-botom .tablist {
  border-radius: 0 0 8px 8px !important;
  border-top: none !important;
}

.tablist.active {
  background: #124A7B;
  color: #fff;
}

.tabcontents {
  height: auto;
  background: #F9F9F7;
  padding: 20px 60px 100px;
  border-top: 5px solid #00418E;
  border-bottom: 5px solid #00418E;
}

@media print, screen and (max-width: 767px) {
  .tabcontents {
    height: auto;
    background: #F9F9F7;
    padding: 20px 5% 100px;
  }
}
.title_d_box h3 {
  text-align: center !important;
  color: #002B5E;
  border: none !important;
  margin: 0 !important;
  font-size: 28px;
  padding: 0 0 4px 0 !important;
}

.title_d_box .e_text {
  text-align: center !important;
  font-size: 14px;
  color: #222222;
  border: none !important;
  font-family: "Helvetica Neue", Helvetica;
  font-weight: 800;
  font-style: italic;
  margin-bottom: 38px;
}

.footer_contact_area_b {
  padding: 46px 15px 66px;
  background: #F9F9F7;
}

.footer_contact_area_b .container {
  position: relative;
}

.footer_contact_area_b .container::after {
  content: "";
  position: absolute;
  bottom: -66px;
  left: 103px;
  width: 110px;
  height: 174px;
  background: url("images/sumai/c_icon.png") no-repeat;
}

.footer_contact_area_b .en_title2 {
  text-align: center !important;
  font-size: 35px;
  margin: 0 !important;
  color: #002B5E;
  font-family: serif;
  font-weight: 600;
}

.footer_contact_area_b h2 {
  text-align: center !important;
  font-size: 18px;
  margin: 0 !important;
}

.footer_contact_area_b .link_area {
  max-width: 662px;
  width: 100%;
  margin: 32px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer_contact_area_b .link_area a {
  display: block;
  width: calc((100% - 20px) / 2);
  padding: 60px 15px 54px;
  background: #fff;
  text-decoration: none;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  color: #AB1A1D;
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  position: relative;
}

.footer_contact_area_b .link_area a span {
  font-size: 24px;
}

.footer_contact_area_b .link_area a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 54px;
  background: url("images/common/y_b_arrow.svg") no-repeat;
  background-position: top 15px center;
  background-size: 29px;
}

.footer_contact_area_b .link_area a.h_icon_1 {
  background: #fff url("images/sumai/h_icon_1.svg") no-repeat;
  background-position: top 26px center;
  background-size: 24px;
}

.footer_contact_area_b .link_area a.h_icon_2 {
  background: #fff url("images/sumai/h_icon_2.svg") no-repeat;
  background-position: top 26px center;
  background-size: 24px;
}

@media print, screen and (max-width: 1200px) {
  .footer_contact_area_b {
    padding: 46px 15px 130px;
    background: #F9F9F7;
  }
  .footer_contact_area_b .container {
    position: relative;
  }
  .footer_contact_area_b .container::after {
    content: "";
    position: absolute;
    bottom: -134px;
    left: 50%;
    width: 63px;
    height: 100px;
    background: url("images/sumai/c_icon.png") no-repeat;
    background-size: 63px;
    margin-left: -31.5px;
  }
}
@media print, screen and (max-width: 767px) {
  .footer_contact_area_b .en_title2 {
    font-size: 28px;
    line-height: 1;
    padding-bottom: 10px;
  }
  .footer_contact_area_b h2 {
    text-align: center !important;
    font-size: 16px;
  }
  .footer_contact_area_b .link_area {
    max-width: 662px;
    width: 100%;
    margin: 32px auto 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .footer_contact_area_b .link_area a {
    display: block;
    width: 100%;
    padding: 60px 15px 54px;
    background: #fff;
    text-decoration: none;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    color: #AB1A1D;
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    position: relative;
    margin-bottom: 24px;
  }
  .footer_contact_area_b .link_area a span {
    font-size: 24px;
  }
  .footer_contact_area_b .link_area a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 54px;
    background: url("images/common/y_b_arrow.svg") no-repeat;
    background-position: top 15px center;
    background-size: 29px;
  }
  .footer_contact_area_b .link_area a.h_icon_1 {
    background: #fff url("images/sumai/h_icon_1.svg") no-repeat;
    background-position: top 26px center;
    background-size: 24px;
  }
  .footer_contact_area_b .link_area a.h_icon_2 {
    background: #fff url("images/sumai/h_icon_2.svg") no-repeat;
    background-position: top 26px center;
    background-size: 24px;
  }
}
.img_center_logo {
  display: block;
  margin: 20px auto 10px;
}

.btn_area_tuite {
  max-width: 640px;
  width: 100%;
  margin: 64px auto 48px;
}

@media print, screen and (max-width: 767px) {
  .btn_area_tuite {
    max-width: 430px;
    width: 100%;
    margin: 64px auto 48px;
  }
}
.bbg_tbtn {
  display: block;
  width: 100%;
  padding: 105px 15px 57px;
  background: #032043;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.bbg_tbtn:hover {
  opacity: 0.6;
}

.bbg_tbtn.bga_1 {
  background: url("images/sumai/bga_1_bg.png") no-repeat;
  background-position: center;
  background-size: cover;
}

.bbg_tbtn.bga_1::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 94px;
  background: url("images/sumai/nagare.svg") no-repeat;
  background-position: bottom 0 center;
  background-size: 40px;
}

.bbg_tbtn.bga_2 {
  background: url("images/sumai/bga_2_bg.png") no-repeat;
  background-position: center;
  background-size: cover;
}

.bbg_tbtn.bga_2::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 94px;
  background: url("images/sumai/zisseki.svg") no-repeat;
  background-position: bottom 0 center;
  background-size: 40px;
}

.bbg_tbtn.bga_3 {
  background: url("images/sumai/bga_3_bg.png") no-repeat;
  background-position: center;
  background-size: cover;
}

.bbg_tbtn.bga_3::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 94px;
  background: url("images/sumai/zisseki.svg") no-repeat;
  background-position: bottom 0 center;
  background-size: 40px;
}

.bbg_tbtn .text1 {
  color: #fff;
  text-align: center;
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
}

.bbg_tbtn .text2 {
  color: #fff;
  text-align: center;
  display: table;
  font-size: 14px;
  padding-right: 30px;
  padding-bottom: 8px;
  border-bottom: 1px solid #FFFFFF;
  margin: 0 auto;
  background: url("images/sumai/y_btn_01.svg") no-repeat;
  background-position: top 3px right 0;
  background-size: 17px;
}

.kosu_area {
  display: block;
  width: 100%;
  padding: 23px 15px 20px;
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.kosu_area .text1 {
  text-align: center !important;
  font-size: 28px;
  font-weight: 600;
  color: #002B5E;
  margin-bottom: 0;
}

.kosu_area .text2 {
  text-align: center !important;
  font-size: 14px;
  color: #002B5E;
  margin-bottom: 0;
}

.kosu_area .text3 {
  text-align: center !important;
  font-size: 80px;
  color: #002B5E;
  margin-bottom: 0;
}

.kosu_area .text3 .ken {
  font-size: 28px;
  padding-left: 5px;
}

@media print, screen and (max-width: 767px) {
  .kosu_area .text1 {
    text-align: center !important;
    font-size: 24px;
    font-weight: 600;
    color: #002B5E;
    margin-bottom: 0;
  }
}
.kt_ion_btn {
  display: block;
  background: #fff url("images/sumai/kt_ion_btn_bg.jpg") no-repeat;
  background-position: top left;
  background-size: auto 101%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  margin-top: 47px;
  padding: 32px 15px 30px 277px;
  text-decoration: none !important;
  position: relative;
}

.kt_ion_btn:hover {
  opacity: 0.6;
}

.kt_ion_btn::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 46px;
  height: 46px;
  background: url("images/sumai/y_g.svg") no-repeat;
  background-size: 20px;
  background-position: top left;
}

.kt_ion_btn h3 {
  font-size: 35px;
  color: #085839;
  margin: 0 !important;
  border: none !important;
  padding-bottom: 0 !important;
  margin-bottom: 10px !important;
}

.kt_ion_btn h3 span {
  font-size: 30px !important;
}

.kt_ion_btn p {
  color: #222222;
  font-size: 16px;
}

@media print, screen and (max-width: 767px) {
  .kt_ion_btn {
    display: block;
    background: #fff url("images/sumai/kt_ion_btn_bg_sp.jpg") no-repeat;
    background-position: top left;
    background-size: 100%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    margin-top: 47px;
    padding: 55% 15px 52px 15px;
    text-decoration: none !important;
    position: relative;
  }
  .kt_ion_btn:hover {
    opacity: 0.6;
  }
  .kt_ion_btn::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 46px;
    background: url("images/sumai/y_g.svg") no-repeat;
    background-size: 20px;
    background-position: top center;
  }
  .kt_ion_btn h3 {
    font-size: 20px;
    color: #085839;
    margin: 0 !important;
    border: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 10px !important;
  }
  .kt_ion_btn h3 span {
    font-size: 16px !important;
  }
  .kt_ion_btn p {
    color: #222222;
    font-size: 16px;
  }
}
.news_d_area {
  padding-top: 114px;
}

.h_map {
  height: 0;
  overflow: hidden;
  padding-bottom: 490px;
  position: relative;
}

.h_map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media print, screen and (max-width: 767px) {
  .h_map {
    height: 0;
    overflow: hidden;
    padding-bottom: 75.25%;
    position: relative;
  }
  .h_map iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
}
@media print, screen and (min-width: 1000px) {
  .news_d_area .postListWrap .left__box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .news_d_area .postListWrap time {
    width: 309px;
    align-self: auto;
  }
  .news_d_area .postListWrap .permaLinkWrap {
    width: calc(100% - 311px);
    flex-basis: calc(100% - 311px);
    margin: 0 0 0;
  }
}
.sumai_top_link_b {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #F9F9F7 50%, #F9F9F7 100%);
  margin-top: 80px;
}

.sumai_top_link_b_box {
  display: block;
  width: 100%;
  height: 100%;
  padding: 63px 15px 66px;
  background: #fff;
  border-radius: 8px;
  text-decoration: none;
  position: relative;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  color: #222222;
  text-align: center;
  position: relative;
}

.sumai_top_link_b_box:hover {
  opacity: 0.6;
  color: #222222 !important;
}

.sumai_top_link_b_box.icon_img_l1 {
  background: #fff url("images/sumai/icon_img_l1.svg") no-repeat;
  background-position: top 30px center;
  background-size: 36px;
}

.sumai_top_link_b_box.icon_img_l2 {
  background: #fff url("images/sumai/icon_img_l2.svg") no-repeat;
  background-position: top 32px center;
  background-size: 45px;
}

.sumai_top_link_b_box::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  background: url("images/sumai/y_b.svg") no-repeat;
  background-size: 24px;
  background-position: top 2px center;
}

.sumai_top_link_b_box h3 {
  text-align: center;
  display: block;
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 12px;
  padding-bottom: 0 !important;
  border: none;
}

@media print, screen and (max-width: 767px) {
  .sumai_top_link_b_box h3 {
    font-size: 20px;
  }
}
.sumai_top_link_b_box p {
  text-align: center;
}

.tokusetu_top_column2Wrap {
  margin-top: 50px;
}

.tokusetu_top_column2Wrap .columnBox {
  margin-bottom: 30px;
}

.sumai_card_a {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  position: relative;
  padding-bottom: 90px;
}

.sumai_card_a .new_icon {
  position: absolute;
  top: -15px;
  right: -15px;
  z-index: 3;
}

.sumai_card_a .img_w_box {
  position: relative;
}

.sumai_card_a .img_w_box .img_box {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 66%;
  z-index: 2;
  margin-bottom: 0;
}

.sumai_card_a .img_w_box .img_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
  transition: all ease 0.3s;
}

.sumai_card_a .img_w_box .area_area {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 5px 24px;
  border-radius: 0 8px 0 0;
  background: #002B5E;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  z-index: 3;
}

.sumai_card_a .text_w_box {
  padding: 32px 25px;
}

.sumai_card_a .text_w_box h3 {
  font-size: 20px;
  color: #002B5E;
  border: none !important;
  padding: 0 0 12px;
  margin: 0 0 20px;
  position: relative;
}

.sumai_card_a .text_w_box h3::after {
  content: "";
  width: 24px;
  height: 2px;
  background: #002B5E;
  position: absolute;
  bottom: 0;
  left: 0;
}

.sumai_card_a .text_w_box p {
  white-space: pre-line;
  text-align: left;
}

.sumai_card_a .btn_w_box {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  padding: 0 25px;
}

.sumai_card_a .btn_w_box a {
  display: block;
  border: 2px solid #002B5E;
  text-align: center;
  padding: 15px;
  color: #002B5E;
  background: #fff;
  text-decoration: none;
  font-weight: 600;
}

.sumai_card_a .btn_w_box a span {
  background: url("images/sumai/by_icon.svg") no-repeat;
  background-position: center right 3px;
  background-size: 20px;
  padding: 3px 33px 3px 0;
  height: 22px;
  transition: all ease 0.3s;
}

@media print, screen and (min-width: 768px) {
  .sumai_card_a .btn_w_box a:hover {
    background: #002B5E;
    color: #fff;
  }
  .sumai_card_a .btn_w_box a:hover span {
    background: url("images/sumai/y_btn_01.svg") no-repeat;
    background-position: center right 0;
    background-size: 20px;
    padding: 3px 33px 3px 0;
    height: 22px;
  }
}
@media print, screen and (max-width: 767px) {
  .sumai_card_a .new_icon {
    width: 70px;
  }
  .sumai_card_a .img_w_box {
    position: relative;
  }
  .sumai_card_a .img_w_box .area_area {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    padding: 5px 24px;
    border-radius: 0 8px 0 0;
    background: #002B5E;
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    z-index: 3;
  }
  .sumai_card_a .text_w_box {
    padding: 20px 15px;
  }
  .sumai_card_a .text_w_box h3 {
    font-size: 18px;
  }
  .sumai_card_a .btn_w_box {
    position: absolute;
    width: 100%;
    bottom: 30px;
    left: 0;
    padding: 0 15px;
  }
  .sumai_card_a .btn_w_box a {
    display: block;
    border: 2px solid #002B5E;
    text-align: center;
    padding: 15px;
    color: #002B5E;
    background: #fff;
    text-decoration: none;
    font-weight: 600;
  }
  .sumai_card_a .btn_w_box a span {
    background: url("images/sumai/by_icon.svg") no-repeat;
    background-position: top 3px right 0;
    background-size: 18px;
    padding: 1px 33px 3px 0;
    height: 22px;
  }
}
.sumai_f_banner {
  position: fixed;
  width: 182px;
  bottom: -150px;
  right: 0;
  z-index: 100;
  opacity: 0;
  transition: all ease 0.3s;
}

.sumai_f_banner.fixed_f {
  bottom: 30px;
  opacity: 1;
}

.sumai_f_banner img {
  font-size: 0;
}

@media print, screen and (max-width: 767px) {
  .sumai_f_banner {
    display: none;
  }
}
.sales_housing_w .container .sales_housing_inner {
  background: #F9F9F7;
  border-top: 2px solid #124A7B;
  padding: 48px 60px 60px;
}

.sales_housing_w .container .sales_housing_inner #cnts {
  padding-top: 0;
}

.sales_housing_w .container .sales_housing_inner #cnts .column2Wrap {
  margin-top: 0 !important;
}

@media print, screen and (max-width: 1200px) {
  .sales_housing_w .container .sales_housing_inner {
    padding: 48px 5% 60px;
  }
}
@media print, screen and (max-width: 767px) {
  .sales_housing_w .container {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .sales_housing_w .container .sales_housing_inner {
    background: #F9F9F7;
    border-top: 2px solid #124A7B;
    padding: 48px 5% 60px;
  }
  .sales_housing_w .container .sales_housing_inner #cnts {
    padding-top: 0;
  }
}
.link_ul_type_t {
  width: 100%;
  max-width: 382px;
  margin: 45px auto 80px;
  padding-left: 0 !important;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.link_ul_type_t li {
  list-style: none;
  width: calc((100% - 30px) / 2);
}

.link_ul_type_t li a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #002B5E;
  font-size: 14px;
  border-bottom: 1px solid #002B5E;
  padding: 10px 0;
  background: url("images/sumai/link_y_btn.svg") no-repeat;
  background-position: center right 0;
  background-size: 11px;
}

@media print, screen and (min-width: 768px) {
  .link_ul_type_t li a:hover {
    opacity: 0.6;
  }
}
@media print, screen and (max-width: 767px) {
  .link_ul_type_t {
    width: 100%;
    max-width: 160px;
    margin: 10px auto 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .link_ul_type_t li {
    list-style: none;
    width: 100%;
  }
  .link_ul_type_t li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #002B5E;
    font-size: 14px;
    border-bottom: 1px solid #002B5E;
    padding: 10px 0;
    background: url("images/sumai/link_y_btn.svg") no-repeat;
    background-position: center right 0;
    background-size: 11px;
  }
}
@media print, screen and (max-width: 767px) and (min-width: 768px) {
  .link_ul_type_t li a:hover {
    opacity: 0.6;
  }
}
@media print, screen and (max-width: 1200px) {
  .tyousei_br1 {
    display: none;
  }
}
.fw7 {
  font-weight: 700 !important;
}

.fw_b {
  font-weight: bold !important;
}

.blog_card {
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 20px 20px 50px;
}

.blog_card a {
  text-decoration: none;
  color: #222222;
}

.blog_card .img_box {
  width: 100%;
  padding-bottom: 50%;
  background: #eee;
  position: relative;
  overflow: hidden;
  transition: all ease 0.3s;
  margin-bottom: 23px;
}

.blog_card .img_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
  transition: all ease 0.3s;
  margin-bottom: 0;
}

.blog_card time {
  line-height: 1;
  font-size: 12px;
  font-weight: 600;
  width: 100%;
  align-self: center;
  margin-bottom: 0;
}

.blog_card time span {
  padding-left: 27px;
  color: #fff;
}

.blog_card time span a {
  background: #E0E6E9;
  font-size: 12px;
  color: #002B5E;
  padding: 3px 20px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}

.blog_card .permaLinkWrap {
  padding-top: 10px;
}

@media print, screen and (max-width: 767px) {
  .blog_card {
    display: block;
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 20px 13px 20px;
  }
  .blog_card .img_box {
    margin-bottom: 5px;
  }
  .blog_column3Wrap .columnBox {
    flex-basis: calc((100% - 5px) / 2);
    max-width: calc((100% - 5px) / 2);
    margin-top: 0 !important;
    margin-bottom: 20px !important;
  }
}
.town_c_box_w {
  background: #F9F9F7;
  width: 100%;
  margin: -10px 0 0;
  position: relative;
  z-index: 3;
}

.town_c_box {
  max-width: 720px;
  margin: -90px auto -136px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  padding: 50px 60px;
  position: relative;
}

.town_c_box .new_icon {
  position: absolute;
  width: 70px;
  top: -24px;
  right: 30px;
}

.town_c_box .cat_area_l {
  max-width: 236px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.town_c_box .cat_area_l .area_box {
  width: calc((100% - 18px) / 2);
  padding: 3px 15px;
  background: #002B5E;
  border: 1px solid #002B5E;
  color: #fff;
  font-size: 14px;
  text-align: center;
}

.town_c_box .cat_area_l .type_box {
  width: calc((100% - 18px) / 2);
  padding: 3px 15px;
  background: #fff;
  border: 1px solid #002B5E;
  color: #002B5E;
  font-size: 14px;
  text-align: center;
}

.town_c_box h2 {
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  color: #002B5E;
  margin: 10px 0 10px;
}

.town_c_box .icon_area {
  display: table;
  width: 100%;
  margin-bottom: 10px;
}

.town_c_box .icon_area .c_box {
  display: table-cell;
  width: 33.3%;
  padding: 50px 15px 7px;
  border-right: 2px dotted #E0E6E9;
}

.town_c_box .icon_area .c_box:last-child {
  border-right: none;
}

.town_c_box .icon_area .c_box p {
  text-align: center;
  margin: 0;
  font-size: 14px;
}

.town_c_box .icon_area .c_box.c_box1 {
  background: url("images/sumai/town_cicon1.svg") no-repeat;
  background-position: top 15px center;
  background-size: 23px;
}

.town_c_box .icon_area .c_box.c_box2 {
  background: url("images/sumai/town_cicon2.svg") no-repeat;
  background-position: top 15px center;
  background-size: 23px;
}

.town_c_box .icon_area .c_box.c_box3 {
  background: url("images/sumai/town_cicon3.svg") no-repeat;
  background-position: top 15px center;
  background-size: 23px;
}

@media print, screen and (min-width: 768px) {
  .town_c_box a:hover {
    opacity: 0.6 !important;
  }
}
.town_c_box .kengaku_link {
  display: block;
  width: 100%;
  padding: 15px;
  background: #002B5E;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  margin-bottom: 12px;
}

.town_c_box .kengaku_link span {
  padding-left: 26px;
  background: url("images/sumai/mail_w.svg") no-repeat;
  background-size: 16px;
  background-position: center left;
}

.town_c_box .link_c {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 12px;
}

.town_c_box .link_c .sireyou_link {
  text-decoration: none;
  width: 50%;
  display: block;
  padding: 15px;
  border: 1px solid #002B5E;
  text-align: center;
  color: #002B5E;
  font-size: 16px;
  font-weight: 600;
  border-radius: 4px 0 0 4px;
}

.town_c_box .link_c .sireyou_link span {
  padding-left: 26px;
  background: url("images/sumai/mail_b.svg") no-repeat;
  background-size: 16px;
  background-position: center left;
}

.town_c_box .link_c .blog_link {
  text-decoration: none;
  width: 50%;
  display: block;
  padding: 15px;
  border: 1px solid #002B5E;
  border-left: none;
  text-align: center;
  color: #002B5E;
  font-size: 16px;
  font-weight: 600;
  border-radius: 0 4px 4px 0;
}

.town_c_box .link_c .blog_link span {
  padding-left: 26px;
  background: url("images/sumai/blog.svg") no-repeat;
  background-size: 16px;
  background-position: center left;
}

.town_c_box .tel_link {
  display: block;
  width: 100%;
  padding: 15px;
  background: #E0E6E9;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  color: #002B5E;
}

.town_c_box .tel_link span {
  padding-left: 31px;
  background: url("images/sumai/tel_f.svg") no-repeat;
  background-size: 24px;
  background-position: center left;
}

@media print, screen and (max-width: 767px) {
  .town_c_box {
    max-width: 720px;
    margin: -65px auto -136px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
    padding: 30px 15px;
    position: relative;
  }
  .town_c_box .new_icon {
    position: absolute;
    width: 50px;
    top: -24px;
    right: 15px;
  }
  .town_c_box .icon_area .c_box {
    display: table-cell;
    width: 33.3%;
    padding: 50px 10px 7px;
    border-right: 2px dotted #E0E6E9;
  }
  .town_c_box .icon_area .c_box p {
    text-align: center;
    margin: 0;
    font-size: 12px;
  }
  .town_c_box h2 {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    color: #002B5E;
    margin: 10px 0 10px;
  }
  .town_c_box .link_c {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 12px;
  }
  .town_c_box .link_c .sireyou_link {
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 15px;
    border: 1px solid #002B5E;
    text-align: center;
    color: #002B5E;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px 4px 0 0;
  }
  .town_c_box .link_c .sireyou_link span {
    padding-left: 26px;
    background: url("images/sumai/mail_b.svg") no-repeat;
    background-size: 16px;
    background-position: center left;
  }
  .town_c_box .link_c .blog_link {
    text-decoration: none;
    width: 100%;
    display: block;
    padding: 15px;
    border: 1px solid #002B5E;
    border-left: 1px solid #002B5E;
    border-top: none;
    text-align: center;
    color: #002B5E;
    font-size: 16px;
    font-weight: 600;
    border-radius: 0 0 4px 4px;
  }
  .town_c_box .link_c .blog_link span {
    padding-left: 26px;
    background: url("images/sumai/blog.svg") no-repeat;
    background-size: 16px;
    background-position: center left;
  }
}
.sales_housing_area_w {
  background: linear-gradient(180deg, #E0E6E9 0%, #E0E6E9 50%, #fff 50%, #fff 100%);
  padding: 220px 0 60px;
}

@media print, screen and (max-width: 767px) {
  .sales_housing_area_w {
    padding: 220px 0 30px;
  }
}
.sales_housing_area_w2 {
  padding: 70px 0 60px;
  background: #E0E6E9;
}

@media print, screen and (max-width: 767px) {
  .sales_housing_area_w2 {
    padding: 70px 0 60px;
  }
}
.sales_housing_area_w3 {
  background: #F9F9F7;
  padding: 70px 0 60px;
}

@media print, screen and (max-width: 767px) {
  .sales_housing_area_w3 {
    padding: 70px 0 30px;
  }
}
.sales_housing_area_w4 {
  background: #fff;
  padding: 70px 0 60px;
}

@media print, screen and (max-width: 767px) {
  .sales_housing_area_w4 {
    padding: 70px 0 30px;
  }
}
.sales_housing_area_w5 {
  background: #E0E6E9;
  padding: 70px 0 60px;
}

@media print, screen and (max-width: 767px) {
  .sales_housing_area_w5 {
    padding: 70px 0 30px;
  }
}
.title_box-r {
  margin-bottom: 34px;
}

.title_box-r p.en {
  font-size: 40px;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica;
  font-weight: 800;
  font-style: italic;
  text-align: center;
  margin: 0 0 -32px;
}

.title_box-r p.en.color_type2 {
  color: #E0E6E9;
}

.title_box-r h3 {
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  text-align: center;
  margin: 0;
}

.title_box-r p {
  text-align: center;
  font-size: 12px;
  margin-top: 0px;
}

.swiper_dd_02 .swiper_top {
  max-width: 688px;
  margin-bottom: 30px;
}

@media print, screen and (min-width: 1000px) {
  .sales_housing_area_w2 {
    height: 550px;
    overflow: hidden;
  }
  .sales_housing_area_w2 .container {
    position: relative;
  }
  .sales_housing_area_w2 .type_floorplan {
    position: absolute;
    width: 1540px;
    height: 469px;
    padding-left: 300px;
  }
  .sales_housing_area_w2 .type_floorplan .left_area {
    width: 300px;
    height: 469px;
    background: #E0E6E9;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
  }
  .sales_housing_area_w2 .type_floorplan .left_area .swiper_dd_02 {
    margin-left: 0;
  }
  .sales_housing_area_w2 .type_floorplan .swiper-wrapper {
    width: 1000px;
  }
}
.prev_next {
  width: 126px;
  margin: 8px auto;
  position: relative;
}

.swiper-button-prev_floorplan {
  width: 50px;
  height: 45px;
  background: url("images/sumai/bwy_l.svg") no-repeat;
  background-size: cover;
}

.swiper-button-next_floorplan {
  width: 50px;
  height: 45px;
  background: url("images/sumai/bwy_r.svg") no-repeat;
  background-size: cover;
}

@media print, screen and (max-width: 1000px) {
  .swiper-button-prev_floorplan {
    top: 59%;
    left: 0;
  }
  .swiper-button-next_floorplan {
    top: 59%;
    right: 0;
  }
}
.pc_prev_next {
  display: block;
  margin-left: 68px;
  margin-top: 223px;
}

.sp_prev_next {
  display: none;
}

@media print, screen and (max-width: 1000px) {
  .pc_prev_next {
    display: none;
  }
  .sp_prev_next {
    display: block;
    width: 108px;
    height: 45px;
  }
}
.sales_housing_img_box {
  position: relative;
}

.sales_housing_img_box .type_r {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 3;
  width: 100%;
  line-height: 80px;
  background: #000;
  text-align: center;
  color: #fff;
  margin-top: -40px;
  font-size: 20px;
  font-weight: 600;
}

.sales_housing_img_box .type_r.type_2 {
  background-color: rgba(18, 74, 123, 0.8);
}

.sales_housing_img_box .type_r.type_3 {
  background-color: rgba(171, 26, 29, 0.8);
}

.sales_housing_img_box .img_inner {
  width: 100%;
  padding-bottom: 100%;
}

@media print, screen and (max-width: 1000px) {
  .w1000_none {
    display: none;
  }
}
.sales_housing_a .sales_housing_img_box .type_r {
  display: none !important;
}

.sales_housing_a.type_2 {
  pointer-events: none;
}

.sales_housing_a.type_2 .sales_housing_img_box .type_2 {
  display: block !important;
}

.sales_housing_a.type_3 {
  pointer-events: none;
}

.sales_housing_a.type_3 .sales_housing_img_box .type_3 {
  display: block !important;
}

.btn2.w190 {
  width: 190px;
  margin: 26px auto 0;
}

@media print, screen and (min-width: 1000px) {
  .type_floorplan_title {
    position: relative;
  }
  .type_floorplan_title .title_box-r {
    position: absolute;
    top: 90px;
    left: 0;
    z-index: 2;
  }
}
.housing_b_table {
  margin-bottom: 55px !important;
}

.housing_b_table tr td {
  white-space: pre-line;
}

.info_box_x2 {
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.info_box_x2 .box1 {
  background: #002B5E;
  padding: 10px 15px;
}

.info_box_x2 .box1 p {
  margin: 0;
  text-align: center;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

@media print, screen and (max-width: 767px) {
  .info_box_x2 .box1 {
    padding: 22px 15px;
  }
  .info_box_x2 .box1 p {
    font-size: 18px;
  }
}
.info_box_x2 .box2 {
  padding: 20px 15px;
}

.info_box_x2 .box2 .c_area {
  max-width: 720px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info_box_x2 .box2 .c_area .c_box {
  width: calc((100% - 28px) / 2);
}

.info_box_x2 .box2 .c_area .c_box .btn_type_r {
  display: block;
  background: #AB1A1D;
  width: 100%;
  padding: 15px 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  line-height: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.info_box_x2 .box2 .c_area .c_box .btn_type_r span {
  padding-right: 37px;
  background: url("images/sumai/w_r_btn.svg") no-repeat;
  background-size: 22px;
  background-position: top 2px right;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .info_box_x2 .box2 .c_area .c_box .btn_type_r:hover {
    opacity: 0.6;
  }
}
.info_box_x2 .box2 .c_area .c_box .btn_type_y {
  display: block;
  background: #F09525;
  width: 100%;
  padding: 15px 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 8px;
  text-decoration: none;
  line-height: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.info_box_x2 .box2 .c_area .c_box .btn_type_y span {
  padding-right: 37px;
  background: url("images/sumai/w_y_btn.svg") no-repeat;
  background-size: 22px;
  background-position: top 2px right;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .info_box_x2 .box2 .c_area .c_box .btn_type_y:hover {
    opacity: 0.6;
  }
}
@media print, screen and (max-width: 767px) {
  .info_box_x2 .box2 .c_area .c_box {
    width: 100%;
  }
  .info_box_x2 .box2 .c_area .c_box:first-child {
    margin-bottom: 10px;
  }
}
.info_box_x2 .box3 {
  background: #E0E6E9;
  padding: 13px 15px;
}

.info_box_x2 .box3 .inner {
  max-width: 783px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.info_box_x2 .box3 .inner .text {
  width: 176px;
}

.info_box_x2 .box3 .inner .text p {
  margin: 0;
}

.info_box_x2 .box3 .inner .tel {
  width: 380px;
}

.info_box_x2 .box3 .inner .tel a {
  display: block;
  width: 100%;
  height: 53px;
  background: url("images/sumai/tel_text_b.svg") no-repeat;
  background-size: contain;
  background-position: top center;
}

.info_box_x2 .box3 .inner .cont {
  width: 200px;
}

.info_box_x2 .box3 .inner .cont .btn {
  margin: 0;
}

@media print, screen and (max-width: 1000px) {
  .info_box_x2 .box3 .inner {
    max-width: 783px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .info_box_x2 .box3 .inner .text {
    width: 100%;
    margin-bottom: 15px;
  }
  .info_box_x2 .box3 .inner .text p {
    text-align: center;
  }
  .info_box_x2 .box3 .inner .tel {
    width: 100%;
  }
  .info_box_x2 .box3 .inner .tel a {
    display: block;
    width: 100%;
    height: 53px;
    background: url("images/sumai/tel_text_b.svg") no-repeat;
    background-size: contain;
    background-position: top center;
  }
  .info_box_x2 .box3 .inner .cont {
    width: 100%;
  }
  .info_box_x2 .box3 .inner .cont .btn {
    margin: 20px auto 15px !important;
  }
}
.santen {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.type_tateuri {
  padding: 5px 5px 5px;
}

.type_tateuri .swiper-pagination_sumai_tateuri_w {
  max-width: 642px;
  margin: 0 auto;
  padding: 30px 0 10px;
}

.type_tateuri .swiper-pagination_sumai_tateuri {
  display: table;
  width: 100%;
  position: inherit;
}

.type_tateuri .swiper-pagination_sumai_tateuri .swiper-pagination-bullet {
  display: table-cell;
  margin: 0;
  border-radius: 0;
  height: 3px;
  background: #91A2B6;
}

.type_tateuri .swiper-pagination_sumai_tateuri .swiper-pagination-bullet-active {
  background: #000000;
}

.syuhen_text_area h3 {
  font-size: 18px;
  padding: 7px 20px;
  background: #E0E6E9;
}

.syuhen_text_area h4 {
  font-size: 16px;
  padding: 7px 0;
  border-bottom: 1px dotted #0A1E3C;
}

.syuhen_text_area p {
  margin-bottom: 30px;
}

@media print, screen and (max-width: 767px) {
  .syuhen_text_area h3 {
    font-size: 16px;
  }
  .syuhen_text_area h4 {
    font-size: 14px;
  }
  .syuhen_text_area p {
    margin-bottom: 30px;
  }
}
.special_titleh2 {
  font-size: 28px;
  line-height: 1.6;
  color: #002B5E;
  text-align: center;
  margin-bottom: 30px !important;
}

.special_titleh2::before {
  content: "FLOW";
  font-size: 14px;
  font-style: italic;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  bottom: -20px !important;
  color: #222222;
  text-transform: uppercase;
}

.special_titleh2::after {
  display: none;
}

.special_titleh3 {
  font-size: 20px;
  line-height: 1.6;
  color: #222222;
  position: relative;
}

.special_titleh3::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #124A7B;
  bottom: 0;
  left: 0;
}

.special_titleh4 {
  font-size: 18px;
  font-weight: 600;
  padding: 12px 20px;
  background: #002B5E !important;
  color: #fff;
  margin: 22px 0 22px;
}

.special_titleh5 {
  border-bottom: 1px dotted #0A1E3C;
  font-size: 16px;
  padding-bottom: 10px;
  line-height: 1.6;
  color: #002B5E;
}

.flow_con {
  max-width: 820px;
  margin: 0 auto 81px;
  position: relative;
  border-bottom: #91A2B6 solid 1px;
}

.flow_con::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 44px solid transparent;
  border-left: 44px solid transparent;
  border-top: 41px solid #07438C;
  border-bottom: 0;
  bottom: -62px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
}

.flow_last::after {
  display: none;
}

.flow_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 40px;
  margin-bottom: 20px;
}

.flow_inner .flow_left {
  max-width: 110px;
  flex-basis: 110px;
  background: #002B5E;
  color: #FFFFFF;
  font-size: 18px;
  padding: 9px 0 9px 20px;
}

.flow_inner .flow_left p {
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  color: #FFFFFF;
}

.flow_inner .flow_right {
  max-width: calc(100% - 110px);
  flex-basis: calc(100% - 110px);
  background: #E0E6E9;
  color: #222222;
  font-size: 18px;
  padding: 8px 0 8px 22px;
}

.flow_inner .flow_right p {
  margin-bottom: 0;
  color: #222222;
  font-size: 18px;
  font-weight: 600;
}

.red_btn {
  background: #AB1A1D;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  display: block;
  max-width: 346px;
  height: 54px;
  text-align: center;
  padding: 13px 0 16px;
  border: #AB1A1D solid 2px;
}

@media print, screen and (min-width: 768px) {
  .red_btn:hover {
    background: #FFFFFF;
    color: #AB1A1D;
  }
}
.flow_b {
  color: #002B5E;
}

.flow_end {
  text-align: end !important;
}

.achivements_card {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
}

.achivements_card .img_w_box {
  position: relative;
}

.achivements_card .img_w_box .img_box {
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 66%;
  z-index: 2;
  margin-bottom: 0;
}

.achivements_card .img_w_box .img_box img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
  transition: all ease 0.3s;
  margin: 0;
}

.achivements_card .img_w_box .area_area {
  position: absolute;
  bottom: 0;
  left: 0;
  display: inline-block;
  padding: 5px 24px;
  border-radius: 0 8px 0 0;
  background: #002B5E;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  z-index: 3;
}

.achivements_card .text_w_box h3 {
  margin: 8px 0;
  font-size: 20px;
  font-weight: 600;
  color: #07438C !important;
}

.achivements_card .text_w_box .tukuri_text {
  padding-left: 25px;
  background: url("images/sumai/icon_a3.svg") no-repeat;
  background-position: top 4px left;
  background-size: 19px;
  margin: 0 0;
  color: #2E2E2E;
}

.achivements_card .text_w_box .tukuri_text2 {
  padding-left: 25px;
  background: url("images/sumai/icon_a1.svg") no-repeat;
  background-position: top 3px left;
  background-size: 19px;
  margin: 0 0;
  color: #2E2E2E;
}

.achivements_card .text_w_box .syukou_text {
  padding-left: 25px;
  background: url("images/sumai/icon_a2.svg") no-repeat;
  background-position: top 2px left;
  background-size: 19px;
  margin: 0 0;
  color: #2E2E2E;
}

.w160 {
  max-width: 160px;
  width: 100%;
  margin: 78px auto 50px;
}

.w160 a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #002B5E;
  font-size: 14px;
  border-bottom: 1px solid #002B5E;
  padding: 10px 0;
  background: url("images/sumai/link_y_btn.svg") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: center right 7px;
  background-size: 11px;
  font-weight: 600 !important;
  padding-right: 18px;
}

.w160 a:hover {
  color: #002B5E !important;
}

@media print, screen and (min-width: 768px) {
  .w160 a:hover {
    color: #002B5E !important;
    background: url("images/sumai/link_y_btn.svg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center right 0;
    background-size: 11px;
  }
}
.special_titleh2 {
  font-size: 28px;
  line-height: 1.6;
  color: #002B5E;
  text-align: center;
}

.special_titleh2::before {
  content: "FLOW";
  font-size: 14px;
  font-style: italic;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  bottom: -5px;
  color: #222222;
  text-transform: uppercase;
}

#cnts .mansion::before {
  content: "mansion";
}

#cnts .housing::before {
  content: "housing";
}

.special_titleh2::after {
  display: none;
}

.special_titleh3 {
  font-size: 20px;
  line-height: 1.6;
  color: #222222;
  position: relative;
}

.special_titleh3::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #124A7B;
  bottom: 0;
  left: 0;
}

.special_titleh4 {
  font-size: 18px;
  font-weight: 600;
  padding: 12px 20px;
  background: #002B5E !important;
  color: #fff;
  margin: 22px 0 22px;
}

.special_titleh5 {
  border-bottom: 1px dotted #0A1E3C;
  font-size: 16px;
  padding-bottom: 10px;
  line-height: 1.6;
  color: #002B5E;
}

.bg_f9b {
  background: #F9F9F7;
  padding: 46px 60px 48px;
  border-top: #124A7B solid 2px;
  margin-bottom: 30px;
}

@media print, screen and (max-width: 767px) {
  .bg_f9b {
    background: #F9F9F7;
    padding: 46px 15px 48px;
    border-top: #124A7B solid 2px;
    margin-bottom: 30px;
  }
}
.btn_w_box_b {
  padding: 0 25px;
}

.btn_w_box_b .link_type_kg {
  display: table;
  width: 100%;
}

.btn_w_box_b .link_type_kg a {
  display: table-cell;
  padding: 6px;
  text-align: center;
  border: 2px solid #002B5E;
  border-left: none;
  font-size: 16px;
  color: #002B5E;
  text-decoration: none;
  width: 50%;
  font-weight: 600;
}

.btn_w_box_b .link_type_kg a:first-child {
  border-left: 2px solid #002B5E;
}

.btn_w_box_b .link_type_kg a:hover {
  opacity: 0.6;
}

.btn_w_box_b .link_type_kg2 {
  margin-top: 15px;
}

@media print, screen and (max-width: 767px) {
  .btn_w_box_b {
    padding: 0 15px;
  }
}
.btn_type_r {
  display: block;
  background: #AB1A1D;
  width: 100%;
  padding: 15px 15px;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  color: #fff !important;
  border-radius: 8px;
  text-decoration: none;
  line-height: 24px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}

.btn_type_r span {
  padding-right: 37px;
  background: url("images/sumai/w_r_btn.svg") no-repeat;
  background-size: 22px;
  background-position: top 2px right;
  display: inline-block;
}

.btn_type_r:hover {
  color: #fff !important;
}

@media print, screen and (min-width: 768px) {
  .btn_type_r:hover {
    opacity: 0.6;
  }
}
.special_titleh2 {
  font-size: 28px;
  line-height: 1.6;
  color: #002B5E;
  text-align: center;
}

.special_titleh2::before {
  content: "KT ion system";
  font-size: 14px;
  font-style: italic;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  bottom: -5px;
  color: #222222;
  text-transform: uppercase;
}

.explanation::before {
  content: "explanation";
}

.special_titleh2::after {
  display: none;
}

.special_titleh3 {
  font-size: 20px;
  line-height: 1.6;
  color: #222222;
  position: relative;
  border-bottom: none !important;
  text-align: center;
}

.special_titleh3::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #124A7B;
  bottom: 0;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}

.special_titleh3_left {
  font-size: 20px;
  line-height: 1.6;
  color: #222222;
  position: relative;
  border-bottom: none !important;
}

.special_titleh3_left::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #124A7B;
  bottom: 0;
  left: 0;
}

.special_titleh4 {
  font-size: 18px;
  font-weight: 600;
  padding: 12px 20px;
  background: #002B5E !important;
  color: #fff;
  margin: 22px 0 22px;
}

.special_titleh5 {
  border-bottom: 1px dotted #0A1E3C;
  font-size: 16px;
  padding: 0 0 10px 0 !important;
  line-height: 1.6;
  color: #002B5E !important;
  background: #FFFFFF !important;
  margin-bottom: 10px !important;
}

.bg_f9 {
  background: #F9F9F7;
  padding: 60px 0 48px;
  margin: 60px 0 73px;
}

.bg_ff {
  background: #FFFFFF;
}

.bg_ffp {
  padding: 0 20px 30px;
}

.mb65 {
  margin-bottom: 65px !important;
}

.fs28 {
  font-size: 28px;
}

.ki_b {
  color: #07438C;
}

.red_btn {
  background: #AB1A1D;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  color: #FFFFFF;
  text-decoration: none;
  width: 100%;
  display: block;
  max-width: 346px;
  height: 54px;
  text-align: center;
  padding: 13px 0 16px;
  border: #AB1A1D solid 2px;
}

@media print, screen and (min-width: 768px) {
  .red_btn:hover {
    background: #FFFFFF;
    color: #AB1A1D;
  }
}
.red_btn.btnCenter {
  margin: 0 auto;
}

.ki_inner {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.ki_inner .ki_blue {
  max-width: 80px;
  flex-basis: 80px;
  background: url("images/common/kt_environment.svg") no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 50px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: bold;
  font-style: italic;
  height: 80px;
}

.ki_inner .ki_red {
  background: url("images/common/kt_deodorize.svg") no-repeat;
  background-size: cover;
  background-position: center;
}

.ki_inner .ki_blue p {
  padding-top: 25px;
  display: none;
}

.ki_inner .ki_txt {
  max-width: calc(100% - 90px);
  flex-basis: calc(100% - 90px);
  display: flex;
  align-items: center;
}

.special_titleh2 {
  font-size: 28px;
  line-height: 1.6;
  color: #002B5E;
  text-align: center;
}

.special_titleh2::before {
  content: "KT ion system";
  font-size: 14px;
  font-style: italic;
  position: absolute;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
  bottom: -5px;
  color: #222222;
  text-transform: uppercase;
}

.pleaseintroduce::before {
  content: "please introduce";
}

.properties::before {
  content: "properties";
}

.special_titleh2::after {
  display: none;
}

.special_titleh3 {
  font-size: 20px;
  line-height: 1.6;
  color: #222222;
  position: relative;
  border-bottom: none !important;
  text-align: center;
}

.special_titleh3::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #124A7B;
  bottom: 0;
  transform: translateY(-50%) translateX(-50%);
  left: 50%;
}

.special_titleh3_left {
  font-size: 20px;
  line-height: 1.6;
  color: #222222;
  position: relative;
  border-bottom: none !important;
}

.special_titleh3_left::after {
  content: "";
  position: absolute;
  width: 50px;
  height: 2px;
  background: #124A7B;
  bottom: 0;
  left: 0;
}

.special_titleh4 {
  font-size: 18px;
  font-weight: 600;
  padding: 12px 20px;
  background: #002B5E !important;
  color: #fff;
  margin: 22px 0 22px;
}

.special_titleh5 {
  border-bottom: 1px dotted #0A1E3C;
  font-size: 16px;
  padding: 0 0 10px 0 !important;
  line-height: 1.6;
  color: #002B5E !important;
  background: #FFFFFF !important;
  margin-bottom: 10px !important;
}

.bg_f9s {
  background: #F9F9F7;
  padding: 46px 60px 48px;
}

.bg_f9b {
  background: #F9F9F7;
  padding: 46px 60px 48px;
  border-top: #124A7B solid 2px;
  margin-bottom: 30px;
}

@media print, screen and (max-width: 767px) {
  .bg_f9b {
    background: #F9F9F7;
    padding: 46px 15px 48px;
    border-top: #124A7B solid 2px;
    margin-bottom: 30px;
  }
}
.btn_intowarap {
  max-width: 180px;
  margin: 0 auto 60px;
}

.btn_intowarap2 {
  max-width: 100%;
  margin: 0 auto 60px;
}

.btn_intowarap2 .btn2 {
  width: auto;
  display: table;
  margin: 0 auto;
  padding-right: 40px;
}

.type_introduce {
  padding: 5px 10px;
}

.swiper-button-prev_introduce {
  background: url("images/sumai/blue_square_arrow_left.svg") no-repeat;
  width: 50px;
  height: 45px;
  left: 0px;
}

.swiper-button-next_introduce {
  background: url("images/sumai/blue_square_arrow_right.svg") no-repeat;
  width: 50px;
  height: 45px;
  right: 0px;
}

.recruit_text1 {
  color: #002B5E;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px !important;
  min-height: 3em;
}

@media print, screen and (max-width: 767px) {
  .recruit_text1 {
    color: #002B5E;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 12px !important;
    min-height: auto;
  }
}
.recruit_text2 {
  color: #222222;
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 30px !important;
}

.recruit_text2 span {
  font-size: 16spx;
  font-weight: 600;
}

.type_recruit {
  width: 110%;
  margin: 0 -5% !important;
}

.type_recruit .swiper-slide img {
  width: 100%;
  margin-bottom: 12px;
}

.swiper-button-prev_recruit {
  background: url("images/sumai/blue_square_arrow_left.svg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 50px;
  height: 50px;
  left: 0px;
  opacity: 0.8;
}

.swiper-button-next_recruit {
  background: url("images/sumai/blue_square_arrow_right.svg") no-repeat;
  background-size: cover;
  background-position: center;
  width: 50px;
  height: 50px;
  right: 0px;
  opacity: 0.8;
}

.voice_box_r {
  max-width: 750px;
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.voice_box_r::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: calc(100% - 422px);
  height: 124px;
  background: #00418E;
  z-index: -2;
}

.voice_box_r::before {
  content: "";
  position: absolute;
  top: 33px;
  right: 26px;
  width: calc(100% - 310px + 26px);
  height: 100%;
  background: #E0E6E9;
  z-index: -1;
}

.voice_box_r .img_box {
  width: 278px;
}

.voice_box_r .text_box {
  width: calc(100% - 310px);
  padding-top: 90px;
  padding-right: 46px;
}

.voice_box_r .text_box .text1 {
  margin-bottom: 28px;
  font-size: 17px;
  font-weight: 600;
}

.voice_box_r .text_box .text2 {
  margin-bottom: 0;
  font-size: 16px;
  color: #00418E;
}

.voice_box_r .text_box .text3 {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 600;
}

@media print, screen and (max-width: 767px) {
  .voice_box_r {
    max-width: 750px;
    margin: 0 auto 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  .voice_box_r::after {
    content: "";
    position: absolute;
    top: auto;
    right: -15px;
    width: 50%;
    height: 60px;
    background: #00418E;
    z-index: -2;
    bottom: 0;
  }
  .voice_box_r::before {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    width: 100%;
    height: 61%;
    background: #E0E6E9;
    z-index: -1;
    bottom: 20px;
    left: 0;
  }
  .voice_box_r .img_box {
    width: 100%;
    padding: 0 5%;
  }
  .voice_box_r .text_box {
    width: 100%;
    padding-top: 30px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 28px;
  }
  .voice_box_r .text_box .text1 {
    margin-bottom: 28px;
    font-size: 17px;
    font-weight: 600;
  }
  .voice_box_r .text_box .text2 {
    margin-bottom: 0;
    font-size: 16px;
    color: #00418E;
  }
  .voice_box_r .text_box .text3 {
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 600;
  }
}
.voice_box_l {
  max-width: 750px;
  margin: 0 auto 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.voice_box_l::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 422px);
  height: 124px;
  background: #00418E;
  z-index: -2;
}

.voice_box_l::before {
  content: "";
  position: absolute;
  top: 33px;
  left: 26px;
  width: calc(100% - 310px + 26px);
  height: 100%;
  background: #E0E6E9;
  z-index: -1;
}

.voice_box_l .img_box {
  width: 278px;
  order: 2;
}

.voice_box_l .text_box {
  width: calc(100% - 310px);
  padding-top: 90px;
  padding-left: 46px;
  order: 1;
}

.voice_box_l .text_box .text1 {
  margin-bottom: 28px;
  font-size: 17px;
  font-weight: 600;
  text-align: right !important;
}

.voice_box_l .text_box .text2 {
  margin-bottom: 0;
  font-size: 16px;
  color: #00418E;
  text-align: right !important;
}

.voice_box_l .text_box .text3 {
  margin-bottom: 3px;
  font-size: 18px;
  font-weight: 600;
  text-align: right !important;
}

.voice_box_l .text_box ul {
  width: 122px;
  margin-left: auto;
}

@media print, screen and (max-width: 767px) {
  .voice_box_l {
    max-width: 750px;
    margin: 0 auto 60px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
  }
  .voice_box_l::after {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    left: -15px;
    width: 50%;
    height: 60px;
    background: #00418E;
    z-index: -2;
    bottom: 0;
  }
  .voice_box_l::before {
    content: "";
    position: absolute;
    top: auto;
    right: auto;
    width: 100%;
    height: 61%;
    background: #E0E6E9;
    z-index: -1;
    bottom: 20px;
    left: 0;
  }
  .voice_box_l .img_box {
    width: 100%;
    padding: 0 5%;
    order: 1;
  }
  .voice_box_l .text_box {
    width: 100%;
    padding-top: 30px;
    padding-left: 17px;
    padding-right: 17px;
    padding-bottom: 28px;
    order: 2;
  }
  .voice_box_l .text_box .text1 {
    margin-bottom: 28px;
    font-size: 17px;
    font-weight: 600;
    text-align: left !important;
  }
  .voice_box_l .text_box .text2 {
    margin-bottom: 0;
    font-size: 16px;
    color: #00418E;
    text-align: left !important;
  }
  .voice_box_l .text_box .text3 {
    margin-bottom: 3px;
    font-size: 18px;
    font-weight: 600;
    text-align: left !important;
  }
  .voice_box_l .text_box ul {
    width: 100%;
    margin-left: auto;
  }
}
#serviceArea .hx_text {
  white-space: pre;
}

.padding_box_b100 {
  margin-bottom: 100px;
}

.pagein_link {
  max-width: 470px;
  margin: 0 auto 55px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.pagein_link a {
  width: calc((100% - 30px) / 2);
  display: block;
  padding: 25px 15px 25px;
  background: #002B5E url("images/common/header_w_arrow.svg") no-repeat;
  background-size: 10px;
  background-position: bottom 10px center;
  text-decoration: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center !important;
}

@media print, screen and (min-width: 768px) {
  .pagein_link a:hover {
    color: #fff;
    opacity: 0.6;
  }
}
@media print, screen and (max-width: 767px) {
  .pagein_link a {
    width: 100%;
    margin-bottom: 10px;
    font-size: 16px;
  }
}
.contact_titleh3 {
  border: none !important;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  color: #222222;
  position: relative;
  margin-bottom: 30px !important;
}

.contact_titleh3::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 50px;
  height: 2px;
  background: #124A7B;
  margin-left: -25px;
}

.pagein_link_a {
  margin-top: -80px;
  padding-top: 80px;
}

.red_text {
  color: #FF0000;
}

.fs14 {
  font-size: 14px !important;
}

.none_display {
  display: none !important;
}

.text_center {
  text-align: center !important;
}

.tabBox .tabArea {
  width: 100%;
  height: 46px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  z-index: 2;
  border-bottom: 2px solid #004898 !important;
}

.tabBox .tabArea .one_tab {
  width: 32.5%;
}

.tabBox .tabArea .one_tab a {
  display: block;
  text-decoration: none;
  transition-duration: 0.3s;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}

.tabBox .tabArea .one_tab a:hover {
  opacity: 0.7;
  text-decoration: none;
}

.tabBox .tabArea .one_tab .tab_inner {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 46px;
  transition-duration: 0.3s;
  background-color: #E0E6E9;
  color: #00418E;
  border: 2px solid #004898 !important;
  border-radius: 8px 8px 0 0 !important;
}

.tabBox .tabArea .one_tab a.select .tab_inner {
  background-color: #004898;
  color: #fff !important;
  border: 2px solid #004898;
  border-radius: 8px 8px 0 0 !important;
}

.tabBox .tabArea.bottom {
  align-items: flex-start;
  display: none;
}

.contents {
  position: relative;
}

.contents .tab_main {
  margin-top: -200px;
  padding: 200px 0 50px;
  min-height: 280px;
  position: absolute;
  top: 0;
  opacity: 0;
  height: 0;
  pointer-events: none;
}

.tab_main.is_show {
  position: inherit;
  height: auto;
  opacity: 1;
  pointer-events: auto;
}

.tab_main .innerArea {
  padding: 50px 15px;
}

#tab02 .innerArea {
  background: #efefef;
}

#tab03 .innerArea {
  background: #E0E6E9;
}

.kengaku {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.kengaku .vertical-item {
  width: calc((100% - 30px) / 2);
  display: block;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  background: #fff;
  margin: 0 !important;
  margin-bottom: 30px !important;
  margin-right: 0 !important;
}

.kengaku .vertical-item label {
  padding: 22px 25px;
  display: block;
  position: relative;
}

.kengaku .vertical-item label::before {
  content: "";
  width: 100%;
  padding-bottom: 60%;
  background: #000;
  display: block;
  margin-bottom: 10px;
}

@media print, screen and (max-width: 767px) {
  .kengaku .vertical-item {
    width: 100%;
  }
}
.kengaku .vertical-item:nth-of-type(1) label::before {
  background: url("images/common/001-1.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.kengaku .vertical-item:nth-of-type(2) label::before {
  background: url("images/common/001-2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.kengaku .vertical-item:nth-of-type(3) label::before {
  background: url("images/common/001-3.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.kengaku .vertical-item:nth-of-type(4) label::before {
  background: url("images/common/001-4.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.kengaku .vertical-item:nth-of-type(5) label::before {
  background: url("images/common/001-5.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.kengaku .vertical-item:nth-of-type(5) label::before {
  background: url("images/common/001-5.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.kengaku .vertical-item:nth-of-type(6) label::before {
  background: url("images/common/001-6.jpg") no-repeat;
  background-size: cover;
  background-position: center;
}

.title_type_d {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  color: #002B5E;
  padding: 0;
  padding-left: 16px !important;
  background: none;
  margin: 22px 0 22px;
}

.title_type_d::after {
  content: "";
  position: absolute;
  width: 9px;
  height: 9px;
  background: #002B5E;
  top: 12px;
  left: 0;
  border-radius: 9px;
}

@media print, screen and (max-width: 767px) {
  .title_type_d {
    font-size: 18px;
    font-weight: 600;
    position: relative;
    color: #002B5E;
    padding: 0;
    padding-left: 16px !important;
    background: none;
    margin: 22px 0 22px;
  }
  .title_type_d::after {
    content: "";
    position: absolute;
    width: 9px;
    height: 9px;
    background: #002B5E;
    top: 8px;
    left: 0;
    border-radius: 9px;
  }
}
.kiboubi .text1 {
  font-size: 14px;
  margin-bottom: 30px;
}

.kiboubi .text2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.kiboubi .kibou_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 27px;
}

.kiboubi .kibou_box .c_box {
  width: calc((100% - 20px) / 2);
}

.kiboubi .kibou_box .c_box.kibou_1 input {
  background-color: #fff !important;
  display: inline-block;
  margin: 0 !important;
  height: 43px;
}

.kiboubi .kibou_box .c_box.kibou_2 select {
  background-color: #fff !important;
  display: inline-block !important;
  width: calc(100% - 30px);
  height: 43px;
}

@media print, screen and (max-width: 767px) {
  .kiboubi .kibou_box .c_box {
    width: 100%;
  }
  .kiboubi .kibou_box .c_box.kibou_1 {
    margin-bottom: 10px;
  }
}
.padding_box_type3 {
  margin-bottom: 36px;
}

.padding_box_type3 input {
  margin: 0 0 30px !important;
}

.service1area_b .cw_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service1area_b .cw_box .img_box {
  width: calc(100% - 270px);
}

.service1area_b .cw_box .img_box img {
  width: 100%;
}

.service1area_b .cw_box .text_box {
  width: 270px;
  padding: 100px 0 0 38px;
  background: url("images/home/top_service01.svg") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: 267px;
  background-position: top 0 left 24px;
}

.service1area_b .cw_box .text_box .text_e {
  margin: 0 !important;
  color: #002B5E;
  font-size: 18px;
}

.service1area_b .cw_box .text_box h3 {
  margin: 0 !important;
  color: #222222;
  font-size: 28px;
  white-space: pre;
}

.service1area_b .cw_box .text_box img {
  margin: 0 auto 20px;
  display: block;
}

.service1area_b .cw_box .text_box .link_text_w {
  position: relative;
  padding-bottom: 318px;
}

.service1area_b .cw_box .text_box .link_text_w a {
  position: absolute;
  top: 0;
  left: -130px;
  width: 420px;
  display: block;
  background: #fff url("images/common/y_b_arrow.svg") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: 18px;
  background-position: bottom 20px right 20px;
  border-left: 8px solid #002B5E;
  text-decoration: none;
  color: #222222;
  font-size: 16px;
  padding: 40px;
}

.service1area_b .cw_box .text_box .link_text_w a p {
  margin-bottom: 35px;
}

.service1area_b .cw_box .text_box .link_text_w a:hover {
  background: #002B5E url("images/common/y_w_arrow.svg") no-repeat;
  background-size: 18px;
  background-position: bottom 20px right 10px;
  border-left: 8px solid #002B5E;
  color: #fff;
}

@media print, screen and (max-width: 1000px) {
  .service1area_b .cw_box .text_box .link_text_w {
    display: none;
  }
}
@media print, screen and (max-width: 1400px) {
  .service1area_b .cw_box .img_box {
    width: calc(100% - 332px);
  }
  .service1area_b .cw_box .text_box {
    width: 330px;
    padding: 100px 0 0 38px;
  }
}
@media print, screen and (max-width: 1000px) {
  .service1area_b .cw_box .img_box {
    width: calc(100% - 332px);
  }
  .service1area_b .cw_box .text_box {
    width: 330px;
    padding: 90px 0 0 38px;
  }
  .service1area_b .cw_box .text_box .hx_text {
    text-align: left !important;
  }
}
@media print, screen and (max-width: 767px) {
  .service1area_b .cw_box .img_box {
    width: 100%;
    order: 2;
    padding-top: 20px;
  }
  .service1area_b .cw_box .text_box {
    width: 100%;
    padding: 90px 0 0 0;
    order: 1;
    background: url("images/home/top_service01.svg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 267px;
    background-position: top 0 center;
  }
  .service1area_b .cw_box .text_box .hx_text {
    text-align: center !important;
    display: none;
  }
  .service1area_b .cw_box .text_box img {
    display: none;
  }
  .service1area_b .cw_box .text_box .text_e {
    text-align: center !important;
  }
  .service1area_b .cw_box .text_box h3 {
    text-align: center !important;
  }
}
.service2area_b .cw_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.service2area_b .cw_box .img_box {
  width: calc(100% - 270px);
  order: 2;
}

.service2area_b .cw_box .img_box img {
  width: 100%;
}

.service2area_b .cw_box .text_box {
  width: 270px;
  padding: 100px 38px 0 0;
  order: 1;
  background: url("images/home/top_service02.svg") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: 267px;
  background-position: top 0 left -14px;
}

.service2area_b .cw_box .text_box .text_e {
  margin: 0 !important;
  color: #002B5E;
  font-size: 18px;
  text-align: right !important;
}

.service2area_b .cw_box .text_box h3 {
  margin: 0 !important;
  color: #222222;
  font-size: 28px;
  white-space: pre;
  text-align: right;
}

.service2area_b .cw_box .text_box img {
  margin: 0 50px 20px auto;
  display: block;
}

.service2area_b .cw_box .text_box .hx_text {
  text-align: right !important;
}

.service2area_b .cw_box .text_box .link_text_w {
  position: relative;
  padding-bottom: 286px;
}

.service2area_b .cw_box .text_box .link_text_w a {
  position: absolute;
  top: 0;
  right: -130px;
  width: 420px;
  display: block;
  background: #fff url("images/common/y_b_arrow.svg") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: 18px;
  background-position: bottom 20px right 20px;
  border-left: 8px solid #002B5E;
  text-decoration: none;
  color: #222222;
  font-size: 16px;
  padding: 40px;
  z-index: 3;
}

.service2area_b .cw_box .text_box .link_text_w a p {
  margin-bottom: 35px;
}

.service2area_b .cw_box .text_box .link_text_w a:hover {
  background: #002B5E url("images/common/y_w_arrow.svg") no-repeat;
  background-size: 18px;
  background-position: bottom 20px right 10px;
  border-left: 8px solid #002B5E;
  color: #fff;
}

@media print, screen and (max-width: 1000px) {
  .service2area_b .cw_box .text_box .link_text_w {
    display: none;
  }
}
@media print, screen and (max-width: 1400px) {
  .service2area_b .cw_box .img_box {
    width: calc(100% - 332px);
  }
  .service2area_b .cw_box .text_box {
    width: 330px;
    padding: 100px 38px 0 0;
  }
}
@media print, screen and (max-width: 1000px) {
  .service2area_b .cw_box .img_box {
    width: calc(100% - 332px);
  }
  .service2area_b .cw_box .text_box {
    width: 330px;
    padding: 90px 38px 0 0;
  }
}
@media print, screen and (max-width: 767px) {
  .service2area_b .cw_box .img_box {
    width: 100%;
    order: 2;
    padding-top: 20px;
  }
  .service2area_b .cw_box .text_box {
    width: 100%;
    padding: 90px 0 0 0;
    order: 1;
    background: url("images/home/top_service02.svg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-size: 267px;
    background-position: top 0 center;
  }
  .service2area_b .cw_box .text_box .hx_text {
    text-align: center !important;
    display: none;
  }
  .service2area_b .cw_box .text_box img {
    display: none;
  }
  .service2area_b .cw_box .text_box .text_e {
    text-align: center !important;
  }
  .service2area_b .cw_box .text_box h3 {
    text-align: center !important;
  }
}
.text_sp {
  display: none;
  width: 100%;
}

.text_sp .hx_text {
  text-align: center !important;
}

.text_sp .text_e {
  text-align: center !important;
}

.text_sp img {
  margin: 0 auto 20px;
  display: block;
}

@media print, screen and (max-width: 767px) {
  .text_sp {
    display: block;
    order: 3;
  }
}
.link_text_w_sp {
  display: none;
}

.link_text_w_sp a {
  width: 100%;
  display: block;
  background: #fff url("images/common/y_b_arrow.svg") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-size: 18px;
  background-position: bottom 20px right 20px;
  border-left: 8px solid #002B5E;
  text-decoration: none;
  color: #222222;
  font-size: 16px;
  padding: 30px 25px;
}

.link_text_w_sp a p {
  margin-top: 0;
  margin-bottom: 35px;
}

.link_text_w_sp a:hover {
  background: #002B5E url("images/common/y_w_arrow.svg") no-repeat;
  background-size: 18px;
  background-position: bottom 20px right 10px;
  border-left: 8px solid #002B5E;
  color: #fff;
}

@media print, screen and (max-width: 1000px) {
  .link_text_w_sp {
    display: block;
    order: 4;
    margin-bottom: 45px;
  }
}
.recruit_linkbox {
  margin-bottom: 10px;
}

.recruit_linkbox img {
  margin-bottom: 0;
}

@media print, screen and (max-width: 767px) {
  .MV_Area {
    height: auto !important;
  }
  .MV_Area .bg_img {
    height: 0 !important;
    padding-bottom: 57% !important;
  }
}
.details {
  transition: all ease 0.3s;
  margin-bottom: 30px;
}

.details summary {
  border: 1px solid #91A2B6;
  padding: 3px 15px;
  color: #91A2B6 !important;
  cursor: pointer;
}

.details ul {
  opacity: 0;
  transition: all ease 0.3s;
  list-style: none;
  padding: 0 !important;
}

.details ul li {
  list-style: none;
  display: inline-block;
  margin-right: 5px;
  margin-bottom: 5px;
}

.details ul li a {
  background: #E0E6E9;
  font-size: 12px;
  color: #002B5E;
  padding: 3px 20px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
}

@media print, screen and (min-width: 768px) {
  .details ul li a:hover {
    opacity: 0.6;
  }
}
.details[open] ul {
  opacity: 1;
  transition: all ease 0.3s;
}

.scroll_icon {
  position: absolute;
  bottom: 60px;
  margin-bottom: -56px;
  left: 50%;
  z-index: 3;
}

@media print, screen and (max-width: 767px) {
  .scroll_icon {
    display: none;
  }
}
/*スクロールダウン全体の場所*/
.scrolldown1 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  left: 50%;
  bottom: 10px;
  /*全体の高さ*/
  height: 50px;
}

/*Scrollテキストの描写*/
.scrolldown1 span {
  /*描画位置*/
  position: absolute;
  left: -20px;
  top: -38px;
  color: #eee;
  font-size: 15px;
  text-shadow: 0px 0px 5px #808080;
}

/* 線の描写 */
.scrolldown1::after {
  content: "";
  /*描画位置*/
  position: absolute;
  top: 0;
  /*線の形状*/
  width: 1px;
  height: 30px;
  background: #eee;
  /*線の動き1.4秒かけて動く。永遠にループ*/
  animation: pathmove 1.4s ease-in-out infinite;
  opacity: 0;
}

/*高さ・位置・透過が変化して線が上から下に動く*/
@keyframes pathmove {
  0% {
    height: 0;
    top: 0;
    opacity: 0;
  }
  30% {
    height: 30px;
    opacity: 1;
  }
  100% {
    height: 0;
    top: 50px;
    opacity: 0;
  }
}
.anim1 {
  animation-delay: 0.5s !important;
}

.anim2 {
  animation-delay: 0.8s !important;
}

.anim3 {
  animation-delay: 1.1s !important;
}

.anim4 {
  animation-delay: 1.4s !important;
}

.icon2_img {
  display: none;
}

.icon3_img {
  display: none;
}

.icon4_img {
  display: none;
}

.icon5_img {
  display: none;
}

.icon6_img {
  display: none;
}

.icon7_img {
  display: none;
}

.icon8_img {
  display: none;
}

.icon9_img {
  display: none;
}

.icon2 .icon2_img {
  display: block;
}

.icon3 .icon3_img {
  display: block;
}

.icon4 .icon4_img {
  display: block;
}

.icon5 .icon5_img {
  display: block;
}

.icon6 .icon6_img {
  display: block;
}

.icon7 .icon7_img {
  display: block;
}

.icon8 .icon8_img {
  display: block;
}

.icon9 .icon9_img {
  display: block;
}

.img_box_e {
  width: 100%;
  padding-bottom: 66%;
  background: #eee;
  position: relative;
  overflow: hidden;
  transition: all ease 0.3s;
  margin-bottom: 10px;
}

.img_box_e img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;" !important;
  transition: all ease 0.3s;
  margin: 0;
}

.sumai_fixedBtn1 img {
  max-width: 203px !important;
}

.type_e_btn {
  max-width: 600px;
  margin: 0 auto;
}

.type_e_btn a {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #002B5E;
  font-size: 14px;
  border-bottom: 1px solid #002B5E;
  padding: 10px 0;
  padding-right: 0px;
  background: url("images/sumai/link_y_btn.svg") no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto;
  background-position: center right 7px;
  background-size: 11px;
  font-weight: 600 !important;
  padding-right: 15px;
}

.type_e_btn a:hover {
  color: #002B5E !important;
}

@media print, screen and (min-width: 768px) {
  .type_e_btn a:hover {
    background: url("images/sumai/link_y_btn.svg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: center right 0;
    background-size: 11px;
  }
}
/*SNSシェアボタン・リンクボタン追加*/
ul.share-buttons {
  list-style: none;
  margin: 0;
  display: flex;
  justify-content: space-between;
}

@media print, screen and (min-width: 768px) {
  ul.share-buttons {
    width: 50%;
  }
}
@media print, screen and (max-width: 767px) {
  ul.share-buttons {
    width: 100%;
  }
}
ul.share-buttons li {
  padding: 0;
  margin: 0;
  line-height: 1;
}

ul.share-buttons li:after {
  content: none;
}

.sns_share {
  margin: 60px 0 30px;
}

.sns_icon {
  display: flex;
  width: 100%;
  align-content: center;
  align-items: center;
  justify-content: center;
  border: 1px solid #002b5e;
  margin: 0 0 60px;
}

.sns_icon .sns_iconBox {
  width: 50%;
  display: flex;
  justify-content: center;
}

.sns_icon .sns_iconBox.colorback {
  background: #002b5e;
  color: #fff;
  padding: 10px;
}

.sns_icon .sns_iconBox p {
  margin: 0;
  text-align: center;
}

.sns_icon .sns_iconBox.colorback p span:first-child {
  font-size: 22px;
  font-weight: bold;
}

.sns_icon .sns_iconBox .sns_min_box {
  width: 100%;
}

.sns_icon .sns_iconBox .sns_min_box a {
  height: 40px;
  width: 40px;
}

@media print, screen and (max-width: 767px) {
  .sns_icon {
    flex-wrap: wrap;
  }
  .sns_icon .sns_iconBox {
    width: 100%;
  }
}
@media print, screen and (min-width: 768px) {
  .sns_icon .sns_iconBox .sns_min_box {
    margin: 0 40px;
  }
}
@media print, screen and (max-width: 767px) {
  .sns_icon .sns_iconBox .sns_min_box {
    margin: 20px 40px;
  }
}
/*2026年　トップのFV改修*/
.MV_2026 {
  padding: 30px 0;
  background: url("images/home/bg_jyutarou.jpg") no-repeat center/cover;
}
.MV_2026 .MV_cc {
  @import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho:wght@800&display=swap");
}
.MV_2026 .MV_cc .cc {
  color: #fff;
  font-weight: 800;
  font-size: 22px;
  font-family: "Shippori Mincho", serif;
  font-weight: 800;
  font-style: normal;
  margin: 10px 0 0;
  text-align: center;
}
.MV_2026 .video {
  overflow: hidden;
}
.MV_2026 .video video {
  width: 100%;
  border-radius: 12px;
}
@media print, screen and (min-width: 768px) {
  .MV_2026 {
    padding: 67.5px 0 66.5px;
  }
  .MV_2026 .inr {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
  }
  .MV_2026 .MV_cc .cc {
    font-size: 48px;
    letter-spacing: 10px;
  }
  .MV_2026 .video {
    width: 59%;
  }
  .MV_2026 .video video {
    border-radius: 24px;
  }
}
@media print, screen and (min-width: 1000px) {
  .MV_2026 .container {
    width: 970px;
  }
  .MV_2026 .video {
    width: 68%;
  }
}
@media print, screen and (min-width: 1198px) {
  .MV_2026 {
    padding: 46px 0 43px;
  }
  .MV_2026 .container {
    width: 1170px;
  }
  .MV_2026 .MV_cc .cc {
    font-size: 60px;
    margin: 0;
    line-height: 1.6;
  }
}

.MV_bm {
  background-color: #E0E6E9;
  padding: 20px 0 30px;
}
.MV_bm .inr {
  display: flex;
  gap: 10px;
}
@media print, screen and (min-width: 768px) {
  .MV_bm {
    padding: 40px 0 50px;
  }
  .MV_bm .inr {
    gap: 20px;
  }
}
@media print, screen and (min-width: 988px) {
  .MV_bm .inr .MV_bm_box:nth-child(1) {
    width: 62%;
  }
  .MV_bm .inr .MV_bm_box:nth-child(2) {
    width: 37%;
  }
}/*# sourceMappingURL=style.css.map */