@charset "UTF-8";
/* ==========================================================
html5 elements
========================================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;600&display=swap");
article, aside, figure, figcaption, footer, header, nav, section, main, picture {
  display: block;
}

/* ==========================================================
reseting
========================================================== */
body {
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  /*overflow-x: hidden*/
  position: relative;
}

body, input, textarea, select, button {
  font-family: "游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",sans-serif;
  font-weight: 500;
}

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption {
    max-height: 100%;
  }
}

input, textarea {
  margin: 0;
  font-size: 100%;
}

input, textarea, select {
  /*-webkit-appearance: none;*/
}

textarea {
  resize: none;
}

button {
  border: none;
  overflow: visible;
  background: none;
  vertical-align: top;
  font-size: 100%;
  color: inherit;
  cursor: pointer;
  -webkit-appearance: none;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

fieldset, img {
  border: 0;
}

img {
  height: auto;
  vertical-align: top;
  max-width: 100%;
}

address, caption, code, em, th {
  font-style: normal;
  font-weight: normal;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

h1, h2, h3, h4, h5, h6, strong {
  font-size: 100%;
}

em {
  font-style: normal;
}

a, input {
  /* outline: none; -webkit-tap-highlight-color:rgba(0,0,0,0);*/
}

sup, sub {
  font-size: 63%;
}

sup {
  vertical-align: top;
}

sub {
  vertical-align: baseline;
}

* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

i {
  font-style: normal;
  vertical-align: middle;
}

i.r {
  margin-left: 0.5em;
}

i.l {
  margin-right: 0.5em;
}

.w100 {
  font-weight: 100;
}

.w200 {
  font-weight: 200;
}

.w300 {
  font-weight: 300;
}

.w400 {
  font-weight: 400;
}

.w500 {
  font-weight: 500;
}

.w700 {
  font-weight: 700;
}

.w900 {
  font-weight: 900;
}

/* ==========================================================
base Link
========================================================== */
a {
  color: #064377;
}

a:link, a:visited {
  text-decoration: underline;
}

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

/* ==========================================================
clearfix
========================================================== */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
}

/* For IE 6/7
---------------------------------------------------------- */
.clearfix,
.contents {
  *zoom: 1;
}

/* ==========================================================
layout
========================================================== */
html {
  overflow-y: scroll;
}

body {
  text-align: left;
}

/* ==========================================================
body
========================================================== */
body {
  min-width: 1px;
}

@media screen and (max-width: 767px) {
  body {
    overflow: hidden;
    min-width: 2px;
  }
}

.only-sp {
  display: none !important;
}

@media screen and (max-width: 1025px) {
  .only-sp {
    display: block !important;
  }
  .only-pc {
    display: none !important;
  }
}

/*======================================================================

 全体共通

======================================================================*/
body {
  background-color: #fff;
  font-size: 18px;
  color: #333333;
}

@media screen and (min-width: 768px) {
  body {
    font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
    font-weight: 500;
  }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
  body {
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  body {
    font-size: 15px;
  }
}

body.fixed {
  /*スマホスクロールメニュー対応*/
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

img {
  width: auto;
  max-width: 100%;
}

img.lazyload, img.lazyloading {
  opacity: 0;
}

img.lazyloaded {
  opacity: 1;
  -webkit-transition: opacity 300ms;
  transition: opacity 300ms;
}

a,
a:hover {
  -webkit-transition: .3s;
  transition: .3s;
}

@media (min-width: 768px) {
  a:hover img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
  }
  a:hover img.notOp {
    opacity: 1.0;
  }
}

@media (min-width: 768px) {
  .img {
    float: right;
    margin: 0 0 2% 2%;
  }
}

@media (max-width: 800px) {
  .img {
    max-width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .img {
    max-width: 96%;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .img.full {
    float: none;
    margin: 0 2% 2%;
    max-width: none;
  }
}

@media (min-width: 768px) {
  .img.full {
    float: none;
    margin: 0 2% 2% 2%;
    max-width: none;
  }
}

.noto {
  font-family: 'Noto Serif JP', serif;
}

.gradient {
  background: #ed9407;
  background: -webkit-gradient(linear, left top, right top, from(#ed9407), to(#ffbb6a));
  background: linear-gradient(90deg, #ed9407 0%, #ffbb6a 100%);
}

.gradient p,
.gradient li,
.gradient dt,
.gradient dd,
.gradient a {
  color: #fff;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.more {
  margin: 30px 0;
}

@media (max-width: 768px) {
  .more {
    margin: 5vw 2vw;
  }
}

.button {
  background-color: #cb7107;
  color: #fff !important;
  border: 1px solid #fff;
  display: inline-block;
  text-decoration: none !important;
  position: relative;
  background-image: url(../common/images/button_bg_arrow01.png);
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 15px;
}

@media (min-width: 768px) {
  .button {
    padding: 20px 70px;
  }
  .button:hover {
    background-color: rgba(255, 255, 255, 0.15);
  }
  .button:hover .dli-arrow-right, .button:hover .dli-arrow-right::before {
    background-color: #cb7107;
  }
}

@media (max-width: 768px) {
  .button {
    background-size: 10vw;
    padding: 5vw;
    display: block;
    text-align: center;
    letter-spacing: 0.1em;
  }
}

/*
 flex
-------------------------------------*/
.flex_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/*
ラッピング
-------------------------------------*/
.inner {
  width: 1200px;
  max-width: 100%;
  margin: auto;
}

@media (max-width: 1199px) {
  .inner {
    width: 100%;
  }
}

a {
  color: #004584;
  text-decoration: underline;
}

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

main .inner {
  width: 1200px;
}

@media (max-width: 1199px) {
  main .inner {
    width: 98%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  main .inner {
    width: auto;
    position: relative;
  }
}

@media (max-width: 768px) {
  .txt_wrap {
    width: 96%;
    margin: auto;
  }
}

/*
 タイトル
-------------------------------------*/
.title01 {
  font-size: 50px;
  letter-spacing: 0.2em;
  line-height: 2;
}

@media (max-width: 767px) {
  .title01 {
    font-size: 30px;
  }
}

.title02 {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  letter-spacing: 0.2em;
}

@media (max-width: 767px) {
  .title02 {
    font-size: 28px;
  }
}

.title03 {
  font-size: 26px;
  font-weight: 700;
  border-bottom: 2px solid #ed9407;
  display: inline-block;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .title03 {
    font-size: 24px;
    margin-bottom: 4vw;
  }
}

.box {
  padding: 70px 0;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .box {
    padding: 50px 0;
  }
}

@media screen and (max-width: 767px) {
  .box {
    padding: 8vw 0;
  }
}

.box.for_title {
  padding: 70px 0 35px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .box.for_title {
    padding: 50px 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .box.for_title {
    padding: 10vw 0 0;
  }
}

/*======================================================================

 ヘッダー

======================================================================*/
header {
  background-size: 100%;
  background-position: center center;
  color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
}

@media (min-width: 768px) {
  header {
    background-image: url(../images/index/mainV02_pc.jpg);
  }
}

@media (max-width: 767px) {
  header {
    background-image: url(../images/index/mainV02_sp.jpg);
  }
}

@media (min-width: 768px) {
  header {
    margin: 0 0 70px;
  }
}

@media (max-width: 767px) {
  header {
    margin: 0 0 10vw;
  }
}

@media (min-width: 768px) {
  header .header_in {
    height: 300px;
  }
}

@media (max-width: 767px) {
  header .header_in {
    height: 44vh;
  }
}

@media (min-width: 1200px) {
  header .header_logo .inner {
    width: 1400px;
  }
}

@media (min-width: 768px) {
  header .header_logo_in {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 5px 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 767px) {
  header .header_logo_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 2vw 0 0;
  }
}

header .header_name {
  font-size: 26px;
}

@media (min-width: 768px) {
  header .header_name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media (max-width: 767px) {
  header .header_name {
    font-size: 23px;
  }
}

@media (max-width: 374px) {
  header .header_name {
    font-size: 21px;
  }
}

header .header_name .icon_logo {
  width: 40px;
  margin-right: 5px;
}

@media (max-width: 767px) {
  header .header_name .icon_logo {
    width: 8vw;
    margin-right: 1vw;
  }
}

header .header_tel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  header .header_tel {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  header .header_tel {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 2%;
  }
}

header .header_tel a {
  text-decoration: none;
}

@media (min-width: 768px) {
  header .header_tel .txt,
  header .header_tel .link,
  header .header_tel i {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

header .header_tel .link {
  font-size: 33px;
  display: block;
}

@media (max-width: 767px) {
  header .header_tel .link {
    font-size: 28px;
  }
}

@media (max-width: 374px) {
  header .header_tel .link {
    font-size: 24px;
  }
}

header .header_tel i {
  font-size: 30px;
  vertical-align: baseline;
}

@media (max-width: 767px) {
  header .header_tel i {
    font-size: 22px;
  }
}

@media (max-width: 374px) {
  header .header_tel i {
    font-size: 18px;
  }
}

header .header_title {
  position: absolute;
  bottom: 60px;
  left: 0;
  text-shadow: 1px 1px 3px #333333;
}

@media (max-width: 374px) {
  header .header_title {
    font-size: 26px;
  }
}

/*======================================================================

 ページ本文

======================================================================*/
main #contents {
  line-height: 1.8;
  padding-bottom: 130px;
}

@media screen and (max-width: 767px) {
  main #contents {
    padding: 4% 0 7%;
  }
}

main #contents p {
  padding: 0.2em 0 1.2em;
}

/*======================================================================

 フッター

======================================================================*/
#page_top {
  position: fixed;
  bottom: 30px;
  right: 20px;
}

#page_top a {
  background-color: #999;
  color: #fff;
  text-align: center;
  text-decoration: none;
  padding: 20px 20px;
}

#page_top a:hover {
  background-color: #666;
  text-decoration: none;
}

footer {
  background-color: #cb7107;
}

@media (min-width: 768px) {
  footer {
    padding: 30px 0 0;
  }
}

@media (max-width: 767px) {
  footer {
    padding: 6vw 0 0;
  }
}

footer,
footer a {
  color: #fff !important;
}

footer .flex_container {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .footer_details {
  font-size: 15px;
}

@media (min-width: 900px) {
  footer .footer_details .inner {
    width: 900px;
  }
}

footer .footer_in {
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media (min-width: 768px) {
  footer .footer_in {
    margin-bottom: 80px;
  }
}

@media (max-width: 768px) {
  footer .footer_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (min-width: 768px) {
  footer .footer_in .txt_wrap {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

@media (min-width: 768px) {
  footer .footer_in .img_wrap {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

@media (max-width: 767px) {
  footer .footer_in .img_wrap {
    width: 70%;
    margin: 10vw auto;
    text-align: center;
  }
}

@media (min-width: 768px) {
  footer .cname {
    font-size: 28px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  footer .cname {
    font-size: 20px;
    margin-bottom: 2vw;
  }
}

footer .footer_dl {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

footer .footer_dl dt {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 20%;
          flex: 1 0 20%;
}

@media (max-width: 767px) {
  footer .footer_dl dt {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 28%;
            flex: 1 0 28%;
  }
}

footer .footer_dl dd {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 80%;
          flex: 1 0 80%;
  line-height: 1.4;
}

@media (max-width: 767px) {
  footer .footer_dl dd {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 70%;
            flex: 1 0 70%;
  }
}

footer .footer_logo {
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  footer .footer_logo {
    padding-bottom: 10vw;
  }
}

@media (min-width: 768px) {
  footer .footer_logo .footer_logo_in {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

@media (max-width: 768px) {
  footer .footer_logo .footer_logo_in {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

footer .footer_logo .footer_logo_in a {
  text-decoration: none;
}

@media (min-width: 768px) {
  footer .footer_logo .footer_logo_in .footer_name {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
}

footer .footer_logo .footer_logo_in .footer_name .icon_logo {
  width: 42px;
  margin-right: 7px;
}

@media (max-width: 767px) {
  footer .footer_logo .footer_logo_in .footer_name .icon_logo {
    width: 8vw;
    margin-right: 2vw;
  }
}

footer .footer_logo .footer_logo_in .footer_name .name {
  font-size: 34px;
}

@media (max-width: 1200px) {
  footer .footer_logo .footer_logo_in .footer_name .name {
    font-size: 30px;
  }
}

@media (max-width: 768px) {
  footer .footer_logo .footer_logo_in .footer_name .name {
    font-size: 26px;
  }
}

@media (max-width: 374px) {
  footer .footer_logo .footer_logo_in .footer_name .name {
    font-size: 22px;
  }
}

@media (min-width: 768px) {
  footer .footer_logo_in {
    padding: 5px 0;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}

@media (max-width: 768px) {
  footer .footer_logo_in {
    display: block;
    width: 84%;
    margin: auto;
  }
}

@media (min-width: 768px) {
  footer .footer_name {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
  }
}

footer .footer_tel {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  footer .footer_tel {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    gap: 10px;
  }
}

@media (max-width: 767px) {
  footer .footer_tel {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 3%;
  }
}

footer .footer_tel a {
  text-decoration: none;
}

footer .footer_tel .link,
footer .footer_tel i {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

footer .footer_tel .link {
  font-size: 40px;
  display: block;
}

@media (max-width: 1200px) {
  footer .footer_tel .link {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  footer .footer_tel .link {
    font-size: 28px;
  }
}

@media (max-width: 374px) {
  footer .footer_tel .link {
    font-size: 24px;
  }
}

footer .footer_tel i {
  font-size: 30px;
  vertical-align: baseline;
}

@media (max-width: 1200px) {
  footer .footer_tel i {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  footer .footer_tel i {
    font-size: 22px;
  }
}

@media (max-width: 374px) {
  footer .footer_tel i {
    font-size: 18px;
  }
}

footer #copyright {
  padding: 20px 0;
  font-size: 0.9em;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  width: 94%;
  margin: auto;
}

footer #copyright i {
  vertical-align: baseline;
  font-size: 0.85em;
}

@media (max-width: 767px) {
  footer #copyright {
    padding: 3vw 0;
  }
}

/*======================================================================

 スマホとタブレットとPCとの表示非表示

======================================================================*/
@media (min-width: 768px) {
  .sp-none {
    display: block;
  }
}

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

@media (min-width: 768px) {
  .pc-none {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .pc-none {
    display: block;
  }
}

.minpc-none {
  display: none;
}

@media screen and (max-width: 1024px) {
  .minpc-none {
    display: block;
  }
}

.tb-none {
  display: block;
}

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

.spmin-blk {
  display: block;
}

@media screen and (min-width: 321px) {
  .spmin-blk {
    display: none;
  }
}

/*スマホのみ電話リンク有効*/
@media (min-width: 767px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}
/*# sourceMappingURL=layout.css.map */