@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -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;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 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 */
}

/**
 * 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: 1em;
  /* 2 */
}

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

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  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: 1em;
  /* 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * 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"] {
  -webkit-appearance: button;
}

/**
 * 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;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 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 {
  box-sizing: border-box;
  /* 1 */
  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;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * 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 */
}

/* 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;
}

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

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

/* ========================================
  Reset
======================================== */
body, div, h1, h2, h3, h4, h5, h6, ul, ol, li, dl, dt, dd, table, th, td, p, blockquote, pre, address, object, form, fieldset, input, textarea {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5, h6, table, input, textarea {
  font-size: 100%;
  font-weight: normal;
}

li {
  list-style: none;
  list-style-position: inside;
}

hr {
  border: none;
  border-top: #cccccc 1px solid;
}

/* ========================================
  Base
======================================== */
*, *:before, *:after {
  box-sizing: border-box;
}

html {
  overflow-y: scroll;
}

html.is-nav-open {
  overflow: hidden;
}

body {
  color: #302D2C;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
}

@media screen and (min-width: 768px), print {
  body {
    font-size: 20px;
  }
}

button, select, input, textarea {
  color: #302D2C;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-size: 15px;
}

@media screen and (min-width: 768px), print {
  button, select, input, textarea {
    font-size: 20px;
  }
}

a {
  color: #302D2C;
  text-decoration: underline;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

/* ========================================
  component
======================================== */
/* ========================================
  project
======================================== */
.activity {
  margin-bottom: 120px;
  padding-top: 40px;
}

@media screen and (min-width: 768px), print {
  .activity {
    margin-bottom: 240px;
    padding-top: 80px;
  }
}

.activity_inner {
  max-width: 1054px;
  margin: auto;
}

.activity_lead {
  line-height: 1.4;
  margin-bottom: 25px;
  padding: 0 20px;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}


@media screen and (min-width: 768px), print {
  .activity_lead {
    margin-bottom: 55px;
    padding: 0;
    font-size: 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .activity_lead {
    font-size: 28px;
  }
}

.activity_contents-lead{
  color: #1492D5;
  font-size: 18px;
  margin-bottom: 25px;
  padding: 0 20px; 
  text-align: center;
  font-weight: bold;
  padding-top: 15px;
}

@media screen and (min-width: 768px), print {
  .activity_contents-lead{
    margin-bottom: 55px; 
    font-size: 28px;
    padding-top: 25px;
  }
}

.activity_contents-list{
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px), print {
  .activity_contents-list{
    margin-bottom: 55px;
  }
}

.activity_contents-item {
  width: 100%;
  margin-bottom: 25px;
  color: #1492D5;
}

@media screen and (min-width: 768px), print {
  .activity_contents-item {
    width: 33.33333%;
    margin-bottom: 35px
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .activity_contents-item {
    width: 50%;
  }
}

.activity_contents-item-inner {
  margin: 0 20px;
  border-radius: 20px;
  overflow: hidden;
  background-color: #FFFFFF;
}

@media screen and (min-width: 768px), print {
  .activity_contents-item-inner {
    margin: 0 15px;
  }
}

.activity_firstcontents{
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 462px;
}

.activity_firsttext{
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .activity_firsttext{
    font-size: 25px;
  }
}

.activity_contents-description{
  font-size: 17px;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 20px 0 10px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .activity_contents-description{
    font-size: 22px;
    min-height: 142px;
    line-height: 1.7;
  }
  
}

.activity_contents-description a{
  color: #1492D5;
  font-weight: bold;
}

.activity_contents-link{
  font-size: 16px;
}

@media screen and (min-width: 768px), print {
  .activity_contents-link{
    font-size: 20px;
  }
}

.activity_contents-img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  background: #ffffff;
  height: 320px;

}

@media screen and (min-width: 768px), print {
  .activity_contents-img {
  }
}

.activity_lead span {
  color: #1492D5;
}

.activity_list {
  display: flex;
  flex-wrap: wrap;
}

.activity_item {
  width: 100%;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px), print {
  .activity_item {
    width: 33.33333%;
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .activity_item {
    width: 50%;
  }
}

.activity_item-inner {
  margin: 0 20px;
  border-radius: 20px;
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .activity_item-inner {
    margin: 0 15px;
  }
}

.activity_img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 140px;
  background: #ffffff;
}

@media screen and (min-width: 768px), print {
  .activity_img {
    height: 180px;
  }
}

.activity_img img {
  width: 180px;
}

@media screen and (min-width: 768px), print {
  .activity_img img {
    width: 220px;
  }
}

.activity_text {
  padding: 20px 0 10px;
  text-align: center;
  background: #1492D5;
}

@media screen and (min-width: 768px), print {
  .activity_text {
    padding: 30px 0 15px;
  }
}

.activity_name {
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 20px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .activity_name {
    margin-bottom: 15px;
    font-size: 26px;
  }
}

.activity_description {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60px;
  line-height: 1.7;
  font-size: 14px;
}

@media screen and (min-width: 768px), print {
  .activity_description {
    font-size: 17px;
  }
}

.activity_description a {
  color: #ffffff;
}

.chiiki-ambassador {
  overflow: hidden;
}

@media screen and (min-width: 768px), print {
  .faq_inner {
    width: 95%;
    max-width: 1024px;
    margin: auto;
  }
}

.faq_ttl {
  width: 260px;
  margin: auto;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px), print {
  .faq_ttl {
    width: auto;
    margin-bottom: 25px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .faq_ttl {
    width: 400px;
  }
}

.faq_head {
  line-height: 1.6;
  margin-bottom: 15px;
  color: #00255E;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .faq_head {
    margin-bottom: 20px;
    font-size: 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .faq_head {
    font-size: 28px;
  }
}

.faq_head span {
  color: #1492D5;
}

.faq_block {
  padding: 0 20px;
}

@media screen and (min-width: 768px), print {
  .faq_block {
    padding: 0;
  }
}

.faq_block + .faq_block {
  margin-top: 15px;
}

@media screen and (min-width: 768px), print {
  .faq_block + .faq_block {
    margin-top: 20px;
  }
}

.faq_key {
  position: relative;
  line-height: 1.9;
  padding: 18px 60px;
  font-size: 15px;
  background: #ffffff;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .faq_key {
    padding: 15px 100px 15px 135px;
    font-size: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .faq_key {
    font-size: 20px;
  }
}

.faq_key::before {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 18px;
  width: 28px;
  height: 28px;
  background: url(../images/faq_q.png) center center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px), print {
  .faq_key::before {
    left: 40px;
    width: 56px;
    height: 56px;
  }
}

.faq_key::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 20px;
  height: 20px;
  background: url(../images/faq_icon_plus.png) center center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (min-width: 768px), print {
  .faq_key::after {
    right: 38px;
    width: 40px;
    height: 40px;
  }
}

.faq_key.is-active::after {
  background: url(../images/faq_icon_minus.png) center center no-repeat;
}

.faq_val {
  display: none;
  position: relative;
  line-height: 1.9;
  padding: 18px 20px 18px 60px;
  font-size: 15px;
  background: #FFFDED;
}

@media screen and (min-width: 768px), print {
  .faq_val {
    line-height: 2;
    padding: 15px 100px 30px 135px;
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .faq_val {
    font-size: 18px;
  }
}

.faq_val::before {
  content: '';
  display: block;
  position: absolute;
  top: 24px;
  left: 18px;
  width: 28px;
  height: 28px;
  background: url(../images/faq_a.png) center center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .faq_val::before {
    left: 40px;
    width: 56px;
    height: 56px;
  }
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 25px 0;
}

@media screen and (min-width: 768px), print {
  .footer {
    padding: 100px 0;
  }
}

.footer_text {
  line-height: 1.3;
  margin-right: 5px;
  font-size: 10px;
}

@media screen and (min-width: 768px), print {
  .footer_text {
    margin-right: 30px;
    font-size: 16px;
  }
}

.footer_logo {
  line-height: 1.5;
  width: 28px;
}

@media screen and (min-width: 768px), print {
  .footer_logo {
    width: 57px;
  }
}

.layer-01 {
  background: #D6E8FF;
}

.layer-02 {
  position: relative;
  background: #E5F0FF;
}

.layer-02_top {
  position: absolute;
  top: -72px;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .layer-02_top {
    top: -185px;
  }
}

.layer-02_top img {
  display: block;
  width: 100%;
  height: 72px;
}

@media screen and (min-width: 768px), print {
  .layer-02_top img {
    height: 185px;
  }
}

.layer-02_bottom {
  position: absolute;
  bottom: -35px;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .layer-02_bottom {
    bottom: -120px;
  }
}

.layer-02_bottom img {
  display: block;
  width: 100%;
  height: 35px;
}

@media screen and (min-width: 768px), print {
  .layer-02_bottom img {
    height: 120px;
  }
}

.layer-03 {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #E9F7EB;
}

@media screen and (min-width: 768px), print {
  .layer-03 {
    padding-top: 150px;
    padding-bottom: 130px;
  }
}

.layer-04 {
  position: relative;
  padding-top: 40px;
  padding-bottom: 40px;
  background: #F5EBD1;
}

@media screen and (min-width: 768px), print {
  .layer-04 {
    padding-top: 50px;
    padding-bottom: 20px;
  }
}

.layer-04_top {
  position: absolute;
  top: -15px;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .layer-04_top {
    top: -32px;
  }
}

.layer-04_top img {
  display: block;
  width: 100%;
  height: 15px;
}

@media screen and (min-width: 768px), print {
  .layer-04_top img {
    height: 32px;
  }
}

.layer-04_bottom {
  position: absolute;
  bottom: -23px;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .layer-04_bottom {
    bottom: -90px;
  }
}

.layer-04_bottom img {
  display: block;
  width: 100%;
  height: 23px;
}

@media screen and (min-width: 768px), print {
  .layer-04_bottom img {
    height: 90px;
  }
}

.layer-05 {
  padding-top: 70px;
  background: #DED6C6;
}

@media screen and (min-width: 768px), print {
  .layer-05 {
    padding-top: 160px;
  }
}

.layer-06 {
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
  background: #D6C6A7;
}

@media screen and (min-width: 768px), print {
  .layer-06 {
    padding-top: 60px;
    padding-bottom: 200px;
  }
}

.layer-06_top {
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .layer-06_top {
    top: -56px;
  }
}

.layer-06_top img {
  display: block;
  width: 100%;
  height: 24px;
}

@media screen and (min-width: 768px), print {
  .layer-06_top img {
    height: 56px;
  }
}

.layer-07 {
  position: relative;
  padding-top: 25px;
  padding-bottom: 30px;
  background: #8D6844;
}

@media screen and (min-width: 768px), print {
  .layer-07 {
    padding-bottom: 60px;
  }
}

.layer-07_top {
  position: absolute;
  top: -24px;
  left: 0;
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .layer-07_top {
    top: -130px;
  }
}

.layer-07_top img {
  display: block;
  width: 100%;
  height: 24px;
}

@media screen and (min-width: 768px), print {
  .layer-07_top img {
    height: 130px;
  }
}

.mv_inner {
  position: relative;
  padding-top: 140px;
  padding-bottom: 100px;
}

@media screen and (min-width: 768px), print {
  .mv_inner {
    padding-bottom: 260px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .mv_inner {
    padding-bottom: 200px;
  }
}

.mv_logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 40px;
}

@media screen and (min-width: 768px), print {
  .mv_logo {
    width: auto;
    top: 30px;
    left: 40px;
  }
}

.mv_ttl {
  width: 70.13333%;
  max-width: 526px;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .mv_ttl {
    width: 38.50659%;
  }
}

.mv_deco01 {
  position: absolute;
  top: 55px;
  left: 5px;
  width: 121px;
}

@media screen and (min-width: 768px), print {
  .mv_deco01 {
    top: 140px;
    left: 9.88287%;
    width: 17.71596%;
    max-width: 242px;
  }
}

@media screen and (min-width: 1366px), print {
  .mv_deco01 {
    left: 50%;
    -webkit-transform: translateX(-550px);
            transform: translateX(-550px);
  }
}

.mv_deco02 {
  position: absolute;
  top: 60px;
  right: 15px;
  width: 133px;
}

@media screen and (min-width: 768px), print {
  .mv_deco02 {
    top: 100px;
    right: 10.2489%;
    width: 19.54612%;
    max-width: 267px;
  }
}

@media screen and (min-width: 1366px), print {
  .mv_deco02 {
    right: 50%;
    -webkit-transform: translateX(550px);
            transform: translateX(550px);
  }
}

.mv_deco03 {
  position: absolute;
  bottom: 0px;
  left: 10px;
  width: 147px;
}

@media screen and (min-width: 768px), print {
  .mv_deco03 {
    bottom: 250px;
    left: 8.05271%;
    width: 21.44949%;
    max-width: 293px;
  }
}

@media screen and (min-width: 1366px), print {
  .mv_deco03 {
    left: 50%;
    -webkit-transform: translateX(-575px);
            transform: translateX(-575px);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .mv_deco03 {
    bottom: 200px;
  }
}

.mv_deco04 {
  display: none;
  position: absolute;
  bottom: -10px;
  right: 0;
  width: 133px;
}

@media screen and (min-width: 768px), print {
  .mv_deco04 {
    display: block;
    bottom: 250px;
    right: 7.68668%;
    z-index: 10;
    width: 19.47291%;
    max-width: 266px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .mv_deco04 {
    bottom: 100px;
  }
}

@media screen and (min-width: 1366px), print {
  .mv_deco04 {
    right: 50%;
    -webkit-transform: translateX(580px);
            transform: translateX(580px);
  }
}

.mv_deco05 {
  display: none;
  position: absolute;
  bottom: 10px;
  right: -20px;
  width: 215px;
}

@media screen and (min-width: 768px), print {
  .mv_deco05 {
    display: block;
    bottom: 10px;
    right: 50%;
    width: 31.40556%;
    max-width: 429px;
    -webkit-transform: translateX(41.95804%);
            transform: translateX(41.95804%);
  }
}

.mv_deco06 {
  position: absolute;
  bottom: -35px;
  right: -95px;
  width: 175px;
}

@media screen and (min-width: 768px), print {
  .mv_deco06 {
    bottom: -110px;
    right: -60px;
    width: 27.15959%;
    max-width: 371px;
  }
}

.schedule {
  padding: 0 20px;
  padding-bottom: 40px;
}

@media screen and (min-width: 768px), print {
  .schedule {
    width: 95%;
    max-width: 1024px;
    margin: auto;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 20px;
  }
}

.schedule_ttl {
  margin-bottom: 10px;
  color: #00255E;
  font-size: 18px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .schedule_ttl {
    margin-bottom: 15px;
    font-size: 35px;
    font-weight: bold;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .schedule_ttl {
    font-size: 28px;
  }
}

.schedule_catch {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 30px;
}

@media screen and (min-width: 992px), print {
  .schedule_catch {
    margin-bottom: 20px;
    padding-bottom: 0;
  }
}

.schedule_icon {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 76px;
}

@media screen and (min-width: 992px), print {
  .schedule_icon {
    top: 0;
    width: 14.84375%;
    max-width: 152px;
  }
}

.schedule_lead {
  line-height: 1.7;
  color: #00255E;
  font-size: 15px;
}

@media screen and (min-width: 768px), print {
  .schedule_lead {
    font-size: 20px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .schedule_lead {
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .schedule_wrapper {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
  }
}

.schedule_table {
  width: 510px;
  margin: auto;
  font-size: 15px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .schedule_table {
    width: 100%;
    font-size: 17px;
  }
}

.schedule_img {
  width: 510px;
  margin: auto;
  font-size: 15px;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .schedule_img {
    width: 100%;
    font-size: 17px;
  }
}

.schedule_note {
  line-height: 1.3;
  margin-top: 5px;
  font-size: 14px;
}

@media screen and (min-width: 768px), print {
  .schedule_note {
    margin-top: 10px;
    font-size: 17px;
    text-align: right;
  }
}

.suitable {
  position: relative;
}

.suitable_ttl {
  position: relative;
  z-index: 10;
  line-height: 1.6;
  margin-bottom: 35px;
  color: #00255E;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .suitable_ttl {
    margin-bottom: 55px;
    font-size: 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .suitable_ttl {
    font-size: 28px;
  }
}

.suitable_ttl span {
  color: #1492D5;
}

@media screen and (min-width: 768px), print {
  .suitable_list {
    width: 95%;
    max-width: 1024px;
    margin: auto;
  }
}

.suitable_item {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin: auto;
  line-height: 1.8;
  font-size: 14px;
  background: center center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .suitable_item {
    line-height: 2;
    font-size: 19px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .suitable_item {
    line-height: 1.9;
    font-size: 17px;
  }
}

@media screen and (max-width: 767px) {
  .suitable_item + .suitable_item {
    margin-top: 15px;
  }
}

.suitable_item--01 {
  width: 326px;
  height: 255px;
  background-image: url(../images/suitable_bg1.png);
}

@media screen and (min-width: 768px), print {
  .suitable_item--01 {
    width: 466px;
    height: 364px;
    -webkit-transform: translateX(-160px);
            transform: translateX(-160px);
    padding-left: 20px;
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .suitable_item--01 {
    width: 396px;
    height: 309px;
  }
}

.suitable_item--02 {
  width: 281px;
  height: 244px;
  background-image: url(../images/suitable_bg2.png);
}

@media screen and (min-width: 768px), print {
  .suitable_item--02 {
    width: 402px;
    height: 348px;
    margin-right: 0;
    margin-top: -160px;
    padding-top: 40px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .suitable_item--02 {
    width: 342px;
    height: 296px;
    margin-top: -80px;
  }
}

.suitable_item--03 {
  width: 357px;
  height: 238px;
  background-image: url(../images/suitable_bg3.png);
}

@media screen and (min-width: 768px), print {
  .suitable_item--03 {
    width: 510px;
    height: 340px;
    margin-left: 0;
    margin-top: -180px;
    padding-top: 20px;
    padding-left: 60px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .suitable_item--03 {
    width: 434px;
    height: 289px;
    margin-top: -90px;
  }
}

.suitable_icon {
  position: absolute;
  top: 0;
  left: 0;
}

.suitable_icon svg {
  width: 97px;
  height: 115px;
}

@media screen and (min-width: 768px), print {
  .suitable_icon svg {
    width: 194px;
    height: 230px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .suitable_icon svg {
    width: 170px;
    height: 201px;
  }
}

.suitable_item--01 .suitable_icon {
  left: 0;
}

@media screen and (min-width: 768px), print {
  .suitable_item--01 .suitable_icon {
    top: -45px;
    left: 5px;
  }
}

.suitable_item--01 .suitable_icon path {
  fill: #7C91E6;
}

.suitable_item--02 .suitable_icon {
  left: -20px;
}

@media screen and (min-width: 768px), print {
  .suitable_item--02 .suitable_icon {
    top: -80px;
    left: -15px;
  }
}

.suitable_item--02 .suitable_icon path {
  fill: #F2BF35;
}

@media screen and (min-width: 768px), print {
  .suitable_item--03 .suitable_icon {
    top: -35px;
    left: 25px;
  }
}

.suitable_item--03 .suitable_icon path {
  fill: #ED7F11;
}

.suitable_deco01 {
  display: none;
}

@media screen and (min-width: 768px), print {
  .suitable_deco01 {
    display: block;
    position: absolute;
    top: -25px;
    left: 40px;
    width: 20.4978%;
    max-width: 280px;
  }
}

.nav-lv1 {
  padding-bottom: 200px;
}

.nav-lv1_item {
  border-top: #d3d3d3 1px solid;
}

.nav-lv1_item:last-child {
  border-bottom: #d3d3d3 1px solid;
}

.nav-lv1_label {
  display: flex;
  align-items: center;
}

.nav-lv1_label a {
  width: 100%;
  padding: 15px 15px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  .nav-lv1_label a {
    padding: 28px 0 28px 30px;
    font-size: 20px;
  }
}

.nav-lv2 {
  border-top: #d3d3d3 1px solid;
  padding-left: 2.66667vw;
}

@media screen and (min-width: 768px), print {
  .nav-lv2 {
    padding-left: 40px;
  }
}

.nav-lv2_item + .nav-lv2_item {
  border-top: #d3d3d3 1px solid;
}

.nav-lv2_item a {
  display: block;
  width: 100%;
  padding: 15px 15px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  .nav-lv2_item a {
    padding: 28px 0 28px 30px;
    font-size: 20px;
  }
}

.nav {
  position: relative;
  z-index: 30;
  width: 100%;
  min-width: 1000px;
}

.nav_overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  visibility: hidden;
  background: rgba(0, 0, 0, 0.3);
  transition: 0.6s;
  opacity: 0;
  pointer-events: none;
}

.is-nav-open .nav_overlay {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.nav_inner {
  position: relative;
}

.nav_btn {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 13.33333vw;
  height: 13.33333vw;
  background: #ffffff;
  cursor: pointer;
}

@media screen and (min-width: 768px), print {
  .nav_btn {
    width: 100px;
    height: 100px;
  }
}

.nav_btn span {
  display: inline-block;
  position: absolute;
  left: 4vw;
  width: 5.33333vw;
  height: 0.26667vw;
  background: #165b32;
  transition: 0.6s;
}

@media screen and (min-width: 768px), print {
  .nav_btn span {
    left: 30px;
    width: 40px;
    height: 2px;
  }
}

.nav_btn span:nth-of-type(1) {
  top: 4.93333vw;
}

@media screen and (min-width: 768px), print {
  .nav_btn span:nth-of-type(1) {
    top: 39px;
  }
}

.is-nav-open .nav_btn span:nth-of-type(1) {
  top: 6.66667vw;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  -webkit-transform-origin: center center 0;
          transform-origin: center center 0;
}

@media screen and (min-width: 768px), print {
  .is-nav-open .nav_btn span:nth-of-type(1) {
    top: 50px;
  }
}

.nav_btn span:nth-of-type(2) {
  top: 6.66667vw;
}

@media screen and (min-width: 768px), print {
  .nav_btn span:nth-of-type(2) {
    top: 50px;
  }
}

.is-nav-open .nav_btn span:nth-of-type(2) {
  opacity: 0;
}

.nav_btn span:nth-of-type(3) {
  top: 8.26667vw;
}

@media screen and (min-width: 768px), print {
  .nav_btn span:nth-of-type(3) {
    top: 61px;
  }
}

.is-nav-open .nav_btn span:nth-of-type(3) {
  top: 6.66667vw;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transform-origin: center center 0;
          transform-origin: center center 0;
}

@media screen and (min-width: 768px), print {
  .is-nav-open .nav_btn span:nth-of-type(3) {
    top: 50px;
  }
}

.nav_wrapper {
  position: fixed;
  right: 0;
  right: 0;
  width: 90.66667vw;
  height: 100vh;
  padding: 0 5.33333vw;
  visibility: hidden;
  background: #ffffff;
  transition: 0.6s;
  opacity: 0;
  pointer-events: none;
}

@media screen and (min-width: 768px), print {
  .nav_wrapper {
    width: 600px;
    padding: 0 50px;
  }
}

.is-nav-open .nav_wrapper {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.nav_contents {
  overflow: hidden;
}

.nav_scroll {
  max-height: 87vh;
  overflow: hidden;
  overflow-y: scroll;
  margin-top: 20%;
  padding-right: 4vw;
}

@media screen and (min-width: 768px), print {
  .nav_scroll {
    padding-right: 30px;
  }
}

.recruit-info_row {
  line-height: 1.3;
}

@media screen and (min-width: 768px), print {
  .recruit-info_row {
    display: flex;
  }
}

.recruit-info_row + .recruit-info_row {
  margin-top: 10px;
}

.recruit-info_key {
  margin-bottom: 5px;
  color: #1492D5;
  font-size: 12px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .recruit-info_key {
    width: 85px;
    margin-bottom: 0;
    font-size: 14px;
  }
}

.recruit-info_val {
  flex: 1;
  line-height: 1.5;
  color: #707070;
  font-size: 12px;
  font-weight: bold;
  word-break: break-all;
}

@media screen and (min-width: 768px), print {
  .recruit-info_val {
    line-height: 1.3;
    font-size: 14px;
  }
}

.recruit-info_note {
  margin-top: 10px;
  font-size: 12px;
}

@media screen and (min-width: 768px), print {
  .recruit-info_note {
    font-size: 14px;
  }
}

.recruit-outline_row {
  line-height: 1.4;
}

@media screen and (min-width: 768px), print {
  .recruit-outline_row {
    display: flex;
  }
}

.recruit-outline_row + .recruit-outline_row {
  margin-top: 10px;
}

.recruit-outline_key {
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .recruit-outline_key {
    margin-bottom: 0;
    font-size: 20px;
  }
}

.recruit-outline_val {
  font-size: 15px;
  font-weight: bold;
  word-break: break-all;
}

@media screen and (min-width: 768px), print {
  .recruit-outline_val {
    flex: 1;
    font-size: 20px;
  }
}

.recruit-outline_point {
  display: inline-block;
  color: #1492D5;
  margin-right: 10px;
}

.recruit-outline_point:last-child {
  margin-right: 0;
}

@media screen and (min-width: 768px), print {
  .recruit-outline_list {
    display: inline-block;
  }
}

.recruit-outline_list ul {
  color: #1492D5;
  font-size: 18px;
}

@media screen and (min-width: 768px), print {
  .recruit-outline_list ul {
    padding-left: 50px;
    font-size: 24px;
  }
}

.recruit-outline_list li {
  margin-bottom: 5px;
}

.recruit-outline_list-note {
  font-size: 11px;
  text-align: right;
}

@media screen and (min-width: 768px), print {
  .recruit-outline_list-note {
    font-size: 13px;
  }
}

.recruit {
  position: relative;
  padding-bottom: 85px;
}

@media screen and (min-width: 768px), print {
  .recruit {
    padding-bottom: 120px;
  }
}

.recruit_ttl {
  width: 180px;
  margin: auto;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px), print {
  .recruit_ttl {
    width: 390px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .recruit_ttl {
    width: 240px;
  }
}

.recruit_block {
  position: relative;
  z-index: 10;
  padding: 0 20px;
}

@media screen and (min-width: 768px), print {
  .recruit_block {
    width: 95%;
    max-width: 1024px;
    margin: auto;
    padding: 0;
  }
}

.recruit_block + .recruit_block {
  margin-top: 30px;
}

@media screen and (min-width: 768px), print {
  .recruit_block + .recruit_block {
    margin-top: 50px;
  }
}

.recruit_head {
  line-height: 1.4;
  margin-bottom: 5px;
  color: #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .recruit_head {
    line-height: 1.8;
    margin-bottom: 0;
    font-size: 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .recruit_head {
    font-size: 28px;
  }
}

.recruit_head .underline {
  border-bottom: #FFF503 3px solid;
  padding-bottom: 2px;
}

@media screen and (min-width: 768px), print {
  .recruit_head .underline {
    border-bottom-width: 6px;
    padding-bottom: 4px;
  }
}

.recruit_head .point {
  color: #1492D5;
}

.recruit_head .q {
  font-size: 30px;
}

@media screen and (min-width: 768px), print {
  .recruit_head .q {
    font-size: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .recruit_head .q {
    font-size: 42px;
  }
}

.recruit_lead {
  line-height: 1.5;
  font-size: 15px;
}

@media screen and (min-width: 768px), print {
  .recruit_lead {
    font-size: 20px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .recruit_lead {
    font-size: 18px;
  }
}

.recruit_section {
  margin-top: 15px;
}

@media screen and (min-width: 768px), print {
  .recruit_section {
    margin-top: 10px;
  }
}

.recruit_pickup {
  padding: 15px 20px;
  background: #FFFDED;
}

@media screen and (min-width: 768px), print {
  .recruit_pickup {
    padding: 30px 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .recruit_pickup {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.recruit_pickup-text {
  line-height: 1.4;
  font-size: 15px;
}

@media screen and (min-width: 768px), print {
  .recruit_pickup-text {
    font-size: 20px;
  }
}

.recruit_area {
  padding: 15px 20px;
  background: #ffffff;
}

@media screen and (min-width: 768px), print {
  .recruit_area {
    padding: 30px 80px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .recruit_area {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.recruit_detail {
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .recruit_detail {
    margin-top: 50px;
    font-size: 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .recruit_detail {
    font-size: 26px;
  }
}

.recruit_detail a {
  color: #211816;
  text-decoration: none;
}

@media screen and (min-width: 768px), print {
  .recruit_detail a {
    text-decoration: underline;
  }
}

.recruit_detail span {
  color: #B1370F;
}

.recruit_deco01 {
  display: none;
}

@media screen and (min-width: 768px), print {
  .recruit_deco01 {
    display: block;
    position: absolute;
    top: -20px;
    right: 60px;
    width: 13.6896%;
    max-width: 187px;
  }
}

.recruit_deco02 {
  display: none;
}

@media screen and (min-width: 768px), print {
  .recruit_deco02 {
    display: block;
    position: absolute;
    bottom: 220px;
    left: 70px;
    width: 14.42167%;
    max-width: 197px;
  }
}

.recruit_deco03 {
  display: none;
}

@media screen and (min-width: 768px), print {
  .recruit_deco03 {
    display: block;
    position: absolute;
    bottom: 170px;
    right: 120px;
    width: 8.49195%;
    max-width: 116px;
  }
}

.recruit_finish {
  line-height: 1.5;
  margin-top: 40px;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .recruit_finish {
    margin-top: 90px;
    font-size: 30px;
  }
}

.recruit_finish span {
  color: #1492D5;
}

.sns-release {
  margin-bottom: 50px;
}

.sns-release_head {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .sns-release_head {
    margin-bottom: 30px;
    font-size: 35px;
  }
}

.sns-release_list {
  width: 95%;
  max-width: 1024px;
  margin: auto;
}

.sns-release_item {
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 15px;
  text-align: left;
}

@media screen and (min-width: 768px), print {
  .sns-release_item {
    display: flex;
    margin-bottom: 30px;
    font-size: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .sns-release_date {
    width: 200px;
  }
}

@media screen and (min-width: 768px), print {
  .sns-release_ttl {
    flex: 1;
  }
}

.sns-release_ttl a {
  color: #ffffff;
}

.sns_ttl {
  margin-bottom: 20px;
  color: #ffffff;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .sns_ttl {
    margin-bottom: 40px;
    font-size: 35px;
  }
}

.sns_block {
  margin: auto;
  padding: 0 20px;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px), print {
  .sns_block {
    display: flex;
    width: 95%;
    max-width: 1024px;
    margin-bottom: 40px;
    padding: 0;
  }
}

.sns_facebook {
  width: 100%;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px), print {
  .sns_facebook {
    width: 48.82812%;
    max-width: 500px;
    margin-bottom: 0;
  }
}

.sns_twitter {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .sns_twitter {
    width: 48.82812%;
    max-width: 500px;
    margin-left: auto;
  }
}

.sns_note {
  width: 100%;
}

@media screen and (min-width: 768px), print {
  .sns_note {
    width: 48.82812%;
    max-width: 500px;
    margin-left: auto;
  }
}

.sns_box {
  position: relative;
  height: 224px;
  padding-top: 44.8%;
}

@media screen and (min-width: 768px), print {
  .sns_box {
    height: auto;
  }
}

.sns_box iframe,
.sns_box .fb_iframe_widget,
.sns_box .fb_iframe_widget span {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}

.sns_bnrs {
  display: flex;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px), print {
  .sns_bnrs {
    margin-bottom: 70px;
  }
}

.sns_bnr {
  width: 48.82812%;
}

.sns_bnr:first-child {
  margin-right: auto;
  text-align: right;
}

.sns_bnr a {
  transition: opacity 300ms;
}

@media screen and (min-width: 768px), print {
  .sns_bnr a:hover {
    opacity: 0.8;
  }
}

.sns_youtube {
  display: inline-block;
  width: 105px;
}

@media screen and (min-width: 768px), print {
  .sns_youtube {
    width: 209px;
  }
}

.sns_instagram {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 41px;
  height: 41px;
  background: #ffffff;
}

@media screen and (min-width: 768px), print {
  .sns_instagram {
    width: 82px;
    height: 82px;
  }
}

.sns_instagram img {
  width: 25px;
}

@media screen and (min-width: 768px), print {
  .sns_instagram img {
    width: 50px;
  }
}

.sns_info {
  padding: 0 20px;
  color: #FFFFFF;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .sns_info {
    padding: 0;
  }
}

.sns_release {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .sns_release {
    margin-bottom: 35px;
    font-size: 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sns_release {
    font-size: 24px;
  }
}

.sns_release a {
  color: #ffffff;
}

.sns_organizer {
  line-height: 1.4;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .sns_organizer {
    line-height: 1.3;
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sns_organizer {
    font-size: 18px;
  }
}

.sns_organizer p + p {
  margin-top: 10px;
}

@media screen and (min-width: 768px), print {
  .sns_organizer p + p {
    margin-top: 20px;
  }
}

.sns_tip {
  line-height: 1.3;
  margin-top: 10px;
  font-size: 10px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .sns_tip {
    line-height: 1.3;
    margin-top: 20px;
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sns_tip {
    font-size: 12px;
  }
}

.sns_contact {
  line-height: 1.4;
  margin-top: 20px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .sns_contact {
    line-height: 1.3;
    margin-top: 40px;
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .sns_contact {
    font-size: 18px;
  }
}

.step-block {
  position: relative;
  margin-bottom: 50px;
}

@media screen and (min-width: 768px), print {
  .step-block {
    margin-bottom: 15px;
  }
}

.step-block--before {
  margin-bottom: 15px;
}

.step-block_ttl-box {
  display: flex;
  align-items: center;
  padding: 5px 15px;
  background: #A6A7A7;
}

@media screen and (min-width: 768px), print {
  .step-block_ttl-box {
    padding: 0 35px;
  }
}

.step-block--before .step-block_ttl-box {
  background: #A6A7A7;
}

.step-block--01 .step-block_ttl-box {
  background: #1492D5;
}

.step-block--02 .step-block_ttl-box {
  background: #0674C4;
}

.step-block--03 .step-block_ttl-box {
  background: #065CB2;
}

.step-block--04 .step-block_ttl-box {
  background: #044D9A;
}

.step-block--05 .step-block_ttl-box {
  background: #00347D;
}

.step-block_key {
  width: 45px;
  color: #ffffff;
  font-size: 13px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .step-block_key {
    width: 95px;
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .step-block_key {
    width: 70px;
    font-size: 22px;
  }
}

.step-block_before-key {
  width: 95px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .step-block_before-key {
    width: 195px;
    font-size: 25px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .step-block_before-key {
    width: 145px;
    font-size: 20px;
  }
}

.step-block_no {
  width: 49px;
  height: 47px;
  padding: 14px 0 0 18px;
  color: #A6A7A7;
  font-size: 13px;
  font-weight: bold;
  background: url(../images/step_no.png) top center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .step-block_no {
    width: 97px;
    height: 94px;
    margin-top: 5px;
    padding: 25px 0 0 35px;
    font-size: 26px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .step-block_no {
    width: 75px;
    height: 72px;
    padding: 4px 0 0 13px;
    font-size: 18px;
  }
}

.step-block--01 .step-block_no {
  color: #1492D5;
}

.step-block--02 .step-block_no {
  color: #0674C4;
}

.step-block--03 .step-block_no {
  color: #065CB2;
}

.step-block--04 .step-block_no {
  color: #044D9A;
}

.step-block--05 .step-block_no {
  color: #00347D;
}

.step-block_ttl {
  flex: 1;
  line-height: 1.5;
  padding: 7px 0 7px 15px;
  color: #ffffff;
  font-size: 15px;
}

@media screen and (min-width: 768px), print {
  .step-block_ttl {
    padding: 12px 0 12px 30px;
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .step-block_ttl {
    font-size: 24px;
  }
}

.step-block_ttl-sub {
  font-size: 12px;
}

@media screen and (min-width: 768px), print {
  .step-block_ttl-sub {
    font-size: 17px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .step-block_ttl-sub {
    font-size: 15px;
  }
}

.step-block_ttl-main {
  line-height: 1.2;
  font-size: 15px;
}

@media screen and (min-width: 768px), print {
  .step-block_ttl-main {
    font-size: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .step-block_ttl-main {
    font-size: 24px;
  }
}

.step-block_contents {
  padding: 25px 20px;
  background: #ffffff;
}

@media screen and (min-width: 768px), print {
  .step-block_contents {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 15px 30px 15px 180px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .step-block_contents {
    padding-left: 140px;
  }
}

.step-block_text {
  line-height: 1.9;
  margin-bottom: 10px;
  font-size: 13px;
}

@media screen and (min-width: 768px), print {
  .step-block_text {
    width: 590px;
    line-height: 2;
    font-size: 17px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .step-block_text {
    width: auto;
    flex: 1;
    font-size: 15px;
  }
}

.step-block_img {
  width: 120px;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .step-block_img {
    width: 116px;
    margin: 0;
    margin-left: 20px;
  }
}

.step-block_arrow {
  position: absolute;
  bottom: -38px;
  left: 27px;
}

@media screen and (min-width: 768px), print {
  .step-block_arrow {
    top: 95px;
    left: 55px;
    bottom: auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .step-block_arrow {
    top: 70px;
    left: 15px;
  }
}

.step-block_arrow svg {
  width: 54px;
  height: 54px;
}

@media screen and (min-width: 768px), print {
  .step-block_arrow svg {
    width: 108px;
    height: 108px;
  }
}

.step-block--01 .step-block_arrow path {
  fill: #1492D5;
}

.step-block--02 .step-block_arrow path {
  fill: #0674C4;
}

.step-block--03 .step-block_arrow path {
  fill: #065CB2;
}

.step-block--04 .step-block_arrow path {
  fill: #044D9A;
}

.step-block--05 .step-block_arrow path {
  fill: #00347D;
}

.step-block_supplement {
  padding: 25px 20px;
  font-size: 15px;
  background: #D5F5FF;
}

@media screen and (min-width: 768px), print {
  .step-block_supplement {
    display: flex;
    justify-content: flex-end;
    margin-top: 15px;
    padding: 20px 30px 20px 180px;
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .step-block_supplement {
    justify-content: flex-start;
    padding-left: 140px;
    font-size: 18px;
  }
}

@media screen and (min-width: 768px), print {
  .step-block_supplement-inner {
    width: 726px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .step-block_supplement-inner {
    width: auto;
  }
}

.step-block_supplement-head {
  line-height: 1.2;
  margin-bottom: 5px;
  font-size: 20px;
}

@media screen and (min-width: 768px), print {
  .step-block_supplement-head {
    font-size: 26px;
  }
}

.step-block_supplement-text {
  line-height: 1.9;
  font-size: 16px;
}

@media screen and (min-width: 768px), print {
  .step-block_supplement-text {
    line-height: 2;
    font-size: 20px;
  }
}

.step_ttl {
  line-height: 1.3;
  margin-bottom: 20px;
  color: #00255E;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .step_ttl {
    font-size: 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .step_ttl {
    font-size: 28px;
  }
}

.step_ttl-point {
  color: #1492D5;
}

.step_ttl-q {
  font-size: 30px;
}

@media screen and (min-width: 768px), print {
  .step_ttl-q {
    font-size: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .step_ttl-q {
    font-size: 42px;
  }
}

.step_list {
  padding: 0 20px;
}

@media screen and (min-width: 768px), print {
  .step_list {
    width: 95%;
    max-width: 1024px;
    margin: auto;
    padding: 0;
  }
}

.step_after {
  padding: 25px 20px;
  background: #00255E;
}

@media screen and (min-width: 768px), print {
  .step_after {
    display: flex;
    align-items: center;
    padding: 22px 30px;
  }
}

.step_after-ttl {
  margin-bottom: 15px;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .step_after-ttl {
    line-height: 1.2;
    margin-bottom: 0;
    font-size: 29px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .step_after-ttl {
    font-size: 22px;
  }
}

.step_after-text {
  line-height: 2;
  margin-bottom: 5px;
  color: #ffffff;
  font-size: 15px;
}

@media screen and (min-width: 768px), print {
  .step_after-text {
    line-height: 1.5;
    margin-bottom: 0;
    margin-left: 20px;
    font-size: 26px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .step_after-text {
    font-size: 18px;
  }
}

.step_after-img {
  width: 120px;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .step_after-img {
    width: 116px;
    margin: 0;
    margin-left: auto;
  }
}

.what-gastronomy_inner {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .what-gastronomy_box {
    max-width: 872px;
    margin: auto;
  }
}

@media screen and (min-width: 768px), print {
  .what-gastronomy_content {
    position: relative;
    width: 100%;
    padding-top: 65.36697%;
    background: url(../images/what-gastronomy_bg_pc.png) center center no-repeat;
    background-size: contain;
  }
}

.what-gastronomy_sentence {
  background: #ffffff;
}

@media screen and (min-width: 768px), print {
  .what-gastronomy_sentence {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    padding-right: 60px;
    background: transparent;
  }
}

.what-gastronomy_copy {
  margin-top: 10px;
  padding: 0 20px;
  color: #09265A;
  font-size: 14px;
}

@media screen and (min-width: 768px), print {
  .what-gastronomy_copy {
    padding: 0;
    font-size: 18px;
  }
}

.what-gastronomy_img {
  width: 210px;
  margin: auto;
  margin-top: 10px;
}

@media screen and (min-width: 768px), print {
  .what-gastronomy_img {
    position: absolute;
    right: -20px;
    bottom: 5px;
    width: 45%;
    max-width: 427px;
  }
}

.what-gastronomy_btn-wrap {
  width: 82.66667%;
  max-width: 540px;
  margin: auto;
  margin-top: 30px;
}

.what-gastronomy_deco01 {
  position: absolute;
  top: -140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 150px;
}

@media screen and (min-width: 768px), print {
  .what-gastronomy_deco01 {
    top: -240px;
    left: 110px;
    width: 22.10835%;
    max-width: 302px;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .what-gastronomy_deco01 {
    top: -200px;
  }
}

@media screen and (min-width: 1366px), print {
  .what-gastronomy_deco01 {
    left: 50%;
    -webkit-transform: translateX(-490px);
            transform: translateX(-490px);
  }
}

.what-gastronomy_deco02 {
  display: none;
}

@media screen and (min-width: 768px), print {
  .what-gastronomy_deco02 {
    display: block;
    position: absolute;
    top: -35px;
    left: -70px;
    width: 19.10688%;
    max-width: 261px;
  }
}

.what-outline {
  margin-bottom: 170px;
}

@media screen and (min-width: 768px), print {
  .what-outline {
    margin-bottom: 320px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .what-outline {
    margin-bottom: 250px;
  }
}

.what-outline_inner {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .what-outline_box {
    max-width: 1076px;
    margin: auto;
  }
}

@media screen and (min-width: 768px), print {
  .what-outline_content {
    position: relative;
    width: 100%;
    padding-top: 71.00372%;
    background: url(../images/what-outline_bg_pc.png) center center no-repeat;
    background-size: contain;
  }
}

.what-outline_sentence {
  background: #ffffff;
}

@media screen and (min-width: 768px), print {
  .what-outline_sentence {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 110px;
    background: transparent;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .what-outline_sentence {
    padding-top: 10%;
  }
}

.what-outline_btn-wrap {
  width: 82.66667%;
  max-width: 540px;
  margin: auto;
}

@media screen and (min-width: 768px), print {
  .what-outline_btn-wrap {
    margin-top: 40px;
  }
}

.what-outline_deco01 {
  display: none;
}

@media screen and (min-width: 768px), print {
  .what-outline_deco01 {
    display: block;
    position: absolute;
    top: 120px;
    left: -55px;
    width: 13.46999%;
    max-width: 184px;
  }
}

.what-outline_deco02 {
  position: absolute;
  bottom: -85px;
  left: -25px;
  width: 125px;
}

@media screen and (min-width: 768px), print {
  .what-outline_deco02 {
    display: none;
  }
}

.what-outline_deco03 {
  display: none;
}

@media screen and (min-width: 768px), print {
  .what-outline_deco03 {
    display: block;
    position: absolute;
    bottom: 100px;
    right: -120px;
    width: 28.84334%;
    max-width: 394px;
  }
}

.what-outline_deco04 {
  position: absolute;
  top: -75px;
  right: -95px;
  width: 175px;
}

@media screen and (min-width: 768px), print {
  .what-outline_deco04 {
    top: -107px;
    right: -60px;
    width: 27.15959%;
    max-width: 371px;
  }
}

.what-outline_supplement {
  margin-top: 20px;
  padding: 0 20px;
  line-height: 1.9;
  color: #00255E;
  font-size: 16px;
}

@media screen and (min-width: 768px), print {
  .what-outline_supplement {
    margin-top: 30px;
    padding: 0;
    font-size: 20px;
    text-align: center;
  }
}

.what-tell {
  margin-bottom: 170px;
}

@media screen and (min-width: 768px), print {
  .what-tell {
    margin-bottom: 240px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .what-tell {
    margin-bottom: 200px;
  }
}

.what-tell_inner {
  position: relative;
}

@media screen and (min-width: 768px), print {
  .what-tell_box {
    max-width: 900px;
    margin: auto;
  }
}

@media screen and (min-width: 768px), print {
  .what-tell_content {
    position: relative;
    width: 100%;
    padding-top: 52%;
    background: url(../images/what-tell_bg_pc.png) center center no-repeat;
    background-size: contain;
  }
}

.what-tell_sentence {
  background: #ffffff;
}

@media screen and (min-width: 768px), print {
  .what-tell_sentence {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    background: transparent;
  }
}

.what-tell_deco01 {
  position: absolute;
  top: -140px;
  right: 50%;
  width: 137px;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@media screen and (min-width: 768px), print {
  .what-tell_deco01 {
    right: 90px;
    top: 0;
    width: 20.05857%;
    max-width: 274px;
    -webkit-transform: translate(0);
            transform: translate(0);
  }
}

@media screen and (min-width: 1366px), print {
  .what-tell_deco01 {
    right: 50%;
    -webkit-transform: translateX(590px);
            transform: translateX(590px);
  }
}

@media screen and (min-width: 768px), print {
  .what-tell_deco01 img {
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
  }
}

.what-tell_deco02 {
  display: none;
}

@media screen and (min-width: 768px), print {
  .what-tell_deco02 {
    display: block;
    position: absolute;
    top: -270px;
    left: 100px;
    width: 18.30161%;
    max-width: 250px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .what-tell_deco02 {
    top: -200px;
  }
}

.what-tell_deco03 {
  display: none;
}

@media screen and (min-width: 768px), print {
  .what-tell_deco03 {
    display: block;
    position: absolute;
    bottom: -35px;
    right: 105px;
    width: 18.74085%;
    max-width: 256px;
  }
}

.what {
  padding-bottom: 105px;
}

@media screen and (min-width: 768px), print {
  .what {
    padding-bottom: 230px;
  }
}

.what_content-top {
  display: block;
}

@media screen and (min-width: 768px), print {
  .what_content-top {
    display: none;
  }
}

.what_content-bottom {
  display: block;
}

@media screen and (min-width: 768px), print {
  .what_content-bottom {
    display: none;
  }
}

.what_ttl {
  margin-bottom: 20px;
  color: #00255E;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .what_ttl {
    margin-bottom: 25px;
    font-size: 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .what_ttl {
    font-size: 28px;
  }
}

.what_ttl-point {
  color: #1492D5;
}

.what_ttl-q {
  font-size: 30px;
}

@media screen and (min-width: 768px), print {
  .what_ttl-q {
    font-size: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .what_ttl-q {
    font-size: 42px;
  }
}

.what_text {
  line-height: 1.9;
  padding: 0 20px;
  color: #00255E;
  font-size: 16px;
}

@media screen and (min-width: 768px), print {
  .what_text {
    padding: 0;
    font-size: 20px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .what_text {
    font-size: 18px;
  }
}

.what_text span {
  color: #1492D5;
}

.what_text p + p {
  margin-top: 20px;
}

@media screen and (min-width: 768px), print {
  .what_text p + p {
    margin-top: 30px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .what_text p + p {
    margin-top: 10px;
  }
}

.what_btn {
  display: block;
  position: relative;
  line-height: 1.5;
  margin-top: 20px;
  padding: 15px;
  padding-left: 0;
  border-radius: 26px;
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
  background: #1492D5;
}

@media screen and (min-width: 768px), print {
  .what_btn {
    border-radius: 52px;
    padding: 17px 35px 17px 0;
    font-size: 20px;
    transition: opacity 300ms;
  }
}

.what_btn::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 50%;
  right: 18px;
  width: 20px;
  height: 8px;
  background: url(../images/what_arrow.png) center center no-repeat;
  background-size: contain;
}

@media screen and (min-width: 768px), print {
  .what_btn::after {
    right: 33px;
    width: 26px;
    height: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .what_btn:hover {
    opacity: 0.8;
  }
}

.where-location {
  margin-top: 15px;
  padding: 0 20px;
}

@media screen and (min-width: 768px), print {
  .where-location {
    display: flex;
    max-width: 880px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
  }
}

@media screen and (min-width: 768px), print {
  .where-location--fukui {
    margin-top: -15px;
  }
}

@media screen and (min-width: 768px), print {
  .where-location_item {
    width: 29.54545%;
    margin-right: 5.68182%;
  }
  .where-location_item:last-child {
    margin-right: 0;
  }
}

.where-location_item + .where-location_item {
  margin-top: 20px;
}

@media screen and (min-width: 768px), print {
  .where-location_item + .where-location_item {
    margin-top: 0;
  }
}

@media screen and (min-width: 768px), print {
  .where-location--fukui .where-location_item:last-child {
    width: 30.27344%;
  }
}

.where-location_ttl {
  line-height: 1.7;
  margin-bottom: 10px;
  color: #ffffff;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .where-location_ttl {
    font-size: 24px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .where-location_ttl {
    font-size: 21px;
  }
}

.where-location_text {
  line-height: 2;
  color: #452302;
  font-size: 12px;
}

@media screen and (min-width: 768px), print {
  .where-location_text {
    line-height: 1.4;
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .where-location_text {
    font-size: 12px;
  }
}

.where-prefecture_content {
  padding: 40px 20px 25px;
}

@media screen and (min-width: 768px), print {
  .where-prefecture_content {
    position: relative;
    width: 100%;
    padding: 0;
  }
}

.where-prefecture--toyama .where-prefecture_content {
  background: url(../images/where-toyama_bg_sp_icon.png) center 23px no-repeat #A4E0D4;
  background-size: 42px auto;
}

@media screen and (min-width: 768px), print {
  .where-prefecture--toyama .where-prefecture_content {
    padding-top: 18.03119%;
    background: url(../images/where-toyama_bg_pc.png) center top no-repeat;
    background-size: contain;
  }
}

.where-prefecture--fukui .where-prefecture_content {
  background: url(../images/where-fukui_bg_sp_icon.png) center 23px no-repeat #96D1BF;
  background-size: 42px auto;
}

@media screen and (min-width: 768px), print {
  .where-prefecture--fukui .where-prefecture_content {
    padding-top: 20.84942%;
    background: url(../images/where-fukui_bg_pc.png) center top no-repeat;
    background-size: contain;
  }
}

.where-prefecture--tottori .where-prefecture_content {
  background: url(../images/where-tottori_bg_sp_icon.png) center 23px no-repeat #AEDEB3;
  background-size: 42px auto;
}

@media screen and (min-width: 768px), print {
  .where-prefecture--tottori .where-prefecture_content {
    padding-top: 17.72772%;
    background: url(../images/where-tottori_bg_pc.png) center top no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 768px), print {
  .where-prefecture_sentence {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

@media screen and (min-width: 768px), print {
  .where-prefecture--toyama .where-prefecture_sentence {
    padding-bottom: 10px;
  }
}

@media screen and (min-width: 768px), print {
  .where-prefecture--fukui .where-prefecture_sentence {
    padding-bottom: 15px;
  }
}

@media screen and (min-width: 768px), print {
  .where-prefecture_top {
    display: none;
  }
}

.where-prefecture_top img {
  display: block;
}

@media screen and (min-width: 768px), print {
  .where-prefecture_bottom {
    display: none;
  }
}

.where-prefecture_bottom img {
  display: block;
}

.where-prefecture_ttl {
  margin-bottom: 30px;
  color: #231815;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .where-prefecture_ttl {
    width: 250px;
    margin-bottom: 0;
    padding-left: 70px;
    text-align: left;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .where-prefecture_ttl {
    width: 180px;
    padding-left: 30px;
  }
}

@media screen and (min-width: 768px), print {
  .where-prefecture--toyama .where-prefecture_ttl {
    padding-bottom: 5px;
  }
}

@media screen and (min-width: 768px), print {
  .where-prefecture--fukui .where-prefecture_ttl {
    padding-bottom: 20px;
  }
}

@media screen and (min-width: 768px), print {
  .where-prefecture--tottori .where-prefecture_ttl {
    padding-bottom: 10px;
  }
}

.where-prefecture_ttl-main {
  display: block;
  font-size: 40px;
}

@media screen and (min-width: 768px), print {
  .where-prefecture_ttl-main {
    display: inline-block;
    position: relative;
    font-size: 62px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .where-prefecture_ttl-main {
    font-size: 51px;
  }
}

.where-prefecture_ttl-main::after {
  content: '';
  display: block;
  position: absolute;
  bottom: 10px;
  right: -55px;
  width: 50px;
  height: 106px;
  background: center center no-repeat;
  background-size: contain;
}

.where-prefecture--toyama .where-prefecture_ttl-main::after {
  background-image: url(../images/where-toyama_icon.png);
}

.where-prefecture--fukui .where-prefecture_ttl-main::after {
  background-image: url(../images/where-fukui_icon.png);
}

.where-prefecture--tottori .where-prefecture_ttl-main::after {
  background-image: url(../images/where-tottori_icon.png);
}

.where-prefecture_ttl-sub {
  display: block;
  font-size: 21px;
}

@media screen and (min-width: 768px), print {
  .where-prefecture_ttl-sub {
    font-size: 33px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .where-prefecture_ttl-sub {
    font-size: 27px;
  }
}

.where-prefecture_text {
  line-height: 1.9;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .where-prefecture_text {
    flex: 1;
    line-height: 1.7;
    padding-right: 70px;
    font-size: 20px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .where-prefecture_text {
    padding-right: 30px;
    font-size: 17px;
  }
}

@media screen and (min-width: 768px), print {
  .where-prefecture--tottori .where-prefecture_text {
    padding-top: 20px;
  }
}

.where {
  padding-top: 25px;
  padding-bottom: 70px;
}

@media screen and (min-width: 768px), print {
  .where {
    padding-top: 50px;
    padding-bottom: 0;
    margin-bottom: 80px;
  }
}

.where_ttl {
  line-height: 1.6;
  margin-bottom: 30px;
  color: #00255E;
  font-size: 21px;
  font-weight: bold;
  text-align: center;
}

@media screen and (min-width: 768px), print {
  .where_ttl {
    margin-bottom: 20px;
    font-size: 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .where_ttl {
    font-size: 28px;
  }
}

.where_ttl-point {
  color: #1492D5;
}

.where_ttl-q {
  font-size: 30px;
}

@media screen and (min-width: 768px), print {
  .where_ttl-q {
    font-size: 50px;
  }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
  .where_ttl-q {
    font-size: 42px;
  }
}

.where_block {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px), print {
  .where_block {
    width: 95%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 60px;
  }
}

.where_map {
  margin-bottom: 20px;
  padding: 0 20px;
}

@media screen and (min-width: 768px), print {
  .where_map {
    width: 95%;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
    padding: 0;
  }
}

.where_everyone {
  margin: auto;
  padding: 0 20px;
  margin-top: 20px;
}

@media screen and (min-width: 768px), print {
  .where_everyone {
    max-width: 880px;
    padding: 0;
  }
}

.where_description {
  line-height: 1.4;
  padding: 0 20px;
  font-size: 16px;
  font-weight: bold;
}

@media screen and (min-width: 768px), print {
  .where_description {
    margin-top: 50px;
    padding: 0;
    font-size: 20px;
    text-align: center;
  }
}

/* ========================================
  utility
======================================== */
@media screen and (min-width: 768px), print {
  .u-br-sp {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-br-pc {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .u-show-pc {
    display: none !important;
  }
}

@media screen and (min-width: 768px), print {
  .u-show-sp {
    display: none !important;
  }
}
