@charset "UTF-8";
/* Scss Document
*****************************************************************/
/* reset
**********************************************************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Noto+Serif+JP:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  font-weight: 400;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul li {
  list-style: none;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* mixin
*********************************************************************/
/* カラー */
/* media query */
/* SP縦から */
/* SP横から */
/* タブレット縦から */
/* フルワイド */
/* 1280 */
/* 全ページ共通 スタイル
*****************************************************************/
html {
  font-size: 62.5%;
}

body {
  font-size: 1.4rem;
  line-height: 1.7em;
  font-weight: 400;
  font-family: "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'Noto Serif JP', "游明朝", YuMincho, "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #3C3C3C;
  letter-spacing: 2px;
}

a {
  text-decoration: none;
  outline: none;
  transition: all 0.5s ease-out;
}
a:hover {
  opacity: 0.5;
}
a:hover img {
  opacity: 0.7;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

@media all and (max-width: 896px) {
  .pconly {
    display: none;
  }
}

.sponly {
  display: none;
}
@media all and (max-width: 896px) {
  .sponly {
    display: block;
  }
}

.portraitonly {
  display: none;
}
@media all and (max-width: 480px) {
  .portraitonly {
    display: block;
  }
}

@media all and (max-width: 896px) {
  .spnone {
    display: none;
  }
}

@media all and (max-width: 480px) {
  .portraitnone {
    display: none;
  }
}

.w1280 {
  max-width: 1280px;
  padding: 0 8.0vw 0;
  margin: 0 auto;
}

.w1000 {
  max-width: 1000px;
  padding: 0 10px 0;
  margin: 0 auto;
}

/* img関連 */
img {
  max-width: 100%;
  vertical-align: middle;
}

.object-fit {
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  background-size: cover !important;
  max-width: none;
}

.object-fit-contain {
  height: 100%;
  width: 100%;
  object-fit: contain;
  font-family: 'object-fit: contain;';
  background-size: cover !important;
  max-width: none;
}

main section {
  padding-top: 100px;
}
main section:last-child {
  padding-bottom: 100px;
}
@media all and (max-width: 896px) {
  main section {
    padding-top: 40px;
  }
  main section:last-child {
    padding-bottom: 40px;
  }
}

.arrow_b {
  position: relative;
}
.arrow_b.white::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.arrow_b::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 14px;
  height: 14px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateX(-50%) rotate(135deg);
}

.btn {
  width: 100%;
  box-sizing: border-box;
  margin-top: 40px;
  white-space: normal;
}
.btn.rev a {
  border: 1px solid #0D4E7A;
  background: #fff;
  color: #0D4E7A;
}
.btn.rev a::after {
  border-right: solid 2px #0D4E7A;
  border-bottom: solid 1px #0D4E7A;
}
.btn a {
  display: block;
  background: #0D4E7A;
  width: 100%;
  color: #fff;
  padding: 20px 40px 20px 20px;
  font-size: 1.6rem;
  position: relative;
  text-align: center;
}
@media all and (max-width: 1025px) {
  .btn a {
    font-size: 1.4rem;
  }
}
.btn a:after {
  content: "";
  position: absolute;
  top: calc(50% - 4px);
  right: 20px;
  width: 20px;
  height: 5px;
  border-right: solid 2px #fff;
  border-bottom: solid 1px #fff;
  transform: skew(45deg) translateY(-50%);
}

/* header
*****************************************************************/
.area_main {
  position: relative;
}
.area_main::after {
  content: "";
  background: #0D4E7A;
  width: 80%;
  height: 90%;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}
@media all and (max-width: 896px) {
  .area_main::after {
    width: 65%;
  }
}
.area_main .sec_main {
  position: relative;
}
.area_main .sec_main .img {
  width: 80%;
  padding-top: 100px;
  box-sizing: border-box;
}
@media all and (max-width: 1025px) {
  .area_main .sec_main .img {
    padding-top: 70px;
  }
}
.area_main .sec_main h2 {
  position: absolute;
  top: 50%;
  right: 5.0vw;
  transform: translateY(-50%);
  color: #fff;
  margin-left: -10%;
  font-size: 4.0rem;
  text-align: right;
  line-height: 1.4em;
  font-weight: 400;
}
@media all and (max-width: 480px) {
  .area_main .sec_main h2 {
    font-size: 2.0rem;
    top: 60%;
  }
}
.area_main .sec_main h2 span {
  display: block;
  border: 1px solid #fff;
  font-size: 1.6rem;
  padding: 10px;
  margin-bottom: 40px;
  line-height: 1.0em;
  text-align: center;
  font-weight: 600;
}
@media all and (max-width: 480px) {
  .area_main .sec_main h2 span {
    font-size: 1.0rem;
    margin-bottom: 15px;
    letter-spacing: 0;
  }
}

/* header
*****************************************************************/
header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: #fff;
}
@media all and (max-width: 1025px) {
  header {
    height: 70px;
  }
}
header .pc_menu {
  display: flex;
  height: 100%;
}
@media all and (max-width: 1025px) {
  header .pc_menu {
    height: 70px;
  }
}
header .pc_menu .head_logo {
  width: 20%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0 20px 0 5.0vw;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  header .pc_menu .head_logo {
    width: 35%;
    padding: 0 10px;
  }
}
header .pc_menu .head_logo a {
  display: inline-block;
  max-width: 220px;
}
header .pc_menu .head_logo a img {
  width: 100%;
  max-width: none;
}
header .pc_menu .g_nav {
  width: 80%;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #0D4E7A;
}
@media all and (max-width: 896px) {
  header .pc_menu .g_nav {
    width: 65%;
    padding: 0 0 0 10px;
  }
}
header .pc_menu .g_nav h1 {
  font-size: 1.8rem;
  color: #fff;
}
@media all and (max-width: 1280px) {
  header .pc_menu .g_nav h1 {
    font-size: 1.6rem;
  }
}
@media all and (max-width: 896px) {
  header .pc_menu .g_nav h1 {
    font-size: 1.1rem;
  }
}
header .pc_menu .g_nav nav {
  height: 100%;
  display: flex;
}
@media all and (max-width: 1025px) {
  header .pc_menu .g_nav nav {
    display: none;
  }
}
header .pc_menu .g_nav nav ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0 -10px;
}
header .pc_menu .g_nav nav ul.nav_current li.current {
  opacity: 0.5;
}
header .pc_menu .g_nav nav ul li {
  padding: 0 10px;
  height: 100%;
}
header .pc_menu .g_nav nav ul li a {
  color: #fff;
  font-size: 1.6rem;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
}
@media all and (max-width: 1280px) {
  header .pc_menu .g_nav nav ul li a {
    font-size: 1.4rem;
  }
}
header .pc_menu .g_nav nav ul li.contact {
  width: 140px;
  text-align: center;
}
header .pc_menu .g_nav nav ul li.contact a {
  background: #87214D;
  width: 100%;
}
header .sp_menu {
  display: none;
}
@media all and (max-width: 1025px) {
  header .sp_menu {
    display: block;
  }
}
header .sp_menu .menu-trigger {
  display: inline-block;
  width: 70px;
  height: 70px;
  vertical-align: middle;
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1002;
  padding: 10px;
  box-sizing: border-box;
}
header .sp_menu .menu-trigger.active {
  background: #fff;
}
header .sp_menu .menu-trigger.active span {
  background: #0D4E7A;
}
header .sp_menu .menu-trigger.active span:nth-of-type(1) {
  transform: translateY(9px) rotate(-45deg);
  left: 19px;
  top: 25px;
}
header .sp_menu .menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
header .sp_menu .menu-trigger.active span:nth-of-type(3) {
  transform: translateY(-6px) rotate(45deg);
  bottom: 28px;
  left: 19px;
}
header .sp_menu .menu-trigger span {
  display: inline-block;
  box-sizing: border-box;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 30px;
  height: 2px;
  background-color: #fff;
  transition: all .5s;
}
header .sp_menu .menu-trigger span:nth-of-type(1) {
  top: 27px;
}
header .sp_menu .menu-trigger span:nth-of-type(2) {
  top: 35px;
}
header .sp_menu .menu-trigger span:nth-of-type(3) {
  bottom: 25px;
}
header .sp_menu nav {
  width: 100%;
  height: 100%;
  padding: 100px 5.0vw;
  box-sizing: border-box;
  background: #0D4E7A;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 1001;
  transform: translate(100%);
  transition: all .5s;
  text-align: center;
}
header .sp_menu nav ul li {
  margin-top: 20px;
}
header .sp_menu nav ul li a {
  color: #fff;
  font-size: 2.0rem;
}
header .sp_menu nav ul li.contact {
  text-align: center;
}
header .sp_menu nav ul li.contact a {
  display: block;
  background: #87214D;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  line-height: 1.5em;
}
header .sp_menu nav.open {
  transform: translateZ(0);
}

/* area_cv
*****************************************************************/
.area_cv {
  background: #fff !important;
  padding-bottom: 0 !important;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
.area_cv .sec_cv dl {
  text-align: center;
  padding-left: 8.0vw;
  padding-right: 8.0vw;
}
.area_cv .sec_cv dl dt {
  font-size: 2.0rem;
  line-height: 1.7em;
}
.area_cv .sec_cv dl dd {
  margin-top: 40px;
}
@media all and (max-width: 896px) {
  .area_cv .sec_cv dl dd {
    margin-top: 20px;
  }
}
.area_cv .sec_cv dl dd.tel {
  font-size: 4.8rem;
  font-family: Times, Times New Roman, Georgia, serif;
  line-height: 1.3em;
}
@media all and (max-width: 896px) {
  .area_cv .sec_cv dl dd.tel {
    font-size: 3.4rem;
  }
}
.area_cv .sec_cv dl dd.btn {
  width: 33.33333%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (max-width: 896px) {
  .area_cv .sec_cv dl dd.btn {
    width: 100%;
    padding: 0;
  }
}
.area_cv .sec_cv .box_bnr {
  margin-top: 100px;
  padding: 100px 0;
  box-sizing: border-box;
  background-color: #EEF2F9;
}
@media all and (max-width: 896px) {
  .area_cv .sec_cv .box_bnr {
    margin-top: 60px;
    padding: 60px 0;
  }
}
.area_cv .sec_cv .box_bnr .ttl_bnr {
  margin-bottom: 40px;
}
@media all and (max-width: 896px) {
  .area_cv .sec_cv .box_bnr .ttl_bnr {
    margin-bottom: 20px;
  }
}
.area_cv .sec_cv .box_bnr .ttl_bnr p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 2.9rem;
  text-align: center;
  font-weight: 400;
  line-height: 1.5em;
}
@media all and (max-width: 896px) {
  .area_cv .sec_cv .box_bnr .ttl_bnr p {
    font-size: 2.0rem;
    letter-spacing: 0em;
  }
}
.area_cv .sec_cv .box_bnr .ttl_bnr p::before {
  content: '';
  width: 70px;
  height: 1px;
  background-color: #3C3C3C;
  margin-right: 20px;
}
@media all and (max-width: 896px) {
  .area_cv .sec_cv .box_bnr .ttl_bnr p::before {
    width: 30px;
  }
}
.area_cv .sec_cv .box_bnr .ttl_bnr p::after {
  content: '';
  width: 70px;
  height: 1px;
  background-color: #3C3C3C;
  margin-left: 20px;
}
@media all and (max-width: 896px) {
  .area_cv .sec_cv .box_bnr .ttl_bnr p::after {
    width: 30px;
  }
}
.area_cv .sec_cv .box_bnr .img_bnr_slide {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}
@media all and (max-width: 896px) {
  .area_cv .sec_cv .box_bnr .img_bnr_slide {
    padding: 0 8.0vw;
  }
}
.area_cv .sec_cv .box_bnr .img_bnr_slide .slick-dots {
  position: inherit;
  bottom: 0px;
}
.area_cv .sec_cv .box_cv {
  display: flex;
  position: relative;
  z-index: 1;
}
@media all and (max-width: 896px) {
  .area_cv .sec_cv .box_cv {
    flex-wrap: wrap;
  }
}
.area_cv .sec_cv .box_cv > div {
  width: 50%;
  height: 300px;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .area_cv .sec_cv .box_cv > div {
    width: 100%;
    height: 178px;
  }
}
.area_cv .sec_cv .box_cv > div a {
  background: rgba(35, 24, 21, 0.3);
  display: inline-block;
  width: 100%;
  position: relative;
  color: #fff;
  font-size: 2.0rem;
}
.area_cv .sec_cv .box_cv > div a:hover {
  background: rgba(35, 24, 21, 0.3);
  opacity: 1.0;
}
.area_cv .sec_cv .box_cv > div a:hover img {
  transition: all 0.5s ease-out;
  transform: scale(1.05);
  opacity: 1.0;
}
.area_cv .sec_cv .box_cv > div a p {
  text-align: center;
  width: 100%;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  padding: 10px 20px;
  box-sizing: border-box;
}
.area_cv .sec_cv .box_cv > div a p span {
  margin-right: 20px;
}
@media all and (max-width: 896px) {
  .area_cv .sec_cv .box_cv > div a p span {
    display: block;
    margin-right: 0;
  }
}
.area_cv .sec_cv .box_cv > div a p span img {
  height: 20px;
}
.area_cv .sec_cv .box_cv > div a p small {
  font-size: 1.4rem;
}
.area_cv .sec_cv .box_cv > div a .img {
  position: relative;
  z-index: -1;
  height: 300px;
  overflow: hidden;
}
@media all and (max-width: 896px) {
  .area_cv .sec_cv .box_cv > div a .img {
    height: 178px;
  }
}

/* footer
*****************************************************************/
.footerLinkSection.sectionItem {
  background: #EEF2F9;
  font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, sans-serif;
}
.footerLinkSection.sectionItem hr {
  border-top: none !important;
}

.footerLinkSectionItems {
  margin-bottom: 0;
  padding-top: 1px;
}
.footerLinkSectionItems .flexrow {
  display: flex;
  justify-content: space-between;
  margin: 0 -30px;
}
@media all and (max-width: 1367px) {
  .footerLinkSectionItems .flexrow {
    flex-wrap: wrap;
    margin: 0;
  }
}
@media all and (max-width: 896px) {
  .footerLinkSectionItems .flexrow {
    display: block;
  }
}
.footerLinkSectionItems .flexrow > div {
  border-right: 1px solid #464646;
  flex-grow: 1;
  padding: 0 30px;
}
@media all and (max-width: 1367px) {
  .footerLinkSectionItems .flexrow > div {
    width: 33.33333%;
    margin-top: 20px;
    padding: 0;
  }
  .footerLinkSectionItems .flexrow > div:nth-child(3) {
    border-right: none;
  }
}
@media all and (max-width: 896px) {
  .footerLinkSectionItems .flexrow > div {
    width: 100%;
    margin-top: 20px;
    border-right: none;
  }
  .footerLinkSectionItems .flexrow > div .sp_bdb {
    padding-bottom: 20px;
    border-bottom: 1px solid #464646;
  }
}
.footerLinkSectionItems .flexrow > div:last-child {
  border-right: none;
}
.footerLinkSectionItems .arrow_r {
  position: relative;
  padding-left: 20px;
  display: block;
}
.footerLinkSectionItems .arrow_r.white::before {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
.footerLinkSectionItems .arrow_r::before {
  content: "";
  display: block;
  position: absolute;
  top: 1.0em;
  left: 0%;
  width: 9px;
  height: 9px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}
.footerLinkSectionItems .footlist {
  padding-left: 20px;
}
@media all and (max-width: 896px) {
  .footerLinkSectionItems .footlist {
    padding-bottom: 20px;
    border-bottom: 1px solid #464646;
  }
}
.footerLinkSectionItems .footlist li {
  list-style: none;
}

footer {
  font-family: 'Noto Sans JP', "游ゴシック", "Yu Gothic", YuGothic, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Osaka, sans-serif;
}
footer img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: top;
  margin-top: 5px;
}

/* pagetop
*****************************************************************/
#pagetop {
  position: fixed;
  right: 20px;
  bottom: 0;
  z-index: 1500;
}
#pagetop a {
  overflow: hidden;
  outline: none;
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  padding: 8px;
}

/* 下層共通
*****************************************************************/
/* パンくず
-----------------------------------------------------------------*/
