@charset "UTF-8";
/*! ================================================
****************************************************
このcssファイルはSassから生成されていますので、
編集しないようご注意ください。
****************************************************
==================================================== */
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&family=Open+Sans&family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&family=Open+Sans&family=Roboto&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500&family=Open+Sans&family=Roboto&display=swap");
@font-face {
  font-family: "Museo700";
  src: url("../fonts/museo-700-webfont.ttf"); }

.pc_disp {
  display: block; }

.sp_disp {
  display: none; }

*:focus {
  outline: none; }

/* !Clearfix
---------------------------------------------------------- */
.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
  overflow: hidden; }

.clearfix::after {
  clear: both; }

#wrapper {
  text-align: center; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ol,
ul,
li,
dl,
dt,
dd,
form,
input,
hr,
map,
area,
noscript,
sup,
pre,
select,
iframe {
  margin: 0;
  padding: 0;
  list-style-type: none; }

h1 {
  font-weight: normal;
  display: inline; }

h2,
h3,
h4,
h5,
h6 {
  display: inline; }

table {
  font-size: inherit;
  font: 100%; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%; }

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  *font-size: small;
  *font: x-small;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  color: #000;
  background-color: #fff;
  line-height: 1.5;
  width: 100%;
  min-width: 320px;
  min-height: 100%; }

/*-------------------------------
header
--------------------------------*/
header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  /*overflow: hidden;*/
  z-index: 7777; }

/*-------------------------------
footer
--------------------------------*/
footer {
  width: 100%;
  z-index: 7777; }

/*-------------------------------
.contents
--------------------------------*/
div.contents {
  padding-top: 120px; }

/* etc ------------------------------------------------------------------ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0; }

article,
footer,
header,
nav,
section {
  display: block; }

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline; }

select {
  font-size: 0.875rem; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input[type="checkbox"] {
  padding: 10px; }

ul {
  list-style: none; }

li {
  padding: 0; }

img {
  max-width: 100%;
  border: 0; }

textarea {
  vertical-align: top; }

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

a {
  text-decoration: none;
  color: #000; }

a,
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

strong {
  font-weight: bold; }

sup {
  vertical-align: top;
  font-size: 0.6em; }

/* !Margin ------------------------------------------------------------------ */
.mt00 {
  margin-top: 0 !important; }

.mt05 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt12 {
  margin-top: 12px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr00 {
  margin-right: 0 !important; }

.mr05 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr12 {
  margin-right: 12px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr35 {
  margin-right: 35px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr45 {
  margin-right: 45px !important; }

.mr50 {
  margin-right: 50px !important; }

.mb00 {
  margin-bottom: 0 !important; }

.mb05 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb12 {
  margin-bottom: 12px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml00 {
  margin-left: 0 !important; }

.ml05 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml12 {
  margin-left: 12px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml45 {
  margin-left: 45px !important; }

.ml50 {
  margin-left: 50px !important; }

/* !Padding  ---------------------------------------------------------------- */
.pt00 {
  padding-top: 0 !important; }

.pt05 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt12 {
  padding-top: 12px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt45 {
  padding-top: 45px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr00 {
  padding-right: 0 !important; }

.pr05 {
  padding-right: 5px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr12 {
  padding-right: 12px !important; }

.pr15 {
  padding-right: 15px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr25 {
  padding-right: 25px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr35 {
  padding-right: 35px !important; }

.pr40 {
  padding-right: 40px !important; }

.pr45 {
  padding-right: 45px !important; }

.pr50 {
  padding-right: 50px !important; }

.pb00 {
  padding-bottom: 0 !important; }

.pb05 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb12 {
  padding-bottom: 12px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl00 {
  padding-left: 0 !important; }

.pl05 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl12 {
  padding-left: 12px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl25 {
  padding-left: 25px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl35 {
  padding-left: 35px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl45 {
  padding-left: 45px !important; }

.pl50 {
  padding-left: 50px !important; }

.fwb {
  font-weight: bold !important; }

/* font-sizeモジュール */
.text10 {
  font-size: 77%; }

.text11 {
  font-size: 85%; }

.text12 {
  font-size: 93%; }

.text13 {
  font-size: 100%; }

.text14 {
  font-size: 108%; }

.text15 {
  font-size: 116%; }

.text16 {
  font-size: 123.1%; }

.text17 {
  font-size: 131%; }

.text18 {
  font-size: 138.5%; }

.text19 {
  font-size: 146.5%; }

.text20 {
  font-size: 153.9%; }

.text21 {
  font-size: 161.6%; }

.text22 {
  font-size: 167%; }

.text23 {
  font-size: 174%; }

.text24 {
  font-size: 182%; }

.text25 {
  font-size: 189%; }

.text26 {
  font-size: 197%; }

/* text-alignモジュール */
.taL {
  text-align: left !important; }

.taC {
  text-align: center !important; }

.taR {
  text-align: right !important; }

.blue {
  color: #00ade5 !important; }

.red {
  color: #ff0000 !important; }

a:hover.under {
  text-decoration: underline; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

/*!
 * animate.css -https://daneden.github.io/animate.css/
 * Version - 3.7.2
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2019 Daniel Eden
 */
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1); }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1); }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1); }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1); }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1); }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1); } }

.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand; }

@font-face {
  font-family: "Museo700";
  src: url("../fonts/museo-700-webfont.ttf"); }

.pc_disp {
  display: block; }

.sp_disp {
  display: none; }

*:focus {
  outline: none; }

/* !Clearfix
---------------------------------------------------------- */
.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
  overflow: hidden; }

.clearfix::after {
  clear: both; }

#wrapper {
  text-align: center; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ol,
ul,
li,
dl,
dt,
dd,
form,
input,
hr,
map,
area,
noscript,
sup,
pre,
select,
iframe {
  margin: 0;
  padding: 0;
  list-style-type: none; }

h1 {
  font-weight: normal;
  display: inline; }

h2,
h3,
h4,
h5,
h6 {
  display: inline; }

table {
  font-size: inherit;
  font: 100%; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%; }

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  *font-size: small;
  *font: x-small;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  color: #000;
  background-color: #fff;
  line-height: 1.5;
  width: 100%;
  min-width: 320px;
  min-height: 100%; }

/*-------------------------------
header
--------------------------------*/
header {
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 7777; }

/*-------------------------------
footer
--------------------------------*/
footer {
  width: 100%;
  z-index: 7777; }

/*-------------------------------
.contents
--------------------------------*/
div.contents {
  padding-top: 120px; }

/* etc ------------------------------------------------------------------ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0; }

article,
footer,
header,
nav,
section {
  display: block; }

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline; }

select {
  font-size: 0.875rem; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input[type="checkbox"] {
  padding: 10px; }

ul {
  list-style: none; }

li {
  padding: 0; }

img {
  max-width: 100%;
  border: 0; }

textarea {
  vertical-align: top; }

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

a {
  text-decoration: none;
  color: #000; }

a,
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

strong {
  font-weight: bold; }

sup {
  vertical-align: top;
  font-size: 0.6em; }

/* !Margin ------------------------------------------------------------------ */
.mt00 {
  margin-top: 0 !important; }

.mt05 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt12 {
  margin-top: 12px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr00 {
  margin-right: 0 !important; }

.mr05 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr12 {
  margin-right: 12px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr35 {
  margin-right: 35px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr45 {
  margin-right: 45px !important; }

.mr50 {
  margin-right: 50px !important; }

.mb00 {
  margin-bottom: 0 !important; }

.mb05 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb12 {
  margin-bottom: 12px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml00 {
  margin-left: 0 !important; }

.ml05 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml12 {
  margin-left: 12px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml45 {
  margin-left: 45px !important; }

.ml50 {
  margin-left: 50px !important; }

/* !Padding  ---------------------------------------------------------------- */
.pt00 {
  padding-top: 0 !important; }

.pt05 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt12 {
  padding-top: 12px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt45 {
  padding-top: 45px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr00 {
  padding-right: 0 !important; }

.pr05 {
  padding-right: 5px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr12 {
  padding-right: 12px !important; }

.pr15 {
  padding-right: 15px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr25 {
  padding-right: 25px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr35 {
  padding-right: 35px !important; }

.pr40 {
  padding-right: 40px !important; }

.pr45 {
  padding-right: 45px !important; }

.pr50 {
  padding-right: 50px !important; }

.pb00 {
  padding-bottom: 0 !important; }

.pb05 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb12 {
  padding-bottom: 12px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl00 {
  padding-left: 0 !important; }

.pl05 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl12 {
  padding-left: 12px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl25 {
  padding-left: 25px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl35 {
  padding-left: 35px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl45 {
  padding-left: 45px !important; }

.pl50 {
  padding-left: 50px !important; }

.fwb {
  font-weight: bold !important; }

/* font-sizeモジュール */
.text10 {
  font-size: 77%; }

.text11 {
  font-size: 85%; }

.text12 {
  font-size: 93%; }

.text13 {
  font-size: 100%; }

.text14 {
  font-size: 108%; }

.text15 {
  font-size: 116%; }

.text16 {
  font-size: 123.1%; }

.text17 {
  font-size: 131%; }

.text18 {
  font-size: 138.5%; }

.text19 {
  font-size: 146.5%; }

.text20 {
  font-size: 153.9%; }

.text21 {
  font-size: 161.6%; }

.text22 {
  font-size: 167%; }

.text23 {
  font-size: 174%; }

.text24 {
  font-size: 182%; }

.text25 {
  font-size: 189%; }

.text26 {
  font-size: 197%; }

/* text-alignモジュール */
.taL {
  text-align: left !important; }

.taC {
  text-align: center !important; }

.taR {
  text-align: right !important; }

.blue {
  color: #00ade5 !important; }

.red {
  color: #ff0000 !important; }

a:hover.under {
  text-decoration: underline; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

/*-------------------------------
header
--------------------------------*/
header {
  border-bottom: 3px solid #828282; }
  header nav {
    margin: 0 auto;
    width: 100%;
    max-width: 1920px;
    height: 120px; }
  header .headerInner {
    position: relative;
    display: block;
    width: calc(100% - 40px);
    margin: 0 auto; }
    
  header .headertext {
    position: absolute;
    top:5px;
    left:0;

  }
  header .headerLogo {
    float: left;
    width: 28%;
    height: 120px;
    display: flex;
    align-items: center; }
    header .headerLogo a {
      padding-top: 30px; }
    header .headerLogo img {
        width: 270px;
        height: 73px;}
  header .pcNavi {
    float: right;
    width: calc(100% - 28%);
    max-width: 800px; }
  header .pcNaviUpr {
    height: 80px; }
    header .pcNaviUpr .sideL {
      float: right;
      padding-top: 16px;
      padding-right: 1em;
      font-size: 14px;
      color: #0070c0; }
      header .pcNaviUpr .sideL .upr {
        margin-bottom: 5px; }
      header .pcNaviUpr .sideL .lwr {
        color: black;
        font-size: 12px; }
        header .pcNaviUpr .sideL .lwr span {
          color: white;
          padding: 1px 6px 3px;
          margin: 0 5px;
          border-radius: 3px;
          background-color: #0070C0; }
    header .pcNaviUpr .sideR {
      float: right; }
      header .pcNaviUpr .sideR a {
        display: block;
        border: 1px solid #828282;
        padding: 15px 10px 15px 50px;
        margin-top: 10px;
        margin-left: 10px;
        border-radius: 0.3em; 
        background: url(../images/svg/mail_ico.svg) no-repeat left 16px center;
        background-size:auto 17px;
      }
        header .pcNaviUpr .sideR a:hover {
          opacity: 0.8;
          font-weight: bold; }
    header .pcNaviUpr .bl {
      font-weight: bold;
      font-size: 24px;
      line-height: 1;
      color: black; }
  header .pcNaviLwr {
    height: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center; }
    header .pcNaviLwr li {
      font-size: 1rem;
      letter-spacing: -0.02em;
      letter-spacing: 0.1em;
      margin-right: 0;
      padding: 0 1em; }
      header .pcNaviLwr li:last-child {
        margin-right: 0;
        margin-left: 0.25em; }
      header .pcNaviLwr li.current a {
        border-bottom: 3px solid #0070C0; }
      header .pcNaviLwr li a {
        display: block;
        position: relative;
        overflow: hidden;
        padding: 2px 0;
        border-radius: 3px; }
        header .pcNaviLwr li a:hover {
          font-weight: bold; }
  header .spmenu {
    float: left;
    display: none; }




/* メニュー関連 */

.megaMenuContent {
  height: 0;
  overflow: hidden;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 140px;
  width: 100%;
  z-index: 2;
  -webkit-box-shadow: 0 2px 2px rgba(153, 153, 153, 0.5411764706);
          box-shadow: 0 2px 2px rgba(153, 153, 153, 0.5411764706);
}
.megaMenuContent .megaMenuInnr {
  max-width: 2000px;
  padding: 20px 20px 50px 20px;
}
.megaMenuContent .megaMenuInnr .megaMenuTitle {
  color: #000;
  font-size: 30px;
  font-weight: bold;
  display: block;
  text-align: center;
  padding-bottom: 10px;
}
.megaMenuContent .megaMenuInnr h2 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  display: block;
  padding-bottom: 20px;
    text-align: center;
}
.megaMenuContent .megaMenuInnr .megaMenuLine {
  display: block;
  height: 4px;
  width: 165px;
  background: #FFBE4F;
  text-align: center;
  margin: 0 auto 40px auto;
}
.megaMenuContent .megaMenuInnr .megaClose {
  cursor: pointer;
  position: absolute;
  right: 40px;
  top: 16px;
  padding: 5px 40px 5px 20px;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  background: none;
  border: none;
}
.megaMenuContent .megaMenuInnr .megaClose::before, .megaMenuContent .megaMenuInnr .megaClose::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 2px; /* 棒の幅（太さ） */
  height: 17px; /* 棒の高さ */
  background: #333; /* バツ印の色 */
}
.megaMenuContent .megaMenuInnr .megaClose::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.megaMenuContent .megaMenuInnr .megaClose::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.megaMenuContent .megaMenuInnr .megaClose:hover {
  background-color: #F9BD10;
}
.megaMenuContent .megaMenuList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1020px;
  margin: 0 auto;
}
.megaMenuContent .megaMenuItem {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22%;
          flex: 0 0 22%;
}
.megaMenuContent .megaMenuItem a {
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}
.megaMenuContent .megaMenuItem a:hover {
  -webkit-filter: brightness(120%) drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5647058824));
          filter: brightness(120%) drop-shadow(1px 2px 2px rgba(0, 0, 0, 0.5647058824));
}
.megaMenuContent .megaMenuItem picture {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  min-height: 0%;
  padding-bottom: 20px;
}
.megaMenuContent .megaMenuItem img {
  height: auto;
}
.megaMenuContent .megaMenuItem a {
  border-bottom: none ! important;
}
.megaMenuContent .megaMenuItem p {
  position: relative;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-align: left;
  display: block;
  width: 100%;
  padding-right: 30px;
  padding: 0 30px 10px 0;
  border-bottom: 2px solid #FFBE4F;
  max-height: 50px;
}
.megaMenuContent .megaMenuItem p::before {
  bottom: 5px;
  right: 0;
  position: absolute;
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/svg/header_arrow.svg) no-repeat center center/contain;
}






#sp_tel a {
  display: block;
  padding: 20px 0 0;
  margin: 0 auto;
  max-width: 320px; }

#sp_tel img {
  width: 100%; }

.grecaptcha-badge {
  visibility: hidden; }

@font-face {
  font-family: "Museo700";
  src: url("../fonts/museo-700-webfont.ttf"); }

.pc_disp {
  display: block; }

.sp_disp {
  display: none; }

*:focus {
  outline: none; }

/* !Clearfix
---------------------------------------------------------- */
.clearfix::before,
.clearfix::after {
  content: "";
  display: block;
  overflow: hidden; }

.clearfix::after {
  clear: both; }

#wrapper {
  text-align: center; }

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
div,
ol,
ul,
li,
dl,
dt,
dd,
form,
input,
hr,
map,
area,
noscript,
sup,
pre,
select,
iframe {
  margin: 0;
  padding: 0;
  list-style-type: none; }

h1 {
  font-weight: normal;
  display: inline; }

h2,
h3,
h4,
h5,
h6 {
  display: inline; }

table {
  font-size: inherit;
  font: 100%; }

html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  height: 100%; }

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", sans-serif;
  *font-size: small;
  *font: x-small;
  font-size: 1rem;
  font-weight: normal;
  font-style: normal;
  color: #000;
  background-color: #fff;
  line-height: 1.5;
  width: 100%;
  min-width: 320px;
  min-height: 100%; }


/*-------------------------------
footer
--------------------------------*/
footer {
  width: 100%;
  z-index: 7777; }

/*-------------------------------
loading images
--------------------------------*/
.loading {
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  background-size: 500px auto;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 1;
  pointer-events: none;
  -webkit-transition: opacity 1s linear;
  transition: opacity 1s linear;
}
.loading.active {
  background: #fff url(../images/svg/logo.svg?v=20250530);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: auto 100px;
  opacity: 1;
  -webkit-animation: fade-out 1.5s 1 ease 0 forwards;
          animation: fade-out 1.5s 1 ease 0 forwards;
}
.loading.hide {
  opacity: 0;
}

.is-webp .loading.active {
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fade-out {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}





/*-------------------------------
.contents
--------------------------------*/
div.contents {
  padding-top: 120px; }

/* etc ------------------------------------------------------------------ */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*,
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: transparent; }

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
dt,
dd {
  margin: 0;
  padding: 0; }

article,
footer,
header,
nav,
section {
  display: block; }

button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline; }

select {
  font-size: 0.875rem; }

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

input[type="checkbox"] {
  padding: 10px; }

ul {
  list-style: none; }

li {
  padding: 0; }

img {
  max-width: 100%;
  border: 0; }

textarea {
  vertical-align: top; }

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

a {
  text-decoration: none;
  color: #000; }

a,
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

strong {
  font-weight: bold; }

sup {
  vertical-align: top;
  font-size: 0.6em; }

/* !Margin ------------------------------------------------------------------ */
.mt00 {
  margin-top: 0 !important; }

.mt05 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt12 {
  margin-top: 12px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt45 {
  margin-top: 45px !important; }

.mt50 {
  margin-top: 50px !important; }

.mr00 {
  margin-right: 0 !important; }

.mr05 {
  margin-right: 5px !important; }

.mr10 {
  margin-right: 10px !important; }

.mr12 {
  margin-right: 12px !important; }

.mr15 {
  margin-right: 15px !important; }

.mr20 {
  margin-right: 20px !important; }

.mr25 {
  margin-right: 25px !important; }

.mr30 {
  margin-right: 30px !important; }

.mr35 {
  margin-right: 35px !important; }

.mr40 {
  margin-right: 40px !important; }

.mr45 {
  margin-right: 45px !important; }

.mr50 {
  margin-right: 50px !important; }

.mb00 {
  margin-bottom: 0 !important; }

.mb05 {
  margin-bottom: 5px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb12 {
  margin-bottom: 12px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb25 {
  margin-bottom: 25px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.ml00 {
  margin-left: 0 !important; }

.ml05 {
  margin-left: 5px !important; }

.ml10 {
  margin-left: 10px !important; }

.ml12 {
  margin-left: 12px !important; }

.ml15 {
  margin-left: 15px !important; }

.ml20 {
  margin-left: 20px !important; }

.ml25 {
  margin-left: 25px !important; }

.ml30 {
  margin-left: 30px !important; }

.ml35 {
  margin-left: 35px !important; }

.ml40 {
  margin-left: 40px !important; }

.ml45 {
  margin-left: 45px !important; }

.ml50 {
  margin-left: 50px !important; }

/* !Padding  ---------------------------------------------------------------- */
.pt00 {
  padding-top: 0 !important; }

.pt05 {
  padding-top: 5px !important; }

.pt10 {
  padding-top: 10px !important; }

.pt12 {
  padding-top: 12px !important; }

.pt15 {
  padding-top: 15px !important; }

.pt20 {
  padding-top: 20px !important; }

.pt25 {
  padding-top: 25px !important; }

.pt30 {
  padding-top: 30px !important; }

.pt35 {
  padding-top: 35px !important; }

.pt40 {
  padding-top: 40px !important; }

.pt45 {
  padding-top: 45px !important; }

.pt50 {
  padding-top: 50px !important; }

.pr00 {
  padding-right: 0 !important; }

.pr05 {
  padding-right: 5px !important; }

.pr10 {
  padding-right: 10px !important; }

.pr12 {
  padding-right: 12px !important; }

.pr15 {
  padding-right: 15px !important; }

.pr20 {
  padding-right: 20px !important; }

.pr25 {
  padding-right: 25px !important; }

.pr30 {
  padding-right: 30px !important; }

.pr35 {
  padding-right: 35px !important; }

.pr40 {
  padding-right: 40px !important; }

.pr45 {
  padding-right: 45px !important; }

.pr50 {
  padding-right: 50px !important; }

.pb00 {
  padding-bottom: 0 !important; }

.pb05 {
  padding-bottom: 5px !important; }

.pb10 {
  padding-bottom: 10px !important; }

.pb12 {
  padding-bottom: 12px !important; }

.pb15 {
  padding-bottom: 15px !important; }

.pb20 {
  padding-bottom: 20px !important; }

.pb25 {
  padding-bottom: 25px !important; }

.pb30 {
  padding-bottom: 30px !important; }

.pb35 {
  padding-bottom: 35px !important; }

.pb40 {
  padding-bottom: 40px !important; }

.pb45 {
  padding-bottom: 45px !important; }

.pb50 {
  padding-bottom: 50px !important; }

.pl00 {
  padding-left: 0 !important; }

.pl05 {
  padding-left: 5px !important; }

.pl10 {
  padding-left: 10px !important; }

.pl12 {
  padding-left: 12px !important; }

.pl15 {
  padding-left: 15px !important; }

.pl20 {
  padding-left: 20px !important; }

.pl25 {
  padding-left: 25px !important; }

.pl30 {
  padding-left: 30px !important; }

.pl35 {
  padding-left: 35px !important; }

.pl40 {
  padding-left: 40px !important; }

.pl45 {
  padding-left: 45px !important; }

.pl50 {
  padding-left: 50px !important; }

.fwb {
  font-weight: bold !important; }

/* font-sizeモジュール */
.text10 {
  font-size: 77%; }

.text11 {
  font-size: 85%; }

.text12 {
  font-size: 93%; }

.text13 {
  font-size: 100%; }

.text14 {
  font-size: 108%; }

.text15 {
  font-size: 116%; }

.text16 {
  font-size: 123.1%; }

.text17 {
  font-size: 131%; }

.text18 {
  font-size: 138.5%; }

.text19 {
  font-size: 146.5%; }

.text20 {
  font-size: 153.9%; }

.text21 {
  font-size: 161.6%; }

.text22 {
  font-size: 167%; }

.text23 {
  font-size: 174%; }

.text24 {
  font-size: 182%; }

.text25 {
  font-size: 189%; }

.text26 {
  font-size: 197%; }

/* text-alignモジュール */
.taL {
  text-align: left !important; }

.taC {
  text-align: center !important; }

.taR {
  text-align: right !important; }

.blue {
  color: #00ade5 !important; }

.red {
  color: #ff0000 !important; }

a:hover.under {
  text-decoration: underline; }

.aligncenter {
  display: block;
  margin: 0 auto; }

.alignright {
  float: right; }

.alignleft {
  float: left; }

/*-------------------------------
footer
--------------------------------*/
footer {
  background-color: #fff; }
  footer a:hover {
    opacity: 0.8; }
  footer .footerUpr {
    background-color: #F5F5F5;
    padding: 50px 0 80px; }
    footer .footerUpr .obi {
      max-width: 1200px;
      margin: 0 auto;
      height: 120px;
      position: relative;
      display: flex;
      justify-content: space-between;
      align-items: center; }
    footer .footerUpr .obiOuter {
      background-color: #fff; }
    footer .footerUpr .logo, footer .footerUpr .tel {
      width: calc(50% - 80px); }
      footer .footerUpr .logo img, footer .footerUpr .tel img {
        display: block;
        margin: 0 0;
        width: 100%; }
    footer .footerUpr .logo img {
      max-width: 340px; }
    footer .footerUpr .tel {
      text-align: right;
      padding-right: 15px; }
      footer .footerUpr .tel .txt {
        font-size: 14px;
        padding: 0 0 5px 0; }
      footer .footerUpr .tel .telnum {
        margin: 0 0 0 auto;
        font-size: 28px;
        font-weight: bold; }
    footer .footerUpr .drop {
      position: absolute;
      left: 50%;
      transform: translate(-50%, -40%);
      top: 0; }
    footer .footerUpr .links {
      margin: 0 auto;
      width: calc(100% - 2em);
      max-width: 1100px;
      padding: 5em 0 0;
      display: flex;
      justify-content: space-between;
      font-size: 14px; }
      footer .footerUpr .links .sideL{
        line-height: 1.8;
        font-size: 16px;
        width: 310px; }
      footer .footerUpr .links .sideR {
        line-height: 1.8;
        width: calc(100% - 310px);
      }
    footer .footerUpr .links .sideL br.ml_disp {
      display: none; }
    footer .footerUpr .links .sideR {
    }

    footer .footerUpr .links .sideR .homeLink{
    border-bottom: 2px solid #0089CE;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    }
    footer .footerUpr .links .sideR .homeLink a:hover{
    color: #0089CE;
    }
    footer .footerUpr .links .sideR .sideInner{
      display: flex;
      margin: 0 auto;
      justify-content: space-between; }
      footer .footerUpr .links .sideR li {
        padding: 0.2em 0; }
  footer .footerLwr {
    height: 60px;
    background-color: #000;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    footer .footerLwr a {
      color: #fff;
      letter-spacing: 0.1em;
      font-size: 0.625rem; }
      footer .footerLwr a p {
        padding: 0 8px; }
  footer .totop {
    box-sizing: border-box;
    cursor: pointer;
    border: 2px solid #000;
    background-color: #fff;
    position: fixed;
    bottom: 2.5em;
    display: block;
    margin: 0;
    width: 3rem;
    height: 3rem;
    border-radius: 1.625rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1; }
    footer .totop::before {
      position: absolute;
      content: "";
      top: 1.25em;
      left: 0.9375em;
      width: 0.75rem;
      height: 0.75rem;
      border-left: 0.125rem solid #000;
      border-top: 0.125rem solid #000;
      transform: rotate(45deg); }

/****  Button   ****/
a.button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0; }
  a.button.extnd_on_hvr {
    width: 12rem;
    height: auto; }
    a.button.extnd_on_hvr .circle {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: relative;
      display: block;
      margin: 0;
      width: 3rem;
      height: 3rem;
      background: #222234;
      border-radius: 1.625rem; }
      a.button.extnd_on_hvr .circle .icon {
        transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
        position: absolute;
        top: 0;
        bottom: 0;
        margin: auto;
        background: #fff; }
        a.button.extnd_on_hvr .circle .icon.arrow {
          transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
          left: 0.625rem;
          width: 1.125rem;
          height: 0.125rem;
          background: none; }
          a.button.extnd_on_hvr .circle .icon.arrow::before {
            position: absolute;
            content: '';
            top: -0.25rem;
            right: 0.0625rem;
            width: 0.625rem;
            height: 0.625rem;
            border-top: 0.125rem solid #fff;
            border-right: 0.125rem solid #fff;
            transform: rotate(45deg); }
    a.button.extnd_on_hvr .button-text {
      transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 0.75rem 0;
      margin: 0 0 0 1.85rem;
      color: #222234;
      font-weight: bolder;
      line-height: 1.6;
      text-align: center;
      text-transform: uppercase; }
  a.button:hover .circle {
    width: 100%; }
    a.button:hover .circle .icon.arrow {
      background: #fff;
      transform: translate(1rem, 0); }
  a.button:hover .button-text {
    color: #fff; }

.breadCrumbWrap {
  background: #D9D9D9 url(../images/pagetopimg.webp);
  background-size: cover;
  padding: 1em 1em 100px 1em;
  background-position: center;
}
  .breadCrumbWrap .breadCrumb {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-end; }
    .breadCrumbWrap .breadCrumb li {
      margin: 0 0.5em; }
    .breadCrumbWrap .breadCrumb a:hover {
      opacity: 0.7; }

/*** section pageTitleArea ***/
.pageTitleArea {
  position: relative;
  background-color: #F5F5F5;
  text-align: center;
  padding: 80px 1em 100px; 
  }
  .pageTitleArea h1 {
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, -50%);
    display: block;
    text-align: center;
    max-width: 400px;
    width: calc(100% - 5em);
    padding: 15px 0 20px;
    background-color: #fff;
    line-height: 2;
    border-radius: 10px;
  }
    .pageTitleArea h1 .eng {
      font-weight: bold;
      font-size: 24px; }
    .pageTitleArea h1::after {
      content: "";
      position: absolute;
      width: 165px;
      height: 3px;
      background-color: #FFBE4F;
      bottom: 0;
      left: 50%;
      transform: translateX(-50%); }
  .pageTitleArea .txt {
    text-align: left;
    font-size: 16px;
    line-height: 1.5;
    max-width: 500px;
    margin: 2em auto 0; }

.secMvWrap {
  width: 100%;
  border-bottom: 3px solid #707070;
}

.secMvWrap .sideTxt {
  float: left;
  width: 150px;
  min-height: 560px;
  padding: 30px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 10px;
  font-size: 28px;
  font-family: 'Noto Serif JP', serif;
}

/* ここが動画用の器 */
.secMvWrap .secMV {
  float: right;
  position: relative;
  margin: 0 auto;
  width: calc(100% - 150px);
  min-height: 600px;
  max-height: 1000px;
  height: 50vw;
  overflow: hidden;              /* はみ出しを隠す */
  background: none;              /* 背景画像は不要にする（posterに任せる） */
}

/* cover相当 */
.secMvWrap .secMV .mvVideo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;             /* ← background-size: cover 相当 */
  object-position: center;       /* トリミング基準 */
  display: block;
}


.bgBeige {
  background-color: #f5f5f5; }

/*** section inner ***/
.secInner {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 40px); }


  
/**** topNews section ****/

.topNews{
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #949494;
}
.topNews .sectionInner{
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  border-left: 1px solid #949494;
}
.topNews .sectionInner .newsLink{
  width: calc(100% - 55px);
  height: 55px;
}

.topNews .sectionInner .newsLink a{
  display: block;
  line-height: 55px;
  overflow: hidden;
  padding: 15px;
  line-height: 25px;
}
.topNews .sectionInner .newsLink a span{
  padding-right: 20px;
}
.topNews .sectionInner .newsLink a:hover{
  color: #FFBE4F;
}
.topNews .sectionInner .listLink{
  width: 55px;
  height: 55px;
}

.topNews .sectionInner .listLink a{
  display: block;
      padding: 0;
      content: "";
      height: 55px;
      width: 55px;
      background: #000 url(../images/svg/toplink_ico.svg) no-repeat center center;
      background-size: 55px auto;
}
.topNews .sectionInner .listLink :hover{
      background: #000 url(../images/svg/toplink_ico2.svg) no-repeat center center;
      background-size: 55px auto;
}

/**** topNews section ****/

.topReason{
  width: 100%;
  background: #F5F5F5;
  padding:110px 0 150px 0 ;
}
.topReason .sectionInner{
}
.topReason .sectionInner .reasonTitle{
  padding-bottom: 15px;
  text-align: center;
}
.topReason .sectionInner .reasonTitle h3{
  font-size: 50px;
  font-weight: bold;
  color: #0A2E7E;
}
.topReason .sectionInner .reasonTitle2{
  padding-bottom: 75px;
  text-align: center;
}
.topReason .sectionInner .reasonTitle2 h3{
  font-size: 40px;
  font-weight: bold;
  color: #0A2E7E;
}
.topReason .sectionInner .reasonSubtitle{
  font-size: 34px;
  font-weight: bold;
  text-align: center;
  padding-bottom: 55px;
}
.topReason .sectionInner .reasonPoint{
  background: #FFF;
  margin-bottom: 140px;
}
.topReason .sectionInner .reasonPoint ul{
  display: flex;
  max-width: 1280px;
  margin: 0 auto;
}
.topReason .sectionInner .reasonPoint ul li{
  width: calc(100% / 3);
}
.topReason .sectionInner .reasonPoint ul li .pointInner{
  width: 100%;
  padding: 35px 25px 25px 25px;
}
.topReason .sectionInner .reasonPoint ul li.point01{
  background: #8AD1F5;
}
.topReason .sectionInner .reasonPoint ul li.point02{
  background: #FFBE4F;
}
.topReason .sectionInner .reasonPoint ul li.point03{
  background: #CDD96A;
}
.topReason .sectionInner .reasonPoint ul li .pointInner .pointMaru{
  width: 150px;
  height: 150px;
  margin: 0 auto 30px auto;
  background: #fff;
  border-radius: 75px;
  line-height: 150px;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
.topReason .sectionInner .reasonPoint ul li.point01 .pointInner .pointMaru{
 color: #275AE6;
}
.topReason .sectionInner .reasonPoint ul li.point02 .pointInner .pointMaru{
 color: #EE8F3C;
}
.topReason .sectionInner .reasonPoint ul li.point03 .pointInner .pointMaru{
 color: #74B836;
}

.topReason .sectionInner .reasonPoint ul li .pointInner .pointTitle{
  line-height: 1.2;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
.topReason .sectionInner .reasonPoint ul li .pointInner .pointText{
  line-height: 1.8;
  font-size: 16px;
  padding-bottom: 10px;
}



/**** reason section ****/
.reason {
  position: relative;
  background: #F5F5F5;
  text-align: center;
  padding: 100px 0; }
  .reason .reasonInr {
    margin: 0 auto;
    width: calc(100% - 4em);
    max-width: 1200px; }
  .reason .sideL {
    float: left;
    width: 170px; }
  .reason .sideR {
    float: left;
    padding-left: 3em;
    width: calc(100% - 170px); }
    .reason .sideR h2 {
      padding: 0.2em 1em;
      margin-bottom: 1em;
      font-size: 28px;
      color: #fff;
      letter-spacing: 0.1em;
      background-image: linear-gradient(120deg, #9DC3E6 0%, #375C9C 100%); }
    .reason .sideR .txt {
      margin-top: 2em;
      text-align: left; }

.region,
.value,
.follow {
  margin: 0 auto 100px;
  padding: 5em;
  background-color: white; }
  .region .title,
  .value .title,
  .follow .title {
    position: relative;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    line-height: 1.5;
    font-weight: bold;
    font-size: 24px;
    letter-spacing: 0.5em; }
    .region .title .eng,
    .value .title .eng,
    .follow .title .eng {
      font-size: 12px;
      font-weight: normal;
      letter-spacing: 0;
      padding-top: 1em; }
    .region .title .number,
    .value .title .number,
    .follow .title .number {
      position: absolute;
      right: 1em;
      top: -20px;
      font-size: 60px;
      letter-spacing: -1px;
      color: #D9D9D9;
      -ms-writing-mode: initial;
      writing-mode: horizontal-tb; }
  .region .conts img,
  .value .conts img,
  .follow .conts img {
    width: 100%;
    display: block; }
  .region .contsTxt,
  .value .contsTxt,
  .follow .contsTxt {
    margin-top: 1em;
    line-height: 1.6; }

.regionInr,
.valueInr,
.followInr {
  margin: 0 auto;
  max-width: 1200px; }

.region .title,
.follow .title {
  float: right;
  width: 150px;
  padding-left: 1em; }

.region .conts,
.follow .conts {
  float: left;
  width: calc(100% - 150px); }

.region .contsImg,
.follow .contsImg {
  padding-right: 3em; }

.region .contsTxt,
.follow .contsTxt {
  padding-left: 3em; }

.value .title {
  float: left;
  width: 150px;
  padding-right: 1em; }
  .value .title .number {
    right: 1.5em; }

.value .conts {
  float: right;
  width: calc(100% - 150px); }

.value .contsImg {
  padding-left: 3em; }

.value .contsTxt {
  padding-right: 3em; }

.works {
  margin: 0 auto;
  padding: 0 1em; }
  .works h2 {
    position: relative;
    display: block;
    text-align: center;
    margin: 0 auto;
    max-width: 260px;
    font-size: 28px;
    font-weight: normal;
    line-height: 2; }
    .works h2 .eng {
      display: block;
      font-weight: bold;
      font-size: 22px;
      letter-spacing: -1px; }
    .works h2::before, .works h2::after {
      content: "";
      position: absolute;
      display: block;
      height: 3px;
      width: 40px; }
    .works h2::before {
      top: 0;
      left: 0;
      background-color: #4472C4; }
    .works h2::after {
      bottom: 0;
      right: 0;
      background-color: #000; }

.worksList {
  display: flex;
  flex-wrap: wrap;
  padding: 100px 0;
  margin: 0 auto;
  max-width: 1200px; }
  .worksList li {
    flex-basis: 32.66%;
    margin-right: 1%;
    border-bottom: 5px solid #4472C4;
    padding-bottom: 20px;
    margin-bottom: 100px; }
    .worksList li:nth-child(3n) {
      margin-right: 0; }
    .worksList li .ribon {
      position: relative;
      display: inline-block;
      padding: 7px;
      overflow: hidden;
      z-index: 1; }
    .worksList li .ribon .caption {
      display: inline; }
    .worksList li .ribon span {
      position: absolute;
      display: inline-block;
      top: 20px;
      left: -25px;
      width: 120px;
      padding: 2px 10px;
      background: #0070c0;
      box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.8);
      color: #fff;
      text-align: center;
      transform: rotate(-45deg);
      font-size: 14px; }
    .worksList li .ribon .caption::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 0;
      height: 0;
      top: -17px;
      left: 69px;
      border: 15px solid transparent;
      border-bottom-color: #262166;
      z-index: -10; }
    .worksList li .ribon .caption::after {
      content: "";
      display: inline-block;
      position: absolute;
      width: 0;
      height: 0;
      top: 75px;
      left: -8px;
      border: 15px solid transparent;
      border-top-color: #262166;
      z-index: -10; }
  .worksList .title {
    font-size: 18px;
    padding-bottom: 0.7em; }
  .worksList .description {
    font-size: 16px; }




























  @media only screen and (max-width: 2560px) {
  body {
    margin: 0; } }
  @media only screen and (max-width: 1920px) {
  body {
    margin: 0; } }
  @media only screen and (max-width: 1200px) {
  body {
    margin: 0; }
    
.secMvWrap .sideTxt {    
  width: 120px;    
  min-height: 410px;
  font-size: 17px;
}

/* ここが動画用の器 */
.secMvWrap .secMV {
  width: calc(100% - 120px);
  min-height: 410px;
  height: 45vw;       q      /* 背景画像は不要にする（posterに任せる） */
}
  }
  @media only screen and (max-width: 979px) {
  body {
    margin: 0; }
        header .pcNaviLwr li {
          margin-right: 0.5em;
          font-size: 0.9375rem; }
        footer .footerUpr .obi {
          height: auto;
          display: block;
          padding: 2em 0; }
        footer .footerUpr .logo, footer .footerUpr .tel {
          margin: 0 auto;
          width: calc(100% - 2em); }
      footer .footerUpr .logo {
        margin-bottom: 1em; }
        footer .footerUpr .tel {
          text-align: center; }
        footer .footerUpr .drop {
          left: auto;
          right: 10px;
          transform: translate(0, -20%); }
      footer .totop {
        right: 0.5em; } }
  @media only screen and (max-width: 890px) {
  body {
    margin: 0; }
    .pc_disp {
      display: none; }
    .sp_disp {
      display: block; }
    div.contents {
      padding-top: 65px; }
  body {
    margin: 0; }
    .pc_disp {
      display: none; }
    .sp_disp {
      display: block; }
    div.contents {
      padding-top: 65px; }
      header nav {
        height: 65px; }
      header .headerInner {
        padding-top: 0;
        height: 60px; }
  header .headertext {
    display: none;

  }
      header .headerLogo {
        height: 65px;
        width: calc(100% - 50px);
        max-width: 500px; }
        header .headerLogo a {
          padding-top: 5px; }
        header .headerLogo img {
          height: 50px;
          width: 100%; }
      header .pcNavi {
        display: none; }
      header .pcNaviLwr {
        display: none; }
      header .spmenu {
        float: right;
        display: block;
        padding-right: 10px; }
        header .spmenu .spnavi {
          top: 69px;
          left: 0;
          position: fixed;
          display: none;
          width: 100%; }
        header .spmenu .spnavBtn {
          width: 60px;
          height: 100%;
          position: absolute;
          top: 0;
          right: 0;
          cursor: pointer; }
          header .spmenu .spnavBtn .menuToCross {
            z-index: 15;
            top: 22px;
            right: 17px;
            position: absolute;
            width: 25px;
            height: 20px;
            border-radius: 2px;
            box-shadow: none;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            transition-timing-function: cubic-bezier(0.7, 0.1, 0.5, 1);
            transition-duration: 0.3s;
            transition-property: background; }
          header .spmenu .spnavBtn .menu--bar {
            position: absolute;
            width: 25px;
            height: 2px;
            left: 0px;
            background-color: #000;
            transition-timing-function: cubic-bezier(0.7, 0.1, 0.5, 1);
            transition-duration: 0.6s; }
          header .spmenu .spnavBtn .menu--bar-01,
          header .spmenu .spnavBtn .menu--bar-02,
          header .spmenu .spnavBtn .menu--bar-03 {
            top: 0;
            transition: 0.5s;
            transition-property: top, left, transform; }
          header .spmenu .spnavBtn .menu--bar-02 {
            top: 9px; }
          header .spmenu .spnavBtn .menu--bar-03 {
            top: auto;
            bottom: 0;
            transition-property: bottom, left, transform; }
          header .spmenu .spnavBtn.active .menu--bar-01 {
            top: 9px;
            width: 25px;
            transform: scaleZ(26px);
            -ms-transform: rotate(135deg);
            transform: rotate(135deg); }
          header .spmenu .spnavBtn.active .menu--bar-02 {
            top: 9px;
            width: 25px;
            opacity: 0;
            -ms-transform: rotate(90deg);
            transform: rotate(90deg); }
          header .spmenu .spnavBtn.active .menu--bar-03 {
            bottom: 9px;
            width: 25px;
            -ms-transform: rotate(225deg);
            transform: rotate(225deg); }
        header .spmenu dl {
          width: 100%;
          padding: 10px 0 60px 0;
          text-align: center;
          background: rgba(255, 255, 255, 0.95); }
        header .spmenu dt {
          width: calc(100% - 40px);
          margin: 0 auto;
          border-bottom: 1px solid #0070c0; }
          header .spmenu dt:last-child {
            border-bottom: none; }
          header .spmenu dt a {
            font-size: 1.25rem; }
          header .spmenu dt p {
            position: relative;
            line-height: 50px;
            font-weight: bold; }
            header .spmenu dt p img {
              display: inline-block;
              margin: 0 auto; }
            header .spmenu dt p span.openingHours {
              position: absolute;
              font-size: 0.875rem;
              bottom: -25px;
              margin: auto;
              left: 0;
              right: 0; }
        header .spmenu .drawer {
          height: 1000px;
          background-color: rgba(0, 0, 0, 0.7); }
  body {
    margin: 0; }
    .pc_disp {
      display: none; }
    .sp_disp {
      display: block; }
    div.contents {
      padding-top: 65px; }
    footer {
      border: none; }
      footer .footerLwr {
        height: 60px; }
      footer .totop {
        right: 1.5em;
        bottom: 36px; }



/*** section pageTitleArea ***/
.pageTitleArea {
  position: relative;
  background-color: #F5F5F5;
  text-align: center;
  padding: 50px 1em 100px; 
  }
  .pageTitleArea h1 {
    transform: translate(-50%, -50%);
    display: block;
    text-align: center;
    max-width: 400px;
    width: calc(100% - 30px);
    padding: 15px 0 15px 0;
    font-size: 24px;
  }
    .pageTitleArea h1 .eng {
      font-size: 20px; }










secMvWrap {
  width: 100%;
  border-bottom: 3px solid #707070;
}

.secMvWrap .sideTxt {
  display: none;
  float: left;
  width: 150px;
  min-height: 560px;
  padding: 30px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: upright;
  letter-spacing: 10px;
  font-size: 28px;
  font-family: 'Noto Serif JP', serif;
}

/* ここが動画用の器 */
.secMvWrap .secMV {
  float: right;
  position: relative;
  margin: 0 auto;
  width:100%;
  min-height: auto;
  height: 55vw;             /* はみ出しを隠す */
  background: none;              /* 背景画像は不要にする（posterに任せる） */
}

/* cover相当 */
.secMvWrap .secMV .mvVideo {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;             /* ← background-size: cover 相当 */
  object-position: center;       /* トリミング基準 */
  display: block;
}


.bgBeige {
  background-color: #f5f5f5; }

/*** section inner ***/
.secInner {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 40px); }


  
/**** topNews section ****/

.topNews{
  width: 100%;
  background: #fff;
  border-bottom: 1px solid #949494;
}
.topNews .sectionInner{
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  border-left: 1px solid #949494;
}
.topNews .sectionInner .newsLink{
  width: calc(100% - 55px);
  height: 55px;
  overflow: hidden;
  white-space:nowrap
}

.topNews .sectionInner .newsLink a{
  display: block;
  line-height: 55px;
  overflow: hidden;
  padding: 15px 10px;
  line-height: 25px;
}
/**** topNews section ****/

.topReason{
  width: 100%;
  background: #F5F5F5;
  padding:40px 15px 50px 15px ;
}
.topReason .sectionInner{
}
.topReason .sectionInner .reasonTitle{
  padding-bottom: 15px;
  text-align: center;
}
.topReason .sectionInner .reasonTitle h3{
  font-size: 28px;
}
.topReason .sectionInner .reasonTitle2{
  padding-bottom: 30px;
  text-align: center;
}
.topReason .sectionInner .reasonTitle2 h3{
  font-size: 20px;
  font-weight: bold;
  color: #0A2E7E;
}
.topReason .sectionInner .reasonSubtitle{
  font-size: 18px;
  padding-bottom: 40px;
}
.topReason .sectionInner .reasonPoint{
  margin-bottom: 50px;
}
.topReason .sectionInner .reasonPoint ul{
  display: block;
}
.topReason .sectionInner .reasonPoint ul li{
  width:100%;
}
.topReason .sectionInner .reasonPoint ul li .pointInner{
  width: 100%;
  padding: 35px 25px 25px 25px;
}
.topReason .sectionInner .reasonPoint ul li.point01{
  background: #8AD1F5;
}
.topReason .sectionInner .reasonPoint ul li.point02{
  background: #FFBE4F;
}
.topReason .sectionInner .reasonPoint ul li.point03{
  background: #CDD96A;
}
.topReason .sectionInner .reasonPoint ul li .pointInner .pointMaru{
  width: 150px;
  height: 150px;
  margin: 0 auto 30px auto;
  background: #fff;
  border-radius: 75px;
  line-height: 150px;
  font-size: 34px;
  font-weight: bold;
  text-align: center;
}
.topReason .sectionInner .reasonPoint ul li.point01 .pointInner .pointMaru{
 color: #275AE6;
}
.topReason .sectionInner .reasonPoint ul li.point02 .pointInner .pointMaru{
 color: #EE8F3C;
}
.topReason .sectionInner .reasonPoint ul li.point03 .pointInner .pointMaru{
 color: #74B836;
}

.topReason .sectionInner .reasonPoint ul li .pointInner .pointTitle{
  line-height: 1.2;
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 10px;
}
.topReason .sectionInner .reasonPoint ul li .pointInner .pointText{
  line-height: 1.8;
  font-size: 16px;
  padding-bottom: 10px;
}







    .reason {
      padding: 50px 0 300px; }
      .reason .sideL {
        float: none;
        position: absolute;
        bottom: 30px;
        left: 0;
        right: 0;
        margin: auto; }
      .reason .sideR {
        float: none;
        padding: 0;
        width: 100%; }
        .reason .sideR h2 {
          font-size: 1.5rem;
          padding: 0.2em 0.5em; } }
  @media only screen and (max-width: 767px) {
  body {
    margin: 0; }
          footer .footerUpr .links {
            padding: 2em 0 0;
          }
          footer .footerUpr .links .sideL {
            display: block;
            width: 100%;
            margin: 0 auto; }
      footer .footerUpr .links .sideL {
        margin-bottom: 2em; }
          footer .footerUpr .links .sideR {
            display: block;
            width: 100%;
            margin: 0 auto; }
          footer .footerUpr .links .sideR .homeLink {
            border-top: 1px solid #0089CE;
            border-bottom: 1px solid #0089CE;
            margin-bottom: 0;
            padding: 0.4em 0;
          }
          footer .footerUpr .links .sideR .sideInner {
            display: block; }
          footer .footerUpr .links .sideR .sideInner .lib{
            display: none; }
          footer .footerUpr .links .sideR .sideInner li a{
            font-size: 16px; }
          footer .footerUpr .links .sideR .sideInner li{
            padding: 0.4em 0;
            border-bottom: 1px solid #0070C0;
            font-size: 16px; }
        footer .footerUpr .links .sideL br.ml_disp {
          display: block; } }
  @media only screen and (max-width: 580px) {
  body {
    margin: 0; }
    body {
      font-size: 0.875rem; }
      footer .footerUpr {
        padding-bottom: 40px; }
        footer .footerUpr .logo img {
          max-width: 280px; }
        footer .footerUpr .drop {
          width: 120px;
          transform: translate(13%, 10%); }
        footer .footerUpr .links {
          display: block; }

    .sideTxt {
      font-size: 20px;
      padding: 30px 15px 0;
      width: 100px; }
    .secMV {
      width: calc(100% - 100px); }
      .secMV .newsArea {
        left: -80px;
        width: calc(100% + 80px);
        max-width: 400px; }
      .secMV .news {
        padding-right: 4em; }
        .secMV .news a {
          width: 100%; }
      .reason .reasonInr {
        width: calc(100% - 1em); }
        .reason .sideR h2 {
          font-size: 1.125rem; }
        .reason .sideR .txt {
          margin: 2em auto 0;
          width: calc(100% - 2em); }
    .region,
    .value,
    .follow {
      padding: 5em 1em; }
      .region .title,
      .value .title,
      .follow .title {
        font-size: 20px; }
    .region .title,
    .follow .title {
      float: none;
      margin: 0 auto 1em;
      padding-left: 0; }
    .region .conts,
    .follow .conts {
      float: none;
      margin: 0 auto;
      width: calc(100% - 20px); }
    .region .contsImg,
    .follow .contsImg {
      padding-right: 0; }
    .region .contsTxt,
    .follow .contsTxt {
      padding-left: 0; }
    .value .title {
      float: none;
      margin: 0 auto 1em;
      padding-right: 0; }
      .value .title .number {
        right: 1em; }
    .value .conts {
      float: none;
      margin: 0 auto;
      width: calc(100% - 20px); }
    .value .contsImg {
      padding-left: 0; }
    .value .contsTxt {
      padding-right: 0; }
      .worksList li {
        flex-basis: 48%; }
      .worksList .title {
        font-size: 16px; }
      .worksList .description {
        font-size: 14px; } }
  @media only screen and (max-width: 420px) {
        footer .footerUpr .drop {
          width: 100px;
          transform: translate(10%, 60%); }
    .secInner {
      width: calc(100% - 20px); }
    .worksList {
      justify-content: center;
      padding: 50px 0; }
      .worksList li {
        flex-basis: 90%; } }
  @media only screen and (max-width: 340px) {
      header .headerInner {
        width: calc(100% - 10px); } }



        /* 初期状態（見えてない） */
.js-reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .6s ease, transform .6s ease;
  will-change: opacity, transform;
}

.js-reveal.is-inview {
  opacity: 1;
  transform: translateY(0);
}

/* 右からにしたい場合 */
.js-reveal--right { transform: translateX(24px); }
.js-reveal--right.is-inview { transform: translateX(0); }

/* 左からにしたい場合 */
.js-reveal--left { transform: translateX(-24px); }
.js-reveal--left.is-inview { transform: translateX(0); }

/* アニメーション苦手設定の人には無効化 */
@media (prefers-reduced-motion: reduce) {
  .js-reveal {
    transition: none;
    transform: none;
    opacity: 1;
  }
}