@charset "UTF-8";
/*
Theme Name:Original Style - 1column
Version:1.1
2016.11.05
*トップページの指定
*/
.home #contents > .inner {
  /* トップページ幅 100% */
  width: 100%;
  max-width: 100%;
}

.topinner {
  /* コンテンツは1000pxに */
  width: 1000px;
  margin: 0 auto;
  max-width: 96%;
}

/* tinyMCE用に見出しをリセット */
.toppage h3,
.toppage h4,
.toppage h5 {
  background: none;
  border: none;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
}

.toppage h3::before,
.toppage h3::after,
.toppage h4::before,
.toppage h4::after,
.toppage h5::before,
.toppage h5::after {
  display: none;
}

.hidden {
  display: none !important;
  overflow: hidden !important;
}

.off {
  pointer-events: none !important;
  cursor: none;
}

/*==========================
mainimage
==========================*/
/* メインコピー有り */
/* .mainimage{
  position: relative;
}
.mainimage .main_copy{
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}
.mainimage .main_copy img{
  position: absolute;
  top: 20%;
  left: -3%;
  margin: auto;
  max-width: 19.8%;
}
@media screen and (max-width: 1041px){
  .mainimage .main_copy img{
    left: 1%;
  }
} */
.mainimage .mainimage-sitename{display: none;}
/*-- スライダーの時 ------------*/
.slick-slide img {
  margin: 0 auto;
}

button.slick-arrow {
  /* 矢印ボタン */
  background: none;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -20px;
  height: 40px;
  width: 16px;
  text-indent: -9px;
  z-index: 1;
}

button.slick-arrow:hover {
  cursor: pointer;
  opacity: 0.7;
}

button.slick-prev {
  /* 矢印（前へ）ボタン */
  background: url(img/btn_prev.png) no-repeat;
  left: 18%;
  margin-left: -16px;
}

button.slick-next {
  /* 矢印（次へ）ボタン */
  background: url(img/btn_next.png) no-repeat;
  right: 18%;
  margin-right: -16px;
}

@media screen and (max-width: 1650px) {
  button.slick-prev {
    left: 13.7%;
  }
  button.slick-next {
    right: 13.7%;
  }
}
@media screen and (max-width: 1400px) {
  button.slick-prev {
    left: 8%;
  }
  button.slick-next {
    right: 8%;
  }
}
@media screen and (min-width: 1200px) {
  .slick-slide:not(.slick-center) {
    /* 前と次の画像を半透明に */
    opacity: 0.4;
    -moz-opacity: 0.4;
    filter: alpha(opacity=40);
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
}

.slick-dots li:not(:first-child) {
  margin-left: 1em;
}

.slick-dots button {
  font-size: 0;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
}

.slick-dots .slick-active button {
  background: #2ea6d1;
}

/* slider-pro */
.slider-pro p.sp-layer {
  font-size: 20px;
  text-align: center;
  line-height: 1.4;
  margin: 0;
  bottom: 0;
  top: auto !important;
  transform-origin: left bottom !important;
}

/*==========================
汎用に使えるボタン
==========================*/
.btn-style a {
  font-size: 16px;
  color: #fff;
  background: #142137;
  border-radius: 5em;
  max-width: 100%;
  width: 300px;
  padding: 1em 1em;
  margin: 0 auto;
  line-height: 1.3;
  letter-spacing: 0.1em;
  display: block;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  position: relative;
}

.btn-style a::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skewX(55deg);
  -o-transform: skewX(55deg);
  -ms-transform: skewX(55deg);
  -moz-transform: skewX(55deg);
  -webkit-transform: skewX(55deg);
  transition: 200ms;
}

.btn-style a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: pointer;
}

.btn-style a:hover:after {
  right: 12px;
}

/*==========================
loopSlider　無限ループスライダー
==========================*/
.loopSliderWrap {
  top: 0;
  left: 0;
  height: 180px;
  overflow: hidden;
  position: absolute;
}

.loopSlider {
  margin: 0 auto;
  width: 100%;
  height: 180px;
  text-align: left;
  position: relative;
  overflow: hidden;
}

.loopSlider ul {
  height: 180px;
  float: left;
  overflow: hidden;
}

.loopSlider ul li {
  width: 250px;
  height: 180px;
  float: left;
  display: inline;
  overflow: hidden;
}

.loopSlider ul li img {
  width: 100%;
}

/*==========================
TOP コンテンツ
==========================*/
/* リンクボックス */
.box_link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.box_link a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-indent: -9999px;
  transition: 200ms;
  z-index: 1;
}

/*----------------------*/
.top .mainblock a {
  text-decoration: none;
}

.sec_news {
  padding: 3% 0;
}

.sec_news .news {
  position: relative;
  box-sizing: border-box;
}

.news dd a {
  text-decoration: none;
  color: #121212;
}

.sec_news .news dt {
  padding: 0.5em 0;
  width: 100px;
  float: left;
  clear: both;
  color: #121212;
}

.sec_news .news dd {
  padding: 0.5em 0;
}

.sec_news .news dt + dd {
  padding-left: 120px;
}

.sec_news .news dd a:hover {
  text-decoration: underline;
}

.sec_news .news .btn a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  -webkit-opacity: 0.7;
}

.sec_news .news .btn a {
  font-size: 16px;
  position: relative;
  color: #fff;
  background: #142137;
  border-radius: 3em;
  display: block;
  padding: 0.3em 2em 0.3em 1.5em;
  margin: 0 auto;
  width: 120px;
  max-width: 100%;
  line-height: 1.3;
  box-sizing: border-box;
  text-align: center;
}

.sec_news .news .btn a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 6px;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: skewX(45deg);
  -o-transform: skewX(45deg);
  -ms-transform: skewX(45deg);
  -moz-transform: skewX(45deg);
  -webkit-transform: skewX(45deg);
}

.sec_news .news .news_border {
  border: solid 1px #142137;
  padding: 40px 5% 5% 5%;
  position: relative;
}
.sec_news .news .news_border:before {
  content: "";
  display: block;
  position: absolute;
  width: 1px;
  height: 30px;
  top: 0;
  bottom: auto;
  right: 0;
  left: 0;
  margin: auto;
  background: #142137;
}

.sec_news h2 {
  margin: 0 auto 1em auto;
}

.sec_news .btn {
  width: 120px;
  margin: 15px auto 0 auto;
}

.vl {
  position: relative;
}

.vl:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: calc(100% + 10px);
  margin: auto;
  width: 1px;
  height: 50vh;
  background: #142137;
}

.sec01 {
  padding: 5% 0;
  background: url(img/sec01_bg.jpg) no-repeat center/cover;
}

.sec01 .column:nth-child(2) {
  padding: 5%;
  background: rgba(255, 255, 255, 0.9);
  box-sizing: border-box;
  position: relative;
}

.sec01 h2 {
  margin-bottom: 5%;
}

.sec01 h2.vl:before {
  right: auto;
  left: 45px;
}

.sec01 h2 span {
  margin-left: 1em;
}

.sec01 .con_r {
  color: #fff;
  box-sizing: border-box;
}

.sec01 .logo {
  margin-bottom: 20px;
}

.sec01 dl {
  padding: 1.5em 1.2em;
  border-left: 1px solid #fff;
  display: flex;
  flex-wrap: wrap;
}

.sec01 dt {
  width: 90px;
}

.sec01 dd {
  width: calc(100% - 90px);
  margin-bottom: 0.7em;
}

.sec01 dt:last-of-type {
  width: 100%;
}

.sec01 dt a {
  color: #fff;
  text-decoration: underline !important;
}

.sec01 dt a:before {
  content: ">";
}

.sec02 .column,
.sec02 .columns,
.sec03 .column,
.sec03 .columns,
.sec04 .column,
.sec04 .columns {
  margin: 0 !important;
}

.sec03 .con01,
.sec03 .con02,
.sec03 .con03 {
  transition: 200ms;
}

.sec03 .con01:hover,
.sec03 .con02:hover,
.sec03 .con03:hover {
  opacity: 0.7;
}

.sec03 .con01 {
  background: url(img/sec03_bg01.jpg) no-repeat center/cover;
  position: relative;
  padding: 10% 5%;
}

.sec03 .con02 {
  background: #142137;
}

.sec03 .con03 {
  background: #243654;
}

.sec03 .con02,
.sec03 .con03 {
  position: relative;
  padding: 10% 5%;
  box-sizing: border-box;
  color: #fff;
}

.sec03 .con02 h3.vl:before,
.sec03 .con03 h3.vl:before {
  background: #fff;
  right: auto;
  left: 45px;
}

.sec03 .con01 h2 {
  margin-bottom: 5%;
}

.sec03 .con01 h2 span {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 10px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  display: block;
}

.sec03 h3 {
  margin-bottom: 3%;
}

.sec03 h4 {
  font-size: 20px;
  line-height: 1.3;
  margin-bottom: 0.5em;
}

.sec03 .txt {
  position: relative;
  width: 100%;
}

.sec03 .txt:after {
  content: "";
  position: absolute;
  margin: auto;
  width: 72px;
  height: 11px;
  border-bottom: 1px solid #142137;
  border-right: 1px solid #142137;
  transform: skewX(55deg);
  -o-transform: skewX(55deg);
  -ms-transform: skewX(55deg);
  -moz-transform: skewX(55deg);
  -webkit-transform: skewX(55deg);
}

.sec03 .con01 .txt:after {
  left: 0;
  right: 0;
  bottom: -30px;
}

.sec03 .con02 .txt:after {
  top: 0;
  right: 5%;
  bottom: 0;
  border-color: #fff;
}

.sec03 .con03 .txt:after {
  top: 0;
  right: 5%;
  bottom: 0;
  border-color: #fff;
}

.sec04 .con01 {
  padding: 5% 0;
  background: url(img/bg001.png);
  color: #fff;
}

.sec04 h2 {
  margin-bottom: 4%;
}

.sec04 h2.vl:before {
  background: #fff;
}

.sec04 .con01 ul {
  margin-bottom: 1em;
}

.sec04 .con01 ul li:before {
  content: "●";
}

.sec04 .con02 {
  background: #f4f4f4;
}

.sec04 .con02 .img01 {
  background: url(img/sec04_img01.jpg) no-repeat center/cover;
}

.sec04 .con02 .img02 {
  background: url(img/sec04_img02.jpg) no-repeat center/cover;
}

.sec04 .con02 .img03 {
  background: url(img/sec04_img03.jpg) no-repeat center/cover;
}

.sec04 .con02 .img01 img,
.sec04 .con02 .img02 img {
  position: absolute;
  top: 0;
  left: 5%;
  margin: auto;
}

.sec04 .con02 .img03 img {
  position: absolute;
  bottom: 0;
  left: 5%;
  margin: auto;
}

.sec04 .con02 .column {
  position: relative;
  padding: 8% 4%;
}

.sec04 .con02 h3 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
  color: #142137;
}

.sec04 .con02 h3 span {
  font-size: 80%;
  color: #ff5050;
  display: block;
  position: relative;
  padding-left: 35px;
  margin-top: 0.7em;
}

.sec04 .con02 h3 span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 22px;
  height: 1px;
  background: #ff5050;
}

.sec04 .btn-style a {
  width: 230px;
  background: #ff5050;
  margin-top: 2em;
  padding: 0.8em 1em;
}

.sec05 {
  padding: 3% 1% 2%;
}

.sec06 {
  padding: 5% 0 3%;
  position: relative;
}

.sec06 figure {
  position: absolute;
  top: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  z-index: 1;
}

.sec06 .bg_wrap {
  background: rgba(20, 33, 55, 0.95);
  padding: 5%;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  z-index: 2;
  width: 1000px;
  max-width: 65%;
}

.sec06 h2 {
  margin-bottom: 4%;
}

.sec06 h2.vl:before {
  background: #fff;
  right: auto;
  left: 45px;
}

.sec06 h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1.3;
  letter-spacing: 0.1em;
  margin-bottom: 0.7em;
}

.sec06 .btn-style a {
  background: #fff;
  color: #142137;
  width: 230px;
  padding: 0.8em 1em;
}

.sec06 .btn-style a:after {
  border-color: #142137;
}

.sec_btns {
  background: url(img/sec_btns_bg.jpg) no-repeat center/cover;
}
.sec_btns h2 {
  font-weight: bold;
  text-align: center;
  font-size: clamp(20px, 3vw, 35px);
  letter-spacing: 0.35em;
  margin-bottom: 1.5em;
}
.sec_btns .btn_list a {
  border: solid 1px #142137;
  display: flex;
  width: 100%;
  height: 95px;
  padding: 10px 30px 10px 10px;
  align-items: center;
  justify-content: center;
  font-size: clamp(18px, 2vw, 20px);
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
.sec_btns .btn_list a:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 50%;
  right: 10px;
  margin: auto;
  width: 20px;
  height: 4px;
  border-bottom: 1px solid #142137;
  border-right: 1px solid #142137;
  transition: 0.2s;
  transform: skew(45deg);
}
.sec_btns .btn_list a:hover:after {
  right: 8px;
}

@media screen and (min-width: 768px) {
  .mainimage {
    position: relative;
  }
  .mainimage-sitename {
    font-size: 12px;
    font-weight: normal;
    position: absolute;
    top: 8px;
    right: 40px;
    z-index: 2;
  }
  .left.btn-style a {
    margin-left: 0;
  }
  .right.btn-style a {
    margin-left: auto;
    margin-right: 0;
  }
  .columns {
    display: flex;
    justify-content: space-between;
  }
  .column {
    box-sizing: border-box;
  }
  .columns.wrap {
    flex-wrap: wrap;
  }
  .columns:not(:last-child) {
    margin-bottom: 2%;
  }
  .columns:not(.reverse) .column:not(.col_2):not(.col_3):not(.col_4):not(.col_5):not(:first-child) {
    margin-left: 2%;
  }
  .columns.reverse > .column:not(:last-child) {
    margin-left: 2%;
  }
  .columns.reverse > .column:last-child {
    margin-left: 0;
  }
  .columns.reverse {
    flex-direction: row-reverse;
  }
  .column.break + .column {
    margin-left: 0 !important;
  }
  .col_2 {
    width: 49%;
  }
  .col_3 {
    width: 32%;
  }
  .col_4 {
    width: 23.5%;
  }
  .col_5 {
    width: 18.4%;
  }
  .col_2:not(:nth-child(2n+1)),
  .col_3:not(:nth-child(3n+1)),
  .col_4:not(:nth-child(4n+1)),
  .col_5:not(:nth-child(5n+1)) {
    margin-left: 2%;
  }
  .con_l,
  .con_r {
    width: 49%;
  }
  .con_r {
    margin-left: 2%;
  }
  .sec01 .columns {
    align-items: center;
  }
  .sec01 .con_r {
    width: 490px;
    max-width: 100%;
  }
  .sec02 .col_3 {
    width: 33.3333333333%;
  }
  .sec03 .col_2 {
    width: 50%;
  }
  .sec03 .con01,
  .sec03 .con02,
  .sec03 .con03 {
    display: flex;
    align-items: center;
  }
  .sec03 .con02,
  .sec03 .con03 {
    height: 50%;
  }
  .sec04 .col_3 {
    width: 33.3333333333%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .sec05 .col_5 {
    width: 19.6%;
    margin-bottom: 0.5%;
  }
  .sec05 .col_5:not(:nth-child(5n+1)) {
    margin-left: 0.5%;
  }
  .sec06 .btn-style {
    display: flex;
  }
  .sec06 .btn-style a {
    margin: 0;
  }
  .sec06 .btn-style a:not(:first-child) {
    margin-left: 2%;
  }
  .sec_btns {
    padding: 100px 0;
  }
  .sec_btns .btn_list {
    display: flex;
    flex-wrap: wrap;
    -moz-column-gap: 2%;
         column-gap: 2%;
    row-gap: 10px;
  }
  .sec_btns .btn_list li {
    width: 32%;
  }
}
/********************************
Responsive
*********************************/
@media screen and (min-width: 768px) and (max-width: 1280px) {
  /* 程よいブラウザサイズでメインイメージを縮小 */
}
@media screen and (min-width: 768px) and (max-width: 1041px) {
  .sec01 .con_r {
    padding-left: 4%;
  }
}
@media screen and (max-width: 1041px) {
  .sec01 h2 span {
    display: block;
    margin: 10px 0 0;
  }
  .sec03 .con02 .txt::after,
  .sec03 .con03 .txt::after {
    top: auto;
    bottom: 0;
  }
  .sec04 .con02 h3 {
    font-size: 20px;
  }
  .sec06 h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .btn-style a {
    margin: 0 auto 10px;
    font-size: 14px !important;
  }
  .btn-style.btns a {
    display: block;
    width: 100%;
    max-width: 400px;
    margin: 0 auto 10px;
  }
  /* スマホ */
  .topinner {
    width: 420px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .scroll {
    overflow: auto;
  }
  .scroll > table {
    width: 750px;
  }
  .scroll + p {
    text-align: center;
    font-size: 12px;
  }
  /*==========================
  mainimage
  ==========================*/
  .mainimage {
    position: relative;
  }
  .mainimage-sitename {
    font-size: 10px;
    position: absolute;
    top: 4px;
    right: 16px;
    z-index: 2;
  }
  .mainimage,
  .slider {
    margin-bottom: 0;
  }
  .mainimage img {
    height: auto;
    max-width: none;
    max-height: none;
    width: 100%;
  }
  /*==========================
  新着情報
  ==========================*/
  #main .news {
    margin-bottom: 1.5em;
    position: relative;
  }
  #main .news h3 .subtitle {
    font-size: 12px;
    margin-left: 0;
  }
  .sec_news {
    padding: 2em 0;
  }
  .sec_news .news dt {
    width: 100%;
  }
  #main .news dt {
    padding: 10px 0 0;
  }
  #main .news dd {
    padding: 0 0 10px;
  }
  #main .news .btn a {
    font-size: 12px;
  }
  /*==========================
  loop
  ==========================*/
  .loopSlider {
    height: 90px;
  }
  .loopSlider ul {
    height: 90px;
  }
  .loopSlider ul li {
    width: 125px;
    height: 90px;
  }
  /*==========================
  TOP コンテンツ
  ==========================*/
  .columns,
  .column:not(:last-child) {
    margin-bottom: 4%;
  }
  .sp_wrap {
    flex-wrap: wrap;
  }
  .columns.sp_col_2,
  .columns.sp_col_3 {
    display: flex;
    justify-content: space-between;
  }
  .columns.sp_col_2 .column {
    width: 49%;
  }
  .columns.sp_col_2 .column:not(:nth-child(2n+1)) {
    margin-left: 2%;
  }
  .columns.sp_col_3 .column {
    width: 32%;
  }
  .columns.sp_col_3 .column:not(:nth-child(3n+1)) {
    margin-left: 2%;
  }
  /*-- 余白・背景 --------------*/
  /*-- 見出し --------------*/
  .top h2 {
    font-size: 21px;
  }
  .sec_news .news h3 {
    font-size: 20px;
  }
  .sec01 .con_r {
    padding: 5%;
  }
  .sec01 .column:nth-child(2),
  .sec03 .con01,
  .sec03 .con02,
  .sec03 .con03,
  .sec04 .con01,
  .sec06 .bg_wrap {
    padding-top: 3em;
  }
  .sec01 .con_r a[href^="tel:"] {
    color: #fff !important;
  }
  .sec03 .con01 .txt,
  .sec03 .con02 .txt,
  .sec03 .con03 .txt {
    padding-bottom: 20px;
  }
  .sec03 .con01 .txt::after {
    left: auto;
    right: 5%;
    bottom: 0;
  }
  .sec03 .con01 h2 {
    max-width: 300px;
  }
  .sec03 .con01 h2 span {
    font-size: 20px;
    text-align: left;
  }
  .sec03 .con01 h2.vl:before {
    left: 45px;
    right: auto;
  }
  .sec04 .con02 .img01,
  .sec04 .con02 .img02,
  .sec04 .con02 .img03 {
    padding: 70% 0 0;
  }
  .sec04 .con02 .img01 img,
  .sec04 .con02 .img02 img,
  .sec04 .con02 .img03 img {
    max-width: 95%;
    right: 0;
    top: auto;
    bottom: 10px;
    left: auto;
  }
  .sec04 .con02 .img01 {
    background: url(img/sp_sec04_img01.jpg) no-repeat center/cover;
  }
  .sec04 .con02 .img02 {
    background: url(img/sp_sec04_img02.jpg) no-repeat center/cover;
  }
  .sec04 .con02 .img03 {
    background: url(img/sp_sec04_img03.jpg) no-repeat center/cover;
  }
  .sec05 .col_5 {
    margin-bottom: 2%;
  }
  .sec06 {
    padding: 45% 0 3%;
  }
  .sec06 .bg_wrap {
    max-width: 90%;
  }
  .sec_btns {
    padding: 50px 0;
  }
  .sec_btns .btn_list li + li {
    margin-top: 10px;
  }
  .sec_btns .btn_list li a {
    height: 80px;
  }
}
@media screen and (max-width: 320px) {
  /* スマホ320px */
}
/* ======== 下層 *//*# sourceMappingURL=index.css.map */