@charset "UTF-8";
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  scroll-behavior: smooth;
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* CSS Document */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Noto Sans JP", Meiryo, sans-serif;
  color: #000;
  background-color: #fff;
}

html, body {
  height: 100%;
}

li {
  list-style: none;
}

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
  max-width: 100%;
}
.clearfix:before, .clearfix:after {
  content: " ";
  display: block;
}

.clearfix:after {
  clear: both;
}

@media (max-width: 768px) {
  body {
    font-size: 1.4rem;
  }
}
/*****************/
[class^=col-] {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 0px;
  padding-left: 0px;
}

/* anime */
.inview,
.inv,
.fadein,
.fadeinD,
.fadeinL,
.fiL,
.fiR,
.bgRLextendAnime {
  opacity: 0;
}

.inv {
  -webkit-animation-delay: 0;
          animation-delay: 0;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out;
}

/*****************
header
*****************/
.header {
  background: #fff;
  border-bottom: 1px solid #ccc;
}

.inner-header {
  width: min(100vw,1200px);
  margin: auto;
  padding: 13px 39px 16px;
}

.logo {
  display: inline-block;
}

.logo_tv {
  width: 100%;
  max-width: 225px;
}

@media (max-width: 768px) {
  .inner-header {
    width: 100%;
    max-width: 100%;
    padding: 1.2vw 4.2vw 1.2vw;
  }
  .logo_tv {
    width: 35.1vw;
    max-width: auto;
  }
  .logo_tv img {
    display: block;
  }
}
/*****************
common
*****************/
.loading {
  font-family: "Noto Sans JP", "hiragino-kaku-gothic-pron", "Hiragino Sans", Meiryo, sans-serif;
  background: #8A8A8A;
}
.l_wrapper{
  font-family: "Noto Sans JP", "hiragino-kaku-gothic-pron", "Hiragino Sans", Meiryo, sans-serif;
  width: min(100vw,1200px);
  margin: auto;
  color: #333;
  background: #E1E1E1;
  font-weight: 400;
}
.l_contents {
  width: min(84.3vw,800px);
  margin: auto;
  padding-bottom: 120px;
}
.dp_sp {
  display: none;
}
.dp_pc {
  display: inline-block;
}
a[href^="tel:"] {
  pointer-events: none;
  color: unset;
  text-decoration: none;
}
a:hover {
  color: #315090;
}

@media (max-width: 768px) {
  .loading img {
    width: 100%;
  }
  .l_wrapper{
    width: 100vw;
  }
  .l_contents {
    width: 84.3vw;
    padding-bottom: 17.3vw;
  }
  .dp_sp {
    display: inline-block;
  }
  .dp_pc {
    display: none;
  }
  .dp_sp.el_inline{
    display: inline-block;
  }
  a[href^="tel:"] {
    pointer-events: visible;
  }
  a[href^="tel:"]:hover {
    text-decoration: none;
    color: #333;
  }
}

/*****************
l_header
*****************/
.l_header{
  margin-bottom: 45px;
  padding: 45px 0 0;
}
.l_header .l_headerTtl{
  margin-bottom: 55px;
  font-size: min(3vw,24px);
  text-align: center;
  letter-spacing: .2em;
}
.l_header:not(:first-child){
  margin-bottom: 30px;
  padding: 55px 0 0;
}
.l_header:not(:first-child) .l_headerTtl{
  margin-bottom: 30px;
}
.l_header:has(.l_headerLead) .l_headerTtl{
  margin-bottom: 45px;
}
.l_headerLead{
  margin-bottom: 50px;
  font-size: min(2.5vw,20px);
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.9;
}
.l_headerBnr{
}
.l_headerBnr ul{
  display: flex;
  gap: 20px;
}
.l_headerBnr a{
  transition: .3s;
}
.l_headerBnr a:hover{
  text-decoration: none;
  filter: brightness(110%) opacity(75%);
}
.l_headerTel{
  padding-bottom: 40px;
  text-align: center;
  border-bottom: 1px solid #707070;
}
.l_headerTel dt{
  padding: 45px 0 3px;
  font-size: min(2.5vw,20px);
  font-weight: 400;
  letter-spacing: .1em;
}
.l_headerTel dd{
  font-size: min(4vw,32px);
  font-weight: 400;
  letter-spacing: .05em;
}

@media (max-width: 768px) {
  .l_header{
    margin-bottom: 9.5vw;
    padding: 8.4vw 0 0;
  }
  .l_header .l_headerTtl{
    margin-bottom: 8.4vw;
    font-size: 4.6vw;
    letter-spacing: .2em;
  }
  .l_header:not(:first-child){
    margin-bottom: 5.6vw;
    padding: 8.1vw 0 0;
  }
  .l_header:not(:first-child) .l_headerTtl{
    margin-bottom: 5.6vw;
  }
  .l_header:has(.l_headerLead) .l_headerTtl{
    margin-bottom: 8.4vw;
  }
  .l_headerLead{
    margin-bottom: 8.4vw;
    font-size: 4vw;
    letter-spacing: .1em;
    line-height: 1.46;
  }
  .l_headerBnr{
    width: 74vw;
    margin: auto;
  }
  .l_headerBnr ul{
    flex-direction: column;
    gap:3.75vw;
  }
  .l_headerTel{
    padding-bottom: 8.4vw;
    text-align: center;
    border-bottom: 1px solid #707070;
  }
  .l_headerTel dt{
    padding: 9.5vw 0 3px;
    font-size: 4vw;
    letter-spacing: .1em;
  }
  .l_headerTel dd{
    font-size: 6.5vw;
    letter-spacing: .03em;
  }
}

/*****************
l_explanWrap
*****************/
.l_explanWrap{
  margin-top: 55px;
  padding: 5px 0 80px;
}
.l_explanLead{
  margin-bottom: 60px;
  font-size: min(2.5vw,20px);
  text-align: center;
  letter-spacing: .1em;
  line-height: 1.9;
}
.l_explanArea{
}
.l_explanSttl{
  margin-bottom: 20px;
  padding-left: 7px;
  font-size: min(2.5vw,20px);
  line-height: 1;
  letter-spacing: .1em;
  border-left: 4px solid #666;
}
.l_explanSttl:not(:first-child){
  margin-top: 40px;
}
.l_explanAreaList{
  display: flex;
  gap: 20px;
}
.l_explanAreaList li{
  width: calc((100% - 20px * 3) / 4);
  background: #fff;
  border: 1px solid #707070;
  text-align: center;
}
.l_explanAreaList li a{
  display: flex;
  height: min(15vw,120px);
  flex-direction: column;
  transition: .3s
}
.l_explanAreaList li a:hover{
  text-decoration: none;
  filter: brightness(110%) opacity(75%);
}
.l_explanAreaList li a img{
  width: max-content;
  width: auto;
  height: min(7.25vw,58px);
  margin: 13px auto auto;
}
.l_explanAreaList li a p{
  height: 3em;
  margin-top: auto;
  margin-bottom: 13px;
  font-size: min(2vw,16px);
  letter-spacing: .05em;
  align-content: end;
  line-height: 1.2;
}
.l_explanAreaList li.el_longtxt a p{
  font-size: min(1.75vw,15px);
}
.l_explanAreaList li:has(br) a p{
  margin-bottom: 9px;
}

@media (max-width: 768px) {
  .l_explanWrap{
    padding: 0 0 11vw;
  }
  .l_explanLead{
    margin-bottom: 8.4vw;
    font-size: 4vw;
    letter-spacing: .1em;
    line-height: 1.46;
  }
  .l_explanArea{
  }
  .l_explanSttl{
    margin-bottom: 4.3vw;
    padding-left: 2.3vw;
    font-size: 4.3vw;
    line-height: 1;
    border-left: 1vw solid #666;
  }
  .l_explanSttl:not(:first-child){
    margin-top: 11.7vw;
  }
  .l_explanAreaList{
    flex-wrap: wrap;
    gap: 4.3vw 4.3vw;
  }
  .l_explanAreaList li{
    width: calc((100% - 4.3vw) / 2);
  }
  .l_explanAreaList li a{
    height: 25.9vw;
  }
  .l_explanAreaList li a img{
    height: 12.6vw;
    margin: 2.8vw auto auto;
  }
  .l_explanAreaList li a p{
    height: 3em;
    margin-bottom: 3.1vw;
    font-size: 3.75vw;
    line-height: 1.1;
  }
  .l_explanAreaList li.el_longtxt a p{
    font-size: 3.4vw;
  }
  .l_explanAreaList li:has(br) a p{
    margin-bottom: 1.8vw;
  }
}

/*****************
l_whiteBg
*****************/
.l_whiteBg{
  width: min(100vw,900px);
  margin: 0 auto;
  transform: translateX(-50px);
  background: #fff;
}
@media (max-width: 930px) {
  .l_whiteBg{
    width: 100vw;
    margin: 0 calc(50% - 50vw);
    transform: translateX(0);/*(98vw - 84.3vw) /2*/
  }
}
.l_whiteBgTtl{
  display: block;
  background: #092253;
  padding: 13px 0 15px;
  font-size: min(2.5vw,20px);
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
  color: #fff;
}

@media (max-width: 768px) {
  .l_whiteBgTtl{
    padding: 13px 0 15px;
    font-size: 4.3vw;
    letter-spacing: .2em;
  }
}

/*****************
l_mainContents
*****************/
.l_mainContents{
  padding-top: 30px;
}
.l_mainContents.l_contents{
  padding-bottom: 40px;
}
.l_mainContentsTtl{
  margin: 0 15px 25px;
  font-size: min(2.5vw,20px);
  text-align: center;
  letter-spacing: .05em;
}
.l_mainContentsTtl small{
  font-size: min(1.75vw,14px);
}
.l_mainContentsLead{
  margin-bottom: 25px;
  font-size: min(2vw,16px);
  text-align: center;
  letter-spacing: .05em;
  line-height: 1.9;
}
.l_mainContentsTxt{
  margin-bottom: 45px;
  font-size: min(2.2vw,18px);
  text-align: center;
  letter-spacing: .05em;
  line-height: 1.9;
}
.l_mainContentsTxt.el_txtleft{
  text-align: left;
}
.l_mainContentsImg{
  width: min(63.7vw,510px);
  margin: auto auto 45px;
}
.l_mainContentsInner_dp_pc{
 display: block;
}
.l_mainContentsTxt a{
  color: #315090;
  text-decoration: underline;
}
.l_mainContentsTxt a:hover{
  text-decoration: none;
}

@media (max-width: 768px) {
  .l_mainContents{
    padding-top: 6.8vw;
  }
  .l_mainContents.l_contents{
    padding-bottom: 13.9vw;
  }
  .l_mainContentsTtl{
    margin: 0 10px 25px;
    font-size: 4.3vw;
    letter-spacing: .08em;
  }
  .l_mainContentsTtl small{
    font-size: 3.75vw;
  }
  .l_mainContentsLead{
    margin-bottom: 10.1vw;
    font-size: 4vw;
    line-height: 1.5;
    text-align: left;
  }
  .l_mainContentsTxt{
    margin-bottom: 7.8vw;
    font-size: 4vw;
    line-height: 1.5;
    text-align: left;
  }
  .l_mainContentsImg{
    width: 68.7vw;
    margin: auto auto 6.2vw;
  }
  .l_mainContentsInner:has(.l_mainContentsImg){
    text-align: center;
  }
  .l_mainContentsInner_dp_pc{
    display: none;
   }
}





















/*****************
l_footerLink
*****************/
.l_footerLink{
}
.l_footerLink ul{
  display: flex;
  flex-wrap: wrap;
  gap: 35px 40px;
}
.l_footerLink li{
  width: calc((100% - 40px) / 2);
  font-size: min(2.5vw,20px);
  line-height: 1;
  letter-spacing: .05em;
  text-align: center;
}
.l_footerLink li a{
  position: relative;
  display: block;
  width: 100%;
  padding: 28px .8em 28px 0;
  background: #fff;
  border: 1px solid #707070;
  transition: .3s;
}
.l_footerLink li a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  width: 7px;
  height: 16px;
  transform: translateY(-50%);
  background: url(../img/icon_arrow.png) no-repeat;
  background-size: contain;
}
.l_footerLink li a:hover{
  text-decoration: none;
  filter: brightness(110%) opacity(75%);
}

@media (max-width: 768px) {
  .l_footerLink ul{
    flex-direction: column;
    width: 65.6vw;
    margin: auto;
    gap: 6.56vw;
  }
  .l_footerLink li{
    width: 100%;
    font-size: 4.37vw;
  }
  .l_footerLink li a{
    padding: 5.6vw 4.8vw 5.6vw 0;
  }
  .l_footerLink li a::after{
    right: 4vw;
    width: 2vw;
    height: 4vw;
  }
}

/*****************
sp_footer
*****************/
.sp_footer ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  gap: 10px 10px;
  margin: 20px 10px;
}

/*****************
footer 追加
*****************/
.footer {
  background: #000;
  position: relative;
  z-index: 3;
}

.inner-footer {
  width: min(100vw, 1200px);
  margin: auto;
  padding: 14px 44px 19px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.el_license {
  font-size: 1.1rem;
  color: #fff;
  padding-top: 5px;
  text-align: right;
}

.el_footerLogo img {
  width: 177px;
}

@media (max-width: 768px) {
  .inner-footer {
    max-width: 100%;
    padding: 1.3vw 3.3vw 2.6vw;
  }
  .el_footerLogo {
    width: 23.3vw;
  }
  .el_license {
    font-size: 0.9rem;
    padding-top: 5px;
  }
}
/*****************
footer 既存
*****************/
.copyright {
  line-height: 18px;
}

.copyright a, .copyright span {
  color: #999999;
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: normal;
}

.copyright a:hover, .copyright span:hover {
  text-decoration: none;
}

.footer {
  /*margin-top: 180px;*/
}

.footer .license {
  background-color: #000000;
  height: 50px;
  line-height: 50px;
  color: #fff;
  text-align: center;
  font-size: 10px;
  margin-top: 20px;
}

#back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 45px;
  height: 45px;
  border-radius: 100%;
  z-index: 999;
  cursor: pointer;
  display: none;
}

#back-to-top img {
  width: 100%;
}

#page-top {
  position: fixed;
  bottom: 0;
  right: 5vw;
  font-weight: 700;
  z-index: 2;
  /*はじめは非表示*/
  opacity: 0;
  width: 108px;
}

#page-top a {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  background-color: #c51302;
  text-decoration: none;
  color: #fff;
  width: 120px;
  padding: 12px 5px;
  text-align: center;
  display: block;
  border: 3px solid #000;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
}

#page-top a:hover {
  text-decoration: none;
  filter: brightness(110%) contrast(80%);
}

#page-top a::after {
  content: "";
  display: inline-block;
  background-image: url("../img/arrow_black_m.png");
  width: 11px;
  height: 7px;
  background-size: contain;
  vertical-align: middle;
  margin-left: 10px;
}

/*　上に上がる動き　*/
#page-top.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}

@-webkit-keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes UpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/*　下に下がる動き　*/
#page-top.DownMove {
  -webkit-animation: DownAnime 0.15s forwards;
          animation: DownAnime 0.15s forwards;
}

@-webkit-keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}

@keyframes DownAnime {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(100px);
  }
}
@media (max-width: 768px) {
  #page-top {
    right: 2vw;
  }
  #page-top a {
    border-radius: 2vw 2vw 0 0;
    width: auto;
  }
  #page-top a::after {
    width: 9px;
    height: 6px;
  }
  #page-top a:hover {
    text-decoration: none;
    filter: none;
  }
  #page-top a:hover img {
    opacity: 1;
  }
}
body.loading .wrap-loading {
  display: block;
}

.wrap-loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #073983;
  z-index: 9999;
  display: none;
}

.wrap-loading .loading-icon {
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.wrap-loading .loading-icon:after {
  content: " ";
  display: block;
  width: 46px;
  height: 46px;
  margin: 1px;
  border-radius: 50%;
  border: 5px solid #fff;
  border-color: #fff transparent #fff transparent;
  -webkit-animation: lds-dual-ring 1.2s linear infinite;
  animation: lds-dual-ring 1.2s linear infinite;
}

@-webkit-keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media (min-width: 1001px) {
  .main-content .menu-tabs ul li:nth-child(3) {
    border-right: 1px solid #222222;
  }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-4 {
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
  }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-2 {
    flex: 0 0 20%;
    max-width: 20%;
  }
}
@media (max-width: 768px) {
  .footer {
    /*margin-top: 10.6666vw;*/
  }
}
/*# sourceMappingURL=style.css.map */