@charset "UTF-8";

/*
 * 共通スタイル
 */

/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */

/* ============================================ */

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-width: 0;
  border-style: solid;
}

/* 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;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 3*/
}

/* 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 {
  margin: 0;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

/* 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 {
  /* 1 */
  overflow: visible;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  clear: both;
  /* 1 */
  height: 0;
  margin: 0;
  /* 2 */
  border-top-width: 1px;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */

/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  position: relative;
  font-size: 75%;
  vertical-align: baseline;
  line-height: 0;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* Embedded content */

/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */

/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  margin: 0;
  padding: 0;
  border-radius: 0;
  background: transparent;
  outline: 0;
  color: inherit;
  font: inherit;
  text-align: inherit;
  vertical-align: middle;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  color: inherit;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 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;
}

/**
 * 1. 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. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  /* 1 */
  font: inherit;
  -webkit-appearance: button;
  /* 2 */
}

/**
 * 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] {
  outline: none;
}

/* Table */

/* ============================================ */

table {
  border-spacing: 0;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  padding: 0;
  vertical-align: top;
}

th {
  font-weight: bold;
  text-align: left;
}

/* Misc */

/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

html {
  height: 100%;
}

body {
  position: relative;
  color: #535353;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  line-height: 1.5;
 /* letter-spacing: .1em;*/
}

body.is-active {
  overflow: hidden;
}

body.is-active [data-menu-btn] {
  opacity: 0;
}

img {
  max-width: 100%;
  
  height: auto;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
  outline: none;
  letter-spacing: .1em;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.c-breadcrumb {
  display: none;
}

.c-mt10 {
  margin-top: 10px;
}

.c-mt20 {
  margin-top: 20px;
}

.c-mt30 {
  margin-top: 30px;
}

.c-mt40 {
  margin-top: 40px;
}

.c-mt50 {
  margin-top: 50px;
}

.c-mt60 {
  margin-top: 60px;
}

.c-mt70 {
  margin-top: 70px;
}

.c-mt80 {
  margin-top: 80px;
}

.c-nowrap {
  display: inline-block;
  word-break: break-all;
}

.c-kerning {
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.c-align-center {
  text-align: center;
}

.c-align-left {
  text-align: left;
}

.c-align-right {
  text-align: right;
}

.c-strong {
  font-weight: 600;
}

.c-link {
  color: #f00;
  text-decoration: underline;
}

.c-link:active,
.c-link:focus,
.c-link:visited,
.c-link:hover {
  color: #f00;
}

.c-list {
  color: #555;
  font-size: 10px;
}

.c-list li {
  position: relative;
  padding-left: 1.1em;
  color: inherit;
}

.c-list li::before {
  position: absolute;
  top: 0;
  left: 0;
  color: inherit;
  content: "※";
}

.c-section__content {
  margin-right: auto;
  margin-left: auto;
}

.c-slider-item {
  position: relative;
  z-index: 1;
}

.c-slider-text {
  position: absolute;
  z-index: 2;
  text-shadow: 2px 2px 2px rgba(0, 0, 0, .6), 0px 0px 2px rgba(0, 0, 0, .6);
  color: #fff;
}

.c-header {
  position: fixed;
  z-index: 1000;
  width: 100%;
  border-top: 5.5px solid #ffff7f;
  background: #fff;
}

.c-header__content {
  position: relative;
}

.c-header-logo {
  margin-right: auto;
  margin-left: auto;
}

.c-header-logo__item {
  display: block;
}

.c-header-menu {
  display: block;
  position: absolute;
  z-index: 2;
  top: 30%;
  right: 14px;
  width: 25px;
  height: 25px;
  background: url("../img/common/btn_menu_header.svg");
  background-repeat: no-repeat;
  background-size: 25px auto;
}

.c-header-close {
  position: absolute;
  right: 14px;
  width: 25px;
  height: 25px;
  background-image: url("../img/common/btn_close_header.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.c-header-box {
  visibility: hidden;
  overflow-y: scroll;
  position: fixed;
  z-index: 1000;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 10px;
  background: rgba(24, 79, 159, .95);
  opacity: 0;
}

.c-header-box__content {
  padding-top: 20%;
  padding-bottom: 10%;
}

.c-header-box.is-animation {
  -webkit-transition: opacity .3s, visibility 0s ease .3s;
  transition: opacity .3s, visibility 0s ease .3s;
}

.c-header-box.is-show {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

.c-header-list {
  width: 100%;
  margin-top: 10px;
}

.c-header-list li {
  text-align: center;
}

.c-header-list li:not(:first-child) {
  margin-top: 30px;
}

.c-header-list-item {
  color: #fff;
  font-family: 'Zen Maru Gothic', sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.c-header-list-item:active,
.c-header-list-item:focus,
.c-header-list-item:visited,
.c-header-list-item:hover {
  color: #fff;
}

.c-header-sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-header-sns li {
  width: 26px;
  height: 26px;
  margin-right: 10px;
  margin-left: 10px;
}

.c-header-sns li.c-header-sns-fb {
  width: 19.5px;
}

.c-header-sns-item {
  display: block;
}

.c-header-nav {
  margin-top: 10px;
}

.c-header-nav-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.c-header-nav-content li {
  width: 50%;
}

.c-header-nav-content li:not(:last-child) {
  border-right: 1px solid #d4d9ff;
}

.c-header-nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding-top: 10px;
  padding-bottom: 10px;
  color: #184f9f;
  font-weight: 700;
  text-align: center;
  letter-spacing: .01em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.c-header-nav-link:active,
.c-header-nav-link:focus,
.c-header-nav-link:visited,
.c-header-nav-link:hover {
  color: #184f9f;
}

.c-header-nav-link.is-current::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #184f9f;
  content: '';
}

.c-header-nav-link:hover::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #184f9f;
  content: '';
}

.c-header-nav-link-enquete {
  display: inline-block;
  position: relative;
  padding-top: 20px;
}

.c-header-nav-link-enquete::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 15px;
  height: 13px;
  margin: auto;
  background-image: url("../img/common/icon_header_enquete.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
}

@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }

  .c-hide-pc {
    display: none;
  }

  .c-link:hover {
    text-decoration: none;
  }

  .c-section {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .c-section__content {
    max-width: 1020px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .c-slider-text {
    right: 2%;
    bottom: 2%;
    font-size: 14px;
  }

  .c-header-list-item {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .c-header-list-item:hover {
    opacity: .7;
  }

  .c-header-sns-item {
    -webkit-transition: opacity .25s ease;
    transition: opacity .25s ease;
  }

  .c-header-sns-item:hover {
    opacity: .7;
  }
}

/*@media screen and (min-width: 1200px) {
  .c-main {
    padding-top: 188px;
  }

    .c-main--top {*/
        /*padding-top: 350px;*/
        /*padding-top: 250px;
        padding-bottom: 60px;
    }

  .c-main--lp {
    padding-top: 320px;
  }

  .c-anchor-target {
    margin-top: -188px;
    padding-top: 188px;
  }

  .c-header__content {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .c-header-logo {
    width: 500px;
  }

  .c-header-logo--top {
    width: 396px;
  }

  .c-header-menu--top {
    top: 10%;
  }

  .c-header-close {
    top: 32px;
  }

  .c-header-nav-link {
    font-size: 16px;
  }
}

@media screen and (max-width: 1199px) {
  .c-main {
    padding-top: 132px;
  }

  .c-main--top {
    padding-top: 150px;
    padding-bottom: 30px;
  }

  .c-main--lp {
    padding-top: 200px;
  }

  .c-anchor-target {
    margin-top: -122px;
    padding-top: 122px;
  }

  .c-header__content {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .c-header-logo {
    width: 212px;
  }

  .c-header-logo--top {
    width: 198px;
  }

  .c-header-menu--top {
    top: 15%;
  }

  .c-header-close {
    top: 16px;
  }

  .c-header-nav-link {
    height: 59px;
    font-size: 13px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }

  .c-hide-sp {
    display: none;
  }

  .c-mt-sp10 {
    margin-top: 10px;
  }

  .c-mt-sp20 {
    margin-top: 20px;
  }

  .c-mt-sp30 {
    margin-top: 30px;
  }

  .c-mt-sp40 {
    margin-top: 40px;
  }

  .c-mt-sp50 {
    margin-top: 50px;
  }

  .c-mt-sp60 {
    margin-top: 60px;
  }

  .c-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .c-section__content {
    max-width: 480px;
    width: calc(100% - 40px);
  }

  .c-slider-text {
    right: 2.5%;
    bottom: 2.5%;
    font-size: 11px;
  }
}*/