@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  border-style: solid;
  border-width: 0;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

dd {
  margin-left: 0;
}

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

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-transform: inherit;
  /* 2 */
  vertical-align: middle;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

button:disabled,
[type="button"]:disabled,
[type="reset"]:disabled,
[type="submit"]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the outline style in Safari.
 */
[type="search"] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type="number"] {
  -moz-appearance: textfield;
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-collapse: collapse;
  border-color: inherit;
  /* 1 */
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* ------------------------------------------------------------
base
------------------------------------------------------------ */
body {
  color: #252525;
  font-family: Linotte, YuGothic,"Yu Gothic","游ゴシック体","游ゴシック","ヒラギノ角ゴ Pro W3","ヒラギノ角ゴ Pro W7","Hiragino Kaku Gothic Pro",Roboto,"メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,"MS PGothic",Arial,Helvetica,Verdana,sans-serif !important;
  font-feature-settings: "palt";
  font-size: 18px;
  font-weight: 500;
  height: 100%;
  line-height: 2;
  margin: 0;
  padding: 0;
  width: 100%;
}

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

p {
  margin-bottom: 20px;
}

span.font-small {
  font-size: 12px;
}

.inner {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 20px;
  position: relative;
}

img {
  height: auto;
  width: 100%;
}

.sp-br {
  display: none;
}

.in-preparation {
  background: #f1f5fa;
  padding: 30px;
  text-align: center;
}

.green-button {
  text-align: center;
}

.green-button a {
  align-items: center;
  background: #fff;
  border: 3px solid #57c2af;
  border-radius: 5px;
  color: #57c2af;
  display: inline-flex;
  font-weight: bold;
  height: 60px;
  justify-content: center;
  position: relative;
  width: 250px;
  z-index: 1;
}

.green-button a:after {
  background: #57c2af;
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  width: 0;
  z-index: -1;
}

.green-button a:hover {
  color: #fff;
}

.green-button a:hover:after {
  transition: width .3s;
  width: 100%;
}

/* ------------------------------------------------------------
header
------------------------------------------------------------ */
.header {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  font-weight: bold;
  height: 66px;
  justify-content: space-between;
  padding: 0 20px 0 40px;
  width: 100%;
  background: #fff;
  z-index: 3;
  position: relative;
}

.header ul.nav {
  display: flex;
  font-size: 15px;
}

.header ul.nav li a {
  display: block;
  padding: 20px 20px;
}

.header ul.nav li a:hover {
  color: #e48702;
}

.header #menu-btn {
  display: none;
}

/* ------------------------------------------------------------
sub-nav
------------------------------------------------------------ */
.sub-nav {
  background: radial-gradient(circle farthest-side at left top, #fff8d7 30%, #ddf3ef 50%, #ddf3ef);
}

.sub-nav h2 {
  color: #e48702;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.8;
  padding: 5px 0;
}

.sub-nav .inner {
  align-items: stretch;
  display: flex;
  justify-content: space-between;
}

.sub-nav .sub-nav-list {
  display: flex;
  height: 100%;
}

.sub-nav .sub-nav-list li {
  height: 100%;
}

.sub-nav .sub-nav-list li a {
  align-items: center;
  display: flex;
  font-size: 15px;
  height: 100%;
  padding: 0 20px;
  position: relative;
}

.sub-nav .sub-nav-list li a:before {
  background: #ffd200;
  bottom: 0;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  margin: auto;
  position: absolute;
  transition: width .3s;
  width: 0;
}

.sub-nav .sub-nav-list li a:hover {
  background: rgba(255, 255, 255, 0.3);
}

.sub-nav .sub-nav-list li a:hover:before {
  width: 100%;
}

/* ------------------------------------------------------------
breadcrumbs　パンくずナビー
------------------------------------------------------------ */
.breadcrumbs {
  display: flex;
  font-size: 16px;
  justify-content: flex-end;
}

.breadcrumbs ul {
  display: flex;
  margin: 10px 0;
}

.breadcrumbs ul li {
  font-size: min(2.8vw, 14px);
}

.breadcrumbs ul li:not(:last-of-type) {
  padding-right: 1em;
}

.breadcrumbs ul li:not(:last-of-type):after {
  content: ">";
  margin-left: 1em;
  position: relative;
  top: -1px;
}

.breadcrumbs ul li a {
  display: inline-block;
}

/* ------------------------------------------------------------
サッブタイトル
------------------------------------------------------------ */
.page-sub-title {
  align-items: center;
  border-left: 7px solid #e48702;
  display: flex;
  font-size: 33px;
  line-height: 1.2;
  margin-bottom: 25px;
  min-height: 60px;
  padding-left: 20px;
  position: relative;
}

.page-sub-title:before {
  background: #e8311f;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 20px;
  left: -7px;
  position: absolute;
  width: 7px;
}

/* ------------------------------------------------------------
footer
------------------------------------------------------------ */
#footer {
  margin-top: 80px;
  background: #fff8d7;
}

#footer .footer-logo {
  text-align: center;
  padding: 40px 0 0;
}

#footer .footer-logo a {
  display: inline-block;
}

#footer .footer-logo a img {
  width: auto;
}

#footer .footer-menu {
  align-items: flex-start;
  display: flex;
  justify-content: center;
  padding: 40px 20px;
}

#footer .footer-menu div {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: center;
}

#footer .footer-menu div a {
  font-size: 15px;
  position: relative;
}

#footer .footer-menu div a:after {
  background-color: #ffd200;
  bottom: 0;
  content: "";
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  transition: width .3s;
  width: 0;
}

#footer .footer-menu div a:hover:after {
  transition: width .3s;
  width: 100%;
}

#footer .footer-menu div .menu {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

#footer .footer-menu div .menu li {
  margin: 0 10px;
}

#footer .footer-menu img {
  width: 102px;
}

#footer .footer-banner {
  background: #fff;
}

#footer .footer-banner p {
  align-items: center;
  display: flex;
  justify-content: space-between;
  line-height: 1;
  padding: 5px 0;
}

#footer .footer-banner p a {
  bottom: -2px;
  position: relative;
  width: 150px;
}

#footer .site-links {
  margin: 10px 0 50px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

#footer .site-links a {
  display: inline-flex;
  flex-direction: column;
  text-decoration: none !important;
  line-height: 2;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #a7a7a7;
  height: 58px;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: bold;
  margin-bottom: 10px;
}

#footer .site-links a:not(:last-of-type) {
  margin-right: 10px;
}

#footer .site-links .link-name {
  font-size: min(4vw, 18px);
  padding: 2px 5px 0 5px;
  text-align: center;
}

#footer .site-links .link-name:last-of-type {
  font-size: min(3vw, 15px);
}

#footer .site-links .link-description {
  font-size: min(1.9vw, 9px);
  padding: 0 5px;
  width: 100%;
  display: block;
  text-align: center;
}

@media screen and (min-width: 1080px) {
  .sub-nav-list-sp {
    position: absolute;
    background: #fff;
    box-shadow: 0 8px 28px #edecea;
    transform: scaleY(0);
    /*デフォルトでは非表示の状態にしておく*/
    transform-origin: center top;
    /*変形を適応する基準をtopとする*/
    transition: all .3s;
    /*表示の変化を0.3秒に指定*/
    color: #fff;
    display: block !important;
  }
  .sp-sub-menu:hover .sub-nav-list-sp {
    transform: scaleY(1);
    /*Gナビメニューにホバーしたら表示*/
    color: #252525;
  }
}

@media screen and (max-width: 1080px) {
  header {
    padding: 0 20px !important;
  }
  header span#menu-btn {
    align-items: center;
    background: #f2f5fa;
    border-radius: 30px;
    box-shadow: 0 0 3px #bdbfc4;
    color: #6fb0e1;
    cursor: pointer;
    display: inline-flex !important;
    justify-content: center;
    height: 50px;
    line-height: 1;
    position: fixed;
    right: 20px;
    text-align: center;
    width: 50px;
    z-index: 10;
    font-size: 12px;
  }
  header span#menu-btn.open {
    background: #6fb0e1;
    color: #fff;
  }
  header nav {
    background: rgba(46, 50, 54, 0.3);
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    transition: all .5s ease .2s;
    z-index: -1;
  }
  header nav .nav {
    background: #f2f5fa;
    border-radius: 0 0 0 50px;
    flex-direction: column;
    height: auto;
    max-height: 617px;
    max-width: 28em;
    overflow-y: scroll;
    padding: 66px 10px 40px;
    position: absolute;
    right: 0;
    text-align: center;
    transform: translateX(28em);
    transition: all .5s ease;
    width: 90%;
  }
  header nav .nav::-webkit-scrollbar {
    display: none;
  }
  header nav .nav li {
    border-bottom: 1px dotted #aac1e4;
    display: flex;
    position: relative;
  }
  header nav .nav li:before {
    background: #ffd200;
    bottom: 0;
    content: "";
    display: block;
    height: 8px;
    left: 0;
    margin: auto;
    position: absolute;
    transition: width .3s;
    width: 0;
  }
  header nav .nav li.sp-sub-menu {
    flex-direction: column;
  }
  header nav .nav li.sp-sub-menu > a {
    pointer-events: none;
  }
  header nav .nav li.sp-sub-menu > a:before {
    background: #bdbfc4;
    content: "";
    height: 4px;
    position: absolute;
    right: 20px;
    top: calc(50% - 2px);
    width: 24px;
  }
  header nav .nav li.sp-sub-menu > a:after {
    background: #bdbfc4;
    content: "";
    height: 24px;
    position: absolute;
    right: 30px;
    top: calc(50% - 12px);
    transition: all .5s ease;
    width: 4px;
  }
  header nav .nav li.sp-sub-menu .sub-nav-list-sp {
    background: #fff;
    padding: 10px 0;
    left: -10px;
    position: relative;
    width: calc(100% + 20px);
  }
  header nav .nav li.sp-sub-menu .sub-nav-list-sp li {
    border-bottom: none;
  }
  header nav .nav li.sp-sub-menu .sub-nav-list-sp li a {
    font-size: 14px;
    padding: 10px 0 10px 70px !important;
  }
  header nav .nav li.sp-sub-menu.open .sub-nav-list-sp {
    display: block !important;
  }
  header nav .nav li.sp-sub-menu.open > a:after {
    transform: rotate(90deg);
  }
  header nav .nav li a {
    color: #3f3f41;
    font-size: 16px;
    padding: 17px 40px !important;
    position: relative;
    text-align: left;
    width: 100%;
  }
  header nav.open {
    opacity: 1;
    transition: all .5s ease;
    z-index: 9;
    height: 100%;
    width: 100%;
  }
  header nav.open .nav {
    transform: translateX(0);
    transition: all .5s ease;
  }
  .sub-nav nav {
    display: none;
  }
  .sub-nav h2 {
    font-size: 30px;
  }
  #footer .footer-menu {
    flex-wrap: wrap;
    padding: 40px 20px;
  }
  #footer .footer-banner p {
    padding: 5px 20px;
  }
}

@media screen and (max-width: 768px) {
  #footer .footer-menu div {
    max-width: calc(100% - 120px);
  }
}

@media screen and (max-width: 540px) {
  .page-sub-title {
    font-size: 25px;
  }
  #footer .site-links a:not(:last-of-type) {
    margin-right: 0;
  }
}

@media screen and (max-width: 414px) {
  header .title img {
    height: 30px;
    width: auto;
  }
  small {
    font-size: 10px;
  }
  .breadcrumbs ul {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .breadcrumbs ul li:not(:last-of-type) {
    padding-right: 8px;
  }
  .breadcrumbs ul li:not(:last-of-type):after {
    margin-left: 8px;
  }
  #footer .footer-menu div {
    margin-top: 20px;
    max-width: unset;
  }
  #footer .footer-banner p a {
    width: 110px;
  }
}

/* ------------------------------------------------------------
     Hacks
------------------------------------------------------------ */
.codeHide {
  bottom: 0;
  position: absolute;
}

/* ------------------------------------------------------------
    アニメション
------------------------------------------------------------ */
@keyframes float {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
