@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 {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* 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 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 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 {
  font-size: inherit;
  line-height: inherit;
  margin: 0;
}

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

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

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  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;
  text-decoration: none;
  color: inherit;
}

/**
 * 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 {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
textarea {
  -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 {
  border-style: none;
  padding: 0;
}

/**
 * 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 {
  margin: 0;
  padding: 0;
  min-width: 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 {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 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 {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 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-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* html
---------------------------------------------------------------------*/
html {
  font-size: 62.5%;
}

/* body
---------------------------------------------------------------------*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*---------------------------------------------------------------

    レイアウト　01

---------------------------------------------------------------*/
.layout_01 h1 + p {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .layout_01 h1 + p {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_01 h1 + p {
    margin-top: 50px;
  }
}

/*---------------------------------------------------------------

    レイアウト　02

---------------------------------------------------------------*/
.layout_02 h1 + p {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .layout_02 h1 + p {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_02 h1 + p {
    margin-top: 50px;
  }
}

/*---------------------------------------------------------------

    レイアウト　03

---------------------------------------------------------------*/
.layout_03 h1 + div {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .layout_03 h1 + div {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_03 h1 + div {
    margin-top: 50px;
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
}
@media only screen and (min-width: 768px) {
  .layout_03 .list_set {
    width: calc(33.3333% - 15px);
    margin: 0 7.5px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_03 .list_set {
    width: calc(33.3333% - 25px);
    margin: 0 12.5px;
  }
}
.layout_03 .list_set:nth-child(n+2) {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .layout_03 .list_set:nth-child(n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .layout_03 .list_set:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_03 .list_set:nth-child(n+4) {
    margin-top: 40px;
  }
}
.layout_03 .list_set h2 {
  margin-top: 1em;
}
.layout_03 .list_set p {
  margin-top: 0.6em;
}

/*---------------------------------------------------------------

    レイアウト　04

---------------------------------------------------------------*/
.layout_04 h1 + div {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px;
}
@media only screen and (min-width: 768px) {
  .layout_04 h1 + div {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_04 h1 + div {
    margin-top: 50px;
    margin-right: -10px;
    margin-left: -10px;
  }
}
.layout_04 .list_set {
  width: calc(50% - 10px);
  margin-right: 5px;
  margin-left: 5px;
}
@media only screen and (min-width: 768px) {
  .layout_04 .list_set {
    width: calc(25% - 10px);
  }
}
@media only screen and (min-width: 1024px) {
  .layout_04 .list_set {
    width: calc(25% - 20px);
    margin-right: 10px;
    margin-left: 10px;
  }
}
.layout_04 .list_set:nth-child(n+3) {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .layout_04 .list_set:nth-child(n+3) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .layout_04 .list_set:nth-child(n+5) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_04 .list_set:nth-child(n+5) {
    margin-top: 40px;
  }
}
.layout_04 .list_set h2 {
  margin-top: 1em;
}
.layout_04 .list_set p {
  margin-top: 0.6em;
}

/*---------------------------------------------------------------

    レイアウト　05

---------------------------------------------------------------*/
.layout_05 h1 + div {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .layout_05 h1 + div {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_05 h1 + div {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 768px) {
  .layout_05 .list_set {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1024px) {
  .layout_05 .list_set {
    width: calc(50% - 20px);
  }
}
.layout_05 .list_set:nth-child(n+2) {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .layout_05 .list_set:nth-child(n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .layout_05 .list_set:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_05 .list_set:nth-child(n+3) {
    margin-top: 40px;
  }
}
.layout_05 .list_set h2 {
  margin-top: 1em;
}
.layout_05 .list_set p {
  margin-top: 0.6em;
}

/*---------------------------------------------------------------

    レイアウト　06

---------------------------------------------------------------*/
.layout_06 h1 + div {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .layout_06 h1 + div {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    margin-left: -7.5px;
    margin-right: -7.5px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_06 h1 + div {
    margin-top: 50px;
    margin-left: -12.5px;
    margin-right: -12.5px;
  }
}
.layout_06 .list_set {
  padding: 15px;
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
  .layout_06 .list_set {
    width: calc(33.3333% - 15px);
    margin-left: 7.5px;
    margin-right: 7.5px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_06 .list_set {
    width: calc(33.3333% - 25px);
    margin-right: 12.5px;
    margin-left: 12.5px;
  }
}
.layout_06 .list_set:nth-child(n+2) {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .layout_06 .list_set:nth-child(n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .layout_06 .list_set:nth-child(n+4) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_06 .list_set:nth-child(n+4) {
    margin-top: 40px;
  }
}
.layout_06 h2 {
  margin-top: 1em;
}
.layout_06 p {
  margin-top: 0.6em;
}

/*---------------------------------------------------------------

    レイアウト　07

---------------------------------------------------------------*/
.layout_07 h1 + div {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .layout_07 h1 + div {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_07 h1 + div {
    margin-top: 50px;
  }
}
.layout_07 section {
  background: #F00;
  padding: 30px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .layout_07 section {
    width: calc(50% - 15px);
  }
}
@media only screen and (min-width: 1024px) {
  .layout_07 section {
    width: calc(50% - 20px);
  }
}
.layout_07 section:nth-child(n+2) {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .layout_07 section:nth-child(n+2) {
    margin-top: 0;
  }
}
@media only screen and (min-width: 768px) {
  .layout_07 section:nth-child(n+3) {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_07 section:nth-child(n+3) {
    margin-top: 40px;
  }
}
.layout_07 section p {
  background: rgba(255, 255, 255, 0.7);
  padding: 30px;
}

/*---------------------------------------------------------------

    レイアウト　08

---------------------------------------------------------------*/
.layout_08 h1 + div {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .layout_08 h1 + div {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_08 h1 + div {
    margin-top: 50px;
  }
}
.layout_08 section {
  box-sizing: border-box;
  transition: 0.3s;
  /* 画像左　テキスト右 */
  /* 画像右　テキスト左 */
}
@media only screen and (min-width: 768px) {
  .layout_08 section {
    position: relative;
  }
}
.layout_08 section + section {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .layout_08 section + section {
    margin-top: 80px;
  }
}
.layout_08 section .img {
  position: relative;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .layout_08 section .img {
    width: 450px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_08 section .img {
    width: 600px;
  }
}
@media only screen and (min-width: 1280px) {
  .layout_08 section .img {
    width: 700px;
  }
}
.layout_08 section h2 {
  padding: 15px;
  margin: -5% 15px 0 15px;
  font-size: 1.8rem;
  font-weight: 700;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  position: relative;
  z-index: 1;
}
.layout_08 section h2 + p {
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  .layout_08 section h2 + p {
    width: 360px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_08 section h2 + p {
    margin-top: 2em;
    width: 500px;
  }
}
@media only screen and (min-width: 1280px) {
  .layout_08 section h2 + p {
    width: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .layout_08 section.l_img_r_txt h2 {
    margin: -10% 0 0 auto;
    min-height: 6em;
    font-size: 2rem;
    width: 300px;
    position: absolute;
    right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_08 section.l_img_r_txt h2 {
    padding: 30px;
    min-height: 9em;
    font-size: 2.2rem;
    width: 350px;
  }
}
@media only screen and (min-width: 1280px) {
  .layout_08 section.l_img_r_txt h2 {
    width: 400px;
  }
}
@media only screen and (min-width: 768px) {
  .layout_08 section.r_img_l_txt .img {
    margin: 0 0 0 auto;
  }
}
@media only screen and (min-width: 768px) {
  .layout_08 section.r_img_l_txt h2 {
    margin: -10% 0 0 auto;
    min-height: 6em;
    font-size: 2rem;
    width: 300px;
    position: absolute;
    left: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_08 section.r_img_l_txt h2 {
    padding: 30px;
    min-height: 9em;
    font-size: 2.2rem;
    width: 350px;
  }
}
@media only screen and (min-width: 1280px) {
  .layout_08 section.r_img_l_txt h2 {
    width: 400px;
  }
}
.layout_08 section.r_img_l_txt h2 + p {
  margin: 1em 0 0 auto;
}

/*---------------------------------------------------------------

    レイアウト　09

---------------------------------------------------------------*/
/*---------------------------------------------------------------

    レイアウト　10

---------------------------------------------------------------*/
.layout_10 h1 + div {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .layout_10 h1 + div {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_10 h1 + div {
    margin-top: 50px;
  }
}
.layout_10 section {
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .layout_10 section {
    display: flex;
    justify-content: space-between;
  }
}
.layout_10 section:nth-child(n+2) {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .layout_10 section:nth-child(n+2) {
    margin-top: 40px;
  }
}
@media only screen and (min-width: 768px) {
  .layout_10 section .img {
    width: 250px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_10 section .img {
    width: 270px;
  }
}
@media only screen and (min-width: 1280px) {
  .layout_10 section .img {
    width: 300px;
  }
}
@media only screen and (min-width: 768px) {
  .layout_10 section .img + div {
    width: 410px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_10 section .img + div {
    width: 600px;
  }
}
@media only screen and (min-width: 1280px) {
  .layout_10 section .img + div {
    width: 700px;
  }
}
.layout_10 section h2 {
  margin-top: 1em;
}
@media only screen and (min-width: 768px) {
  .layout_10 section h2 {
    margin-top: 0;
  }
}
.layout_10 section h2 + p {
  margin-top: 0.6em;
}
@media only screen and (min-width: 768px) {
  .layout_10 section h2 + p {
    margin-top: 1em;
  }
}
@media only screen and (min-width: 768px) {
  .layout_10 section.img_l_text_r {
    order: 1;
  }
}
@media only screen and (min-width: 768px) {
  .layout_10 section.img_l_text_r .img {
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .layout_10 section.img_l_text_r .img + div {
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .layout_10 section.img_r_text_l .img {
    order: 2;
  }
}
@media only screen and (min-width: 768px) {
  .layout_10 section.img_r_text_l .img + div {
    order: 1;
  }
}

/*---------------------------------------------------------------

    レイアウト　11

---------------------------------------------------------------*/
.layout_11 h1 + dl {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .layout_11 h1 + dl {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_11 h1 + dl {
    margin-top: 50px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_11 dl {
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_11 dl dt {
    width: 230px;
    padding: 1em 0;
    border-bottom: 1px dashed #CCC;
  }
}
.layout_11 dl dt span {
  margin-right: 0.5em;
  padding: 0 0.5em;
}
@media only screen and (min-width: 1024px) {
  .layout_11 dl dt span {
    margin-right: 1em;
    padding: 0 1em;
  }
}
.layout_11 dl dd {
  padding: 0 0 0.5em 0;
}
@media only screen and (min-width: 1024px) {
  .layout_11 dl dd {
    padding: 1em 0;
    width: calc(100% - 230px);
    border-bottom: 1px dashed #CCC;
  }
}
.layout_11 dl dd + dt {
  border-top: 1px dashed #CCC;
  padding: 0.7em 0 0 0;
}
@media only screen and (min-width: 1024px) {
  .layout_11 dl dd + dt {
    padding: 1em 0;
    border-top: none;
  }
}
.layout_11 dl + a {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .layout_11 dl + a {
    margin-top: 40px;
  }
}

/*---------------------------------------------------------------

    レイアウト　12

---------------------------------------------------------------*/
.layout_12 > div > div + a {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .layout_12 > div > div + a {
    margin-top: 40px;
  }
}
.layout_12 h1 + div {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .layout_12 h1 + div {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_12 h1 + div {
    margin-top: 50px;
  }
}
.layout_12 ul.tab-group {
  display: flex;
}
.layout_12 ul.tab-group li {
  width: 33.3333%;
  text-align: center;
  cursor: pointer;
  /* more_btn */
}
.layout_12 ul.tab-group li span {
  padding: 10px 0;
  display: block;
}
.layout_12 ul.tab-group li a {
  display: block;
  padding: 10px 0;
  transition: 0.3s;
  background: #4ce95e;
  color: #FFF;
}
.layout_12 ul.tab-group li a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.layout_12 .panel {
  display: none;
}
.layout_12 .panel.is-show {
  display: block !important;
}
.layout_12 dl {
  border: 5px solid #2CA6E0;
  padding: 15px;
}
@media only screen and (min-width: 1024px) {
  .layout_12 dl {
    display: flex;
    flex-wrap: wrap;
    border: 8px solid #2CA6E0;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_12 dl dt {
    width: 230px;
    padding: 1em 0;
    border-bottom: 1px dashed #CCC;
    box-sizing: border-box;
  }
}
.layout_12 dl dt span {
  margin-right: 1em;
  padding: 0 0.5em;
  position: relative;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .layout_12 dl dt span {
    margin-right: 1em;
    padding: 0 1em;
  }
}
.layout_12 dl dt span::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #2CA6E0;
  display: block;
  position: absolute;
  right: -8px;
  top: 50%;
  margin-top: -5px;
}
.layout_12 dl dd {
  padding: 0 0 0.5em 0;
}
@media only screen and (min-width: 1024px) {
  .layout_12 dl dd {
    padding: 1em 0;
    width: calc(100% - 230px);
    border-bottom: 1px dashed #CCC;
    box-sizing: border-box;
  }
}
.layout_12 dl dd + dt {
  border-top: 1px dashed #CCC;
  padding: 0.7em 0 0 0;
}
@media only screen and (min-width: 1024px) {
  .layout_12 dl dd + dt {
    padding: 1em 0;
    border-top: none;
  }
}

/*---------------------------------------------------------------

    レイアウト　13

---------------------------------------------------------------*/
.layout_13 > div > div + a {
  margin-top: 30px;
}
@media only screen and (min-width: 1024px) {
  .layout_13 > div > div + a {
    margin-top: 40px;
  }
}
.layout_13 h1 + div {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .layout_13 h1 + div {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_13 h1 + div {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_13 .img {
    width: 435px;
  }
}
@media only screen and (min-width: 1280px) {
  .layout_13 .img {
    width: 500px;
  }
}
.layout_13 dl {
  margin-top: 1em;
}
@media only screen and (min-width: 1024px) {
  .layout_13 dl {
    margin-top: 0;
    width: 435px;
    display: flex;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1280px) {
  .layout_13 dl {
    width: 500px;
  }
}
.layout_13 dl dt {
  width: 100%;
}
.layout_13 dl dt span {
  margin-right: 0.5em;
  padding: 0 0.5em;
}
@media only screen and (min-width: 1024px) {
  .layout_13 dl dt span {
    margin-right: 1em;
    padding: 0 1em;
  }
}
.layout_13 dl dd {
  padding: 0 0 0.5em 0;
}
.layout_13 dl dd + dt {
  border-top: 1px dashed #CCC;
  padding: 0.7em 0 0 0;
}

/*---------------------------------------------------------------

    レイアウト14　FAQ等に

---------------------------------------------------------------*/
.layout_14 h1 + dl {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .layout_14 h1 + dl {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_14 h1 + dl {
    margin-top: 50px;
  }
}
.layout_14 dl dt {
  background: #AAD3FF;
  padding: 15px 52px 15px 50px;
  font-weight: 700;
  position: relative;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .layout_14 dl dt {
    padding: 20px 52px 20px 70px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_14 dl dt {
    padding: 25px 52px 25px 80px;
    font-size: 2rem;
  }
}
.layout_14 dl dt::before {
  content: "";
  width: 12px;
  height: 2px;
  background: #000;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -1px;
  transition: 0.3s;
}
@media only screen and (min-width: 1024px) {
  .layout_14 dl dt::before {
    width: 20px;
    height: 3px;
  }
}
.layout_14 dl dt::after {
  content: "";
  width: 2px;
  height: 12px;
  background: #000;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -6px;
  transition: 0.3s;
}
@media only screen and (min-width: 1024px) {
  .layout_14 dl dt::after {
    width: 3px;
    height: 20px;
    right: 23px;
    margin-top: -9px;
  }
}
.layout_14 dl dt.active::before {
  opacity: 0;
  transform: rotate(180deg);
}
.layout_14 dl dt.active::after {
  transform: rotate(90deg);
}
.layout_14 dl dt div {
  position: relative;
}
.layout_14 dl dt div::before {
  content: "Q";
  color: #FFF;
  background: #F7A9AA;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: -38px;
  top: 50%;
  margin-top: -15px;
}
@media only screen and (min-width: 768px) {
  .layout_14 dl dt div::before {
    width: 40px;
    height: 40px;
    left: -55px;
    margin-top: -20px;
    font-size: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_14 dl dt div::before {
    width: 46px;
    height: 46px;
    left: -63px;
    margin-top: -23px;
    font-size: 2.2rem;
  }
}
.layout_14 dl dd {
  background: #fff8e9;
  padding: 15px 15px 15px 50px;
  box-sizing: border-box;
  font-size: 1.4rem;
  position: relative;
  display: none;
}
@media only screen and (min-width: 768px) {
  .layout_14 dl dd {
    padding: 20px 20px 20px 70px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_14 dl dd {
    padding: 25px 25px 25px 80px;
    font-size: 1.6rem;
  }
}
.layout_14 dl dd + dt {
  border-top: 1px solid #333;
}
.layout_14 dl dd::before {
  content: "A";
  color: #FFF;
  background: #F7A9AA;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 13px;
  top: 2.2em;
  margin-top: -1em;
}
@media only screen and (min-width: 768px) {
  .layout_14 dl dd::before {
    width: 40px;
    height: 40px;
    left: 15px;
    margin-top: -1.6em;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_14 dl dd::before {
    width: 46px;
    height: 46px;
    left: 17px;
    margin-top: -1.4em;
    font-size: 2.2rem;
  }
}

/*---------------------------------------------------------------

    レイアウト　15

---------------------------------------------------------------*/
.layout_15 {
  position: relative;
  overflow: hidden;
}
.layout_15::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 50px solid #FFF; /* 好みで高さ色を変えてください */
  border-left: 100vw solid transparent;
}
@media only screen and (min-width: 768px) {
  .layout_15::before {
    border-top: 80px solid #FFF; /* 好みで高さ色を変えてください */
  }
}
@media only screen and (min-width: 1024px) {
  .layout_15::before {
    border-top: 120px solid #FFF; /* 好みで高さ色を変えてください */
  }
}
@media only screen and (min-width: 1280px) {
  .layout_15::before {
    border-top: 150px solid #FFF; /* 好みで高さ色を変えてください */
  }
}
.layout_15::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 50px solid #FFF; /* 好みで高さ色を変えてください */
  border-right: 100vw solid transparent;
}
@media only screen and (min-width: 768px) {
  .layout_15::after {
    border-bottom: 80px solid #FFF; /* 好みで高さ色を変えてください */
  }
}
@media only screen and (min-width: 1024px) {
  .layout_15::after {
    border-bottom: 120px solid #FFF; /* 好みで高さ色を変えてください */
  }
}
@media only screen and (min-width: 1280px) {
  .layout_15::after {
    border-bottom: 150px solid #FFF; /* 好みで高さ色を変えてください */
  }
}
@media only screen and (min-width: 768px) {
  .layout_15 > div {
    padding: 80px 30px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .layout_15 > div {
    padding: 150px 0 !important;
  }
}
.layout_15 > div > div {
  padding: 50px 0;
}
@media only screen and (min-width: 1024px) {
  .layout_15 > div > div {
    padding: 120px 0 !important;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_15 > div > div {
    padding: 80px 0;
  }
}
.layout_15 > div > div > div {
  padding: 30px 15px;
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
  .layout_15 > div > div > div {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_15 > div > div > div {
    padding: 50px 40px;
  }
}
.layout_15 h1 + p {
  margin-top: 25px;
}

/*---------------------------------------------------------------

    レイアウト　16

---------------------------------------------------------------*/
.layout_16 {
  position: relative;
  overflow: hidden;
}
.layout_16::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-top: 50px solid #FFF; /* 好みで高さ色を変えてください */
  border-right: 100vw solid transparent;
}
@media only screen and (min-width: 768px) {
  .layout_16::before {
    border-top: 80px solid #FFF; /* 好みで高さ色を変えてください */
  }
}
@media only screen and (min-width: 1024px) {
  .layout_16::before {
    border-top: 120px solid #FFF; /* 好みで高さ色を変えてください */
  }
}
@media only screen and (min-width: 1280px) {
  .layout_16::before {
    border-top: 150px solid #FFF; /* 好みで高さ色を変えてください */
  }
}
.layout_16::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  border-bottom: 50px solid #FFF; /* 好みで高さ色を変えてください */
  border-left: 100vw solid transparent;
}
@media only screen and (min-width: 768px) {
  .layout_16::after {
    border-bottom: 80px solid #FFF; /* 好みで高さ色を変えてください */
  }
}
@media only screen and (min-width: 1024px) {
  .layout_16::after {
    border-bottom: 120px solid #FFF; /* 好みで高さ色を変えてください */
  }
}
@media only screen and (min-width: 1280px) {
  .layout_16::after {
    border-bottom: 150px solid #FFF; /* 好みで高さ色を変えてください */
  }
}
@media only screen and (min-width: 768px) {
  .layout_16 > div {
    padding: 80px 30px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_16 > div {
    padding: 120px 0 !important;
  }
}
@media only screen and (min-width: 1280px) {
  .layout_16 > div {
    padding: 150px 0 !important;
  }
}
.layout_16 > div > div {
  padding: 50px 0;
}
@media only screen and (min-width: 1024px) {
  .layout_16 > div > div {
    padding: 80px 0;
  }
}
.layout_16 > div > div > div {
  padding: 30px 15px;
  background: rgba(255, 255, 255, 0.7);
}
@media only screen and (min-width: 768px) {
  .layout_16 > div > div > div {
    padding: 40px 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_16 > div > div > div {
    padding: 50px 40px;
  }
}
.layout_16 h1 + p {
  margin-top: 25px;
}

/*---------------------------------------------------------------

    レイアウト　17

---------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .layout_17 > div {
    width: 100% !important;
    padding: 0 !important;
    display: flex;
  }
}
@media only screen and (min-width: 1280px) {
  .layout_17 > div {
    width: 100% !important;
    padding: 0 !important;
    display: flex;
  }
}
@media only screen and (min-width: 768px) {
  .layout_17 .img {
    width: 50%;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1280px) {
  .layout_17 .img {
    width: 50%;
    margin-bottom: 0;
  }
}
.layout_17 .img + div {
  padding: 1em 0 0 0;
}
@media only screen and (min-width: 768px) {
  .layout_17 .img + div {
    width: 60%;
    padding: 20px;
    box-sizing: border-box !important;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin-left: -10%;
    margin-top: 40px;
    box-shadow: 0px 0px 16px -5px #000000;
    background: rgba(255, 255, 255, 0.7);
  }
}
@media only screen and (min-width: 1280px) {
  .layout_17 .img + div {
    width: 50%;
    margin: 0 auto 0 0;
    padding: 80px 40px 80px 40px;
    box-sizing: border-box;
  }
}
.layout_17 h1 + p {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .layout_17 h1 + p {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_17 h1 + p {
    margin-top: 50px;
  }
}

/*---------------------------------------------------------------

    レイアウト　18

---------------------------------------------------------------*/
@media only screen and (min-width: 768px) {
  .layout_18 > div > div {
    display: flex;
    justify-content: space-between;
  }
}
.layout_18 h1 + div {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .layout_18 h1 + div {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_18 h1 + div {
    margin-top: 50px;
  }
}
.layout_18 section {
  padding: 30px;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .layout_18 section {
    width: calc(33.3333% - 15px);
    padding: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_18 section {
    width: calc(33.3333% - 20px);
    padding: 30px;
  }
}
.layout_18 section:nth-child(n+2) {
  margin-top: 30px;
}
@media only screen and (min-width: 768px) {
  .layout_18 section:nth-child(n+2) {
    margin-top: 0;
  }
}
.layout_18 section p {
  text-align: center;
  padding: 30px;
}
@media only screen and (min-width: 768px) {
  .layout_18 section p {
    padding: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_18 section p {
    padding: 30px;
  }
}

/*---------------------------------------------------------------

    レイアウト　19

---------------------------------------------------------------*/
.layout_19 h1 + dl {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .layout_19 h1 + dl {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_19 h1 + dl {
    margin-top: 50px;
  }
}
.layout_19 dl {
  border-left: 1px solid #a4dede;
  border-right: 1px solid #a4dede;
  border-bottom: 1px solid #a4dede;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .layout_19 dl {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_19 dl {
    display: flex;
    flex-wrap: wrap;
  }
}
.layout_19 dl dt {
  background: rgba(164, 222, 222, 0.5);
  color: #007ac2;
  font-weight: 700;
  padding: 1em 15px;
  border-top: 1px solid #a4dede;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .layout_19 dl dt {
    padding: 1em 25px;
    width: 200px;
  }
}
.layout_19 dl dd {
  padding: 1em 15px;
  border-top: 1px solid #a4dede;
  box-sizing: border-box;
  background: #FFF;
}
@media only screen and (min-width: 1024px) {
  .layout_19 dl dd {
    padding: 1em 25px;
    width: calc(100% - 200px);
    background: rgb(255, 255, 255);
  }
}

/*---------------------------------------------------------------

    レイアウト　20

---------------------------------------------------------------*/
.layout_20 h1 + div {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .layout_20 h1 + div {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_20 h1 + div {
    margin-top: 50px;
  }
}
.layout_20 .g_map {
  width: 100%;
  position: relative;
  padding-bottom: 375px;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .layout_20 .g_map {
    padding-bottom: 500px;
  }
}
.layout_20 .g_map iframe,
.layout_20 .g_map object,
.layout_20 .g_map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---------------------------------------------------------------

    レイアウト　MAP

---------------------------------------------------------------*/
.layout_map .g_map {
  width: 100%;
  position: relative;
  padding-bottom: 300px;
  height: 0;
  overflow: hidden;
  box-sizing: border-box;
}
@media only screen and (min-width: 1280px) {
  .layout_map .g_map {
    padding-bottom: 500px;
  }
}
.layout_map .g_map iframe,
.layout_map .g_map object,
.layout_map .g_map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*---------------------------------------------------------------

    タイトル設定

---------------------------------------------------------------*/
.title_set01 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 0 0 20px 0;
  line-height: normal;
  color: #111;
}
@media only screen and (min-width: 1024px) {
  .title_set01 {
    font-size: 3.2rem;
    padding: 0 0 30px 0;
  }
}
.title_set01::before {
  content: "";
  width: 48px;
  height: 2px;
  background: rgb(255, 122, 0);
  background: linear-gradient(90deg, rgb(255, 122, 0) 0%, rgb(255, 122, 0) 50%, rgb(255, 169, 89) 50%, rgb(255, 169, 89) 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1024px) {
  .title_set01::before {
    width: 52px;
    height: 4px;
  }
}

.title_set02 {
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  position: relative;
  padding: 0 0 20px 0;
  line-height: normal;
  color: #111;
}
@media only screen and (min-width: 1024px) {
  .title_set02 {
    font-size: 3.2rem;
    text-align: left;
    padding: 0 0 30px 0;
  }
}
.title_set02::before {
  content: "";
  width: 48px;
  height: 2px;
  background: rgb(255, 122, 0);
  background: linear-gradient(90deg, rgb(255, 122, 0) 0%, rgb(255, 122, 0) 50%, rgb(255, 169, 89) 50%, rgb(255, 169, 89) 100%);
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
@media only screen and (min-width: 1024px) {
  .title_set02::before {
    width: 52px;
    height: 4px;
    left: 0;
    transform: none;
  }
}

/*---------------------------------------------------------------------

アニメーション用　※参考までに

スクロールすると　「.scroll-trigger」部分に「.scroll-trigger-on」が追加されるので、
アニメーションの動作開始に使えます。

---------------------------------------------------------------------*/
/*　フェードイン　+　下から上にスライド
---------------------------------------------*/
.scroll-trigger {
  /*　下から上　*/
  /*　右から左　*/
  /*　左から右　*/
}
.scroll-trigger.fade-in-B {
  opacity: 0;
  transition: all 0.8s;
  transform: translate(0, 50px);
}
.scroll-trigger.fade-in-R {
  opacity: 0;
  transform: translatex(100px);
  transition-duration: 0.6s;
}
.scroll-trigger .fade-in-L {
  opacity: 0;
  transform: translatex(-100px);
  transition-duration: 0.6s;
}

/*　元の位置に戻る　*/
.scroll-trigger-on.fade-in-B,
.scroll-trigger-on.fade-in-R,
.scroll-trigger-on.fade-in-L,
.scroll-trigger-on .anm_l_slide {
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}

/*　フェードイン　+　左から右に順番にスライド
---------------------------------------------*/
.scroll-trigger .anm_l_slide {
  opacity: 0;
  transform: translate(-50px, 0);
  transition-duration: 1s;
}
.scroll-trigger .anm_l_slide:nth-child(1) {
  transition-delay: 0.5s;
}
.scroll-trigger .anm_l_slide:nth-child(2) {
  transition-delay: 0.7s;
}
.scroll-trigger .anm_l_slide:nth-child(3) {
  transition-delay: 0.9s;
}
.scroll-trigger .anm_l_slide:nth-child(4) {
  transition-delay: 1.1s;
}

@keyframes fadeIn-lslide {
  from {
    opacity: 0;
    transform: translate(-50px, 0);
  }
  to {
    opacity: 1;
    transform: translate(0, 0) !important;
  }
}
/*---------------------------------------------------------------

    基本設定

---------------------------------------------------------------*/
html {
  height: 100%;
}

body {
  color: #333;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 180%;
  height: auto;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
body.open_nv {
  overflow: hidden;
  touch-action: none;
}
@media only screen and (min-width: 1280px) {
  body.open_nv {
    overflow: visible;
  }
} /*---------------------------------------------------------------

    パーツレイアウト　共通設定

---------------------------------------------------------------*/
section.layout,
article.layout,
div.layout {
  width: 100%;
}
section.layout > div,
article.layout > div,
div.layout > div {
  padding: 40px 20px;
}
@media only screen and (min-width: 768px) {
  section.layout > div,
  article.layout > div,
  div.layout > div {
    padding: 60px 0;
    width: 690px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  section.layout > div,
  article.layout > div,
  div.layout > div {
    padding: 80px 0;
    width: 900px;
  }
}
@media only screen and (min-width: 1280px) {
  section.layout > div,
  article.layout > div,
  div.layout > div {
    width: 1200px;
  }
}
section.layout img,
article.layout img,
div.layout img {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  section.layout img,
  article.layout img,
  div.layout img {
    max-width: 100%;
  }
}

.sp_mode {
  display: block;
}
@media only screen and (min-width: 768px) {
  .sp_mode {
    display: none;
  }
}

/*---------------------------------------------------------------

    ヘッダー

---------------------------------------------------------------*/
header {
  width: 100%;
  /*position: fixed;
  z-index: 110;*/
  /* ヘッダー部分のスペースを稼ぐ */
  /*+ *{
    padding-top: 90px !important;
    @include tab{
      padding-top: 80px !important;
    }
    @include pc_m{
      padding-top: 72px !important;
    }
  }*/
}
header .inner {
  width: 100%;
  background: rgb(255, 255, 255);
  padding: 0 20px 0 20px;
  box-sizing: border-box;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  header .inner {
    min-height: auto;
    height: 72px;
    padding: 0 25px;
    justify-content: flex-start;
    flex-direction: row;
  }
}
header h1 {
  font-size: 2rem;
  font-weight: 700;
  color: #FF7A00;
  text-align: center;
  padding: 6px 0 7px 0;
}
@media only screen and (min-width: 1024px) {
  header h1 {
    font-size: 2.4rem;
    padding: 0;
  }
}
header h1 + p {
  font-size: 1.1rem;
  border: 1px solid #111;
  padding: 5px 15px;
  line-height: 130%;
}
@media only screen and (min-width: 1024px) {
  header h1 + p {
    font-size: 1.3rem;
    line-height: 34px;
    height: 34px;
    display: flex;
    align-items: center;
    margin-left: 20px;
  }
}

/*---------------------------------------------------------------

    footer

---------------------------------------------------------------*/
footer #copy {
  line-height: 40px;
  text-align: center;
  font-size: 1.1rem;
  background: #FFF;
  color: #111;
}
@media only screen and (min-width: 768px) {
  footer #copy {
    line-height: 72px;
    font-size: 1.2rem;
  }
}

/*---------------------------------------------------------------

    アンカーリンク

---------------------------------------------------------------*/
#anchor {
  position: fixed;
  bottom: 0;
  right: 0;
  z-index: 110;
  display: none;
}
#anchor a {
  width: 40px;
  height: 40px;
  background: #FF7A00;
  display: block;
  /*display: flex;
  align-items: center;
  justify-content: center;*/
}
@media only screen and (min-width: 768px) {
  #anchor a {
    width: 72px;
    height: 72px;
  }
}
#anchor a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  box-sizing: border-box;
  transform: rotate(-45deg);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -5px;
  margin-top: -5px;
}
@media only screen and (min-width: 768px) {
  #anchor a::before {
    width: 16px;
    height: 16px;
    border-top: 3px solid #FFF;
    border-right: 3px solid #FFF;
    margin-left: -8px;
    margin-top: -8px;
  }
}
#anchor a::after {
  content: "";
  width: 2px;
  height: 13px;
  background: #FFF;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -1px;
  margin-top: -5px;
}
@media only screen and (min-width: 768px) {
  #anchor a::after {
    width: 3px;
    height: 18px;
    margin-left: -1.5px;
    margin-top: -7px;
  }
}

/*---------------------------------------------------------------

    レイアウト　10

---------------------------------------------------------------*/
@media only screen and (min-width: 1024px) {
  .layout_10 {
    background: url(../img/index/layout_10/back_img.png) no-repeat left center;
  }
}
.layout_10 > div {
  padding: 0 !important;
}
@media only screen and (min-width: 768px) {
  .layout_10 > div {
    width: auto !important;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_10 > div {
    width: 900px !important;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1280px) {
  .layout_10 > div {
    width: 1200px !important;
  }
}
@media only screen and (min-width: 768px) {
  .layout_10 section {
    display: inline;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_10 section {
    display: flex;
    justify-content: space-between;
  }
}
.layout_10 section .img {
  background: url(../img/index/layout_10/back_img.png) no-repeat left center;
  background-size: cover;
  padding: 45px 20px;
}
@media only screen and (min-width: 768px) {
  .layout_10 section .img {
    padding: 45px 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_10 section .img {
    width: 400px;
    padding: 115px 0px;
    background: none;
  }
}
@media only screen and (min-width: 1280px) {
  .layout_10 section .img {
    width: 600px;
  }
}
@media only screen and (min-width: 768px) {
  .layout_10 section .img img {
    width: 400px;
    height: auto;
    display: block;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_10 section .img img {
    width: 100%;
  }
}
.layout_10 section .img + div {
  padding: 0px 20px 40px 20px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .layout_10 section .img + div {
    padding: 0px 0 40px 0;
    width: 690px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_10 section .img + div {
    width: 460px;
    padding: 115px 0px;
    margin: 0;
  }
}
@media only screen and (min-width: 1280px) {
  .layout_10 section .img + div {
    width: 535px;
    padding: 135px 0px 0 0;
  }
}
.layout_10 section h1 {
  transform: translateY(-20px);
}
@media only screen and (min-width: 1024px) {
  .layout_10 section h1 {
    transform: none;
  }
}
.layout_10 section p {
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  line-height: normal;
}
@media only screen and (min-width: 1024px) {
  .layout_10 section p {
    font-size: 2.4rem;
    margin-top: 35px;
  }
}
.layout_10 section p + p {
  font-size: 1.4rem;
  font-weight: normal;
  margin-top: 1em !important;
  color: #333;
}
@media only screen and (min-width: 1024px) {
  .layout_10 section p + p {
    font-size: 1.6rem;
    margin-top: 25px !important;
    line-height: 180% !important;
  }
}

/*---------------------------------------------------------------

    レイアウト　03

---------------------------------------------------------------*/
.layout_03 {
  background: rgba(255, 169, 89, 0.16);
}
@media only screen and (min-width: 1024px) {
  .layout_03 h1 + div {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media only screen and (min-width: 1280px) {
  .layout_03 h1 + div {
    margin-left: -40px;
    margin-right: -40px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_03 .list_set {
    width: calc(33.3333% - 40px);
    margin: 0 20px;
  }
}
@media only screen and (min-width: 1280px) {
  .layout_03 .list_set {
    width: calc(33.3333% - 80px);
    margin: 0 40px;
  }
}
.layout_03 h2 {
  margin-top: 1em;
  font-size: 2rem;
  font-weight: 700;
  color: #111;
  line-height: normal;
}
@media only screen and (min-width: 1024px) {
  .layout_03 h2 {
    font-size: 2.4rem;
  }
}
.layout_03 p {
  margin-top: 1em !important;
}

/*---------------------------------------------------------------

    レイアウト　LINK

---------------------------------------------------------------*/
@media only screen and (min-width: 1024px) {
  .layout_link ul {
    display: flex;
    justify-content: center;
  }
}
.layout_link ul li {
  margin-top: 20px;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .layout_link ul li {
    margin-top: 40px;
    max-width: 525px;
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_link ul li + li {
    margin-left: 50px;
  }
}
.layout_link ul li::after {
  content: "";
  border-bottom: 8px solid #666;
  border-radius: 0 0 4px 4px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: -4px;
  z-index: 0;
}
@media only screen and (min-width: 1024px) {
  .layout_link ul li::after {
    border-bottom: 12px solid #666;
    bottom: -8px;
  }
}
.layout_link ul li a {
  display: block;
  background: #FF7A00;
  color: #FFF;
  font-size: 2rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  height: 90px;
  padding: 0 10px;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 1024px) {
  .layout_link ul li a {
    font-size: 2.4rem;
    transition: 0.3s;
    top: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_link ul li a:hover {
    top: 8px;
    transition: 0.3s;
  }
}
.layout_link ul li a span {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .layout_link ul li a span {
    flex-direction: row;
  }
}
.layout_link ul li a span::before {
  content: "";
  width: 28px;
  height: 29px;
  background: url(../img/common/icon_pdf.png) no-repeat center;
  background-size: contain;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .layout_link ul li a span::before {
    width: 40px;
    height: 41px;
    margin-right: 15px;
  }
}

/*---------------------------------------------------------------

    レイアウト　19

---------------------------------------------------------------*/
.layout_19 {
  background: url("../img/index/layout_19/back_img.png") no-repeat center bottom;
  background-size: cover;
}
.layout_19 h1 + dl {
  margin-top: 25px;
}
@media only screen and (min-width: 768px) {
  .layout_19 h1 + dl {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_19 h1 + dl {
    margin-top: 50px;
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
  }
}
.layout_19 dl {
  border-left: none;
  border-right: none;
  border-bottom: none;
  width: 100%;
  box-sizing: border-box;
}
@media only screen and (min-width: 768px) {
  .layout_19 dl {
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_19 dl {
    display: flex;
    flex-wrap: wrap;
  }
}
.layout_19 dl dt {
  background: #FF7A00;
  color: #FFF;
  font-weight: 700;
  padding: 1em 15px;
  border-top: none;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  .layout_19 dl dt {
    padding: 1.5em 30px;
    width: 220px;
  }
}
.layout_19 dl dt:first-of-type {
  border-radius: 10px 10px 0 0;
}
@media only screen and (min-width: 1024px) {
  .layout_19 dl dt:first-of-type {
    border-radius: 10px 0 0 0;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_19 dl dt:last-of-type {
    border-radius: 0 0 0 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_19 dl dt:nth-of-type(n+2) {
    border-top: 1px solid #FFF;
  }
}
.layout_19 dl dd {
  padding: 1em 15px;
  border-top: none;
  box-sizing: border-box;
  background: #FFF;
}
@media only screen and (min-width: 1024px) {
  .layout_19 dl dd {
    width: calc(100% - 220px);
    padding: 1.5em 30px;
  }
}
.layout_19 dl dd:first-of-type {
  border-radius: 0 10px 0 0;
}
.layout_19 dl dd:last-of-type {
  border-radius: 0 0 10px 10px;
}
@media only screen and (min-width: 1024px) {
  .layout_19 dl dd:last-of-type {
    border-radius: 0 0 10px 0;
  }
}
@media only screen and (min-width: 1024px) {
  .layout_19 dl dd:nth-of-type(n+2) {
    border-top: 1px solid #CCC;
  }
}

/*---------------------------------------------------------------
    ■スライダー 01
---------------------------------------------------------------*/
/*　スライダー　*/
.index_slider01 {
  overflow: hidden;
  width: 100%;
  /*height: calc(100% - 60px) !important;*/
  height: calc(100vh - 100px) !important;
  height: calc(100svh - 100px) !important;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .index_slider01 {
    height: 500px !important;
  }
}
@media only screen and (min-width: 1280px) {
  .index_slider01 {
    height: 724px !important;
  }
}
.index_slider01 .full {
  overflow: hidden;
}
.index_slider01 .full .slide_img01 {
  background-image: url(../img/index/slider/sp/img01.jpg);
}
@media only screen and (min-width: 768px) {
  .index_slider01 .full .slide_img01 {
    background-image: url(../img/index/slider/pc/img01.jpg);
  }
}
.index_slider01 .full .slide_img02 {
  background-image: url(../img/index/slider/sp/img02.jpg);
}
@media only screen and (min-width: 768px) {
  .index_slider01 .full .slide_img02 {
    background-image: url(../img/index/slider/pc/img02.jpg);
  }
}
.index_slider01 .full .slide_img03 {
  background-image: url(../img/index/slider/sp/img03.jpg);
}
@media only screen and (min-width: 768px) {
  .index_slider01 .full .slide_img03 {
    background-image: url(../img/index/slider/pc/img03.jpg);
  }
}

/*　テキスト　*/
#top_txt {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 15;
  box-sizing: border-box;
}
@media only screen and (min-width: 1024px) {
  #top_txt {
    top: 72px;
    height: 500px;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 1280px) {
  #top_txt {
    height: 724px;
  }
}
#top_txt > div {
  width: 100%;
  padding: 30px 20px;
  color: #FFF;
  background-image: linear-gradient(180deg, rgba(17, 17, 17, 0), rgba(17, 17, 17, 0.3));
}
@media only screen and (min-width: 768px) {
  #top_txt > div {
    padding: 30px 0;
    /*width: 690px;
    margin: 0 auto;*/
  }
}
@media only screen and (min-width: 1024px) {
  #top_txt > div {
    background-image: none;
    padding: 0 0 50px 120px;
  }
}
@media only screen and (min-width: 1280px) {
  #top_txt > div {
    padding: 0 0 100px 220px;
  }
}
@media only screen and (min-width: 768px) {
  #top_txt > div > div {
    width: 690px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  #top_txt > div > div {
    width: 100%;
    margin: 0;
  }
}
#top_txt h2 {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: normal;
  text-shadow: 0px 0px 4px rgb(0, 0, 0);
}
@media only screen and (min-width: 1024px) {
  #top_txt h2 {
    font-size: 3.8rem;
    line-height: 150%;
  }
}
@media only screen and (min-width: 1280px) {
  #top_txt h2 {
    font-size: 4.8rem;
    line-height: 160%;
  }
}
#top_txt p {
  margin-top: 18px;
  line-height: 180%;
  font-weight: 700;
  text-shadow: 0px 0px 4px rgb(0, 0, 0);
}
#top_txt br {
  display: none;
}
@media only screen and (min-width: 768px) {
  #top_txt br {
    display: block;
  }
}

/*=============
slick
=============*/
.full div {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  margin: 0;
}
@media only screen and (min-width: 1024px) {
  .full div {
    height: 500px;
  }
}
@media only screen and (min-width: 1024px) {
  .full div {
    height: 724px;
  }
}

.full .slick-dots {
  bottom: 4%;
  z-index: 1;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15); /* 拡大率 */
  }
}
.add-animation {
  animation: zoomUp 10s linear 0s normal both;
}/*# sourceMappingURL=style.css.map */