@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Noto Serif Regular";
  src: url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Medium";
  src: url("../fonts/NotoSerifCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif SemiBold";
  src: url("../fonts/NotoSerifCJKjp-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Bold";
  src: url("../fonts/NotoSerifCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Light";
  src: url("../fonts/NotoSansCJKjp-Light.otf");
}
@font-face {
  font-family: "Noto sans Regular";
  src: url("../fonts/noto-sans-jp-r.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Medium";
  src: url("../fonts/noto-sans-jp-m.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Bold";
  src: url("../fonts/noto-sans-jp-b.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Black";
  src: url("../fonts/noto-sans-jp-black.woff") format("woff");
}
/*	layout
------------------------------------ */
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
@font-face {
  font-family: "Noto Serif Regular";
  src: url("../fonts/NotoSerifCJKjp-Regular.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Medium";
  src: url("../fonts/NotoSerifCJKjp-Medium.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif SemiBold";
  src: url("../fonts/NotoSerifCJKjp-SemiBold.woff") format("woff");
}
@font-face {
  font-family: "Noto Serif Bold";
  src: url("../fonts/NotoSerifCJKjp-Bold.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Light";
  src: url("../fonts/NotoSansCJKjp-Light.otf");
}
@font-face {
  font-family: "Noto sans Regular";
  src: url("../fonts/noto-sans-jp-r.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Medium";
  src: url("../fonts/noto-sans-jp-m.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Bold";
  src: url("../fonts/noto-sans-jp-b.woff") format("woff");
}
@font-face {
  font-family: "Noto sans Black";
  src: url("../fonts/noto-sans-jp-black.woff") format("woff");
}
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1120px;
  margin: auto;
  color: #333333;
  font-family: "Noto sans Light", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.9375;
}
@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

/* safariの自動CSSを打ち消す */
* {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.disable-auto-tel a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

.sec-inner,
.bread-inner {
  width: 1080px;
  max-width: 100%;
  margin: auto;
}

.sec-inner-md {
  width: 1280px;
}

.sp-only, .middle-only {
  display: none !important;
}

/*==================================================
お問い合わせフォーム
================================================== */
/* 
お問い合わせ非表示の場合使う
（ヘッダー・フッターナビ、サイトマップ等に付与） 
↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓↓
*/
.contact-none {
  display: none !important;
  /* ↓ フッターナビの見た目が変わるので追加 ↓ */
}
.contact-none.fnav-list {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
@media screen and (max-width: 767px) {
  .contact-none.fnav-list li:nth-of-type(1) {
    width: 50% !important;
  }
  .contact-none.fnav-list li:nth-of-type(2), .contact-none.fnav-list li:nth-of-type(2n+3) {
    border: none !important;
  }
  .contact-none.fnav-list li:nth-of-type(2n) {
    border-left: 1px solid #fff !important;
  }
  .contact-none.fnav-list li:last-of-type {
    border-left: 1px solid #fff !important;
  }
  .contact-none.fnav-list li:nth-of-type(n+3) {
    border-top: 1px solid #fff !important;
  }
}

/* 
↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑↑
お問い合わせ非表示の場合使う
（ヘッダー・フッターナビ、サイトマップ等に付与） 
*/
.contact-form-table {
  width: 100%;
  margin-top: 50px !important;
  background-color: #fff;
  border: 1px solid rgba(60, 143, 186, 0.2);
}
.contact-form-table tr:nth-of-type(n+2) th {
  border-top: 1px solid #fff;
}
.contact-form-table tr:nth-of-type(n+2) td {
  border-top: 1px solid rgba(60, 143, 186, 0.2);
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 25px;
  font-family: "Noto sans Medium", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .contact-form-table th, .contact-form-table td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.contact-form-table th {
  width: 350px;
  padding: 15px;
  background-color: rgba(60, 143, 186, 0.2);
}
.contact-form-table a {
  color: #333333;
  text-decoration: underline;
}
.contact-form-table textarea {
  resize: none;
}
@media screen and (max-width: 767px) {
  .contact-form-table {
    margin-top: 30px !important;
  }
  .contact-form-table th, .contact-form-table td {
    padding: 10px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .contact-form-table label[for=agree] {
    margin: auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.error-text {
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .error-text {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.privacy-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 334px;
  margin: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.privacy-wrap .error-text {
  font-size: 14px;
  font-size: 1.4rem;
}
.privacy-wrap a {
  color: #333333;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .privacy-wrap .inline-privacy-policy-txt, .privacy-wrap a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/*---------------------------------------
 リッチエディタ内のベーススタイリング（resetからコピペ）
---------------------------------------*/
@media screen and (min-width: 767px) {
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.5;
    font-weight: 500;
    color: #333333;
    font-family: "Noto sans Bold", sans-serif;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 28px;
    padding-bottom: 8px;
    border-bottom: 1px solid #3c8fba;
  }
  .sb_style h2 {
    padding-left: 10px;
    font-size: 26px;
    border-left: 3px solid #3c8fba;
  }
  .sb_style h3 {
    font-size: 24px;
    padding: 5px 10px;
    background: #3c8fba;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 8px;
    font-size: 20px;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 60px;
    height: 2px;
    background: #3c8fba;
  }
  .sb_style h5 {
    font-size: 18px;
    padding: 5px 10px;
    background: #3c8fba;
    color: #fff;
  }
  .sb_style h6 {
    font-size: 16px;
    color: #3c8fba;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .sb_style table {
    width: 100% !important;
    height: auto !important;
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    border: none;
  }
  .sb_style tbody {
    width: 100%;
    display: table;
  }
  .sb_style h1,
  .sb_style h2,
  .sb_style h3,
  .sb_style h4,
  .sb_style h5,
  .sb_style h6 {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    line-height: 1.5;
    font-weight: 500;
    font-family: "Noto sans Bold", sans-serif;
  }
  .sb_style h1 {
    padding: 0 5px;
    font-size: 6vw;
    padding-bottom: 3%;
    border-bottom: 1px solid #3c8fba;
  }
  .sb_style h2 {
    padding-left: 5%;
    font-size: 5.5vw;
    border-left: 2px solid #3c8fba;
  }
  .sb_style h3 {
    font-size: 5vw;
    padding: 3% 4%;
    background: #3c8fba;
    color: #fff;
  }
  .sb_style h4 {
    padding-bottom: 3%;
    font-size: 4.8vw;
    position: relative;
  }
  .sb_style h4:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 15%;
    height: 2px;
    background: #3c8fba;
  }
  .sb_style h5 {
    font-size: 4.5vw;
    padding: 3% 5%;
    background: #3c8fba;
    color: #fff;
  }
  .sb_style h6 {
    font-size: 4.2vw;
    color: #3c8fba;
  }
  .sb_style ul {
    padding-left: 30px;
  }
  .sb_style ul li {
    margin-bottom: 5px;
  }
  .sb_style ol {
    padding-left: 30px;
  }
  .sb_style ol li {
    margin-bottom: 5px;
  }
  .sb_style img {
    width: auto;
    height: auto;
  }
}
/* =========================================
  タグテンプレート
========================================= */
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 20px 0 20px auto;
  max-width: 230px;
}
.tag-select-box::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333333;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto sans Regular", sans-serif;
  border: none;
  border-bottom: 2px solid #333333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333333;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*	parts  PC
------------------------------------ */
a {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  opacity: 0.7;
}

.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.cmn-txt,
#privacy .txt-box {
  color: #333333;
  font-family: "Noto sans Light", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.9375;
}
@media screen and (max-width: 767px) {
  .cmn-txt,
  #privacy .txt-box {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.ofj {
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

/*	cmn-btn  PC
------------------------------------ */
.cmn-btn {
  display: block;
  width: 100%;
  max-width: 360px;
  height: 60px;
  margin: auto;
  background: #3c8fba;
  border: 1px solid #3c8fba;
  text-align: center;
  font-family: "Noto sans Medium", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  color: #fff;
  line-height: 58px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .cmn-btn {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.cmn-btn:hover {
  background-color: #fff;
  opacity: 1;
  color: #3c8fba;
}
.cmn-btn-wrap {
  text-align: center;
}

#contact .contact-submits-btn {
  /*必須*/
  margin: auto;
  padding: 0;
  text-align: center;
  border: 1px solid #3c8fba;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /*必須*/
}
#contact .contact-submits-btn[disabled] {
  opacity: 0.4;
}
#contact .contact-submits-btn[name=back] {
  opacity: 0.4;
}
#contact .contact-submits-btn-wrap {
  text-align: center;
}
#contact .contact-submits-btn.mt30 {
  margin-top: 30px !important;
}

/*	cmn-table  PC
------------------------------------ */
.cmn-table {
  width: 100%;
  margin: auto;
}
.cmn-table tr:nth-of-type(n+2) {
  border-top: 1px solid #d9d9d9;
}
.cmn-table th, .cmn-table td {
  padding: 18px 0;
  font-family: "Noto sans Light", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.1em;
  line-height: 1.9375;
}
@media screen and (max-width: 767px) {
  .cmn-table th, .cmn-table td {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.cmn-table th {
  width: 270px;
  text-align: center;
  color: #3c8fba;
}
.cmn-table td {
  padding-left: 35px;
  color: #333333;
  white-space: pre-line;
}
.cmn-table a {
  color: #333333;
}

/*	heading  PC
------------------------------------ */
.head-type01 {
  text-align: center;
}
.head-type01-ja {
  font-family: "Noto serif Medium", serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.12em;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .head-type01-ja {
    font-size: 30px;
    font-size: 3rem;
  }
}
.head-type01-en {
  display: block;
  font-family: "Noto sans Medium", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.12em;
  line-height: 1.5;
  color: #3c8fba;
}
@media screen and (max-width: 767px) {
  .head-type01-en {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.head-type02 {
  font-family: "Noto serif Medium", serif;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.12em;
  line-height: 1.4;
  color: #333333;
}
@media screen and (max-width: 767px) {
  .head-type02 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.head-type02::after {
  content: "";
  display: block;
  width: 26px;
  height: 1px;
  margin: 35px auto 0;
  background-color: #3c8fba;
}
.head-type02-ac {
  color: #3c8fba;
}
.head-type03 {
  font-family: "Noto serif Medium", serif;
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.12em;
  color: #333333;
  line-height: 1.7;
}
@media screen and (max-width: 767px) {
  .head-type03 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.head-type03-ac {
  font-family: "Noto serif Medium", serif;
  color: #3c8fba;
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 767px) {
  .head-type03-ac {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.head-type04 {
  text-align: center;
  font-family: "Noto serif Medium", serif;
  font-size: 50px;
  font-size: 5rem;
  letter-spacing: 0.12em;
  color: #333333;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  .head-type04 {
    font-size: 30px;
    font-size: 3rem;
  }
}
.head-type04-ac {
  color: #3c8fba;
}

/*	pagetop  PC
------------------------------------ */
.fixed {
  text-align: center;
  position: fixed;
  right: 0;
  bottom: 25px;
  z-index: 100;
}

/*	breadcrumb  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  .breadcrumb {
    position: absolute;
    top: 7px;
    left: 0;
    right: 0;
    z-index: 10;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    height: auto;
    padding: 3% 2%;
  }
}
@media screen and (max-width: 767px) and (max-width: 375px) {
  .breadcrumb {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  padding-right: 20px;
  margin: auto;
}
.breadcrumb ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li:nth-of-type(3) {
  display: inline;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li:last-child {
  color: #3c8fba;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li, .breadcrumb a {
  color: #868686;
  font-family: "Noto sans Regular", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 12px;
  }
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 100px auto 0;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  background: #fff;
  border: 1px solid #3c8fba;
  border-radius: 50%;
  font-family: "Noto sans Medium", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  color: #3c8fba;
  line-height: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .pagenation li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 10px;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #3c8fba;
}
.pagenation .current {
  color: #fff;
  background: #3c8fba;
  pointer-events: none;
}
.pagenation .next-li, .pagenation .back-li {
  background: none;
  border: none;
}
.pagenation .back-arrow, .pagenation .next-arrow {
  display: block;
  height: 100%;
}
.pagenation-arrow {
  width: 100%;
  height: 100%;
}
.pagenation-arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.pagenation-arrow.next {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 0 7.5px 15px;
  border-color: transparent transparent transparent #d6b943;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.pagenation-arrow.back {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7.5px 15px 7.5px 0;
  border-color: transparent #d6b943 transparent transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  max-width: 360px;
  margin: 50px auto 0;
}

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  display: inline-block;
  height: 50px;
  line-height: 50px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.data-nav a:hover {
  opacity: 0.7;
}
.data-nav .next a, .data-nav .back a {
  background: none !important;
}

.to-works-btn {
  width: 100%;
  max-width: 120px;
  background: #3c8fba;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "Noto sans Medium", sans-serif;
  letter-spacing: 0.05em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .to-works-btn {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.arrow-btn {
  width: 50px;
  position: absolute;
  bottom: 0;
}
.arrow-btn::before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: auto;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  background: #3c8fba;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 767px) {
  .arrow-btn::before {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.back-btn {
  left: 0;
}
.back-btn::before {
  content: "←";
}

.next-btn {
  right: 0;
}
.next-btn::before {
  content: "→";
}

/*	ggmap  PC
------------------------------------ */
.ggmap {
  width: 100%;
  height: 0;
  padding-top: 500px;
  position: relative;
}

.ggmap iframe {
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* =========================================
  header  PC
========================================= */
/*	headline  PC
------------------------------------ */
.headline {
  width: 100%;
  margin: auto;
  padding-left: 40px;
  background: rgb(54, 103, 171);
  background: -webkit-gradient(linear, left top, right top, from(rgb(54, 103, 171)), color-stop(23%, rgb(58, 111, 176)), color-stop(50%, rgb(72, 144, 194)), color-stop(77%, rgb(83, 167, 207)), to(rgb(87, 175, 211)));
  background: -webkit-linear-gradient(left, rgb(54, 103, 171) 0%, rgb(58, 111, 176) 23%, rgb(72, 144, 194) 50%, rgb(83, 167, 207) 77%, rgb(87, 175, 211) 100%);
  background: linear-gradient(90deg, rgb(54, 103, 171) 0%, rgb(58, 111, 176) 23%, rgb(72, 144, 194) 50%, rgb(83, 167, 207) 77%, rgb(87, 175, 211) 100%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}

.logo {
  display: inline-block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.logo:hover {
  opacity: 0.7;
}

.info-wrap {
  text-align: right;
}
.info-tel {
  font-family: "Noto serif Medium", serif;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.12em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  .info-tel {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.info-tel-num {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .info-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.info-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 125px;
  height: 125px;
  margin-left: 33px;
  background-color: #d6b943;
  text-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Noto sans Medium", sans-serif;
  font-size: 22px;
  font-size: 2.2rem;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .info-btn {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
header .fle-between {
  position: relative;
}
header .fle-between > .caution {
  font-size: 1rem;
  line-height: 1.5;
  text-align: left;
  color: #FFF;
  position: absolute;
  bottom: -1.7rem;
  left: 0;
  white-space: nowrap;
}


/*	gnav  PC
------------------------------------ */
.drawer-info .caution,
header .info-wrap .caution {
  font-size: 1.4rem;
  line-height: 1;
  padding: 2px 0;
  color: #fff;
}
#gnav .gnav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#gnav .gnav-item:nth-of-type(n+2) {
  margin-left: 35px;
}
@media screen and (max-width: 1190px) {
  #gnav .gnav-item:nth-of-type(n+2) {
    margin-left: 25px;
  }
}
#gnav .gnav-link {
  display: block;
  text-align: center;
}
#gnav .gnav-link-ja {
  font-family: "Noto sans Medium", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  color: #f5f8fc;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  #gnav .gnav-link-ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 1190px) {
  #gnav .gnav-link-ja {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#gnav .gnav-link-en {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  font-family: "Noto sans Regular", sans-serif;
  color: #265fa5;
  line-height: 1.4;
}

/*	mv  PC
------------------------------------ */
.mv {
  width: 100%;
  height: 0;
  padding-top: 48.4375%;
  position: relative;
  overflow: hidden;
}
.mv-slider li {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  top: 0;
  left: 0;
  right: 0;
}
.mv-slider01 {
  background: url(../img/top/mv01.png) no-repeat center/cover;
}
.mv-slider02 {
  background: url(../img/top/mv02.png) no-repeat center/cover;
}
.mv-slider03 {
  background: url(../img/top/mv03.png) no-repeat center/cover;
}
.mv-slider04 {
  background: url(../img/top/mv04.png) no-repeat center/cover;
}
.mv-catch {
  width: 59.2%;
  position: absolute;
  bottom: 4.6%;
  left: 2.4%;
  z-index: 100;
}
.mv-catch img {
  width: 100%;
}

.bx-viewport, #slider {
  position: static !important;
}

/* =========================================
  footer  PC
========================================= */
#footer .foo__bg {
  background: rgb(54, 103, 171);
  background: -webkit-gradient(linear, left top, right top, from(rgb(54, 103, 171)), color-stop(23%, rgb(58, 111, 176)), color-stop(50%, rgb(72, 144, 194)), color-stop(77%, rgb(83, 167, 207)), to(rgb(87, 175, 211)));
  background: -webkit-linear-gradient(left, rgb(54, 103, 171) 0%, rgb(58, 111, 176) 23%, rgb(72, 144, 194) 50%, rgb(83, 167, 207) 77%, rgb(87, 175, 211) 100%);
  background: linear-gradient(90deg, rgb(54, 103, 171) 0%, rgb(58, 111, 176) 23%, rgb(72, 144, 194) 50%, rgb(83, 167, 207) 77%, rgb(87, 175, 211) 100%);
}
#footer .foo__inner {
  padding: 96px 0 86px;
  text-align: center;
}
@media screen and (max-width: 1526px) {
  #footer .foo__inner {
    padding-bottom: 200px;
  }
}
#footer .foo__logo {
  display: inline-block;
}
#footer .foo__txt {
  margin: 24px auto 0;
  font-family: "Noto sans Light", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
  color: #fff;
}
@media screen and (max-width: 767px) {
  #footer .foo__txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#footer .foo__info-tel {
  margin: 39px auto 0;
  color: #bde9ff;
  font-family: "Noto serif Medium", serif;
  font-size: 20px;
  font-size: 2rem;
  letter-spacing: 0.12em;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #footer .foo__info-tel {
    font-size: 19px;
    font-size: 1.9rem;
  }
}
#footer .foo__info-tel-num {
  font-size: 40px;
  font-size: 4rem;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  #footer .foo__info-tel-num {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#footer .foo__flex {
  margin: 57px auto 0;
}
#footer .foo__flex a:nth-of-type(n+2) {
  margin-left: 47px;
}
#footer .foo__btn {
  margin: 0;
  background-color: #fff;
  color: #3c8fba;
}
#footer .foo__btn:hover {
  opacity: 0.8;
  background-color: #fff;
}
#footer .foo__btn02 {
  background-color: #3c8fba;
  color: #fff;
}
#footer .foo__btn02:hover {
  background-color: #3c8fba;
  color: #fff;
}
#footer .fnav {
  margin-top: 95px;
}
#footer .fnav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#footer .fnav-link {
  display: block;
  font-family: "Noto sans Regular", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
  color: #fff;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #footer .fnav-link {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
#footer .copyright {
  display: block;
  background-color: #fff;
  text-align: center;
}
#footer .copyright-txt, #footer .copyright-link {
  color: #3c8fba;
  font-family: "游ゴシック体", YuGothic, "Yu Gothic", sans-serif;
  font-weight: 500;
  letter-spacing: 0;
  font-size: 10px;
  font-size: 1rem;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #footer .copyright-txt, #footer .copyright-link {
    font-family: メイリオ;
  }
}
#footer .copyright-link {
  display: inline-block;
  padding: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#footer .copyright-link:hover {
  opacity: 0.7;
}

/* =========================================

  sub layout  PC

========================================= */
/*	sub headline  PC
------------------------------------ */
/*	sub mv  PC
------------------------------------ */
.sub .mv {
  width: 100%;
  height: 0;
  padding-top: 660px;
  position: relative;
}
.sub .mv-about {
  background: url(../img/sub/about.png) no-repeat center/cover;
}
.sub .mv-business {
  background: url(../img/sub/business.png) no-repeat center/cover;
}
.sub .mv-recruit {
  background: url(../img/sub/recruit.png) no-repeat center/cover;
}
.sub .mv-voice {
  background: url(../img/sub/voice.png) no-repeat center/cover;
}
.sub .mv-company {
  background: url(../img/sub/company.png) no-repeat center/cover;
}
.sub .mv-contact {
  background: url(../img/sub/contact.png) no-repeat center/cover;
}
.sub .mv-complete {
  background: url(../img/sub/complete.png) no-repeat center/cover;
}
.sub .mv-news {
  background: url(../img/sub/news.png) no-repeat center/cover;
}
.sub .mv-privacy {
  background: url(../img/sub/privacy.png) no-repeat center/cover;
}
.sub .mv-site {
  background: url(../img/sub/site.png) no-repeat center/cover;
}
.sub .mv-e404 {
  background: url(../img/sub/e404.png) no-repeat center/cover;
}

.sub-catch {
  max-width: 890px;
  padding: 20px 0 26px;
  text-align: center;
  background-color: #fff;
  font-family: "Noto serif Medium", serif;
  font-size: clamp(40px, 3.2vw, 60px);
  letter-spacing: 0.12em;
  line-height: 1;
  color: #3c8fba;
  position: absolute;
  left: 47px;
  top: 317px;
}
@media screen and (min-width: 768px) {
  .sub-catch {
    width: 46.3%;
  }
}

/*	news  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #news .sec01 .sec-inner {
    padding: 100px 0 120px;
  }
}
#news .sec01 .blog__list {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  #news .sec01 .blog__list {
    margin-top: 30px;
  }
}
#news .sec01 .blog__list-ttl {
  max-width: 950px;
}
#news .detail-ttl {
  font-size: 40px;
  font-size: 4rem;
}
@media screen and (max-width: 767px) {
  #news .detail-ttl {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
#news .detail .blog__list-tag {
  width: 100%;
  max-width: 1080px;
  margin: 0;
  padding: 0;
  border: none;
}

/*	contact  PC
------------------------------------ */
#contact .complete-box {
  margin: 30px auto 0;
  text-align: center;
}
#contact .complete__link {
  margin: 30px auto 0;
  color: inherit;
  text-decoration: underline;
}

/*	privacy  PC
------------------------------------ */
@media screen and (min-width: 768px) {
  #privacy .sec-inner {
    padding: 100px 0 120px;
  }
}
#privacy .privacy-box {
  max-width: 1080px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #privacy .privacy-box {
    margin-top: 20px;
  }
}
#privacy .privacy-box p {
  margin: 10px auto 0;
}
#privacy .privacy-box ul {
  padding-left: 20px;
}
#privacy .privacy-box li {
  list-style: disc;
}

/*	site  PCSP
------------------------------------ */
@media screen and (max-width: 767px) {
  #site .cmn-bg-sub {
    background-size: auto;
  }
}
@media screen and (min-width: 768px) {
  #site .sec-inner {
    padding: 100px 0 120px;
  }
}
#site .site-ul {
  width: 100%;
  max-width: 880px;
  margin: 30px auto 0;
}
@media screen and (max-width: 767px) {
  #site .site-ul {
    margin-top: 10px;
  }
}
#site .site-li {
  border-bottom: 1px solid #333333;
}
#site .site-link {
  display: block;
  padding: 15px 2%;
  color: #333333;
  font-family: "Noto sans Medium", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
#site .site-link:hover {
  opacity: 0.7;
}

/*	e404  PCSP
------------------------------------ */
#e404 .sec-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333333;
}
@media screen and (min-width: 768px) {
  #e404 .sec-inner {
    padding: 100px 0;
  }
}
#e404 .top {
  display: inline-block;
  color: #333333;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#e404 .top:hover {
  opacity: 0.7;
}
#e404 .section-content {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #e404 .section-content {
    margin-top: 0;
  }
}

/* =========================================

  sub layout  SP

========================================= */
@media screen and (max-width: 767px) {
  /* =========================================
    base  SP
  ========================================= */
  body {
    min-width: 320px;
    font-size: 16px;
    font-size: 1.6rem;
  }
  body.active { /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
  .ib {
    display: inline-block;
  }
  /*	parts  SP
  ------------------------------------ */
  .sec-inner,
  .bread-inner,
  .middle-inner,
  .lg-inner .sec-inner.md {
    width: 100% !important;
  }
  /*	cmn-btn  SP
  ------------------------------------ */
  .cmn-btn {
    max-width: 250px;
    height: 50px;
    line-height: 50px;
  }
  /*	cmn-table  SP
  ------------------------------------ */
  .cmn-table th, .cmn-table td {
    display: block;
    width: 100%;
  }
  .cmn-table th {
    padding: 10px 5px 2px;
    text-align: left;
  }
  .cmn-table td {
    padding: 2px 5px 10px;
    border: none !important;
  }
  /*	heading  SP
  ------------------------------------ */
  .head-type02 {
    line-height: 1.7;
  }
  .head-type02::after {
    margin: 20px auto 0;
  }
  .head-type04 {
    font-size: 25px;
    font-size: 2.5rem;
  }
  /*	pagetop  SP
  ------------------------------------ */
  .fixed {
    max-width: 124px;
    bottom: 38px;
  }
  /*	pagenation  SP
  ------------------------------------ */
  .pagenation {
    margin-top: 50px;
  }
  .pagenation li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pagenation li:nth-of-type(n+2) {
    margin-left: 15px;
  }
  .data-nav a {
    height: 50px;
    line-height: 50px;
  }
  .arrow-btn::before {
    width: 50px;
    height: 50px;
  }
  /* =========================================
  header  SP
  ========================================= */
  /*	headline  SP
  ------------------------------------ */
  .headline {
    padding: 23px 10px;
  }
  .logo {
    width: 150px;
  }
  .logo-link {
    display: block;
  }
  .logo img {
    display: block;
  }
  /*	mv  SP
  ------------------------------------ */
  .mv {
    margin: 70px auto 0;
    padding-top: 80%;
  }
  .mv-catch {
    width: 94.2%;
  }
  /*	gnav  SP
  ------------------------------------ */
  .sp-menu-btn-wrp {
    background-color: #d6b943;
    top: 13px;
    right: 15px;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    background: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    color: #fff;
  }
  #drawer-nav.active {
    z-index: 1001;
  }
  /*	gnav-add  SP
  ------------------------------------ */
  #drawer-nav {
    padding: 15px 15px 30px;
    background: rgb(54, 103, 171);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(54, 103, 171)), color-stop(23%, rgb(58, 111, 176)), color-stop(50%, rgb(72, 144, 194)), color-stop(77%, rgb(83, 167, 207)), to(rgb(87, 175, 211)));
    background: -webkit-linear-gradient(top, rgb(54, 103, 171) 0%, rgb(58, 111, 176) 23%, rgb(72, 144, 194) 50%, rgb(83, 167, 207) 77%, rgb(87, 175, 211) 100%);
    background: linear-gradient(180deg, rgb(54, 103, 171) 0%, rgb(58, 111, 176) 23%, rgb(72, 144, 194) 50%, rgb(83, 167, 207) 77%, rgb(87, 175, 211) 100%);
  }
  #drawer-nav .drawer-logo {
    width: 150px;
    margin-bottom: 15px;
  }
  #drawer-nav .drawer-info {
    margin: 6% auto 0;
    text-align: center;
  }
  #drawer-nav #nav {
    padding: 0;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    font-family: "Noto sans Medium", sans-serif;
    font-size: clamp(16px, 3.8vw, 30px);
    letter-spacing: 0.12em;
    color: #fff;
    line-height: 1.67;
  }
  #drawer-nav #nav .current {
    color: #d6b943;
  }
  /* --- info系 --- */
  .drawer-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .drawer-info .info-btn {
    width: 100%;
    max-width: 350px;
    height: 60px;
    margin: 30px auto 0;
  }
  /*	ggmap  SP
  ------------------------------------ */
  .ggmap {
    margin: auto;
    padding-top: 300px;
  }
  /* =========================================
  footer  SP
  ========================================= */
  #footer .foo__bg {
    background: rgb(54, 103, 171);
    background: -webkit-gradient(linear, left top, left bottom, from(rgb(54, 103, 171)), color-stop(23%, rgb(58, 111, 176)), color-stop(50%, rgb(72, 144, 194)), color-stop(77%, rgb(83, 167, 207)), to(rgb(87, 175, 211)));
    background: -webkit-linear-gradient(top, rgb(54, 103, 171) 0%, rgb(58, 111, 176) 23%, rgb(72, 144, 194) 50%, rgb(83, 167, 207) 77%, rgb(87, 175, 211) 100%);
    background: linear-gradient(180deg, rgb(54, 103, 171) 0%, rgb(58, 111, 176) 23%, rgb(72, 144, 194) 50%, rgb(83, 167, 207) 77%, rgb(87, 175, 211) 100%);
  }
  #footer .foo__inner {
    padding: 50px 15px 130px;
  }
  #footer .foo__logo {
    display: block;
    width: 150px;
    margin: auto;
  }
  #footer .foo__info-tel {
    font-size: 18px;
    font-size: 1.8rem;
  }
  #footer .foo__info-tel-num {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #footer .foo__flex {
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #footer .foo__flex a:nth-of-type(n+2) {
    margin: 25px auto 0;
  }
  #footer .fnav {
    margin-top: 50px;
  }
  #footer .fnav-list {
    max-height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    border: 1px solid #fff;
  }
  #footer .fnav-item {
    width: 50%;
  }
  #footer .fnav-item:nth-of-type(2n) {
    border-left: 1px solid #fff;
  }
  #footer .fnav-item:nth-of-type(n+3) {
    border-top: 1px solid #fff;
  }
  #footer .fnav-link {
    display: block;
    text-align: center;
    padding: 15px 0;
    line-height: 1.4;
  }
  #footer .fnav-link-sm {
    font-size: 12px;
    font-size: 1.2rem;
  }
  #footer .copyright {
    width: 100%;
    text-align: center;
    position: static;
  }
  #footer .copyright-txt, #footer .copyright-link {
    line-height: 1.6;
  }
  #footer .copyright-link {
    white-space: nowrap;
  }
  /* =========================================

    sub  SP

  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /*	sub mv  SP
  ------------------------------------ */
  .sub .mv {
    margin: auto;
    padding-top: 300px;
    background-position: 83% center !important;
  }
  .sub-catch {
    width: 100%;
    max-width: 90%;
    margin: auto;
    padding: 10px;
    top: 80%;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    font-size: clamp(20px, 6vw, 60px);
    white-space: nowrap;
  }
  /*	------- */
}
/*	------- */
/* =========================================
  breakpoint
========================================= */