@charset "UTF-8";
/* CSS Document */
/*------------------共通------------------*/
body {
  width: 100%;
  margin: 0 auto;
  font-family: "Noto Sans JP","游ゴシック", YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  color: #272733;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}

@media screen and (min-width: 767px) {
  body {
    min-width: 1280px;
  }
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: block;
}

.font-min,
.cmn-btn,
.title01,
.rec-ttl,
.faq-dl dd:before {
  font-family: "游明朝", YuMincho,"Noto Serif JP","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", serif;
}

@media screen and (min-width: 767px) {
  .pc_none {
    display: none !important;
  }
}

@media screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
}

@media screen and (max-width: 768px) {
  img {
    width: auto;
    height: auto;
  }
}

a:link {
  text-decoration: none;
  color: #272733;
}

a:visited {
  text-decoration: none;
  color: #272733;
}

a:active {
  text-decoration: none;
  color: #272733;
}

a:hover {
  text-decoration: none;
  color: #272733;
}

@media screen and (min-width: 767px) {
  .inbox {
    width: 1080px;
    margin: auto;
  }
}

@media screen and (max-width: 768px) {
  .inbox {
    padding: 0 3%;
  }
}


.text-box p {
  padding-bottom: 1.8em;
  line-height: 1.8;
  text-align: justify;
  text-justify: inter-ideograph;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .text-box p br {
    display: none;
  }
}

.text-box p:last-child {
  padding-bottom: 0;
}

.text-box.text_c p {
  text-align: center;
  font-size: 16px;
}

.left {
  float: left;
}

.right {
  float: right;
}

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

/*img thumb*/
.thumb {
  display: block;
  width: 100%;
  /*トリミング後の横幅*/
  padding-top: 100%;
  /*トリミング後の縦幅*/
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.thumb img {
  position: absolute;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.thumb.no-photo {
  background: #f2f2f2;
}

.thumb.no-photo img {
  -o-object-fit: contain;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  /*IE対策*/
  width: auto;
  max-width: 90%;
  height: auto;
  max-height: 90%;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

/*footer 固定 css*/
html, body {
  height: 100%;
}

#wrap {
  width: 100%;
  position: relative;
  height: auto !important;
  /*IE6対策*/
  height: 100%;
  /*IE6対策*/
  min-height: 100%;
  overflow: hidden;
}

/*flex*/
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media screen and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
  .flex {
    -js-display: flex;
  }
}

.fle-bet {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.fle-aro {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.fle-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.fle-start {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.fle-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fle-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
}

/*header
---------------------------------------------*/
.h1-text {
  font-size: 10px;
  line-height: 20px;
}

.h1-text span {
  display: block;
  width: 1080px;
  margin: auto;
}

.header {
  background: #239de3;
  color: #fff;
  padding-bottom: 15px;
}

.h-logo {
  padding-top: 20px;
}

.h-right {
  width: 595px;
}

.h-cont {
  width: 380px;
  margin-bottom: 15px;
}

.tel {
  margin-top: 10px;
}

.h-mail {
  width: 160px;
}

.h-mail a {
  display: block;
  padding: 10px 0 12px;
  text-align: center;
  background: #fff;
}

/*nav
---------------------------------------------*/
.navi {
  width: 100%;
}

.navi li {
  position: relative;
}

.navi li:after {
  content: "";
  width: 7px;
  height: 30px;
  background: url(../img/common/nav_bd.png) no-repeat center;
  position: absolute;
  right: -30px;
  top: 0;
}

.navi li:last-child:after {
  display: none;
}

/*---------main_visual------------*/
#main_visual {
  width: 100%;
  /* height: 740px; */
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: -85px;
  z-index: 100;
}
#main_visual img {
  width: 100%!important;
  min-width: none!important;
}

#mv-ttl {
  width: 1080px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 999;
  padding-right: 40px;
  text-align: right;
}

#mv-ttl img{
  width: 155px;
}

#top_slider li {
  text-align: center;
  height: 740px;
}

#top_slider li:nth-child(1) {
  background: url(../img/top/slide01.jpg) no-repeat center/cover;
}

#top_slider li:nth-child(2) {
  background: url(../img/top/slide02.jpg) no-repeat center/cover;
}

#top_slider li:nth-child(3) {
  background: url(../img/top/slide03.jpg) no-repeat center/cover;
}

/* bxslider
---------------------------------------------------- */
.bx-wrapper {
  width: 100%;
  height: 740px;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
}

.bx-wrapper .bx-viewport {
  margin: auto;
  text-align: center;
}

.bx-wrapper .bx-pager {
  display: none;
}

/*section01
-----------------------------------------------------*/
#section01 {
  background: url(../img/top/sec01_bg.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  z-index: 1;
  padding: 110px 0 130px;
}

#section01:after {
  content: "";
  width: 50%;
  height: 100%;
  background: url(../img/point.jpg) no-repeat left top/cover;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.sec01-ttl {
  margin-bottom: 40px;
  text-align: left;
  font-size: 3rem;
  padding-top: 30px;
}

/*section02
-----------------------------------------------------*/
#section02 {
  position: relative;
  z-index: 1;
  padding: 80px 0 100px;
  background: url(../img/top/sec02_bg.png) repeat left top;
}

#section02:before, #section02:after {
  content: "";
  position: absolute;
  z-index: -1;
}

#section02:before {
  width: 784px;
  height: 345px;
  left: 0;
  bottom: 0;
  background: url(../img/top/sec02_bg_left.png) no-repeat left top;
}

#section02:after {
  width: 781px;
  height: 445px;
  right: 0;
  top: 0;
  background: url(../img/top/sec02_bg_right.png) no-repeat right bottom;
}

@media screen and (max-width: 1980px) {
  #section02:before {
    left: 50%;
    -webkit-transform: translateX(calc(-100% - 175px));
    -ms-transform: translateX(calc(-100% - 175px));
    transform: translateX(calc(-100% - 175px));
  }
  #section02:after {
    right: 50%;
    -webkit-transform: translateX(calc(100% + 175px));
    -ms-transform: translateX(calc(100% + 175px));
    transform: translateX(calc(100% + 175px));
  }
}

.sec-ttl {
  text-align: center;
  margin-bottom: 30px;
}

.sec02-bnr {
  margin-top: 8%;
  width: 100%;
  padding-right: 110px;
}

.sec02-insec {
  position: relative;
  width: 33.055%;
  min-width: 430px;
  z-index: 1;
}

.sec02-insec figure {
  margin: 0;
  display: block;
  -webkit-margin-before: 0;
  margin-block-start: 0;
  -webkit-margin-after: 0;
  margin-block-end: 0;
  -webkit-margin-start: 0;
  margin-inline-start: 0;
  -webkit-margin-end: 0;
  margin-inline-end: 0;
  position: absolute;
  width: 120%;
  left: 60px;
  bottom: 120px;
  z-index: -1;
}

.sec02-insec figure img {
  width: auto;
  height: auto;
  max-width: 100%;
}

.sec02-insec:nth-child(2) .sec02-insec-text {
  background-image: url(../img/top/sec02_insec_text_bg02.png);
}

.sec02-insec-text {
  text-align: center;
  padding: 80px 20px 60px;
  background: url(../img/top/sec02_insec_text_bg01.png) repeat left top;
  color: #fff;
  position: relative;
  z-index: 1;
}

.sec02-insec-text:before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
}

.sec02-insec-text p {
  letter-spacing: 0.05em;
  font-size: 26px;
  margin: 25px 0 45px;
}

.sec02-btn {
  width: 333px;
  margin: auto;
  font-size: 16px;
}

.sec02-btn a {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  position: relative;
  padding: 15px 20px;
  text-align: center;
}

.sec02-btn a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

/*section03
-----------------------------------------------------*/
#section03 {
  background: url(../img/top/sec03_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 75px 0 50px;
}

.sec03-list li {
  width: 200px;
  margin-right: 19px;
}

.sec03-list li:last-child {
  margin-right: 0;
}

.sec03-list li .thumb {
  padding-top: 80%;
}

.sec03-list li p {
  font-size: 18px;
  font-weight: 700;
  padding-left: 20px;
  margin-top: 10px;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sec03-list li p:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 8px;
  border-color: transparent transparent transparent #2c3d5b;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cmn-btn a {
  display: block;
  background: #2882d7;
  color: #fff;
  text-align: center;
  padding: 15px;
  position: relative;
}

.cmn-btn a:before {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.sec03-btn {
  width: 320px;
  margin: 50px auto 0;
}

/*section04
-----------------------------------------------------*/
#section04 {
  background: url(../img/top/sec04_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 70px 0;
}

.sec04-in {
  width: 900px;
  margin: auto;
  background: url(../img/top/sec04_in_bg.png) repeat left top;
  -webkit-box-shadow: 0 10px 10px #8e8a8a;
  box-shadow: 0 10px 10px #8e8a8a;
  padding: 60px 60px 55px;
  position: relative;
  z-index: 1;
  color: #fff;
}

.sec04-in:before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  border: 1px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.sec04-btn-list {
  width: 460px;
  margin: 45px auto 0;
}

.sec04-btn-list .cmn-btn {
  width: 190px;
}

/*section05
-----------------------------------------------------*/
#section05 {
  background: url(../img/top/sec05_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 65px 0 85px;
}

.bnr-list {
  margin-top: 90px;
}

/*footer
-----------------------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 3%;
  right: 3%;
  z-index: 9999;
}

#footer {
  background: #ffffff;
}

.f-in {
  padding: 15px 0;
}

.f-left {
  margin-top: 10px;
}

.f-right {
  width: 805px;
}

.f-nav {
  text-align: center;
  width: 100%;
}

.f-nav li {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  line-height: 1;
}

.f-nav li:before {
  content: "";
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(5deg);
  -ms-transform: translateY(-50%) rotate(5deg);
  transform: translateY(-50%) rotate(5deg);
}

.f-nav li a {
  display: block;
  font-size: 12px;
  padding: 3px 5px;
  color: #fff;
}

#copyright {
  font-size: 12px;
  text-align: center;
  line-height: 40px;
  color: #fff;
}

#copyright a {
  color: #000000;
}

/*下層
-------------------------------------------------*/
#main_area {
  background: url(../img/common/main_bg.jpg) no-repeat center;
  background-size: cover;
}

#main-in {
  width: 1080px;
  margin: auto;
  padding: 70px 0;
  text-align: center;
}

#main-ttl {
  font-size: 35px;
  background: rgba(255, 255, 255, 0.8);
  width: 520px;
  margin: auto;
  padding: 55px 0 70px;
  text-align: center;
}

#main-ttl img {
  width: auto;
  height: auto;
}

#bread {
  padding: 4px 0 3px;
}

#bread ul {
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

#bread li {
  display: inline;
  font-size: 12px;
  margin-right: 2px;
  padding-right: 14px;
  position: relative;
}

#bread li:after {
  content: "|";
  position: absolute;
  right: 3px;
  top: 1px;
}

#bread li:last-child:after {
  display: none;
}

.btt-content {
  padding: 100px 0 100px;
}

.title01 {
  font-size: 32px;
  color: #2c3d5b;
  border-left: 5px solid #239de3;
  position: relative;
  margin-bottom: 35px;
  line-height: 1.2;
  padding-left: 12px;
  font-weight: 600;
}

.title01:before {
  content: "";
  width: calc(100% + 5px);
  height: 1px;
  background: #272733;
  position: absolute;
  left: -5px;
  bottom: -10px;
}

.title02 {
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
}

ol {
  list-style: none;
  /* olがはき出す数字を消す */
  padding: 0;
  /* paddingキャンセル */
  margin: 0;
  /* marginキャンセル */
  counter-reset: li;
  position: relative;
}

ol.cmn-ol-list li {
  font-size: 25px;
  padding-left: 70px;
  position: relative;
  margin-bottom: 50px;
  font-weight: bold;
  letter-spacing: 1px;
}

ol.cmn-ol-list li:before {
  counter-increment: li;
  /*リストの数字を1つ進める。IE7以下、未対応*/
  content: counter(li) ".";
  /*リストを連番にする*/
  display: block;
  width: 60px;
  text-align: right;
  font-size: 30px;
  color: #239de3;
  position: absolute;
  left: 0;
  top: -6px;
}

.cmn-sec {
  padding-bottom: 100px;
}

.cmn-sec:last-child {
  padding-bottom: 0;
}

.cmn-text-wrap {
  width: 630px;
}

/*works
------------------------------------------*/
.works-box, .recruit-box {
  margin-bottom: 100px;
}

.works-box:last-child, .recruit-box:last-child {
  margin-bottom: 0;
}

.works-box:nth-child(2n) .cmn-text-wrap, .recruit-box:nth-child(2n) .cmn-text-wrap {
  -webkit-box-ordinal-group: 4;
  -webkit-order: 3;
  -ms-flex-order: 3;
  order: 3;
}

.sub-bnr {
  background: url(../img/common/sub_bnr_bg.png) repeat left top;
  overflow: hidden;
  color: #fff;
}

.sub-bnr .inbox {
  position: relative;
  z-index: 1;
}

.sub-bnr .sub-bnr-img {
  position: absolute;
  right: -420px;
  top: 50%;
  width: 860px;
  height: 100%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sub-bnr-text {
  width: 640px;
  padding: 30px 0 45px;
}

.sub-bnr-text h3 {
  font-size: 32px;
  border-bottom: 4px double #fff;
  margin-bottom: 15px;
  line-height: 1.3;
  padding-bottom: 10px;
}

.sub-bnr-text h3 em {
  font-size: 36px;
}

.sub-bnr-text h3 span {
  font-size: 26px;
}

.sub-bnr-text h3:first-line {
  font-size: 28px;
}

.sub-bnr-text h3 .sub-bnr-ttl-span {
  font-size: 28px;
}

.sub-bnr-text h3 .sub-bnr-ttl-span em {
  font-size: 30px;
}

.sub-bnr-btn {
  width: 370px;
  margin: 30px auto 0;
}

.sub-bnr-btn a {
  background: #fff;
  color: #239de3;
  font-weight: 700;
}

.sub-bnr-btn a:before {
  border-color: #239de3;
}

/*gallry
------------------------------------------*/
.gallery-list {
  margin-top: 60px;
}

.gallery-list li {
  width: 500px;
}

.gallery-list li p {
  background: #f3f3f4;
  color: #2c3d5b;
  font-size: 22px;
  margin-bottom: 15px;
  text-align: center;
  padding: 5px 10px;
}

.gallery-list li a p span {
  padding-left: 25px;
  background: url(../img/gallery/gallery_arr.png) no-repeat left center;
}

.gallery-list li .thumb {
  padding-top: 56.25%;
}

/*recruit
------------------------------------------*/
.rec-ttl {
  font-size: 38px;
  color: #2c3d5b;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  margin-bottom: 40px;
}

.rec-ttl .rec-copy {
  color: #239de3;
  display: block;
  font-size: 20px;
  letter-spacing: 0.03em;
}

.rec-sec01 {
  position: relative;
  z-index: 1;
}

.rec-sec01 .rec-sec01-img {
  position: absolute;
  right: 0;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rec-ttl02 em {
  position: relative;
  z-index: 1;
}

.rec-ttl02 em:before, .rec-ttl02 em:after {
  content: "";
  width: 50px;
  height: 1px;
  background: #2c3d5b;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rec-ttl02 em:before {
  left: -75px;
}

.rec-ttl02 em:after {
  right: -75px;
}

.recruit-box:nth-child(2) .title01 {
  font-size: 28px;
}

.faq-dl dl {
  margin-bottom: 30px;
}

.faq-dl dl:last-child {
  margin-bottom: 0;
}

.faq-dl dt {
  background: #239de3;
  color: #fff;
  padding: 10px 40px 10px 20px;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  cursor: pointer;
}

.faq-dl dt:before {
  content: "Q.";
  font-size: 26px;
  font-weight: 700;
}

.faq-dl dt:after {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../img/recruit/qa_arr.png) no-repeat center;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.faq-dl dt.active:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.faq-dl dd {
  display: none;
  margin-bottom: 60px;
  background: #f3f3f4;
  padding: 15px 15px 15px 60px;
  position: relative;
  font-size: 16px;
}

.faq-dl dd:before {
  content: "A.";
  color: #239de3;
  position: absolute;
  left: 16px;
  top: 15px;
  font-size: 26px;
}

.faq-btn {
  margin: 60px auto 0;
  width: 320px;
}

.cmn-table {
  width: 100%;
}

.cmn-table tr th, .cmn-table tr td {
  padding: 20px;
  border-bottom: 1px solid #dcdcdc;
}

.cmn-table tr th {
  width: 200px;
}

.rec-bottom-bnr {
  text-align: center;
  margin-top: 55px;
}

/*company
------------------------------------------*/
.map-wrap {
  margin-top: 50px;
}

.map-ttl {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  text-align: center;
}

.map-ttl span {
  padding-left: 25px;
  background: url(../img/common/map_icon.svg) no-repeat left center;
}

.map {
  position: relative;
  width: 100%;
  padding-top: 400px;
}

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

.sub-bnr-cont {
  margin-top: 25px;
  width: 610px;
}

.sub-bnr-cont .sub-bnr-tel {
  margin-top: 10px;
}

.sub-bnr-cont .sub-bnr-btn {
  margin-top: 0;
  width: 320px;
}

.company-bnr .sub-bnr-text {
  padding: 55px 0 65px;
}

.comp-bnr-list li {
  margin: 30px 40px 0 0;
}

.comp-bnr-list li:nth-child(-n+4) {
  margin-top: 0;
}

.comp-bnr-list li:nth-child(4n) {
  margin-right: 0;
}

/*site_map
------------------------------------------*/
.site_map-li > li {
  border-bottom: 1px dotted #272733;
}

.site_map-li > li span {
  display: block;
  color: #272733;
  padding: 14px 0 11px;
  font-size: 18px;
}

.site_map-li > li a {
  display: block;
  color: #272733;
  padding: 14px 40px 11px;
  font-size: 18px;
  position: relative;
}

.site_map-li > li a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 10px;
  border-color: transparent transparent transparent #239de3;
  position: absolute;
  left: 15px;
  top: 19px;
}

/*privacy
----------------------------------*/
.privacy_box {
  margin-bottom: 45px;
}

.privacy_text {
  font-size: 16px;
}

/*news
-----------------------------------*/
.news-list {
  width: 1020px;
  margin: auto;
  background: #fff;
  padding: 25px 20px 50px;
  position: relative;
}

.news-list .cmn-btn {
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 320px;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}

.news-list li {
  border-bottom: 1px solid #dcdcdc;
}

.news-list li:last-child {
  border-bottom: none;
}

.news-list li a {
  display: table;
  width: 100%;
  table-layout: fixed;
  padding: 15px 0;
}

.news-list li a span, .news-list li a time {
  display: table-cell;
  vertical-align: middle;
  padding: 5px;
}

.news-list li p {
  display: block;
  width: 100%;
  padding: 15px 0;
}

.news-list li p span, .news-list li p time {
  display: block;
  padding: 5px;
}

.news-list .news-ymd {
  width: 115px;
  text-align: center;
  font-size: 16px;
  color: #239de3;
  position: relative;
  border: 1px solid #239de3;
  padding-left: 15px;
}

.news-list .news-ymd:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #239de3;
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.news-list .news-ttl {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-left: 15px;
  width: 860px;
  font-size: 16px;
}

.news-list div.body {
  background-color: #f2f2f2;
  padding: 10px;
  font-size: 14px;
  margin-top: 10px;
}

/*news-sg
-----------------------------------*/
.sg_day {
  font-size: 12px;
  color: #239de3;
  text-align: right;
  padding: 15px 0 0;
  font-weight: 700;
}

.page_btn {
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px solid #333;
  position: relative;
  font-weight: 700;
}

.page_btn a {
  font-size: 12px;
  color: #239de3;
}

.page_btn .left {
  position: absolute;
  left: 0;
  top: 10px;
}

.page_btn .left a {
  padding: 0 0 2px 15px;
  position: relative;
}

.page_btn .left a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 6px 4px 0;
  border-color: transparent #239de3 transparent transparent;
  position: absolute;
  left: 0;
  top: 30%;
}

.page_btn .right {
  position: absolute;
  right: 0;
  top: 10px;
}

.page_btn .right a {
  padding: 0 15px 2px 0;
  position: relative;
}

.page_btn .right a:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 6px;
  border-color: transparent transparent transparent #239de3;
  position: absolute;
  right: 0;
  top: 30%;
}

ul.pagenation {
  text-align: center;
  margin-top: 15px;
}

.pagenation li {
  display: inline-block;
  border: 1px solid #239de3;
  color: #239de3;
  margin: 0 5px;
}

.pagenation li a {
  display: block;
  padding: 3px 12px;
}

.pagenation li.current {
  background-color: #239de3;
  color: #fff;
  padding: 3px 12px;
}

/*contact
----------------------------------------------*/
/*==================================================
入力フィールド
================================================== */
select,
textarea,
input[type='tel'],
input[type='num'],
input[type='text'],
input[type='email'] {
  max-width: 100%;
  padding: 0 4px;
  border: none;
  height: 30px;
  background-color: #e6e6e6;
}

textarea {
  width: 100%;
  height: 200px;
}

/* ボタン
-------------------------------------------------- */
.contact_btn ul {
  margin-top: 10px;
  text-align: center;
}

.contact_btn li {
  display: inline-block;
  margin: 10px;
  position: relative;
}

.contact_btn li input {
  color: #fff;
  font-size: 18px;
  cursor: pointer;
  border: none;
  font-weight: bold;
  padding: 20px 0 18px;
  width: 280px;
  background-color: #239de3;
  -webkit-appearance: none;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.contact_btn li input[disabled] {
  opacity: 0.5;
  color: #ccc;
}

.contact_btn li:before {
  content: "";
  position: absolute;
  right: 25px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateY(-50%);
  -ms-transform: rotate(45deg) translateY(-50%);
  transform: rotate(45deg) translateY(-50%);
  vertical-align: middle;
}

/* チェックボックス・ラジオボタン
-------------------------------------------------- */
input[type=radio],
input[type=checkbox] {
  display: inline-block;
  margin-right: 6px;
}

input[type=radio] + label,
input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  margin-right: 12px;
  line-height: 30px;
  cursor: pointer;
}

input[type=radio],
input[type=checkbox] {
  display: none;
  margin: 0;
}

input[type=radio] + label,
input[type=checkbox] + label {
  margin-bottom: 5px;
  padding: 0 0 0 24px;
}

input[type=radio] + label::before,
input[type=checkbox] + label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 18px;
  height: 18px;
  margin-top: -9px;
  background: #FFF;
}

input[type=radio] + label::before {
  border: 2px solid #ccc;
  border-radius: 30px;
}

input[type=checkbox] + label::before {
  border: 2px solid #ccc;
}

input[type=radio]:checked + label::after,
input[type=checkbox]:checked + label::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
}

input[type=radio]:checked + label::after {
  left: 5px;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  background: #239de3;
  border-radius: 8px;
}

input[type=checkbox]:checked + label::after {
  left: 3px;
  width: 16px;
  height: 8px;
  margin-top: -8px;
  border-left: 3px solid #239de3;
  border-bottom: 3px solid #239de3;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/*==================================================
テーブル
================================================== */
.cont-table {
  margin: 0 0 16px;
}

/* スマホ表示時にはテーブルを縦向きにする */
@media screen and (max-width: 768px) {
  .cont-table,
  .cont-table tbody,
  .cont-table tr,
  .cont-table th,
  .cont-table td {
    width: auto;
    display: block;
  }
}

/* ご住所だけ2段なのでマージンを開ける */
input[name="items[address]"] {
  margin-top: 8px;
}

/* 「不正な送信です」「時間を空けて再度送信ください」などのセキュリティエラー文 */
.sec-error-text {
  line-height: 80px;
  text-align: center;
  color: #fff;
  font-size: 20px;
  background: #2ea1c7;
}

/* 「任意」「必須」マーク */
.optional-mark,
.required-mark {
  padding: 2px 4px;
  color: #fff;
  font-size: 13px;
  border-radius: 4px;
}

.optional-mark {
  background: #2ea1c7;
}

.required-mark {
  background: #2ea1c7;
}

/* 「~が入力されていません」などの未記入エラー文 */
.error-text {
  margin: 0 0 4px;
  color: #2ea1c7;
}

/* 送信・確認ボタン */
.contact-submits-wrap {
  text-align: center;
}

/* プライバシーポリシー */
.inline-privacy-policy {
  height: 350px;
  margin: 10px 0;
  border: 1px solid #dfdfdf;
  background: #fff;
}

.inline-privacy-policy-inner {
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-scrolling: touch;
  display: inline-block;
}

.inline-privacy-policy iframe {
  width: 100%;
  height: 100%;
  display: block;
}

/* リキャプチャ */
.contact_agree {
  margin-top: 10px;
  text-align: center;
}

.contact-recaptcha-wrap {
  width: 300px;
  margin: 10px auto 0;
}

.contact_privacy a {
  text-decoration: underline;
}

.main_visual img {
  width: 100%!important;
}