/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */

/* Reset box-model and set borders */
/* ============================================ */
@charset "utf-8";

html {
  text-rendering: optimizeLegibility !important;
}

body {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;

  letter-spacing: 0;

  color: #333;
  background: #222326;

  text-rendering: optimizeLegibility;
}

a:focus {
  outline: none;
}

*,
::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;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  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;
}

a {
  display: block;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}

.ddl .ddl-options a,
.ddl .ddl-options a:visited{
  color: #000 !important;
}

a:hover {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
  text-decoration: none;
  opacity: .90;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */

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

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
  border: none;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 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. Fix font inheritance.
 */

::-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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */

/**
1. Correct table border color inheritance in all Chrome and Safari.
*/

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}
.pc {
  display: block;
}

.sp {
  display: none;
}

.tel {
  pointer-events: none;
}

p {
  word-break: break-all;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .tel {
    pointer-events: auto;
  }
}

/* ===============================
Text align
=============================== */
.txt-left {
  text-align: left;
}

.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

@media screen and (max-width: 768px) {
  .txt-left-sp {
    text-align: left;
  }

  .txt-center-sp {
    text-align: center;
  }

  .txt-right-sp {
    text-align: right;
  }
}

/* ===============================
Color
=============================== */
.b-color {
  color: #000 !important;
}

.w-color {
  color: #fff;
}

.text-white {
  color: #fff !important;
}

/* ===============================
Background Color
=============================== */
.bg-main {
  background: #900;
}

.bg-b {
  background: #171717;
}

.bg-w {
  background: #fff;
}

.bg-darkgray {
  background-color: #122415;
}

.bg-pink {
  background-color: #e59dea;
}
/* ===============================
Main Title
=============================== */
.com-h2-container {
  display: grid;
  margin-bottom: 45px;

  align-items: center;
  grid-template-columns: 1fr auto 1fr;
}

.h2-lines {
  height: 3px;

  border-radius: 2px;
  background-color: #000;
}

.com-h2 {
  display: flex;
  max-width: 600px;
  padding: 0 20px;

  font-size: 40px;
  line-height: 1.625;

  text-align: center;
  letter-spacing: 0.8px;

  color: #000;

  justify-content: center;
}

.com-h2-container.h2-mb40 {
  margin-bottom: 40px;
}

.blue-h2 .com-h2 {
  color: #171c61;
}

.blue-h2 .h2-lines {
  background-color: #171b60;
}

.yellow-h2 .com-h2 {
  color: #e1c399;
}

.yellow-h2 .h2-lines {
  background-color: #e1c399;
}

@media screen and (max-width: 768px) {
  .com-h2 {
    font-size: 23px;
  }
}

@media screen and (max-width: 374px) {
  .com-h2 {
    font-size: 20px;
  }
}

.default-padding {
  padding: 0 20px;
}

.m-w1350 {
  max-width: 1350px;
  margin: 0 auto;
}

.m-w1140 {
  max-width: 1140px;
  margin: 0 auto;
}

.m-w1120 {
  max-width: 1120px;
  margin: 0 auto;
}

.default-padding {
  padding: 0 20px;
}

/* ------------------------------ */
/* UTILITY CLASSES */
/* ------------------------------ */
.mx-auto {
  margin-inline: auto;
}

.p-10 {
  padding: 10px;
}

.mb-9 {
  margin-bottom: 9px;
}

.mb-14 {
  margin-bottom: 14px;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-24 {
  margin-top: 24px;
}

.mb-24 {
  margin-bottom: 24px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-65 {
  margin-top: 65px;
}

.pt-65 {
  padding-top: 65px;
}

.pb-80 {
  padding-bottom: 80px;
}
@charset "utf-8";
/* margin auto */
.m-auto {
    margin: 0 auto;
}
/* margin-top */
.mt0 {
    margin-top: 0;
}
.mt5 {
    margin-top: 5px;
}
.mt10 {
    margin-top: 10px;
}
.mt15 {
    margin-top: 15px;
}
.mt20 {
    margin-top: 20px;
}
.mt25 {
    margin-top: 25px;
}
.mt30 {
    margin-top: 30px;
}
.mt35 {
    margin-top: 35px;
}
.mt40 {
    margin-top: 40px;
}
.mt45 {
    margin-top: 45px;
}
.mt50 {
    margin-top: 50px;
}
.mt55 {
    margin-top: 55px;
}
.mt60 {
    margin-top: 60px;
}
.mt65 {
    margin-top: 65px;
}
.mt70 {
    margin-top: 70px;
}
.mt75 {
    margin-top: 75px;
}
.mt80 {
    margin-top: 80px;
}
.mt85 {
    margin-top: 85px;
}
.mt90 {
    margin-top: 90px;
}
.mt95 {
    margin-top: 95px;
}
.mt100 {
    margin-top: 100px;
}
.mt-8 {
    margin-top: -8px;
}
/* margin-bottom */
.mb0 {
    margin-bottom: 0;
}
.mb5 {
    margin-bottom: 5px;
}
.mb10 {
    margin-bottom: 10px;
}
.mb15 {
    margin-bottom: 15px;
}
.mb20 {
    margin-bottom: 20px;
}
.mb25 {
    margin-bottom: 25px;
}
.mb30 {
    margin-bottom: 30px;
}
.mb35 {
    margin-bottom: 35px;
}
.mb40 {
    margin-bottom: 40px;
}
.mb45 {
    margin-bottom: 45px;
}
.mb50 {
    margin-bottom: 50px;
}
.mb55 {
    margin-bottom: 55px;
}
.mb60 {
    margin-bottom: 60px;
}
.mb65 {
    margin-bottom: 65px;
}
.mb70 {
    margin-bottom: 70px;
}
.mb75 {
    margin-bottom: 75px;
}
.mb80 {
    margin-bottom: 80px;
}
.mb85 {
    margin-bottom: 85px;
}
.mb90 {
    margin-bottom: 90px;
}
.mb95 {
    margin-bottom: 95px;
}
.mb100 {
    margin-bottom: 100px;
}
/* margin-left */
.ml0 {
    margin-left: 0;
}
.ml5 {
    margin-left: 5px;
}
.ml10 {
    margin-left: 10px;
}
.ml15 {
    margin-left: 15px;
}
.ml20 {
    margin-left: 20px;
}
.ml25 {
    margin-left: 25px;
}
.ml30 {
    margin-left: 30px;
}
.ml35 {
    margin-left: 35px;
}
.ml40 {
    margin-left: 40px;
}
.ml45 {
    margin-left: 45px;
}
.ml50 {
    margin-left: 50px;
}
.ml55 {
    margin-left: 55px;
}
.ml60 {
    margin-left: 60px;
}
.ml65 {
    margin-left: 65px;
}
.ml70 {
    margin-left: 70px;
}
.ml75 {
    margin-left: 75px;
}
.ml80 {
    margin-left: 80px;
}
.ml85 {
    margin-left: 85px;
}
.ml90 {
    margin-left: 90px;
}
.ml95 {
    margin-left: 95px;
}
.ml100 {
    margin-left: 100px;
}
/* margin-right */
.mr0 {
    margin-right: 0;
}
.mr5 {
    margin-right: 5px;
}
.mr10 {
    margin-right: 10px;
}
.mr15 {
    margin-right: 15px;
}
.mr20 {
    margin-right: 20px;
}
.mr25 {
    margin-right: 25px;
}
.mr30 {
    margin-right: 30px;
}
.mr35 {
    margin-right: 35px;
}
.mr40 {
    margin-right: 40px;
}
.mr45 {
    margin-right: 45px;
}
.mr50 {
    margin-right: 50px;
}
.mr55 {
    margin-right: 55px;
}
.mr60 {
    margin-right: 60px;
}
.mr65 {
    margin-right: 65px;
}
.mr70 {
    margin-right: 70px;
}
.mr75 {
    margin-right: 75px;
}
.mr80 {
    margin-right: 80px;
}
.mr85 {
    margin-right: 85px;
}
.mr90 {
    margin-right: 90px;
}
.mr95 {
    margin-right: 95px;
}
.mr100 {
    margin-right: 100px;
}
/* padding-top */
.pt0 {
    padding-top: 0;
}
.pt5 {
    padding-top: 5px;
}
.pt10 {
    padding-top: 10px;
}
.pt15 {
    padding-top: 15px;
}
.pt20 {
    padding-top: 20px;
}
.pt25 {
    padding-top: 25px;
}
.pt30 {
    padding-top: 30px;
}
.pt35 {
    padding-top: 35px;
}
.pt40 {
    padding-top: 40px;
}
.pt45 {
    padding-top: 45px;
}
.pt50 {
    padding-top: 50px;
}
.pt55 {
    padding-top: 55px;
}
.pt60 {
    padding-top: 60px;
}
.pt65 {
    padding-top: 65px;
}
.pt70 {
    padding-top: 70px;
}
.pt75 {
    padding-top: 75px;
}
.pt80 {
    padding-top: 80px;
}
.pt85 {
    padding-top: 85px;
}
.pt90 {
    padding-top: 90px;
}
.pt95 {
    padding-top: 95px;
}
.pt100 {
    padding-top: 100px;
}
/* padding-bottom */
.pb0 {
    padding-bottom: 0;
}
.pb5 {
    padding-bottom: 5px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb15 {
    padding-bottom: 15px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb25 {
    padding-bottom: 25px;
}
.pb30 {
    padding-bottom: 30px;
}
.pb35 {
    padding-bottom: 35px;
}
.pb40 {
    padding-bottom: 40px;
}
.pb45 {
    padding-bottom: 45px;
}
.pb50 {
    padding-bottom: 50px;
}
.pb55 {
    padding-bottom: 55px;
}
.pb60 {
    padding-bottom: 60px;
}
.pb65 {
    padding-bottom: 65px;
}
.pb70 {
    padding-bottom: 70px;
}
.pb75 {
    padding-bottom: 75px;
}
.pb80 {
    padding-bottom: 80px;
}
.pb85 {
    padding-bottom: 85px;
}
.pb90 {
    padding-bottom: 90px;
}
.pb95 {
    padding-bottom: 95px;
}
.pb100 {
    padding-bottom: 100px;
}
.pb120 {
    padding-bottom: 120px;
}
/* padding-left */
.pl0 {
    padding-left: 0;
}
.pl5 {
    padding-left: 5px;
}
.pl10 {
    padding-left: 10px;
}
.pl15 {
    padding-left: 15px;
}
.pl20 {
    padding-left: 20px;
}
.pl25 {
    padding-left: 25px;
}
.pl30 {
    padding-left: 30px;
}
.pl35 {
    padding-left: 35px;
}
.pl40 {
    padding-left: 40px;
}
.pl45 {
    padding-left: 45px;
}
.pl50 {
    padding-left: 50px;
}
.pl55 {
    padding-left: 55px;
}
.pl60 {
    padding-left: 60px;
}
.pl65 {
    padding-left: 65px;
}
.pl70 {
    padding-left: 70px;
}
.pl75 {
    padding-left: 75px;
}
.pl80 {
    padding-left: 80px;
}
.pl85 {
    padding-left: 85px;
}
.pl90 {
    padding-left: 90px;
}
.pl95 {
    padding-left: 95px;
}
.pl100 {
    padding-left: 100px;
}
/* padding-right */
.pr0 {
    padding-right: 0;
}
.pr5 {
    padding-right: 5px;
}
.pr10 {
    padding-right: 10px;
}
.pr15 {
    padding-right: 15px;
}
.pr20 {
    padding-right: 20px;
}
.pr25 {
    padding-right: 25px;
}
.pr30 {
    padding-right: 30px;
}
.pr35 {
    padding-right: 35px;
}
.pr40 {
    padding-right: 40px;
}
.pr45 {
    padding-right: 45px;
}
.pr50 {
    padding-right: 50px;
}
.pr55 {
    padding-right: 55px;
}
.pr60 {
    padding-right: 60px;
}
.pr65 {
    padding-right: 65px;
}
.pr70 {
    padding-right: 70px;
}
.pr75 {
    padding-right: 75px;
}
.pr80 {
    padding-right: 80px;
}
.pr85 {
    padding-right: 85px;
}
.pr90 {
    padding-right: 90px;
}
.pr95 {
    padding-right: 95px;
}
.pr100 {
    padding-right: 100px;
}
@media screen and (max-width: 768px) {
    /* margin-top */
    .mt0-sp {
        margin-top: 0;
    }
    .mt5-sp {
        margin-top: 5px;
    }
    .mt10-sp {
        margin-top: 10px;
    }
    .mt15-sp {
        margin-top: 15px;
    }
    .mt20-sp {
        margin-top: 20px;
    }
    .mt25-sp {
        margin-top: 25px;
    }
    .mt30-sp {
        margin-top: 30px;
    }
    .mt35-sp {
        margin-top: 35px;
    }
    .mt40-sp {
        margin-top: 40px;
    }
    .mt45-sp {
        margin-top: 45px;
    }
    .mt50-sp {
        margin-top: 50px;
    }
    /* margin-bottom */
    .mb0-sp {
        margin-bottom: 0;
    }
    .mb5-sp {
        margin-bottom: 5px;
    }
    .mb10-sp {
        margin-bottom: 10px;
    }
    .mb15-sp {
        margin-bottom: 15px;
    }
    .mb20-sp {
        margin-bottom: 20px;
    }
    .mb25-sp {
        margin-bottom: 25px;
    }
    .mb30-sp {
        margin-bottom: 30px;
    }
    .mb35-sp {
        margin-bottom: 35px;
    }
    .mb40-sp {
        margin-bottom: 40px;
    }
    .mb45-sp {
        margin-bottom: 45px;
    }
    .mb50-sp {
        margin-bottom: 50px;
    }
    /* margin-left */
    .ml0-sp {
        margin-left: 0;
    }
    .ml5-sp {
        margin-left: 5px;
    }
    .ml10-sp {
        margin-left: 10px;
    }
    .ml15-sp {
        margin-left: 15px;
    }
    .ml20-sp {
        margin-left: 20px;
    }
    .ml25-sp {
        margin-left: 25px;
    }
    .ml30-sp {
        margin-left: 30px;
    }
    .ml35-sp {
        margin-left: 35px;
    }
    .ml40-sp {
        margin-left: 40px;
    }
    .ml45-sp {
        margin-left: 45px;
    }
    .ml50-sp {
        margin-left: 50px;
    }
    /* margin-right */
    .mr0-sp {
        margin-right: 0;
    }
    .mr5-sp {
        margin-right: 5px;
    }
    .mr10-sp {
        margin-right: 10px;
    }
    .mr15-sp {
        margin-right: 15px;
    }
    .mr20-sp {
        margin-right: 20px;
    }
    .mr25-sp {
        margin-right: 25px;
    }
    .mr30-sp {
        margin-right: 30px;
    }
    .mr35-sp {
        margin-right: 35px;
    }
    .mr40-sp {
        margin-right: 40px;
    }
    .mr45-sp {
        margin-right: 45px;
    }
    .mr50-sp {
        margin-right: 50px;
    }
    /* padding-top */
    .pt0-sp {
        padding-top: 0;
    }
    .pt5-sp {
        padding-top: 5px;
    }
    .pt10-sp {
        padding-top: 10px;
    }
    .pt15-sp {
        padding-top: 15px;
    }
    .pt20-sp {
        padding-top: 20px;
    }
    .pt25-sp {
        padding-top: 25px;
    }
    .pt30-sp {
        padding-top: 30px;
    }
    .pt35-sp {
        padding-top: 35px;
    }
    .pt40-sp {
        padding-top: 40px;
    }
    .pt45-sp {
        padding-top: 45px;
    }
    .pt50-sp {
        padding-top: 50px;
    }
    .pt70-sp {
        padding-top: 70px;
    }
    .pt75-sp {
        padding-top: 75px;
    }
    .pt80-sp {
        padding-top: 80px;
    }
    /* padding-bottom */
    .pb0-sp {
        padding-bottom: 0;
    }
    .pb5-sp {
        padding-bottom: 5px;
    }
    .pb10-sp {
        padding-bottom: 10px;
    }
    .pb15-sp {
        padding-bottom: 15px;
    }
    .pb20-sp {
        padding-bottom: 20px;
    }
    .pb25-sp {
        padding-bottom: 25px;
    }
    .pb30-sp {
        padding-bottom: 30px;
    }
    .pb35-sp {
        padding-bottom: 35px;
    }
    .pb40-sp {
        padding-bottom: 40px;
    }
    .pb45-sp {
        padding-bottom: 45px;
    }
    .pb50-sp {
        padding-bottom: 50px;
    }
    .pb70-sp {
        padding-bottom: 70px;
    }
    /* padding-left */
    .pl0-sp {
        padding-left: 0;
    }
    .pl5-sp {
        padding-left: 5px;
    }
    .pl10-sp {
        padding-left: 10px;
    }
    .pl15-sp {
        padding-left: 15px;
    }
    .pl20-sp {
        padding-left: 20px;
    }
    .pl25-sp {
        padding-left: 25px;
    }
    .pl30-sp {
        padding-left: 30px;
    }
    .pl35-sp {
        padding-left: 35px;
    }
    .pl40-sp {
        padding-left: 40px;
    }
    .pl45-sp {
        padding-left: 45px;
    }
    .pl50-sp {
        padding-left: 50px;
    }
    /* padding-right */
    .pr0-sp {
        padding-right: 0;
    }
    .pr5-sp {
        padding-right: 5px;
    }
    .pr10-sp {
        padding-right: 10px;
    }
    .pr15-sp {
        padding-right: 15px;
    }
    .pr20-sp {
        padding-right: 20px;
    }
    .pr25-sp {
        padding-right: 25px;
    }
    .pr30-sp {
        padding-right: 30px;
    }
    .pr35-sp {
        padding-right: 35px;
    }
    .pr40-sp {
        padding-right: 40px;
    }
    .pr45-sp {
        padding-right: 45px;
    }
    .pr50-sp {
        padding-right: 50px;
    }
}

/* ===============================
Font family
=============================== */
.fz-en-m {
  font-family: "oswald", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.fz-en-b {
  font-family: "oswald", sans-serif;
  font-style: normal;
  font-weight: 700;
}
.fz-jp-m {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.fz-jp-b {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 700;
}
@font-face {
  font-family: "Adobe Jenson Pro Light";
  src: url("../fonts/Adobe\ Jenson\ Pro\ Light\ Subhead.otf");
}
@font-face {
font-family: "hiragino-mincho-pro-w3";
src: url("../fonts/hiragino-mincho-pro-w3.otf");
}
@font-face {
font-family: "hiragino-mincho-pro-w6";
src: url("../fonts/hiragino-mincho-pro-w6.otf");
}
/* ===============================
Font
=============================== */
.fz-normal {
  font-weight: 400;
}
.fz-medium {
  font-weight: 500;
}
.fz-bold {
  font-weight: bold;
}
.fz-10 {
  font-size: 10px;
}
.fz-11 {
  font-size: 11px;
}
.fz-12 {
  font-size: 12px;
}
.fz-13 {
  font-size: 13px;
}
.fz-14 {
  font-size: 14px;
}
.fz-15 {
  font-size: 15px;
}
.fz-16 {
  font-size: 16px;
}
.fz-17 {
  font-size: 17px;
}
.fz-18 {
  font-size: 18px;
}
.fz-19 {
  font-size: 19px;
}
.fz-20 {
  font-size: 20px;
}
.fz-21 {
  font-size: 21px;
}
.fz-22 {
  font-size: 22px;
}
.fz-23 {
  font-size: 23px;
}
.fz-24 {
  font-size: 24px;
}
.fz-25 {
  font-size: 25px;
}
.fz-26 {
  font-size: 26px;
}
.fz-27 {
  font-size: 27px;
}
.fz-28 {
  font-size: 28px;
}
.fz-29 {
  font-size: 29px;
}
.fz-30 {
  font-size: 30px;
}
.fz-31 {
  font-size: 31px;
}
.fz-32 {
  font-size: 32px;
}
.fz-33 {
  font-size: 33px;
}
.fz-34 {
  font-size: 34px;
}
.fz-35 {
  font-size: 35px;
}
.fz-36 {
  font-size: 36px;
}
.fz-37 {
  font-size: 37px;
}
.fz-38 {
  font-size: 38px;
}
.fz-39 {
  font-size: 39px;
}
.fz-40 {
  font-size: 40px;
}
.fz-45 {
  font-size: 45px;
}
.fz-46 {
  font-size: 46px;
}
.fz-47 {
  font-size: 47px;
}
.fz-48 {
  font-size: 48px;
}
.fz-49 {
  font-size: 49px;
}
.fz-50 {
  font-size: 50px;
}
@media screen and (max-width: 768px) {
  .fz-10-sp {
      font-size: 10px;
  }
  .fz-11-sp {
      font-size: 11px;
  }
  .fz-12-sp {
      font-size: 12px;
  }
  .fz-13-sp {
      font-size: 13px;
  }
  .fz-14-sp {
      font-size: 14px;
  }
  .fz-15-sp {
      font-size: 15px;
  }
  .fz-16-sp {
      font-size: 16px;
  }
  .fz-17-sp {
      font-size: 17px;
  }
  .fz-18-sp {
      font-size: 18px;
  }
  .fz-19-sp {
      font-size: 19px;
  }
  .fz-20-sp {
      font-size: 20px;
  }
  .fz-21-sp {
      font-size: 21px;
  }
  .fz-22-sp {
      font-size: 22px;
  }
  .fz-23-sp {
      font-size: 23px;
  }
  .fz-24-sp {
      font-size: 24px;
  }
  .fz-25-sp {
      font-size: 25px;
  }
  .fz-26-sp {
      font-size: 26px;
  }
  .fz-27-sp {
      font-size: 27px;
  }
  .fz-28-sp {
      font-size: 28px;
  }
  .fz-29-sp {
      font-size: 29px;
  }
  .fz-30-sp {
      font-size: 30px;
  }
  .fz-31-sp {
      font-size: 31px;
  }
  .fz-32-sp {
      font-size: 32px;
  }
  .fz-33-sp {
      font-size: 33px;
  }
  .fz-34-sp {
      font-size: 34px;
  }
  .fz-35-sp {
      font-size: 35px;
  }
  .fz-36-sp {
      font-size: 36px;
  }
  .fz-37-sp {
      font-size: 37px;
  }
  .fz-38-sp {
      font-size: 38px;
  }
  .fz-39-sp {
      font-size: 39px;
  }
  .fz-40-sp {
      font-size: 40px;
  }
  .fz-45-sp {
      font-size: 45px;
  }
}
/* ===============================
Font
=============================== */
@media screen and (max-width: 768px) {
  .sp\:mt-32 {
    margin-top: 32px;
  }

  .sp\:mb-30 {
    margin-bottom: 30px;
  }

  .sp\:mb-25 {
    margin-bottom: 25px;
  }

  .sp\:pt-32 {
    padding-top: 32px;
  }

  .sp\:pb-40 {
    padding-bottom: 40px;
  }
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #222326;
}

.iframe-container {
  position: relative;
  width: 100%;
  height: 270px;
}
.fukuoka-pg .iframe-container {
  /*20230904*/
  aspect-ratio: 16/9;
  height: auto;
}
.fukuoka-pg .f-img01.thumbnail-img {
  aspect-ratio: 16/12 !important; /*20230904*/
  height: auto !important;
}

.iframe-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  aspect-ratio: 16/9;
  width: 100%;
  height: 100%;
}

.yt-container {
  position: relative;

  width: 100%;
  height: 568px;
}

.yt-container iframe {
  position: absolute;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
}

.iframe-container01 {
  position: relative;
  width: 100%;
  height: 310px;
}

.iframe-container01 iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.iframe-container02 {
  position: relative;
  width: 100%;
  height: 100%;
}

.img-container,
.img-container img {
  height: 100%;
}

@media screen and (max-width: 900px) {
  .iframe-container {
    height: 200px;
  }

  .yt-container {
    height: 409px;
  }
}

@media screen and (max-width: 800px) {
  .iframe-container {
    height: 170px;
  }
}

@media screen and (max-width: 768px) {
  .iframe-container {
    height: 270px;
  }

  .iframe-container01 {
    height: 400px;
  }

  .iframe-container02 iframe {
    width: 100%;
  }
}

@media screen and (max-width: 675px) {
  .iframe-container {
    height: 230px;
  }

  .iframe-container01 {
    height: 400px;
  }
}

@media screen and (max-width: 675px) {
  .iframe-container {
    height: 200px;
  }

  .iframe-container01 {
    height: 345px;
  }
}

@media screen and (max-width: 550px) {
  .iframe-container {
    height: 380px;
  }

  .yt-container {
    height: 360px;
  }

  .iframe-container01 {
    height: 290px;
  }
}

@media screen and (max-width: 467px) {
  .iframe-container {
    height: 318px;
  }
}

@media screen and (max-width: 400px) {
  .iframe-container {
    height: 270px;
  }

  .yt-container {
    height: 270px;
  }

  .iframe-container01 {
    height: 270px;
  }
}

@media screen and (max-width: 350px) {
  .iframe-container {
    height: 230px;
  }

  .yt-container {
    height: 250px;
  }

  .iframe-container01 {
    height: 250px;
  }
}

.grid-container {
  display: grid;
  gap: 60px 20px;
  grid-template-columns: repeat(3, 1fr);
}

.m-w1140 {
  max-width: 1140px;
  margin: 0 auto;
}

.m-w1120 {
  max-width: 1120px;
  margin: 0 auto;
}

/* footer start  */
.top-second-contents .footer {
  -webkit-border-before: 1px solid #192770;
  border-block-start: 1px solid #192770;
  padding-block: 3vw;
  display: block;
  height: inherit;
  background: #ffffff;
}
.top-second-contents .footer .footer-nav {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  width: min(100%, 800px);
  margin-inline: auto;
}
@media (min-width: 768px) {
  .top-second-contents .footer .footer-nav {
    flex-direction: row;
    justify-content: space-between;
    gap: 30px;
    padding-inline: 5vw;
  }
}
.top-second-contents .footer .footer-nav li a {
  font-size: 14px;
  color: #192770;
}

.top-second-contents .footer-logo-wrap {
  width: min(100% - 4vw, 240px);
  margin: 3vw auto 1vw;
}

.footer-logo {
  width: 100%;
  height: auto;
  fill: #192770;
}

.top-second-contents .footer-copyright {
  -webkit-margin-after: 3vw;
  margin-block-end: 3vw;
}

.top-second-contents .footer-copyright-p {
  text-align: center;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
  color: #192770;
}
/* footer end */