@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ 
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;600&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit; vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }

body { line-height: 1; }

ol, ul { list-style: none; }

blockquote, q { quotes: none; }

blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }

table { border-collapse: collapse; border-spacing: 0; }

/* ================================================================== */
/* General */
/* ================================================================== */
.cnt, footer .inner, .outline-inner, .access-inner { width: 100%; max-width: 1100px; box-sizing: border-box; }

/* ========================================================= */
/* フォントタイプ */
/* ========================================================= */
.f_base { font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif; }

.f_noto, body, p, li, dt, dd, table, th, td, header .logo, .drawer-nav ul li a, .ttl, .link-btn { font-family: "Noto Sans JP", sans-serif; }

.f_notos, .fv .copy, .btm-info .copy { font-family: 'Noto Serif JP', serif; }

.f_ar, .outline .ttl-en, .access .ttl-en { font-family: Arial, sans-serif; }

/* ========================================================= */
/* 装飾 */
/* ========================================================= */
b, .bold { font-weight: bold; }

.normal { font-weight: normal; }

em { font-weight: bold; font-weight: 900; }

strong { font-weight: bold; }

/* ========================================================= */
/* 表示 */
/* ========================================================= */
.nodisp { text-indent: -9999px; }

.disp_none { display: none; }

.br-pc { display: block; }

.br-tb { display: none; }

.br-sp { display: none; }

.ani, header, header .logo, .ttl::after, .link-btn, .bg, .btm-info::after, .btm-info-menu li.contact a { -webkit-transition: 0.2s ease-in-out; -moz-transition: 0.2s ease-in-out; -o-transition: 0.2s ease-in-out; transition: 0.2s ease-in-out; }

.ani_05, .outline::before { -webkit-transition: 0.5s ease-in-out; -moz-transition: 0.5s ease-in-out; -o-transition: 0.5s ease-in-out; transition: 0.5s ease-in-out; }

.ani_075 { -webkit-transition: 0.75s ease-in-out; -moz-transition: 0.75s ease-in-out; -o-transition: 0.75s ease-in-out; transition: 0.75s ease-in-out; }

.ani_1 { -webkit-transition: 1s ease-in-out; -moz-transition: 1s ease-in-out; -o-transition: 1s ease-in-out; transition: 1s ease-in-out; }

@keyframes ani01 { 0% { transform: translateY(0); }
  10% { transform: translateY(-6px); }
  20% { transform: translateY(0); }
  100% { transform: translateY(0); } }
/* ========================================================= */
/* レイアウト調整 */
/* ========================================================= */
.al-r { text-align: right; }

.al-l { text-align: left; }

.al-c { text-align: center; }

.f_left { float: left; }

.f_right { float: right; }

.i_left { margin: 50px 50px 50px 0; float: left; }

.valign-t { vertical-align: top; }

.valign-b { vertical-align: bottom; }

.valign-m { vertical-align: middle; }

.mauto, footer .inner, .outline-inner, .access-inner, article .mauto, article footer .inner, footer article .inner, article .outline-inner, article .access-inner { margin-left: auto; margin-right: auto; }

.scrollbox { position: relative; width: 100%; overflow: auto; scrollbar-base-color: #fff; scrollbar-3dlight-color: #ffffff; scrollbar-arrow-color: #ffffff; scrollbar-darkshadow-color: #ffffff; scrollbar-face-color: #f1f1f1; scrollbar-highlight-color: #f1f1f1; scrollbar-shadow-color: #f1f1f1; scrollbar-track-color: #ffffff; }

/*スクロールバー全体*/
.scrollbox::-webkit-scrollbar { width: 10px; }

/*横スクロールバー全体*/
.scrollbox::-webkit-scrollbar:horizontal { height: 10px; }

/*スクロールバー上下左右末端のボタン*/
.scrollbox::-webkit-scrollbar-button { width: 10px; height: 10px; }

/*ドラッグするツマミ部分*/
.scrollbox::-webkit-scrollbar-thumb { background: #f1f1f1; }

/*右下角部分*/
.scrollbox::-webkit-scrollbar-corner { background-color: transparent; }

html { font-size: 62.5%; }

body { text-align: center; color: #464646; font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "游ゴシック Medium", YuGothic, YuGothicM, メイリオ, Meiryo, "Hiragino Kaku Gothic ProN", sans-serif; font-size: 1.6rem; overflow-x: hidden; background-color: white; position: relative; -webkit-text-size-adjust: 100%; }

p, li, dt, dd, table, th, td { line-height: 2; }

img { margin: 0; padding: 0; border: none; vertical-align: bottom; }

a { text-decoration: none; }
a.noborder { text-decoration: none; }
a:hover { color: #ff6102; text-decoration: underline; }

a:hover, input[type="submit"]:hover, input[type="reset"]:hover { filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; }

a.nohover:hover { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }

input[type="submit"], input[type="button"], input[type="reset"] { border-radius: 0; -webkit-box-sizing: content-box; -webkit-appearance: button; appearance: button; border: none; box-sizing: border-box; cursor: pointer; }

input[type="submit"]::-webkit-search-decoration, input[type="button"]::-webkit-search-decoration, input[type="reset"]::-webkit-search-decoration { display: none; }

input[type="submit"]::focus, input[type="button"]::focus, input[type="reset"]::focus { outline-offset: -2px; }

/* ====================================================================== */
/* BG */
/* ====================================================================== */
/* ====================================================================== */
/* HEADER */
/* ====================================================================== */
header { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; position: absolute; top: 0; left: 0; width: 100%; max-width: 100%; padding: 30px; z-index: 50; box-sizing: border-box; background-color: transparent; box-shadow: none; }
header .logo { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 160px; height: 160px; font-size: 1.7rem; font-weight: 700; color: white; }
header .logo img { display: block; width: 80%; margin-bottom: .5em; }

@media screen and (min-width: 1040px) { header.is-fixed .logo { /*        width: 120px; height: 120px; font-size: 1.3rem;*/ } }
/* ----------------------------------------- */
/* メニュー
/* ----------------------------------------- */
.drawer-hamburger { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 50px; height: 50px; padding: 0; top: 15px; right: 15px !important; background-color: transparent; box-sizing: border-box; }

.drawer-hamburger-icon, .drawer-hamburger-icon:before, .drawer-hamburger-icon:after { width: 35px; height: 3px; background-color: #464646; }

.drawer-hamburger-icon:before, .drawer-hamburger-icon:after { left: 50%; transform: translateX(-50%); }

.drawer-hamburger-icon:before { top: -13px; }

.drawer-hamburger-icon:after { top: 13px; }

.drawer-close .drawer-hamburger .drawer-hamburger-icon { background-color: #464646; }
.drawer-close .drawer-hamburger .drawer-hamburger-icon:before { background-color: #464646; }
.drawer-close .drawer-hamburger .drawer-hamburger-icon:after { background-color: #464646; }

.drawer-open .drawer-hamburger { top: 5px; }
.drawer-open .drawer-hamburger:hover { background-color: transparent !important; }
.drawer-open .drawer-hamburger .drawer-hamburger-icon, .drawer-open .drawer-hamburger .drawer-hamburger-icon:before, .drawer-open .drawer-hamburger .drawer-hamburger-icon:after { width: 80%; height: 2px; }
.drawer-open .drawer-hamburger .drawer-hamburger-icon:before { background-color: #464646; transform: translateX(-50%) rotate(45deg); }
.drawer-open .drawer-hamburger .drawer-hamburger-icon:after { background-color: #464646; transform: translateX(-50%) rotate(-45deg); }

.drawer-nav { width: 23rem; background-color: white; }

.drawer--right .drawer-nav { right: -23rem; }

.drawer--right.drawer-open .drawer-hamburger { right: 23rem; }

.drawer-overlay { background-color: rgba(255, 255, 255, 0); }

.drawer-nav ul { display: block; width: 85%; margin: 0 auto; text-align: center; padding-top: 50px; }
.drawer-nav ul li { margin: 0; padding: 0; position: relative; text-align: center; border-bottom: 1px solid #cccccc; }
.drawer-nav ul li a { display: block; padding: 1em; margin: 0; text-decoration: none; position: relative; font-size: 1.6rem; color: #464646; text-align: left; }
.drawer-nav ul li a:hover { text-decoration: none; }

/* ====================================================================== */
/* CONTENT */
/* ====================================================================== */
article { text-align: left; }

/* --------------------------------------------------- */
/* パラグラフ */
/* --------------------------------------------------- */
p { margin-top: 50px; }

/* --------------------------------------------------- */
/* Table */
/* --------------------------------------------------- */
table { margin-top: 50px; }

/* --------------------------------------------------- */
/* UL OL */
/* --------------------------------------------------- */
ul, ol { margin-top: 50px; }

/* ====================================================================== */
/* Footer */
/* ====================================================================== */
footer { padding: 50px 0; background-color: #ff9155; }
footer .inner { text-align: left; }
footer .menu-wrap { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
footer .f-menu { display: -webkit-flex; display: flex; }
footer .f-menu ul { margin-right: 70px; }
footer .f-menu ul:last-child { margin-right: 0; }
footer .f-menu ul li { margin-bottom: 0.5em; }
footer .f-menu ul li.lb { color: white; font-size: 1.8rem; font-weight: bold; }
footer .f-menu ul li.sub { font-size: 1.4rem; }
footer .f-menu ul li a { color: white; }
footer .sns ul { display: -webkit-flex; display: flex; }
footer .sns ul li { margin-right: 1em; }
footer .sns ul li a { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; width: 48px; height: 48px; font-size: 3rem; color: white; -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px; -moz-box-shadow: 0 2px 4px rgba(30, 70, 86, 0.8); -webkit-box-shadow: 0 2px 4px rgba(30, 70, 86, 0.8); box-shadow: 0 2px 4px rgba(30, 70, 86, 0.8); }
footer .sns ul li a:hover { text-decoration: none; }
footer .sns p { margin-top: 30px; }
footer .sns p a { color: white; }
footer .copyright { display: block; text-align: center; font-size: 1.1rem; color: white; }

@keyframes rotate-ani01 { 0% { transform: rotate(0deg) translateY(0); }
  3% { transform: rotate(-5deg) translateY(-8px); }
  6% { transform: rotate(0deg) translateY(0); }
  9% { transform: rotate(4deg); }
  11% { transform: rotate(0); }
  /*  75% { transform: rotate(5deg); }*/
  100% { transform: rotate(0deg); } }
/* ================================================================== */
/* Parts */
/* ================================================================== */
.ttl { display: table; padding-bottom: 30px; font-size: 3rem; font-weight: 700; margin: 0 auto; position: relative; z-index: 10; }
.ttl::after { content: ""; display: table; width: 0; height: 5px; background-color: #4196f5; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); box-sizing: border-box; border-left: 75px solid #ff9155; }
.ttl + p { margin-top: 100px; }
.ttl.is-show::after { width: 150px; }

.link-btn { display: table; margin: 0 auto; padding: 15px 50px; background-color: #1e3576; font-size: 1.4rem; color: white; border: 1px solid white; -moz-border-radius: 8px; -webkit-border-radius: 8px; border-radius: 8px; }
.link-btn:hover { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; background-color: white; color: #1e3576; text-decoration: none; transform: scale(1.1); }

/* ================================================================== */
/* BG */
/* ================================================================== */
.bg { width: 100%; height: 100vh; position: fixed; top: 0; left: 0; z-index: 2; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
.bg img { display: block; width: 100%; height: 100%; object-fit: cover; }
.bg.is-eff { filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }

/* ================================================================== */
/* Mainslide */
/* ================================================================== */
#mainslide { width: 100%; height: calc(100vh - 100px); z-index: 10; position: fixed; top: 0; left: 0; z-index: 1; }

.fv { display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; margin: 0; width: 100%; height: calc(100vh - 100px); position: relative; z-index: 5; }
.fv .copy { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; margin-top: 0; font-size: 2.8rem; font-weight: 600; position: relative; z-index: 15; text-align: center; line-height: 1.5; display: none; }
.fv .copy small { display: block; margin-top: 1em; font-size: 1.5rem; font-weight: normal; }
.fv::after { /*    border-color: transparent white transparent transparent;
border-style: solid;
border-width: 100px 100vw 0 0;
bottom: 0;
content: "";
height: 0;
position: absolute;
z-index: 10;*/ }

/* ================================================================== */
/* Btm-info */
/* ================================================================== */
.btm-info { display: -webkit-flex; display: flex; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; width: 100%; max-width: 100%; padding: 0 50px; height: 100px; background-color: white; position: fixed; bottom: 0; left: 0; z-index: 10; box-sizing: border-box; }
.btm-info::before { content: ""; display: block; width: 35%; height: 100%; position: absolute; top: 0; left: 0; z-index: 11; }
.btm-info::after { content: ""; display: block; width: 0%; height: 1px; position: absolute; top: 0; left: 0; z-index: 15; }
.btm-info .copy { display: -webkit-flex; display: flex; -webkit-flex-direction: column; flex-direction: column; margin-top: 0; font-size: 3rem; font-weight: 600; position: relative; z-index: 15; text-align: left; line-height: 1.5; }
.btm-info .copy small { font-size: 1.5rem; font-weight: normal; }
.btm-info-menu { margin-top: 0; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; }
.btm-info-menu li { margin-right: 50px; font-size: 2rem; font-weight: 500; }
.btm-info-menu li.phone a { color: #464646; pointer-events: none; }
.btm-info-menu li.phone i { font-size: 2.4rem; vertical-align: middle; margin-right: 0.35em; color: #4196f5; }
.btm-info-menu li.contact { margin-right: 0; }
.btm-info-menu li.contact a { display: table; padding: 0.5em 1em; background-color: #4196f5; font-size: 1.6rem; color: white; -moz-border-radius: 50px; -webkit-border-radius: 50px; border-radius: 50px; }
.btm-info-menu li.contact a:hover { background-color: #ff9155; text-decoration: none; filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }
.btm-info-menu li.contact i { font-size: 1.8rem; vertical-align: middle; margin-right: 0.25em; }
.btm-info.is-fixed::after { width: 100%; }

/* ================================================================== */
/* Lead */
/* ================================================================== */
.lead { padding: 100px 100px; position: relative; overflow: hidden;   /*  &::before{ content: ""; display: block; width: 100px; height: 100%; background-color: rgba($c_green,.1); position: absolute; top: 0; right: 0; z-index: 1; }
 .ttl-en{ width: 100px; height: 100%; @include display-flex; @include justify-content(center); @include align-items(center); position: absolute; top: 0; right: 0; z-index: 5; @extend .f_ar; font-size: 6.4rem; font-weight: bold; color: $c_green; @include rl; @include opacity(.2); }*/ }
.lead-inner { margin-top: 70px; margin: 70px auto 0; width: 740px; max-width: 740px; padding: 50px; position: relative; background-color: rgba(255, 255, 255, 0.8); z-index: 10; box-sizing: border-box; }
.lead-inner p:nth-of-type(1) { margin-top: 30px; }
.lead .i-01 { display: block; margin-left: 100px; width: 400px; float: right; }

/* ================================================================== */
/* Outline */
/* ================================================================== */
.outline { padding: 100px 0; background-color: rgba(255, 255, 255, 0.9); position: relative; overflow: hidden; z-index: 10; }
.outline::before { content: ""; display: block; width: 200px; height: 0; background-color: #ff9155; position: absolute; top: 0; left: 0; left: -200px; z-index: 1; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0); opacity: 0; }
.outline .ttl-en { width: 200px; height: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; position: absolute; top: 0; left: 0; z-index: 5; font-size: 6.4rem; font-weight: bold; color: white; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; }
.outline-inner { padding: 0 100px; }
.outline-tb { width: 85%; margin: 50px auto 0; }
.outline-tb th, .outline-tb td { padding: 1em 3em; box-sizing: border-box; border-bottom: 1px solid #cccccc; }
.outline-tb th { width: 200px; max-width: 200px; font-weight: 700; }
.outline.is-show::before { height: 100%; left: 0; filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false); opacity: 1; }

/* ================================================================== */
/* Access */
/* ================================================================== */
.access { margin-top: 300px; padding: 100px 0; position: relative; overflow: hidden; z-index: 10; background-color: white; }
.access::before { /*    content: "";
display: block;
width: 200px;
height: 100%;
background-color: rgba($c_green,1);
position: absolute;
top: 0;
right: 0;
z-index: 1;*/ }
.access .ttl-en { width: 200px; height: 100%; display: -webkit-flex; display: flex; -webkit-justify-content: center; justify-content: center; -webkit-align-items: center; align-items: center; position: absolute; top: 0; left: 0; z-index: 5; font-size: 6.4rem; font-weight: bold; color: white; -webkit-writing-mode: vertical-rl; -ms-writing-mode: tb-rl; writing-mode: vertical-rl; filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70); opacity: 0.7; display: none; }
.access-inner { padding: 0; }
.access .map { display: block; width: 100%; height: 450px; margin: 50px auto 0; }

/* ================================================================== */
/* SMP */
/* ================================================================== */
@media screen and (max-width: 767px) { .cnt, footer .inner, .outline-inner, .access-inner { width: 85%; max-width: initial; }
  .br-pc { display: none; }
  .br-tb { display: none; }
  .br-sp { display: block; }
  body { font-family: sans-serif; min-width: initial; font-size: 1.4rem; }
  /* ====================================================================== */
  /* HEADER */
  /* ====================================================================== */
  header { padding: 20px; }
  header .logo { width: 100px; height: 100px; font-size: 1.3rem; }
  .d_nav { display: block; }
  /* ====================================================================== */
  /* CONTENT */
  /* ====================================================================== */
  article { overflow: hidden; }
  /* --------------------------------------------------- */
  /* パラグラフ */
  /* --------------------------------------------------- */
  p { margin-top: 30px; }
  /* ====================================================================== */
  /* Footer */
  /* ====================================================================== */
  /* ================================================================== */
  /* Parts */
  /* ================================================================== */
  .ttl { padding-bottom: 30px; font-size: 2rem; }
  .ttl::after { height: 5px; border-left: 50px solid #ff9155; }
  .ttl + p { margin-top: 50px; }
  .ttl.is-show::after { width: 100px; }
  /* ================================================================== */
  /* BG */
  /* ================================================================== */
  .bg img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: 70% 100%; }
  /* ================================================================== */
  /* FV */
  /* ================================================================== */
  #mainslide { width: 100%; }
  .fv .copy { display: -webkit-flex; display: flex; }
  /* ================================================================== */
  /* Btm-info */
  /* ================================================================== */
  .btm-info { padding: 0 20px; }
  .btm-info::before { display: none; }
  .btm-info::after { width: 100%; }
  .btm-info .copy { display: none; }
  .btm-info-menu { width: 100%; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: center; align-items: center; }
  .btm-info-menu li { margin-right: 0; font-size: 1.6rem; }
  .btm-info-menu li.phone a { pointer-events: visible; }
  .btm-info-menu li.phone i { font-size: 2.4rem; margin-right: 0.35em; }
  .btm-info-menu li.contact { margin-right: 0; }
  .btm-info-menu li.contact a { padding: 0.5em 0.75em; font-size: 1.4rem; }
  .btm-info-menu li.contact i { font-size: 1.6rem; }
  /* ================================================================== */
  /* Lead */
  /* ================================================================== */
  .lead { padding: 50px 0; }
  .lead-inner { margin: 30px auto 0; width: 90%; max-width: initial; padding: 30px 0; }
  .lead .i-01 { margin: 50px 0 0; width: 100%; height: 160px; object-fit: cover; float: none; }
  .lead p { display: block; padding: 0 40px; }
  /* ================================================================== */
  /* Outline */
  /* ================================================================== */
  .outline { padding: 50px 0; }
  .outline::before { width: 20px; left: -30px; }
  .outline .ttl-en { display: none; }
  .outline-inner { width: auto; padding: 0 40px; position: relative; z-index: 10; }
  .outline-tb { display: block; width: 100%; margin: 30px auto 0; }
  .outline-tb th, .outline-tb td { display: block; padding: 0.5em 1em; }
  .outline-tb th { padding-bottom: 0.25em; width: auto; max-width: initial; border-bottom: none; }
  .outline-tb td { padding-top: 0; }
  /* ================================================================== */
  /* Access */
  /* ================================================================== */
  .access { margin-top: 100px; padding: 50px 0; }
  .access-inner { width: auto; padding: 0; }
  .access .map { width: 90%; height: 220px; margin: 30px auto 0; } }
