@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・variable
・mixin
・base
・utility
・component
・layout
====================================================================== */
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  box-sizing: border-box;
}

::before,
::after {
  box-sizing: inherit;
}

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

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

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

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

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  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: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

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

address {
  font-style: inherit;
}

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

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

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

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

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

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

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

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

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

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

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

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

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

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

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

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

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

@media screen and (min-width: 768px) and (max-width: 1140px) {
  html {
    font-size: 55%;
  }
}

body {
  font-size: 1.6rem;
  color: #222;
  font-family: Noto Sans Japanese, "游ゴシック", YuGothic, sans-serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  text-shadow: rgba(0, 0, 0, 0.01) 0 0 1px;
  overflow-x: hidden;
}

@media screen and (min-width: 768px) {
  body {
    width: 100%;
  }
}

html,
body {
  width: 100%;
  height: 100%;
}

.en {
  font-family: lato, sans-serif;
  font-weight: 700;
}

* {
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
  margin-block-start: 0;
  margin-block-end: 0;
}

/* a */
a {
  text-decoration: none;
}

a:link {
  color: #222;
  cursor: pointer;
}

a:visited {
  color: #222;
}

a:hover {
  color: #222;
}

a:active {
  color: #222;
}

a[href^="tel"] {
  color: #222;
}

/* Text Highlight */
*:focus {
  outline: none;
}

/* button */
button {
  display: block;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #222;
}

/* placeholder */
input:placeholder-shown,
textarea:placeholder-shown {
  color: #222;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #222;
}

input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #222;
  opacity: 1;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #222;
  opacity: 1;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #222;
}

input:focus:placeholder-shown,
textarea:focus:placeholder-shown {
  color: #222;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: #222;
}

input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: #222;
  opacity: 1;
}

input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: #222;
  opacity: 1;
}

input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: #222;
}

img {
  pointer-events: none;
  user-select: none;
}

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

/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.text-right {
  text-align: right;
}

.u_cf:after {
  display: block;
  clear: both;
  content: "";
}

.u_all_i {
  display: block !important;
}

.u_tab {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u_tab {
    display: block;
  }
}

.u_tab_i {
  display: none;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u_tab_i {
    display: block !important;
  }
}

@media screen and (min-width: 768px) {
  .u_pc {
    display: block;
  }
  .u_pc_i {
    display: inline;
  }
  .u_pc_ib {
    display: inline-block;
  }
  .u_pc_f {
    display: flex;
  }
  .u_pc_if {
    display: inline-flex;
  }
  .u_pci {
    display: inline !important;
  }
  .u_spi {
    display: none !important;
  }
  .u_sp {
    display: none;
  }
  .u_sp_f, .u_sp_i, .u_sp_ib, .u_sp_if {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u_pc {
    display: none;
  }
  .u_pc_f, .u_pc_i, .u_pc_ib, .u_pc_if, .u_pci {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .u_sp {
    display: block;
  }
  .u_sp_i {
    display: inline;
  }
  .u_sp_ib {
    display: inline-block;
  }
  .u_sp_f {
    display: flex;
  }
  .u_sp_if {
    display: inline-flex;
  }
  .u_spi {
    display: block !important;
  }
}

.u_pconly {
  display: none;
}

.u_sp_tab {
  display: none;
}

@media screen and (min-width: 1025px) {
  .u_pconly {
    display: block !important;
  }
}

@media screen and (max-width: 1024px) {
  .u_sp_tab {
    display: block !important;
  }
}

/* =================================
 content_size
================================= */
.u_content_size {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  .u_content_size {
    padding: 0;
    margin: 0 auto;
    width: 1200px;
  }
}

/* =================================
 text
================================= */
.u_txt_1 {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.u_txt_2 {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

.u_txt_3 {
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
}

/* =================================
 text weight
================================= */
.u_lighter {
  font-weight: lighter;
}

.u_bold {
  font-weight: bold;
}

/* =================================
 paragraph margin
================================= */
.u_paragraph + .u_paragraph {
  margin: 15px 0 0;
}

/* =================================
 hoge
================================= */
.u_lh {
  line-height: 2;
}

.mb50_sp {
  margin-bottom: 50px;
}

/* ======================================================================
 component
====================================================================== */
/* =================================
 layout
================================= */
@media screen and (max-width: 767px) {
  section {
    overflow-x: hidden;
  }
}

.container {
  width: 100%;
  max-width: 1100px;
  padding-left: 50px;
  padding-right: 50px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.col {
  position: relative;
  width: 100%;
  min-height: 1px;
}

/* =================================
 title
================================= */
.column_ttl {
  display: flex;
  align-items: center;
}

.column_ttl .en {
  font-size: 3.2rem;
  letter-spacing: 0.2em;
  font-weight: 800;
}

.column_ttl .ja {
  font-size: 1.6rem;
  font-weight: 700;
  display: inline-block;
  margin-right: 16px;
}

@media screen and (max-width: 767px) {
  .column_ttl {
    flex-direction: column;
    align-items: inherit;
  }
  .column_ttl .en {
    font-size: 4rem;
    order: 0;
    display: block;
    letter-spacing: 0.05em;
    margin-bottom: 5px;
  }
  .column_ttl .ja {
    order: 1;
    margin-right: 0;
    display: block;
  }
}

.news_ttl .en,
.news_ttl .ja {
  display: block;
}

.news_ttl .en {
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-bottom: 7px;
}

.news_ttl .ja {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
}

*:not(#p_top) .news_ttl .en {
  font-size: 4.8rem;
}

.sec_ttl {
  margin-bottom: 40px;
}

.sec_ttl .en,
.sec_ttl .ja {
  display: block;
}

.sec_ttl .en {
  font-size: 4.8rem;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 800;
  margin-bottom: 18px;
}

.sec_ttl .ja {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 900;
}

.sec_ttl .ja .c_2 {
  color: #4275a3;
}

@media screen and (max-width: 767px) {
  .sec_ttl .en {
    margin-bottom: 14px;
  }
}

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

.border_ttl::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 2px;
  background-color: #222;
  z-index: -1;
}

.border_ttl span {
  background-color: #fff;
  display: inline-block;
  position: relative;
  max-width: 210px;
}

@media screen and (max-width: 767px) {
  .border_ttl span {
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .border_ttl {
    margin: 0 -20px 0 -10px;
  }
}

.vertical_sub {
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.2em;
  transform: rotate(90deg);
  font-weight: 400;
  position: absolute;
  right: -20px;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 204px;
  height: 20px;
  top: 165px;
}

@media screen and (min-width: 768px) and (max-width: 1110px) {
  .vertical_sub {
    height: 14px;
    right: -67px;
  }
}

@media screen and (max-width: 767px) {
  .vertical_sub {
    position: static;
    transform: inherit;
    margin-top: 8px;
    margin-bottom: 38px;
  }
}

/* =================================
 buttons
================================= */
.js_btn_p_top {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .js_btn_p_top {
    right: 20px;
    bottom: 20px;
  }
}

.arrow_link {
  min-width: 121px;
  min-height: 26px;
  display: inline-block;
  position: relative;
}

.arrow_link::before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background-image: url(../img/common/arrow_morehead.svg);
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  min-width: 121px;
  min-height: 26px;
}

.arrow_link::after {
  content: "";
  background: #222;
  height: 5px;
  width: 140px;
  display: block;
  position: absolute;
  bottom: 1px;
  right: 2px;
  border-radius: 3px;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.arrow_link.en span {
  font-size: 1.6rem;
  letter-spacing: 0.2em;
  font-weight: 800;
}

.arrow_link:not(.en) {
  min-width: 142px;
  min-height: 29px;
}

.arrow_link:not(.en)::before {
  min-width: 142px;
  min-height: 29px;
}

.arrow_link span {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  font-size: 1.8rem;
  line-height: 1;
  text-align: left;
  display: block;
}

@media screen and (min-width: 768px) {
  .arrow_link:hover span {
    transform: translateX(-10px);
  }
  .arrow_link:hover::after {
    width: 170px;
  }
}

@media screen and (max-width: 767px) {
  .arrow_link span {
    font-size: 1.6rem;
    letter-spacing: 0.1em;
  }
}

.solid_btn {
  display: flex;
  min-height: 72px;
  min-width: 190px;
  text-decoration: none;
  border-bottom: solid 4px #222;
  border-radius: 8px;
  box-sizing: border-box;
}

.solid_btn img {
  max-width: 130px;
}

.solid_btn > span {
  font-size: 2rem;
  line-height: 1.111;
  font-weight: 700;
  min-height: 72px;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: solid 4px #4275a3;
  border-radius: 6px;
  text-align: center;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.solid_btn:hover > span {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
  /*下に動く*/
}

@media screen and (max-width: 767px) {
  .solid_btn {
    min-width: inherit;
    width: 100%;
    height: 76px;
    min-height: inherit;
  }
}

.radius_more_btn {
  width: 120px;
  height: 32px;
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 800;
  border-radius: 8px;
  background-color: #f9bd2c;
  color: #222;
  display: flex;
  align-items: center;
  justify-content: center;
}

.radius_more_btn span {
  display: inline-block;
  font-weight: 800;
  padding-right: 42px;
  position: relative;
}

.radius_more_btn span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/arw_more.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 32px;
  height: 10px;
}

.border_arrow_link span {
  font-size: 1.8rem;
  font-weight: 700;
  border-bottom: 4px solid #222;
  padding: 0 52px 5px 0;
  position: relative;
}

.border_arrow_link span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 5px;
  margin: auto;
  background-image: url(../img/common/arw_more.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 32px;
  height: 10px;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

@media screen and (min-width: 768px) {
  .border_arrow_link:hover span::before {
    right: -10px;
  }
}

.base_btn {
  position: relative;
  min-width: 403px;
  min-height: 60px;
  background: #222;
  display: inline-block;
}

.base_btn > span {
  font-size: 2.4rem;
  line-height: 1.3;
  font-weight: 700;
  min-width: 403px;
  min-height: 60px;
  border: 2px solid #222;
  background-color: #f9bd2c;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.base_btn.base_c2 > span {
  color: #fff;
  background-color: #4275a3;
}

.base_btn.b_btn {
  min-height: 100px;
  min-width: 480px;
}

.base_btn.b_btn > span {
  min-height: 100px;
  min-width: 480px;
  border: 3px solid #222;
}

.base_btn.arrow_btn > span::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 25px;
  margin: auto;
  z-index: 3;
  background-image: url(../img/common/arrow_wh.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 30px;
  height: 8px;
}

.base_btn:hover > span {
  top: 0;
}

@media screen and (max-width: 767px) {
  .base_btn {
    width: 100%;
    min-width: inherit !important;
  }
  .base_btn > span {
    width: 100%;
    min-width: inherit !important;
  }
  .base_btn.arrow_btn > span::before {
    right: 17px;
  }
}

/* =================================
 icon
================================= */
/* =================================
 table
================================= */
/* =================================
 list
================================= */
.colmn_list {
  margin-left: -20px;
  margin-right: -20px;
}

.colmn_list > li {
  padding-left: 15px;
  padding-right: 15px;
  flex: 0 0 25%;
  max-width: 25%;
}

.colmn_list > li a {
  position: relative;
}

.colmn_list > li a .new_icon {
  position: absolute;
  top: -13px;
  left: -11px;
  width: 53px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  line-height: 0.8;
  font-weight: 700;
  color: #fff;
  background-color: #4275a3;
  border-radius: 50%;
  border: 2px solid #fff;
  z-index: 2;
}

.colmn_list > li a .ph_wrap {
  margin-bottom: 4px;
  border-radius: 8px;
  border: 4px solid #fff;
  overflow: hidden;
}

.colmn_list > li a .ph_wrap img {
  border-radius: 3px;
  width: 100%;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.colmn_list > li a .ttl {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 500;
}

@media screen and (min-width: 768px) {
  .colmn_list > li a:hover .ph_wrap img {
    transform: scale(1.2);
  }
}

@media screen and (max-width: 767px) {
  .colmn_list {
    margin-left: 0;
    margin-right: 0;
  }
  .colmn_list > .col {
    flex: 0 0 100%;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
  .colmn_list > .col:last-child {
    margin-bottom: 12px;
  }
  .colmn_list > .col article {
    display: flex;
  }
  .colmn_list > .col .new_icon {
    z-index: 1;
    border: 0;
    top: -6px;
    left: -6px;
  }
  .colmn_list > .col .ph_wrap {
    flex: 0 0 42.5%;
    max-width: 42.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
    z-index: 0;
    margin: 0;
  }
  .colmn_list > .col .ph_wrap img {
    border-radius: 8px;
  }
  .colmn_list > .col .ttl {
    font-size: 1.6rem;
    flex: 0 0 57.5%;
    max-width: 57.5%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding: 6px 0 0 10px;
  }
}

/* =================================
 item
================================= */
/* =================================
 pager
================================= */
.c_pager_prev_next {
  margin-top: 30px;
  padding-top: 20px;
  border-top: 1px dotted #222;
}

.c_pager_prev_next > ul {
  display: flex;
  justify-content: space-between;
}

.c_pager_prev_next > ul li a {
  position: relative;
  font-size: 1.4rem;
  line-height: 1.2;
  letter-spacing: 0.1em;
  font-weight: 800;
  display: inline-block;
}

.c_pager_prev_next > ul .prev > a {
  padding-left: 50px;
}

.c_pager_prev_next > ul .prev > a::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(../img/common/arw_more.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 10px;
  transform: scale(-1, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.c_pager_prev_next > ul .prev > a:hover::before {
  left: -8px;
}

.c_pager_prev_next > ul .back a {
  padding: 12px 17px;
  border: 1px solid #222;
  border-radius: 4px;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.c_pager_prev_next > ul .back a:hover {
  color: #fff;
  background-color: #222;
}

.c_pager_prev_next > ul .next > a {
  padding-right: 50px;
}

.c_pager_prev_next > ul .next > a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  background-image: url(../img/common/arw_more.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 10px;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.c_pager_prev_next > ul .next > a:hover::after {
  right: -8px;
}

@media screen and (max-width: 767px) {
  .c_pager_prev_next > ul .prev,
  .c_pager_prev_next > ul .next {
    display: flex;
    align-items: center;
    padding-top: 8px;
  }
  .c_pager_prev_next > ul .prev > a,
  .c_pager_prev_next > ul .next > a {
    padding-bottom: 8px;
  }
  .c_pager_prev_next > ul .prev .prev_a {
    padding-left: 22px;
  }
  .c_pager_prev_next > ul .prev .prev_a::before {
    top: inherit;
    bottom: 0;
  }
  .c_pager_prev_next > ul .next .next_a {
    padding-right: 22px;
  }
  .c_pager_prev_next > ul .next .next_a::after {
    top: inherit;
    bottom: 0;
  }
}

/* =================================
 tab_area
================================= */
.tab_area {
  display: flex;
  justify-content: space-between;
}

.tab_area .tab {
  width: 120px;
  height: 50px;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  text-align: center;
  color: #222;
  border: 2px solid #222;
  border-radius: 6px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  cursor: pointer;
}

.tab_area .tab.active,
.tab_area .tab:hover {
  background-color: #222;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .tab_area {
    flex-wrap: wrap;
  }
  .tab_area .tab {
    font-size: 1.6rem;
    line-height: 1.125;
    flex: 0 0 calc(50% - 14px);
    max-width: calc(50% - 14px);
    margin: 0 7px 14px;
  }
}

.content_area {
  font-size: 3rem;
  text-align: center;
}

.content_area .content {
  display: none;
}

.content_area .content.show {
  margin-bottom: 20px;
  display: block;
}

@media screen and (max-width: 767px) {
  .content_area .content.show {
    margin-bottom: 23px;
  }
}

/* =================================
 dash_b_card
================================= */
.dash_b_card {
  border: 2px dashed #6894ba;
  border-radius: 8px;
  position: relative;
}

.dash_b_card .img-wrap {
  position: relative;
  top: -20px;
  left: -20px;
  margin-right: 10px;
  border-radius: 8px;
}

.dash_b_card .img-wrap img {
  width: 100%;
  border-radius: 8px;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.dash_b_card .text_wrap {
  padding: 0 28px 36px;
}

.dash_b_card .text_wrap h4 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 700;
  margin-bottom: 15px;
}

.dash_b_card .text_wrap p {
  font-size: 1.4rem;
  line-height: 1.714;
}

.dash_b_card .text_wrap .radius_more_btn {
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
}

.dash_b_card .text_wrap .radius_more_btn span {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.dash_b_card .text_wrap .radius_more_btn span::before {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .dash_b_card .text_wrap {
    padding-top: 60px !important;
  }
  .dash_b_card a .img-wrap {
    overflow: visible !important;
  }
}

@media screen and (min-width: 768px) {
  .dash_b_card {
    margin-top: 68px;
  }
  .dash_b_card .img-wrap {
    position: absolute;
    top: -68px;
    left: inherit;
    margin-left: 19px;
    margin-right: 19px;
  }
  .dash_b_card .text_wrap {
    padding-top: 90px;
  }
  .dash_b_card .text_wrap h4 {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 14px;
  }
  .dash_b_card .text_wrap p {
    font-weight: 500;
  }
  .dash_b_card a .img-wrap {
    overflow: hidden;
  }
}

@media screen and (min-width: 768px) and (min-width: 1025px) {
  .dash_b_card a:hover .img-wrap img {
    transform: scale(1.2);
  }
  .dash_b_card a:hover .radius_more_btn span {
    transform: translateX(5px);
  }
}

@media screen and (max-width: 767px) {
  .dash_b_card {
    max-width: 350px;
    margin-top: 73px;
    padding-top: 82px;
    margin-left: auto;
    margin-right: auto;
  }
  .dash_b_card .img-wrap {
    top: -73px;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    margin: 0 20px;
  }
  .dash_b_card .text_wrap {
    padding: 0px 20px 43px;
  }
  .dash_b_card .text_wrap h4 {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 375px) {
  .dash_b_card {
    margin-top: 16.47vw;
    padding-top: 18.47vw;
  }
  .dash_b_card .img-wrap {
    top: -18.47vw;
  }
}

/* =================================
 baloon
================================= */
.nav_baloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 9px 8px 0;
  min-width: 160px;
  max-width: 100%;
  background: #fff;
  border: 2px solid #222;
  box-sizing: border-box;
  border-radius: 8px;
}

.nav_baloon > li {
  border-bottom: 2px dotted #222;
}

.nav_baloon > li:last-child {
  border-bottom: 0;
}

.nav_baloon > li a {
  padding: 9px 0;
  display: block;
}

.nav_baloon > li a span {
  padding: 2px 4px;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 700;
  color: #222;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  display: inline-block;
}

.nav_baloon > li a:visited {
  color: #222;
}

.nav_baloon > li a:hover span {
  background-color: #6894ba;
  color: #fff;
}

.nav_baloon:before {
  content: "";
  position: absolute;
  top: -20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 20px 10px;
  border-color: transparent transparent #fff transparent;
  z-index: 2;
}

.nav_baloon:after {
  content: "";
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 23px 12px;
  border-color: transparent transparent #222 transparent;
  z-index: 1;
}

/* =================================
 c_pager_num
================================= */
.c_pager_num {
  text-align: center;
}

.c_pager_num > a:not(.next):not(.prev),
.c_pager_num > span {
  font-size: 1.4rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
  width: 40px;
  height: 40px;
}

.c_pager_num .current {
  background-color: #222;
  color: #fff;
}

.c_pager_num a:not(.next):not(.prev) {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.c_pager_num a:not(.next):not(.prev):hover {
  background-color: #222;
  color: #fff;
}

.c_pager_num .prev,
.c_pager_num .next {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.c_pager_num .prev:hover,
.c_pager_num .next:hover {
  color: #ccc;
}

.c_pager_num .prev {
  display: inline-block;
  padding-left: 37px;
  position: relative;
  margin-right: 50px;
}

.c_pager_num .prev::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/common/arw_blk.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transform: scale(-1, 1);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.c_pager_num .next {
  display: inline-block;
  padding-right: 37px;
  position: relative;
  margin-left: 50px;
}

.c_pager_num .next::before {
  content: "";
  width: 16px;
  height: 16px;
  background-image: url(../img/common/arw_blk.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}

.campaign_tag {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 500;
  max-width: 820px;
  margin-bottom: 19px;
  color: #222;
}

.campaign_tag > strong {
  font-size: 2rem;
  font-weight: 700;
  color: #4275a3;
  display: inline-block;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .campaign_tag {
    padding-top: 30px;
    padding-bottom: 24px;
    border-bottom: 2px solid #222;
  }
}

.campaign_term_list {
  position: relative;
}

.campaign_term_list .campaign_tag_category {
  position: static;
  margin-bottom: 28px;
}

.campaign_term_list .campaign_tag_category::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 13px;
  margin: auto;
  height: 4px;
  width: 100vw;
  background-color: #f9bd2c;
}

.campaign_term_list .campaign_tag_category > span {
  padding: 5px 13px;
  border: 1px solid #707070;
  position: relative;
  display: inline-block;
  background-color: #222;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  z-index: 3;
}

.campaign_term_list .container {
  max-width: 820px;
}

.campaign_term_list .category_tag > li {
  display: inline-block;
}

.campaign_term_list .category_tag > li > a {
  font-size: 12px;
  display: inline-block;
  padding: 5px 10px;
  background-color: #efefef;
  border-radius: 5px;
  margin: 0 10px 10px 0;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.campaign_term_list .category_tag > li > a:hover {
  opacity: .7;
}

.l_breadcrumbs {
  max-width: 1000px;
}

@media screen and (max-width: 767px) {
  .l_breadcrumbs {
    padding-left: 0;
  }
}

/* ======================================================================
 ACF Blocks component
====================================================================== */
.template-pages .ttl_block_columns {
  position: relative;
  margin-bottom: 100px;
}

.template-pages .ttl_block_columns::before {
  content: "";
  position: absolute;
  top: -55px;
  left: -217px;
  width: 172px;
  height: 88px;
  background-image: url(../img/common/cloud.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

.template-pages .ttl_block_columns .ttl_block_title {
  font-size: 4rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #222;
  margin-bottom: 30px;
}

.template-pages .ttl_block_columns .img_col {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .template-pages .ttl_block_columns .img_col {
    padding-right: 30px;
  }
}

.template-pages .ttl_block_columns .text_col {
  flex: 0 0 66.66666%;
  max-width: 66.66666%;
  margin-left: 0;
}

.template-pages .ttl_block_columns .text_col .ttl_block_textarea {
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .template-pages .ttl_block_columns {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-bottom: 60px;
  }
  .template-pages .ttl_block_columns::before {
    display: none;
  }
  .template-pages .ttl_block_columns .img_col,
  .template-pages .ttl_block_columns .text_col {
    position: relative;
    width: 100%;
    min-height: 1px;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    flex-basis: inherit !important;
  }
  .template-pages .ttl_block_columns .ttl_block_title {
    padding-left: 18px;
    padding-right: 18px;
  }
  .template-pages .ttl_block_columns .img_col {
    text-align: center;
    margin-bottom: 40px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .template-pages .ttl_block_columns .recommend_box {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    border-radius: 0;
    background-color: #f9bd2c;
  }
  .template-pages .ttl_block_columns .recommend_box .recommend_box_wrap {
    background-color: #fff;
    border-radius: 10px;
    padding: 26px 23px 20px;
  }
  .template-pages .ttl_block_columns .recommend_box .recommend_box_wrap .ttl_block_title {
    padding-left: 5px;
  }
}

.template-pages .ttl_block_columns.ttl_block_problem .img_col {
  flex: 0 0 40%;
  max-width: 40%;
  padding-right: 35px;
}

.template-pages .ttl_block_columns.ttl_block_problem .text_col {
  flex: 0 0 60%;
  max-width: 60%;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .template-pages .ttl_block_columns.ttl_block_problem .text_col {
    flex: 1;
  }
}

.template-pages .ttl_block_columns.ttl_block_problem .text_col .ttl_block_title {
  font-size: 2.8rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  margin-bottom: 19px;
  border-bottom: 2px solid #222;
  padding: 13px 0 13px 70px;
  position: relative;
}

.template-pages .ttl_block_columns.ttl_block_problem .text_col .ttl_block_title > span {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}

.template-pages .ttl_block_columns.ttl_block_problem .text_col .ttl_block_textarea p {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .template-pages .ttl_block_columns.ttl_block_problem {
    flex-wrap: wrap;
  }
  .template-pages .ttl_block_columns.ttl_block_problem .img_col,
  .template-pages .ttl_block_columns.ttl_block_problem .text_col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .template-pages .ttl_block_columns.ttl_block_problem .img_col {
    margin-bottom: 0;
    padding: 0;
  }
  .template-pages .ttl_block_columns.ttl_block_problem .text_col .ttl_block_title {
    font-size: 2.8rem;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 19px;
    border-bottom: 2px solid #222;
    padding: 13px 0 13px 55px;
    position: relative;
    width: 100%;
  }
  .template-pages .ttl_block_columns.ttl_block_problem .text_col .ttl_block_title > span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.template-pages .recommend_box {
  margin-top: 40px;
  padding: 23px 27px;
  border: 4px solid #f9bd2c;
  border-radius: 10px;
}

.template-pages .recommend_box .recommend_box_ttl {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 900;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .template-pages .recommend_box {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    border-radius: 0;
    background-color: #f9bd2c;
  }
  .template-pages .recommend_box .recommend_box_wrap {
    background-color: #fff;
    border-radius: 10px;
    padding: 26px 23px 20px;
  }
  .template-pages .recommend_box .recommend_box_wrap .ttl_block_title {
    padding-left: 5px;
  }
}

.template-pages .dots_list_ul .dots_li {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 700;
  padding-left: 25px;
  position: relative;
}

.template-pages .dots_list_ul .dots_li::before {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: 0;
  background-color: #4275a3;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
}

.template-pages .dots_list_ul .dots_li > p {
  font-size: 1.4rem;
  line-height: 2;
  font-weight: 700;
}

.template-pages .contents_table_sec {
  margin-bottom: 28px;
  overflow: visible;
}

.template-pages .contents_table_sec .container {
  max-width: 820px;
}

.template-pages .contents_table_sec .contents_table_block {
  border: 2px solid #222;
  padding: 30px 40px 38px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.template-pages .contents_table_sec .contents_table_block .sec_block_title {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 20px;
}

.template-pages .contents_table_sec .contents_table_block .sec_block_title > span {
  padding-left: 100px;
  padding-right: 100px;
  display: inline-block;
  box-sizing: border-box;
  position: relative;
}

.template-pages .contents_table_sec .contents_table_block .sec_block_title > span::before, .template-pages .contents_table_sec .contents_table_block .sec_block_title > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #707070;
  width: 80px;
  height: 1px;
}

.template-pages .contents_table_sec .contents_table_block .sec_block_title > span::before {
  left: 0;
}

.template-pages .contents_table_sec .contents_table_block .sec_block_title > span::after {
  right: 0;
}

.template-pages .contents_table_sec .contents_table_block .content_list > li {
  margin-bottom: 20px;
  counter-increment: heading;
}

.template-pages .contents_table_sec .contents_table_block .content_list > li:last-child {
  margin-bottom: 0;
}

.template-pages .contents_table_sec .contents_table_block .content_list > li > a {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.05em;
  padding-left: 32px;
  display: inline-block;
  position: relative;
  padding-left: 32px;
  border-bottom: 1px solid transparent;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.template-pages .contents_table_sec .contents_table_block .content_list > li > a::before {
  content: "0" counter(heading);
  font-family: lato, sans-serif;
  font-weight: 800;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #f9bd2c;
  position: absolute;
  top: 2px;
  left: 0;
}

.template-pages .contents_table_sec .contents_table_block .content_list > li > a:hover {
  opacity: .7;
}

.template-pages .contents_table_sec .contents_table_block .content_list > li:nth-of-type(9) ~ a::before {
  content: counter(heading);
}

.template-pages .contents_table_sec .contents_table_block .content_list > li.person_comment_li a::before {
  content: "";
  background-image: url(../img/common/spout_bk.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
}

.template-pages .contents_table_sec .sns_link {
  display: flex;
  justify-content: flex-end;
  margin-top: 24px;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

.template-pages .contents_table_sec .sns_link > li {
  margin-left: 16px;
}

.template-pages .contents_table_sec .sns_link > li a {
  transition: opacity 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.template-pages .contents_table_sec .sns_link > li a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .template-pages .contents_table_sec {
    padding-left: 10px;
    padding-right: 10px;
  }
  .template-pages .contents_table_sec .container .contents_table_block {
    padding: 34px 17px 30px;
  }
}

.template-pages .section_block_wrapper {
  counter-increment: section;
  position: relative;
  margin-top: 100px;
}

.template-pages .section_block_wrapper:nth-of-type(1) {
  margin-top: 0;
}

.template-pages .section_block_wrapper .sec_num::before {
  content: "0" counter(section);
  position: absolute;
  top: 10px;
  left: -5px;
  font-size: 1.6rem;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 800;
  font-family: lato, sans-serif;
  transform: rotate(90deg);
}

.template-pages .section_block_wrapper .sec_num::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 40px;
  width: 2px;
  height: 80px;
  background-color: #222;
}

.template-pages .section_block_wrapper .container {
  max-width: 820px;
}

.template-pages .section_block_wrapper .container .section_block_ttl {
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  margin-bottom: 30px;
  padding-left: 30px;
  position: relative;
}

.template-pages .section_block_wrapper .container .section_block_ttl::before {
  content: "";
  position: absolute;
  top: 3px;
  left: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 90%;
  background-color: #f9bd2c;
}

.template-pages .section_block_wrapper .container .section_block_inner p {
  font-size: 1.6rem;
  line-height: 2;
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .template-pages .section_block_wrapper .container .section_block_ttl {
    padding-left: 40px;
  }
  .template-pages .section_block_wrapper .container .section_block_ttl::before {
    width: 20px;
  }
  .template-pages .section_block_wrapper .container .section_block_ttl::after {
    content: "0" counter(section);
    position: absolute;
    left: -1px;
    top: 14px;
    text-align: center;
    font-size: 1.6rem;
    line-height: 1;
    letter-spacing: 0.1em;
    font-weight: 800;
    font-family: lato, sans-serif;
    color: #fff;
    transform: rotate(90deg);
  }
  .template-pages .section_block_wrapper .container .sec_num {
    display: none;
  }
}

.template-pages .inner_title_block {
  padding-top: 60px;
  margin-bottom: 37px;
}

.template-pages .inner_title_block .section_block_ttl {
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0;
  padding: 7px 10px 7px 24px;
  position: relative;
  background-color: #f9bd2c;
}

.template-pages .inner_title_block .section_block_ttl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 8px;
  height: 100%;
  background-color: #222;
}

.template-pages .section_block_wrapper + .small_title_block {
  padding-top: 0;
}

.template-pages .small_title_block {
  counter-increment: small-ttl;
  margin-bottom: 37px;
  padding-top: 60px;
}

.template-pages .small_title_block .small_block_ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0;
  padding: 10px 10px 10px 32px;
  position: relative;
  border-bottom: 2px solid #f9bd2c;
}

.template-pages .small_title_block .small_block_ttl::before {
  content: counter(small-ttl) ".";
  position: absolute;
  left: 0;
}

.template-pages .section_block_wrapper + .number_title_block {
  padding-top: 0;
}

.template-pages .number_title_block {
  counter-increment: number-ttl;
  margin-bottom: 37px;
  padding-top: 60px;
}

.template-pages .number_title_block .number_block_ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.1em !important;
  font-weight: 700;
  letter-spacing: 0;
  padding: 13px 10px 13px 40px;
  position: relative;
  border-bottom: 2px solid #f9bd2c;
}

.template-pages .number_title_block .number_block_ttl::before {
  content: counter(number-ttl);
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  position: absolute;
  left: 0;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #707070;
  color: #fff;
  background-color: #222;
  padding: 3px 3px 5px;
}

.template-pages .minimal_title_block {
  margin: 60px 0 20px;
}

.template-pages .minimal_title_block .minimal_title .minimal_title_span {
  font-size: 1.8rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  background-color: #222;
  border-radius: 16px;
  padding: 3px 20px 4px;
}

.template-pages .section_block_wrapper + .minimal_title_block {
  margin-top: 0;
}

.template-pages .recommend_title_block {
  margin-top: 40px;
}

.template-pages .recommend_title_block .recommend_block_ttl {
  padding: 10px 10px 10px 96px;
  position: relative;
  min-height: 83px;
  display: flex;
  align-items: center;
}

.template-pages .recommend_title_block .recommend_block_ttl > p {
  font-size: 2rem !important;
  line-height: 1.4;
  font-weight: 900;
  letter-spacing: 0;
}

.template-pages .recommend_title_block .recommend_block_ttl > p > span {
  font-weight: 900;
}

.template-pages .recommend_title_block .recommend_block_ttl::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/common/recommend_icon.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 83px;
  height: 80px;
}

.template-pages .section_block_wrapper + .recommend_title_block {
  padding-top: 0;
}

.template-pages .job_offer_block {
  margin-top: 20px;
}

.template-pages .job_offer_block .banner_box {
  display: block;
  padding-bottom: 6px;
  position: relative;
  height: 84px;
  background-color: #222;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.template-pages .job_offer_block .banner_box > .banner_box_inner {
  position: absolute;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 2px solid #222;
  bottom: 6px;
  height: 80px;
  background-color: #fff;
  padding: 5px 15px;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.template-pages .job_offer_block .banner_box > .banner_box_inner > p {
  font-size: 2rem;
  line-height: 1.3;
  letter-spacing: 0;
  font-weight: 700;
  display: inline-block;
  margin: 0;
  padding: 0 0 0 20px;
}

.template-pages .job_offer_block .banner_box > .banner_box_inner::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/p_offer/circle_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}

.template-pages .job_offer_block .banner_box:hover {
  margin-top: 4px;
  height: 80px;
}

.template-pages .job_offer_block .banner_box:hover > .banner_box_inner {
  bottom: 0;
}

.template-pages .job_offer_block .job_offer_bannerlist {
  margin: 0 -20px -20px;
}

.template-pages .job_offer_block .job_offer_bannerlist .banner_li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px 20px;
}

@media screen and (max-width: 767px) {
  .template-pages .job_offer_block .job_offer_bannerlist {
    margin: 0 0 -20px;
  }
  .template-pages .job_offer_block .job_offer_bannerlist .banner_li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 20px;
  }
}

.template-pages .service_link_block {
  margin-top: 20px;
}

.template-pages .service_link_block .service_box {
  display: block;
  position: relative;
  height: 100%;
  background-color: #222;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.template-pages .service_link_block .service_box > .service_box_inner {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  border: 2px solid #222;
  top: -4px;
  padding: 14px 27px 14px 24px;
  background-color: #fff;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.template-pages .service_link_block .service_box > .service_box_inner .service_image {
  flex: 0 0 32.72%;
  max-width: 32.72%;
  padding-right: 10px;
}

.template-pages .service_link_block .service_box > .service_box_inner .service_image img {
  max-width: 100%;
  height: auto;
}

.template-pages .service_link_block .service_box > .service_box_inner .service_text_box {
  flex: 0 0 67.28%;
  max-width: 67.28%;
  text-align: center;
}

.template-pages .service_link_block .service_box > .service_box_inner .service_text_box .service_category {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 900;
  color: #fff;
  background-color: #4275a3;
  text-align: center;
  padding: 0 10px 1px;
  margin-bottom: 10px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .template-pages .service_link_block .service_box > .service_box_inner .service_text_box .service_category {
    font-size: 1.4rem;
  }
}

.template-pages .service_link_block .service_box > .service_box_inner .service_text_box .service_text {
  font-size: 2.1rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .template-pages .service_link_block .service_box > .service_box_inner .service_text_box .service_text {
    font-size: 1.6rem;
  }
}

.template-pages .service_link_block .service_box > .service_box_inner .service_text_box .service_text p {
  font-size: 2.1rem;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .template-pages .service_link_block .service_box > .service_box_inner .service_text_box .service_text p {
    font-size: 1.6rem;
  }
  .template-pages .service_link_block .service_box > .service_box_inner .service_text_box .service_text p br {
    display: none;
  }
}

.template-pages .service_link_block .service_box > .service_box_inner::before {
  content: "";
  position: absolute;
  right: -16px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/p_offer/circle_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}

.template-pages .service_link_block .service_box:hover > .service_box_inner {
  top: 0;
}

.template-pages .service_link_block .service_bannerlist {
  margin: 0 -20px -40px;
}

.template-pages .service_link_block .service_bannerlist .service_li {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 20px 40px;
}

@media screen and (max-width: 767px) {
  .template-pages .service_link_block .service_bannerlist {
    margin: 0 0 -20px;
  }
  .template-pages .service_link_block .service_bannerlist .service_li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 20px;
  }
}

.template-pages .features_list_block {
  list-style-type: none;
}

.template-pages .features_list_block .features_list_ul > li {
  counter-increment: feature;
  margin-bottom: 38px;
}

.template-pages .features_list_block .features_list_ul .feature_dl dt {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 700;
  background-color: #4275a3;
  padding: 4px 4px 4px 70px;
  margin-bottom: 20px;
  position: relative;
}

.template-pages .features_list_block .features_list_ul .feature_dl dt .dt_content {
  background-color: #fff;
  padding: 12px 16px 12px 20px;
  display: flex;
  align-items: center;
  min-height: 80px;
}

.template-pages .features_list_block .features_list_ul .feature_dl dt .counter {
  color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 15px;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}

.template-pages .features_list_block .features_list_ul .feature_dl dt .counter > small {
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  margin-bottom: 3px;
}

.template-pages .features_list_block .features_list_ul .feature_dl dt .counter > strong {
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.template-pages .features_list_block .features_list_ul .feature_dl dd {
  font-size: 1.6rem;
  line-height: 2;
  padding-left: 48px;
  position: relative;
}

.template-pages .features_list_block .features_list_ul .feature_dl dd::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-image: url(../img/common/arw_circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}

@media screen and (max-width: 767px) {
  .template-pages .features_list_block .features_list_ul .feature_dl dd::before {
    top: 10px;
    bottom: inherit;
  }
}

.template-pages .caution_list_block .caution_list_ul {
  margin-top: 20px;
}

.template-pages .caution_list_block .caution_list_ul .caution_li > p:not([class]) {
  line-height: 1.35;
}

.template-pages p:not([class]) + .caution_list_block .caution_list_ul {
  margin-top: 0;
}

.template-pages .person_block_wrapper {
  margin-top: 60px;
}

.template-pages .person_block_wrapper .person_block_ttl {
  height: 50px;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  background-color: #222;
  padding: 3px 40px;
}

.template-pages .person_block_wrapper .person_block_ttl > span {
  padding-left: 48px;
  position: relative;
}

.template-pages .person_block_wrapper .person_block_ttl > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/p_offer/spout.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
}

.template-pages .person_block_wrapper .w_box_wrap {
  border: 4px solid #222;
  border-top: 0;
  padding: 32px 39px 32px;
}

.template-pages .person_block_wrapper .w_box_wrap .row {
  align-items: center;
  margin: 0 -12px;
}

.template-pages .person_block_wrapper .w_box_wrap .row > .col {
  padding: 0 12px;
}

.template-pages .person_block_wrapper .w_box_wrap .row .text_col {
  flex: 0 0 79.19%;
  max-width: 79.19%;
}

.template-pages .person_block_wrapper .w_box_wrap .row .text_col p {
  font-size: 1.6rem;
  line-height: 2;
}

.template-pages .person_block_wrapper .w_box_wrap .row .person_col {
  flex: 0 0 20.81%;
  max-width: 20.81%;
}

.template-pages .person_block_wrapper .w_box_wrap .row .person_col .person_img {
  margin-bottom: 5px;
}

.template-pages .person_block_wrapper .w_box_wrap .row .person_col .person_name {
  text-align: center;
  font-size: 1.4rem;
  font-family: lato, sans-serif;
  letter-spacing: 0;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .template-pages .person_block_wrapper .person_block_ttl {
    padding: 3px 20px;
  }
  .template-pages .person_block_wrapper .w_box_wrap {
    padding: 25px 18px 22px;
  }
  .template-pages .person_block_wrapper .w_box_wrap .person_col {
    order: 0;
    margin: 0 0 20px;
  }
  .template-pages .person_block_wrapper .w_box_wrap .text_col {
    order: 1;
  }
  .template-pages .person_block_wrapper .w_box_wrap .row {
    margin: 0;
  }
  .template-pages .person_block_wrapper .w_box_wrap .row .col {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
  }
  .template-pages .person_block_wrapper .w_box_wrap .row .person_col {
    text-align: center;
  }
}

.template-pages .check_point_block {
  margin-bottom: 30px;
}

.template-pages .check_point_block .box_wrapper {
  border: 6px solid #4275a3;
  border-radius: 20px;
  padding: 40px 34px;
  position: relative;
}

.template-pages .check_point_block .box_wrapper > .en {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0;
  font-weight: 800;
  color: #4275a3;
  position: absolute;
  top: -1.7rem;
  left: 47px;
  background-color: #fff;
  padding: 0 11px;
  display: inline-block;
}

.template-pages .check_point_block .checkpoint_list_ul li {
  margin-bottom: 19px;
  padding-left: 40px;
  position: relative;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: 700;
}

.template-pages .check_point_block .checkpoint_list_ul li:last-child {
  margin-bottom: 0;
}

.template-pages .check_point_block .checkpoint_list_ul li::before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  margin: auto;
  background-image: url(../img/common/check_icon.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 23px;
  height: 18px;
}

.template-pages .check_point_block .checkpoint_list_ul li > p {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .template-pages .check_point_block .box_wrapper {
    padding: 35px 14px 30px;
  }
  .template-pages .check_point_block .checkpoint_list_ul li {
    line-height: 1.55;
  }
  .template-pages .check_point_block .checkpoint_list_ul li > p {
    line-height: 1.55;
  }
}

.template-pages .responsive_img_wrapper {
  margin-bottom: 34px;
}

.template-pages .image_gallery_block .image_gallery_wrapper {
  padding-left: 20px;
  padding-right: 20px;
}

.template-pages .image_gallery_block .image_gallery_ul {
  margin: 0 -20px -40px;
}

.template-pages .image_gallery_block .image_gallery_ul > .col {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding: 0 20px 40px;
}

.template-pages .image_gallery_block .image_gallery_ul > .col .gallery_card {
  border: 1px solid #ccc;
  text-align: center;
}

.template-pages .image_gallery_block .image_gallery_ul > .col a.gallery_card {
  border: 1px solid #ccc;
  text-align: center;
  display: block;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  box-shadow: 0px 0px 0px 0px rgba(34, 34, 34, 0.2);
  position: relative;
}

.template-pages .image_gallery_block .image_gallery_ul > .col a.gallery_card:hover {
  transform: translateY(-3px);
  box-shadow: 0px 0px 15px 1px rgba(34, 34, 34, 0.2);
}

@media screen and (max-width: 767px) {
  .template-pages .image_gallery_block .image_gallery_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .template-pages .image_gallery_block .image_gallery_ul {
    margin: 0 -7px -14px;
  }
  .template-pages .image_gallery_block .image_gallery_ul > .col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 7px 14px;
  }
}

.template-pages .case_component_block {
  margin-bottom: 60px;
}

.template-pages .case_component_block + .template-pages .case_component_block {
  margin-bottom: 0;
}

.template-pages .case_component_block .case_block_ttl {
  font-size: 1.8rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding: 10px;
  background-color: #f9bd2c;
  margin-bottom: 31px;
}

.template-pages .case_component_block .case_block_ttl .case_num {
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: 700;
  font-family: lato, sans-serif;
  color: #fff;
  background-color: #222;
  display: inline-block;
  padding: 5px;
  margin-right: 16px;
}

.template-pages .case_component_block .case_block_row {
  justify-content: space-between;
}

.template-pages .case_component_block .case_block_row .case_image_col {
  flex: 0 0 27.91%;
  max-width: 27.91%;
}

.template-pages .case_component_block .case_block_row .case_text_col {
  flex: 0 0 69.444%;
  max-width: 69.444%;
}

.template-pages .case_component_block .case_block_row .case_text_col .case_list_box {
  margin-top: 20px;
  border: 2px solid #222;
  padding: 8px 30px 8px 18px;
}

.template-pages .case_component_block .case_block_row .case_text_col .case_list_box .case_type_ul {
  margin: 0 -16px 0;
}

.template-pages .case_component_block .case_block_row .case_text_col .case_list_box .case_type_ul .case_type_li {
  display: inline-block;
  padding: 0 16px 0;
  line-height: 1.3;
}

.template-pages .case_component_block .case_block_row .case_text_col .case_list_box .case_type_ul .case_type_li > dl {
  display: inline-block;
}

.template-pages .case_component_block .case_block_row .case_text_col .case_list_box .case_type_ul .case_type_li > dl > dt,
.template-pages .case_component_block .case_block_row .case_text_col .case_list_box .case_type_ul .case_type_li > dl > dd {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 500;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .template-pages .case_component_block .case_block_ttl {
    padding: 13px 13px 13px 78px;
    margin-bottom: 20px;
    position: relative;
  }
  .template-pages .case_component_block .case_block_ttl > .case_num {
    position: absolute;
    top: 0;
    left: 0;
  }
  .template-pages .case_component_block .case_block_row .case_image_col,
  .template-pages .case_component_block .case_block_row .case_text_col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .template-pages .case_component_block .case_block_row .case_image_col {
    text-align: center;
    margin-bottom: 20px;
  }
  .template-pages .case_component_block .case_block_row .case_image_col img {
    max-width: 200px;
    height: auto;
  }
}

.template-pages .table_block_wrap .table_block_ta {
  width: 100%;
  border: 2px solid #707070;
}

.template-pages .table_block_wrap .table_block_ta thead tr {
  background-color: #4275a3;
}

.template-pages .table_block_wrap .table_block_ta thead .table_th {
  font-size: 1.6rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  color: #fff;
  font-weight: 700;
  padding: 13px 10px;
  text-align: center;
  border-right: 1px solid #ccc;
}

.template-pages .table_block_wrap .table_block_ta thead .table_th:last-child {
  border-right: 0;
}

.template-pages .table_block_wrap .table_block_ta tbody .table_body_tr {
  border-top: 1px solid #ccc;
}

.template-pages .table_block_wrap .table_block_ta tbody .table_body_tr > td {
  font-size: 1.6rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  font-weight: 700;
  text-align: center;
  padding: 13px 10px;
  color: #222;
  border-right: 1px solid #ccc;
}

.template-pages .table_block_wrap .table_block_ta tbody .table_body_tr > td:last-child {
  border-right: 0;
}

.template-pages .layer_link_wrap {
  margin-top: 60px;
  text-align: center;
}

.template-pages .layer_link_wrap .layer-link-btn {
  min-height: 80px;
  max-width: 380px;
  width: 100%;
  display: block;
  background-color: #222;
  position: relative;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
}

.template-pages .layer_link_wrap .layer-link-btn > .layer_wrap_box {
  min-height: 80px;
  border: 2px solid #222;
  background-color: #fff;
  position: absolute;
  top: -4px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.template-pages .layer_link_wrap .layer-link-btn > .layer_wrap_box .layer_category_title {
  background-color: #4275a3;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 25.53%;
  font-size: 1.6rem;
  line-height: 1.25;
  letter-spacing: 0.1em;
  font-weight: 700;
}

.template-pages .layer_link_wrap .layer-link-btn > .layer_wrap_box .layer_page_title {
  font-size: 1.6rem;
  line-height: 1.35;
  font-weight: 700;
  width: 74.47%;
  padding: 12px 65px 12px 20px;
  text-align: left;
  display: flex;
  height: auto;
  align-items: center;
  position: relative;
}

.template-pages .layer_link_wrap .layer-link-btn > .layer_wrap_box .layer_page_title::before {
  content: "";
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
  background-image: url(../img/p_offer/circle_arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
}

.template-pages .layer_link_wrap .layer-link-btn:hover > .layer_wrap_box {
  top: 0;
}

.template-pages .link_block_wrap {
  margin-top: 20px;
  text-align: center;
}

.template-pages .link_block_wrap + .template-pages .link_block_wrap {
  margin-top: 30px;
}

.template-pages .link_block_wrap .link_block_btn {
  max-width: 680px;
  width: 100%;
  display: block;
  background-color: #222;
  position: relative;
  margin-top: 4px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}

.template-pages .link_block_wrap .link_block_btn::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 2;
  background-image: url(../img/common/arw_circle.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 40px;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.template-pages .link_block_wrap .link_block_btn > .link_wrap_box {
  border: 3px solid #222;
  background-color: #fff;
  position: relative;
  top: -4px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  justify-content: space-between;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  padding: 28px 27px 26px;
}

.template-pages .link_block_wrap .link_block_btn > .link_wrap_box .link_page_image,
.template-pages .link_block_wrap .link_block_btn > .link_wrap_box .link_text_box {
  width: 100%;
  min-height: 1px;
  box-sizing: border-box;
  position: relative;
  display: block;
}

.template-pages .link_block_wrap .link_block_btn > .link_wrap_box .link_page_image {
  flex: 0 0 22.54%;
  max-width: 22.54%;
}

@media screen and (min-width: 768px) {
  .template-pages .link_block_wrap .link_block_btn > .link_wrap_box .link_page_image {
    padding-right: 20px;
  }
}

.template-pages .link_block_wrap .link_block_btn > .link_wrap_box .link_text_box > div {
  display: block;
  text-align: left;
}

.template-pages .link_block_wrap .link_block_btn > .link_wrap_box .link_text_box .link_title {
  font-size: 2rem;
  line-height: 1.4;
  letter-spacing: 0.1em;
  font-weight: 700;
  padding-bottom: 5px;
  border-bottom: 2px dashed #222;
  margin-bottom: 12px;
}

.template-pages .link_block_wrap .link_block_btn > .link_wrap_box .link_text_box .link_text > p {
  font-size: 1.4rem;
  line-height: 1.71;
}

.template-pages .link_block_wrap .link_block_btn:hover::before {
  top: 4px;
}

.template-pages .link_block_wrap .link_block_btn:hover .link_wrap_box {
  top: 0;
}

@media screen and (max-width: 767px) {
  .template-pages .link_block_wrap {
    padding-left: 10px;
    padding-right: 10px;
  }
  .template-pages .link_block_wrap .link_block_btn > .link_wrap_box {
    flex-wrap: wrap;
    padding: 18px;
  }
  .template-pages .link_block_wrap .link_block_btn > .link_wrap_box .link_page_image,
  .template-pages .link_block_wrap .link_block_btn > .link_wrap_box .link_text_box {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .template-pages .link_block_wrap .link_block_btn > .link_wrap_box .link_page_image {
    margin-bottom: 10px;
  }
  .template-pages .link_block_wrap .link_block_btn > .link_wrap_box .link_page_image img {
    max-width: 120px;
  }
}

.template-pages .heading_text_box_wrapper {
  margin-top: 30px;
}

.template-pages .heading_text_box_wrapper .h_t_box {
  border: 2px solid #222;
  padding: 0 28px;
  border-radius: 8px;
}

.template-pages .heading_text_box_wrapper .h_t_box .h_t_dl {
  display: flex;
}

.template-pages .heading_text_box_wrapper .h_t_box .h_t_dl .h_t_dt {
  min-width: 160px;
}

.template-pages .heading_text_box_wrapper .h_t_box .h_t_dl .h_t_dt > span {
  display: inline-block;
  padding: 4px 5px;
  border: 1px solid #707070;
  background-color: #222;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 700;
  color: #fff;
  min-width: 140px;
  text-align: center;
}

.template-pages .heading_text_box_wrapper .h_t_box .h_t_ul .h_t_li {
  padding: 30px 0;
  border-bottom: 1px dotted #222;
}

.template-pages .heading_text_box_wrapper .h_t_box .h_t_ul .h_t_li:last-child {
  border-bottom: 0;
}

@media screen and (max-width: 767px) {
  .template-pages .heading_text_box_wrapper .h_t_box {
    padding: 0 18px;
  }
  .template-pages .heading_text_box_wrapper .h_t_box .h_t_dl {
    flex-wrap: wrap;
  }
  .template-pages .heading_text_box_wrapper .h_t_box .h_t_dl .h_t_dt,
  .template-pages .heading_text_box_wrapper .h_t_box .h_t_dl .h_t_dd {
    width: 100%;
    position: relative;
    min-height: 1px;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .template-pages .heading_text_box_wrapper .h_t_box .h_t_dl .h_t_dt {
    margin-bottom: 10px;
  }
  .template-pages .heading_text_box_wrapper .h_t_box .h_t_ul .h_t_li {
    padding: 20px 0;
  }
}

.template-pages .box_block1_wrap .box_block {
  padding: 32px;
  border-radius: 8px;
  border: 2px solid #222;
}

.template-pages .campaign_box_wrap {
  margin-top: 30px;
}

.template-pages .campaign_box_wrap .campaign_box {
  background-color: #eff7ff;
  border-radius: 8px;
  padding: 24px 10px;
}

.template-pages .campaign_box_wrap .campaign_box .campaign_dl {
  display: flex;
  align-items: center;
  justify-content: center;
}

.template-pages .campaign_box_wrap .campaign_box .campaign_dl .campaign_dt {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  display: inline-block;
  padding: 2px 7px;
  border: 2px solid #4275a3;
  color: #4275a3;
  background-color: #fff;
  margin-right: 15px;
}

.template-pages .campaign_box_wrap .campaign_box .campaign_dl .campaign_dd {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .template-pages .campaign_box_wrap {
    margin-left: -20px;
    margin-right: -20px;
  }
  .template-pages .campaign_box_wrap .campaign_box {
    border-radius: 0;
    padding: 20px;
  }
  .template-pages .campaign_box_wrap .campaign_box .campaign_dl {
    display: block;
  }
  .template-pages .campaign_box_wrap .campaign_box .campaign_dl .campaign_dt {
    margin-bottom: 10px;
  }
}

.template-pages .no_num_title_block {
  margin-top: 40px;
  margin-bottom: 20px;
}

.template-pages .no_num_title_block .no_num_block_ttl {
  padding-bottom: 5px;
  border-bottom: 2px solid #f9bd2c;
}

.template-pages .no_num_title_block .no_num_block_ttl > p:not([class]) {
  line-height: 1.4;
}

.template-pages .info_inner_title_block {
  margin-top: 55px;
}

.template-pages .info_inner_title_block .info_inner_title {
  padding-left: 25px;
  position: relative;
}

.template-pages .info_inner_title_block .info_inner_title::before {
  content: "■";
  position: absolute;
  top: 0.45em;
  left: 0;
}

.template-pages .info_inner_title_block .info_inner_title .info_inner_title_span {
  font-weight: 700;
}

.template-pages .link_list_block .link_list_ul .link_li {
  margin-right: 45px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .template-pages .link_list_block .link_list_ul .link_li {
    margin-right: 22px;
  }
}

.template-pages .link_list_block .link_list_ul .link_li .link_li_link {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  color: #4275a3;
  border-bottom: 1px solid #4275a3;
}

.template-pages .link_list_block .link_list_ul .link_li .link_li_link::before {
  content: "・ ";
}

.template-pages .box_block2_wrapper {
  margin-top: 40px;
}

.template-pages .box_block2_wrapper .container .box_block2 {
  background-color: #f8f8f8;
  padding: 30px;
}

.template-pages .box_block2_wrapper .container .box_block2 > p:not([class]) {
  line-height: 1.5;
  margin-bottom: 5px;
}

.template-pages .box_block2_wrapper .container .box_block2 > p:not([class]):last-child {
  margin-bottom: 0;
}

/* ======================================================================
 layout
====================================================================== */
.m_fixed {
  position: fixed;
}

/* =================================
 l_container
================================= */
/* =================================
 l_header
================================= */
.l_header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .l_header.l_headerpcdisp {
    display: none;
  }
}

.l_header .container {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 1141px) {
  .l_header .container {
    padding-left: 0;
    padding-right: 0;
  }
}

.l_header .header_inner {
  padding: 40px 0 0;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l_header .header_inner {
    padding-top: 20px;
  }
}

.l_header .header_inner .logo {
  flex: 0 0 32.5%;
  max-width: 32.5%;
  margin-block-start: 0;
  margin-block-end: 0;
  display: flex;
}

@media screen and (min-width: 768px) {
  .l_header .header_inner .logo a {
    transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  }
  .l_header .header_inner .logo a:hover {
    opacity: 0.7;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l_header .header_inner .logo {
    flex: 0 0 20%;
    max-width: 20%;
    display: block;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1140px) {
  .l_header .header_inner .logo {
    flex: 0 0 40%;
    max-width: 40%;
    transform: translateY(-20px);
    display: block;
  }
  .l_header .header_inner .logo .logo_catch {
    padding-left: 15px !important;
    padding-top: 0 !important;
  }
}

.l_header .header_inner .logo .logo_catch {
  padding: 16px 0 0;
  font-size: 1.2rem;
  line-height: 1.333;
  display: block;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l_header .header_inner .logo .logo_catch {
    padding-top: 0;
  }
}

.l_header .header_inner .menu_nav {
  flex: 0 0 67.5%;
  max-width: 67.5%;
  margin-block-start: 0;
  margin-block-end: 0;
}

.l_header .header_inner .menu_nav .g_menu_list {
  display: flex;
  justify-content: flex-end;
  padding-top: 7px;
}

.l_header .header_inner .menu_nav .g_menu_list > .g_menu_li {
  margin-right: 26px;
  font-size: 1.4rem;
  line-height: 1.4285;
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
  padding-bottom: 30px;
}

.l_header .header_inner .menu_nav .g_menu_list > .g_menu_li:last-child {
  margin-right: 0;
}

.l_header .header_inner .menu_nav .g_menu_list > .g_menu_li:last-child a {
  padding: 8px 16px;
  background-color: #fff;
  border-radius: 25px;
  color: #222;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.l_header .header_inner .menu_nav .g_menu_list > .g_menu_li:last-child a:visited {
  color: #222;
}

.l_header .header_inner .menu_nav .g_menu_list > .g_menu_li:last-child a:hover {
  background-color: #222;
  color: #fff;
}

.l_header .header_inner .menu_nav .g_menu_list > .g_menu_li.pull_li .pull_parent {
  border-bottom: 4px solid transparent;
  transition: border 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  padding-bottom: 5px;
}

.l_header .header_inner .menu_nav .g_menu_list > .g_menu_li.pull_li .pull_parent:hover {
  cursor: pointer;
}

.l_header .header_inner .menu_nav .g_menu_list > .g_menu_li.pull_li.h_active .pull_parent {
  border-color: #f9bd2c;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .l_header .header_inner .menu_nav {
    flex: 0 0 80%;
    max-width: 80%;
  }
  .l_header .header_inner .menu_nav .g_menu_list {
    justify-content: flex-end;
  }
  .l_header .header_inner .menu_nav .g_menu_list .g_menu_li {
    margin-right: 18px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1140px) {
  .l_header .header_inner .menu_nav {
    flex: 0 0 60%;
    max-width: 60%;
  }
  .l_header .header_inner .menu_nav .g_menu_list {
    justify-content: flex-end;
  }
  .l_header .header_inner .menu_nav .g_menu_list .g_menu_li {
    margin-right: 18px;
  }
}

.l_header .header_inner .pull_down {
  position: absolute;
  top: 30px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  display: none;
}

div:not(#p_top) .l_header .container {
  max-width: 1300px;
}

@media screen and (min-width: 1141px) {
  div:not(#p_top) .l_header .header_inner .logo.col {
    display: flex;
  }
  div:not(#p_top) .l_header .header_inner .logo.col .logo_catch {
    padding: 0 0 0 27px;
    line-height: 1.66666667;
  }
}

div:not(#p_top) .l_header .header_inner .menu_nav .g_menu_list > .g_menu_li:last-child a {
  color: #fff;
  background-color: #222;
  border: 2px solid #222;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

div:not(#p_top) .l_header .header_inner .menu_nav .g_menu_list > .g_menu_li:last-child a:hover {
  background-color: #fff;
  color: #222;
}

/* =================================
 l_header_sp
================================= */
.l_header_sp {
  position: fixed;
  top: 0;
  width: 100%;
  height: 60px;
  z-index: 151;
  -webkit-box-shadow: 2px 5px 4px -2px rgba(0, 0, 0, 0.16);
  box-shadow: 2px 5px 4px -2px rgba(0, 0, 0, 0.16);
  transform: translate(0);
}

@media screen and (min-width: 768px) {
  .l_header_sp.l_headerspdisp {
    display: none;
  }
}

.l_header_sp .header_inner {
  height: 60px;
  background-color: #fff;
}

.l_header_sp .header_inner .logo_wrap {
  display: flex;
  align-items: center;
  height: 60px;
  padding: 10px 15px;
}

.l_header_sp .header_inner .logo_wrap .logo {
  display: block;
}

.l_header_sp .header_inner .logo_wrap .logo .logoobj {
  display: block;
}

.l_header_sp .header_inner .logo_wrap .logo img {
  width: 102px;
}

.l_header_sp .header_inner .logo_wrap .catch {
  display: block;
  font-size: 1.2rem;
  line-height: 1.33333333;
  margin-left: 9px;
}

/* =================================
 l_menu_sp
================================= */
.l_menu_sp {
  padding-top: 60px;
}

.l_menu_sp nav {
  width: 315px;
  height: 100%;
  right: 0;
  background-color: #707070;
  position: relative;
  z-index: 150;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
}

@media screen and (max-width: 1200px) {
  .l_menu_sp nav {
    opacity: 0;
    top: 60px;
    transform: translateX(110%);
    transition: all .5s;
    padding-bottom: 100px;
  }
}

.l_menu_sp nav.is_active {
  opacity: 1;
  transform: translateX(0%);
}

.l_menu_sp nav .g_menu_list {
  background-color: #fff;
}

.l_menu_sp nav .g_menu_list > .g_menu_li > .pull_parent {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #4275a3;
  background-color: #cbe0f2;
  display: block;
  padding: 16px 20px;
  position: relative;
  margin-bottom: 3px;
}

.l_menu_sp nav .g_menu_list > .g_menu_li > .pull_parent:hover {
  cursor: pointer;
}

.l_menu_sp nav .g_menu_list > .g_menu_li:not(.pull_li) > .pull_parent > span {
  padding-left: 24px;
  position: relative;
}

.l_menu_sp nav .g_menu_list > .g_menu_li:not(.pull_li) > .pull_parent > span::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/common/home_icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 16px;
}

.l_menu_sp nav .g_menu_list > .g_menu_li.pull_li .pull_parent::before {
  content: "";
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  margin: auto;
  width: 21px;
  height: 14px;
  transform: rotate(180deg);
  background-image: url("../img/common/pull_down_arrow.svg");
  background-repeat: no-repeat;
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.l_menu_sp nav .g_menu_list > .g_menu_li.pull_li .pull_parent.active_parent::before {
  transform: rotate(0);
}

.l_menu_sp nav .g_menu_list > .g_menu_li:last-child > .pull_parent {
  margin-bottom: 0;
}

.l_menu_sp nav .g_menu_list > .g_menu_li > .pull_down {
  background-color: #fff;
  display: none;
}

.l_menu_sp nav .g_menu_list > .g_menu_li > .pull_down > li {
  padding: 16px 20px;
  border-bottom: 1px solid #cccccc;
}

@media screen and (max-width: 1024px) {
  .l_menu_sp nav .g_menu_list > .g_menu_li > .pull_down > li {
    padding: 0;
  }
}

.l_menu_sp nav .g_menu_list > .g_menu_li > .pull_down > li a {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
}

@media screen and (max-width: 1024px) {
  .l_menu_sp nav .g_menu_list > .g_menu_li > .pull_down > li a {
    padding: 16px 20px;
    display: block;
  }
}

.l_menu_sp nav .g_menu_list > .g_menu_li > .pull_down > li:last-child {
  border-bottom: 1px solid #4275a3;
}

.l_menu_sp nav .contact_area {
  background-color: #4275a3;
  padding: 20px;
}

.l_menu_sp nav .contact_area .link-wrap > a {
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #4275a3;
  width: 240px;
  height: 50px;
  margin: auto;
  border-radius: 8px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l_menu_sp nav .close_btn {
  background-color: #222;
  display: block;
  text-align: center;
  padding: 12px 10px;
  font-size: 1.6rem;
  line-height: 1;
  font-weight: 700;
  color: #fff;
}

.l_menu_sp nav .close_btn > span {
  padding-right: 38px;
  position: relative;
}

.l_menu_sp nav .close_btn > span::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/common/close.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 22px;
  height: 22px;
}

.l_menu_sp .h_nav_bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 149;
  opacity: 0;
  pointer-events: none;
  transition: all .2s;
}

.l_menu_sp .h_nav_bg.is_active {
  opacity: 1;
  pointer-events: auto;
}

/* =================================
 scroll_header
================================= */
#scroll_header {
  margin-block-start: 0;
  margin-block-end: 0;
  top: 0;
  left: 0;
  right: 0;
  background-color: #f9bd2c;
  z-index: 99;
  padding: 16px 0;
  height: 60px;
}

#scroll_header.topscrollheader {
  position: fixed;
  transform: translateY(-150%);
}

#scroll_header.topscrollheader.topfixed {
  transform: translateY(0%);
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

#scroll_header.com_subheader {
  margin-bottom: 70px;
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

#scroll_header.com_subheader > .container {
  max-width: 1100px;
}

#scroll_header .g_menu_list {
  display: flex;
  justify-content: space-between;
}

#scroll_header .g_menu_list > .g_menu_li {
  font-size: 1.4rem;
  line-height: 1.4285;
  letter-spacing: 0;
  font-weight: 700;
  position: relative;
  padding: 5px 10px 30px;
  text-align: center;
  width: 100%;
  min-height: 1px;
  width: 100%;
  flex: 0 0 16.7%;
  max-width: 16.7%;
}

#scroll_header .g_menu_list > .g_menu_li:hover {
  cursor: pointer;
}

#scroll_header .g_menu_list > .g_menu_li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  width: 1px;
  height: 30px;
}

#scroll_header .g_menu_list > .g_menu_li:first-child {
  flex: 0 0 15%;
  max-width: 15%;
}

#scroll_header .g_menu_list > .g_menu_li:last-child {
  flex: 0 0 18.2%;
  max-width: 18.2%;
  margin-right: 0;
}

#scroll_header .g_menu_list > .g_menu_li:last-child a {
  font-size: 1.4rem;
  line-height: 1;
  font-weight: 700;
  padding: 4px 30px;
  background-color: #222;
  border-radius: 16px;
  color: #fff;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  max-width: 150px;
  width: 100%;
  position: relative;
  border: 2px solid #222;
}

#scroll_header .g_menu_list > .g_menu_li:last-child a:hover {
  background-color: #fff;
  color: #222;
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  #scroll_header .g_menu_list > .g_menu_li:last-child a {
    padding: 4px 10px;
  }
}

#scroll_header .g_menu_list > .g_menu_li.pull_li .pull_parent {
  border-bottom: 4px solid transparent;
  transition: border 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  padding-bottom: 5px;
}

#scroll_header .g_menu_list > .g_menu_li.pull_li .pull_parent._nolink {
  pointer-events: none;
}

#scroll_header .g_menu_list > .g_menu_li.pull_li.h_active .pull_parent {
  border-color: #f9bd2c;
}

#scroll_header.scroll_active {
  transform: translateY(0);
  z-index: 1000;
}

#scroll_header .pull_down {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  text-align: left;
  z-index: 1;
}

/* =================================
 button-wrap
================================= */
.button-wrap {
  position: fixed;
  top: 0;
  right: 0;
  margin: auto;
  width: 60px;
  height: 60px;
  z-index: 100;
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.button-wrap .hamburger {
  position: fixed;
  top: 16px;
  right: 12px;
}

.button-wrap .hamburger .line {
  width: 32px;
  height: 4px;
  display: block;
  margin: 5px auto;
  transition: all 0.3s ease-in-out;
  background-color: #4275a3;
  border-radius: 10px;
}

.button-wrap .hamburger.is-active .line:nth-child(2) {
  opacity: 0;
}

.button-wrap .hamburger.is-active .line:nth-child(1) {
  background-color: #0054a7;
  transform: translateY(7px) rotate(45deg);
}

.button-wrap .hamburger.is-active .line:nth-child(3) {
  background-color: #0054a7;
  transform: translateY(-11px) rotate(-45deg);
}

/* =================================
 l_breadcrumbs
================================= */
.l_breadcrumbs p.breadcrumbs > span > span > span,
.l_breadcrumbs p.breadcrumbs > span > span {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
  display: inline-block;
  /*padding-right: 17px;*/
  position: relative;
}
.l_breadcrumbs p.breadcrumbs > span > span a {
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 0;
  display: inline-block;
  position: relative;
}

.l_breadcrumbs p.breadcrumbs > span > span > span:not(:last-child),
.l_breadcrumbs p.breadcrumbs > span span:not(:last-child) {
  margin-right: 7px;
}
/*
.l_breadcrumbs p.breadcrumbs > span > span > span:not(:last-child)::before,
.l_breadcrumbs p.breadcrumbs > span span:not(:last-child)::before{
  content: ">";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}*/

/* =================================
 l_main_visual
================================= */
/* =================================
 l_content
================================= */
/* =================================
 l_main
================================= */
/* =================================
 l_side
================================= */
/* =================================
 l_footer
================================= */
#bannerArea {
  position: relative;
  padding: 75px 110px;
  margin-top: 125px;
  background: #F8F8F8;
}

@media screen and (max-width: 767px) {
  #bannerArea {
    margin-top: 60px;
  }
}

#bannerArea .link_ttl {
  text-align: center;
  font-family: lato, sans-serif;
  font-weight: 900;
}

#bannerArea .link_ttl .border {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 800;
  margin-bottom: 30px;
  display: inline-block;
  position: relative;
  padding-left: 105px;
  padding-right: 105px;
  background: transparent;
}

@media screen and (max-width: 767px) {
  #bannerArea .link_ttl .border {
    margin-bottom: 20px;
  }
}

#bannerArea .link_ttl .border::after, #bannerArea .link_ttl .border::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: -5px;
  margin: auto;
  background-color: #222;
  border-radius: 4px;
  width: 80px;
  height: 2px;
}

#bannerArea .link_ttl .border::before {
  left: 0;
}

#bannerArea .link_ttl .border::after {
  right: 0;
}

#bannerArea .swiper-slide {
  text-align: center;
}

#bannerArea .swiper-slide a {
  display: block;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

@media screen and (min-width: 768px) {
  #bannerArea .swiper-slide a:hover {
    opacity: 0.7;
  }
}

#bannerArea .swiper-pagination_linksbnr {
  text-align: center;
  padding-top: 20px;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

#bannerArea .swiper-pagination_linksbnr .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background: #ccc;
  opacity: 1;
  margin: 0 12px;
}

#bannerArea .swiper-pagination_linksbnr .swiper-pagination-bullet:focus {
  outline: none;
}

#bannerArea .swiper-pagination_linksbnr .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #192d3f;
}

#bannerArea .swiper-button-next,
#bannerArea .swiper-button-prev {
  height: 40px;
  width: 40px;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media screen and (min-width: 768px) {
  #bannerArea .swiper-button-next,
  #bannerArea .swiper-button-prev {
    bottom: 38px;
  }
}

#bannerArea .swiper-button-next::after,
#bannerArea .swiper-button-prev::after {
  content: "";
  width: 40px;
  height: 40px;
  background-image: url("../img/common/arw_circle.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  margin: auto;
}

#bannerArea .swiper-button-next {
  right: 1%;
}

#bannerArea .swiper-button-prev {
  left: 1%;
}

#bannerArea .swiper-button-prev::after {
  transform: scale(-1, 1);
}

@media screen and (max-width: 1200px) {
  #bannerArea {
    padding: 60px 40px 50px;
  }
}

@media screen and (max-width: 767px) {
  #bannerArea {
    padding: 76px 10px 88px;
  }
  #bannerArea .link_ttl {
    padding-left: 10px;
    padding-right: 10px;
  }
  #bannerArea .link_ttl .border {
    display: block;
    position: relative;
    padding-left: 25vw;
    padding-right: 25vw;
    font-size: 10.67vw;
  }
  #bannerArea .link_ttl .border::after, #bannerArea .link_ttl .border::before {
    width: calc(50% - 130px);
  }
  #bannerArea .swiper-container .swiper-slide {
    text-align: center;
  }
  #bannerArea .swiper-button-next {
    right: 15px;
    top: -40px;
    opacity: .85;
  }
  #bannerArea .swiper-button-prev {
    left: 15px;
    top: -40px;
    opacity: .85;
  }
  #bannerArea .swiper-button-prev::after {
    transform: scale(-1, 1);
  }
}

@media screen and (min-width: 768px) {
  .privacy_m {
    position: absolute;
    top: -110px;
    right: 50px;
  }
}

@media screen and (max-width: 767px) {
  .privacy_m {
    position: absolute;
    right: inherit;
    left: 14px;
    bottom: 10px;
  }
}

.l_footer {
  position: relative;
}

.l_footer .t_footer_inner {
  padding: 40px 0 47px;
  background-color: #4275a3;
  color: #fff;
}

.l_footer .t_footer_inner .f_nav_col {
  flex: 0 0 17.5%;
  max-width: 17.5%;
}

.l_footer .t_footer_inner .f_nav_col:nth-child(1) {
  flex: 0 0 22.5%;
  max-width: 22.5%;
}

.l_footer .t_footer_inner .f_nav_col:nth-child(4) {
  flex: 0 0 23.8%;
  max-width: 23.8%;
}

.l_footer .t_footer_inner .f_nav_col:nth-child(5) {
  flex: 0 0 18.7%;
  max-width: 18.7%;
}

.l_footer .t_footer_inner a {
  color: #fff;
}

.l_footer .t_footer_inner a:visited {
  color: #fff;
}

.l_footer .t_footer_inner .menu_list {
  margin-bottom: 20px;
}

.l_footer .t_footer_inner .menu_list .list_ttl {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
  font-weight: 700;
  margin-bottom: 15px;
}

.l_footer .t_footer_inner .menu_list .list_ttl a {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  border-bottom: 1px solid transparent;
}

@media screen and (min-width: 768px) {
  .l_footer .t_footer_inner .menu_list .list_ttl a:hover {
    border-color: #fff;
  }
}

.l_footer .t_footer_inner .menu_list .menu_c {
  padding-left: 12px;
  border-left: 1px solid #6894ba;
  line-height: 1;
}

.l_footer .t_footer_inner .menu_list .menu_c .li_item {
  font-size: 1.2rem;
  line-height: 1;
  margin-bottom: 10px;
}

.l_footer .t_footer_inner .menu_list .menu_c .li_item a {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  border-bottom: 1px solid transparent;
}

@media screen and (min-width: 768px) {
  .l_footer .t_footer_inner .menu_list .menu_c .li_item a:hover {
    border-color: #fff;
  }
}

.l_footer .t_footer_inner .other_list .li_item {
  font-size: 1.4rem;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 16px;
  font-weight: 700;
}

.l_footer .t_footer_inner .other_list .li_item a {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  border-bottom: 1px solid transparent;
}

@media screen and (min-width: 768px) {
  .l_footer .t_footer_inner .other_list .li_item a:hover {
    border-color: #fff;
  }
}

.l_footer .b_footer_inner {
  padding: 28px 0 40px;
  letter-spacing: 0;
  background-color: #222;
  height: 100%;
  font-size: 0;
  color: #fff;
}

.l_footer .b_footer_inner a {
  color: #fff;
}

.l_footer .b_footer_inner a:visited {
  color: #fff;
}

.l_footer .b_footer_inner .row {
  justify-content: space-between;
}

.l_footer .b_footer_inner .row .c_info_col {
  flex: 0 0 46.7%;
  max-width: 46.7%;
}

.l_footer .b_footer_inner .row .copy_col {
  flex: 0 0 50%;
  max-width: 50%;
}

.l_footer .b_footer_inner .c_info_col {
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0;
}

.l_footer .b_footer_inner .c_info_col .fot_c_name strong {
  font-size: 1.6rem;
  line-height: 1.6em;
  letter-spacing: 0;
  color: #fff;
  font-weight: 700;
  display: inline-block;
  margin-right: 20px;
}

.l_footer .b_footer_inner .c_info_col .fot_c_name a {
  font-size: 1.4rem;
  line-height: 1.6em;
  font-weight: 500;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .l_footer .b_footer_inner .c_info_col .fot_c_name a:hover {
    border-color: transparent;
  }
}

.l_footer .b_footer_inner .c_info_col .telephone {
  font-size: 12px;
  padding: 5px 0;
}

.l_footer .b_footer_inner .c_info_col .address {
  font-size: 1.2rem;
  line-height: 1.2em;
  margin-top: 3px;
}

.l_footer .b_footer_inner .copy_col {
  color: #fff;
  font-size: 10px;
}

.l_footer .b_footer_inner .copy_col .bottom_link_list {
  display: flex;
  flex-wrap: wrap;
  flex-flow: row;
  justify-content: flex-end;
  padding-top: 10px;
  margin-bottom: 14px;
}

.l_footer .b_footer_inner .copy_col .bottom_link_list .li_item {
  font-size: 1.2rem;
  line-height: 1.2em;
  margin-right: 20px;
}

.l_footer .b_footer_inner .copy_col .bottom_link_list .li_item:last-child {
  margin-right: 0;
}

.l_footer .b_footer_inner .copy_col .bottom_link_list .li_item a {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  border-bottom: 1px solid #fff;
}

@media screen and (min-width: 768px) {
  .l_footer .b_footer_inner .copy_col .bottom_link_list .li_item a:hover {
    border-color: transparent;
  }
}

.l_footer .b_footer_inner .copy_col .copyright {
  text-align: right;
}

.l_footer .b_footer_pmark {
  padding: 10px 0;
  background: #F8F8F8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.l_footer .b_footer_pmark a:hover {
  opacity: .7;
}

.l_footer .b_footer_pmark p {
  font-size: 10px;
}

@media screen and (max-width: 767px) {
  .l_footer .b_footer_pmark p {
    padding-left: 15px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .l_footer .t_footer_inner .f_nav_col {
    flex: 0 0 19%;
    max-width: 19%;
  }
  .l_footer .t_footer_inner .f_nav_col:nth-child(1) {
    flex: 0 0 25%;
    max-width: 25%;
  }
  .l_footer .t_footer_inner .f_nav_col:nth-child(4) {
    flex: 0 0 23%;
    max-width: 23%;
  }
  .l_footer .t_footer_inner .f_nav_col:nth-child(5) {
    flex: 0 0 12%;
    max-width: 12%;
  }
  .l_footer .b_footer_inner .row .c_info_col {
    flex: 0 0 32%;
    max-width: 32%;
  }
  .l_footer .b_footer_inner .row .c_info_col .fot_c_name strong {
    display: block;
  }
  .l_footer .b_footer_inner .row .c_info_col .address {
    line-height: 1.6;
    margin-top: 8px;
  }
  .l_footer .b_footer_inner .row .c_info_col .u_sp {
    display: block;
  }
  .l_footer .b_footer_inner .row .copy_col {
    flex: 0 0 68%;
    max-width: 68%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
}

@media screen and (max-width: 767px) {
  .l_footer .b_footer_inner .row .c_info_col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .l_footer .b_footer_inner .row .c_info_col .fot_c_name {
    margin-bottom: 10px;
  }
  .l_footer .b_footer_inner .row .c_info_col .fot_c_name a,
  .l_footer .b_footer_inner .row .c_info_col .fot_c_name strong {
    display: block;
    font-weight: 500;
    border-bottom: none;
  }
  .l_footer .b_footer_inner .row .c_info_col .address {
    line-height: 1.33333333;
  }
  .l_footer .b_footer_inner .row .copy_col {
    flex: 0 0 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
  .l_footer .b_footer_inner .row .copy_col .bottom_link_list {
    display: block;
    margin: 26px 0 0;
  }
  .l_footer .b_footer_inner .row .copy_col .bottom_link_list li {
    margin-bottom: 14px;
  }
  .l_footer .b_footer_inner .row .copy_col .bottom_link_list li:last-child {
    margin-bottom: 0;
  }
}

.swiper-container.wide {
  max-width: 1200px;
}

/* ======================================================================
 news
====================================================================== */
@media screen and (min-width: 768px) {
  #p_news {
    padding-top: 100px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  #p_news {
    padding-top: 130px;
  }
}

#p_news .l_breadcrumbs {
  padding-bottom: 80px;
}

@media screen and (max-width: 767px) {
  #p_news .l_breadcrumbs {
    padding-bottom: 60px;
    padding-top: 10px;
  }
}

#p_news .c_pager_num {
  padding-bottom: 94px;
}

#p_news .news_ttl {
  padding: 0 0 40px 14%;
}

@media screen and (max-width: 767px) {
  #p_news .news_ttl {
    padding-left: 0;
  }
}

#p_news .news_tab_area {
  border-bottom: 4px solid #f9bd2c;
}

#p_news .news_tab_area .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  min-height: 48px;
  max-width: 820px;
}

#p_news .news_tab_area .tab {
  font-size: 1.4rem;
  line-height: 1.45;
  letter-spacing: 0;
  font-weight: 700;
  display: inline-block;
  flex: 0 0 23.8%;
  max-width: 23.8%;
  position: relative;
  width: 100%;
  min-height: 1px;
  padding: 11px 12px;
  border: 2px solid #222;
  border-bottom: 0;
  border-radius: 8px 8px 0 0;
  box-sizing: border-box;
  text-align: center;
  height: 42px;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
  cursor: pointer;
}

#p_news .news_tab_area .tab.active, #p_news .news_tab_area .tab:hover {
  height: 48px;
  color: #fff;
  background-color: #222;
  padding: 13px 12px;
}

@media screen and (max-width: 767px) {
  #p_news .news_tab_area .tab {
    height: 44px;
    font-size: 1.4rem;
    line-height: 1;
    padding: 8px 2px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #p_news .news_tab_area .tab.active, #p_news .news_tab_area .tab:hover {
    height: 44px;
    color: #fff;
    background-color: #222;
    padding: 8px 2px;
  }
}

#p_news .news_content_area {
  padding-top: 50px;
}

#p_news .news_content_area .content {
  display: none;
}

#p_news .news_content_area .content.show {
  margin-bottom: 20px;
  display: block;
}

#p_news .news_content_area .news_list {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

#p_news .news_content_area .news_list .news_card {
  margin-bottom: 50px;
}

#p_news .news_content_area .news_list .news_card .news_carditem {
  border: 2px solid #222;
  padding: 28px 23px 15px 28px;
  display: block;
  position: relative;
}

#p_news .news_content_area .news_list .news_card .news_carditem .row .img_col {
  flex: 0 0 24.024%;
  max-width: 24.024%;
}

#p_news .news_content_area .news_list .news_card .news_carditem .row .img_col .img-wrap {
  border: 1px solid #ccc;
  overflow: hidden;
  display: block;
}

#p_news .news_content_area .news_list .news_card .news_carditem .row .img_col .img-wrap:hover img {
  transform: scale(1.2) !important;
}

#p_news .news_content_area .news_list .news_card .news_carditem .row .img_col .img-wrap img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

@media screen and (min-width: 768px) {
  #p_news .news_content_area .news_list .news_card .news_carditem .row .text_col .news_sp_wrap {
    display: block;
    position: relative;
    min-height: 180px;
    padding-left: 180px;
  }
  #p_news .news_content_area .news_list .news_card .news_carditem .row .text_col .news_sp_wrap:hover .img_wrap img {
    transform: scale(1.1);
  }
  #p_news .news_content_area .news_list .news_card .news_carditem .row .text_col .news_sp_wrap:hover .article_ttl {
    opacity: .7;
  }
  #p_news .news_content_area .news_list .news_card .news_carditem .row .text_col .news_sp_wrap:hover .read_more_btn {
    transform: translateX(10px);
  }
}

#p_news .news_content_area .news_list .news_card .news_carditem .row .text_col .news_sp_wrap.campaign {
  padding-bottom: 20px;
  min-height: 180px;
  margin-bottom: 10px;
  border-bottom: 2px dotted;
}

#p_news .news_content_area .news_list .news_card .news_carditem .row .text_col .news_sp_wrap.campaign .read_more_btn {
  bottom: 15px;
}

#p_news .news_content_area .news_list .news_card .news_carditem .row .text_col .article_ttl {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 16px;
}

#p_news .news_content_area .news_list .news_card .news_carditem .row .text_col .img_wrap {
  border: 1px solid #CCCCCC;
}

#p_news .news_content_area .news_list .news_card .news_carditem .row .text_col .img_wrap img {
  transition: all 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

@media screen and (min-width: 768px) {
  #p_news .news_content_area .news_list .news_card .news_carditem .row .text_col .img_wrap {
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 160px;
    height: 160px;
  }
  #p_news .news_content_area .news_list .news_card .news_carditem .row .text_col .img_wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

#p_news .news_content_area .news_list .news_card .news_carditem .row .text_col .article_info_list {
  margin-bottom: 20px;
}

#p_news .news_content_area .news_list .news_card .news_carditem .row .text_col .taxonomy {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  min-width: 120px;
  min-height: 24px;
  padding: 2px 10px;
  color: #fff;
  background-color: #4275a3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

#p_news .news_content_area .news_list .news_card .news_carditem .row .text_col .read_more_btn {
  position: absolute;
  right: -44px;
  bottom: 10px;
  width: 200px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9bd2c;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

@media screen and (max-width: 767px) {
  #p_news .news_content_area .news_list .news_card .news_carditem .row .text_col .read_more_btn {
    display: none;
  }
}

#p_news .news_content_area .news_list .news_card .news_carditem .row .text_col .read_more_btn .en {
  padding-right: 36px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 800;
  position: relative;
}

#p_news .news_content_area .news_list .news_card .news_carditem .row .text_col .read_more_btn .en::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/common/arw_more.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 8px;
}

#p_news .news_content_area .news_list .news_card .news_carditem .row .text_col .category_tag > li {
  font-size: 12px;
  display: inline-block;
  padding: 5px 10px;
  background-color: #efefef;
  border-radius: 5px;
  margin: 0 10px 10px 0;
}

#p_news .news_content_area .news_list .news_card .news_carditem .row .text_col .category_tag > li a {
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

#p_news .news_content_area .news_list .news_card .news_carditem .row .text_col .category_tag > li a:hover {
  opacity: .7;
}

#p_news .news_card {
  margin-bottom: 50px;
}

#p_news .news_card > .link_wrap {
  border: 2px solid #222;
  padding: 28px 23px 58px 28px;
  display: block;
  position: relative;
}

#p_news .news_card > .link_wrap .row .img_col {
  flex: 0 0 24.024%;
  max-width: 24.024%;
}

#p_news .news_card > .link_wrap .row .img_col .img-wrap {
  border: 1px solid #ccc;
  overflow: hidden;
  display: block;
}

#p_news .news_card > .link_wrap .row .img_col .img-wrap img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

#p_news .news_card > .link_wrap .row .text_col {
  flex: 0 0 75.976%;
  max-width: 75.976%;
  padding-left: 4.5%;
}

#p_news .news_card > .link_wrap .row .text_col .article_ttl {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  margin-bottom: 16px;
}

#p_news .news_card > .link_wrap .row .text_col .article_ttl > span {
  border-bottom: 1px solid transparent;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

#p_news .news_card > .link_wrap .row .text_col .article_info_list {
  margin-bottom: 20px;
}

#p_news .news_card > .link_wrap .row .text_col .taxonomy {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 700;
  min-width: 120px;
  min-height: 24px;
  padding: 2px 10px;
  color: #fff;
  background-color: #4275a3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
}

#p_news .news_card > .link_wrap .row .text_col .category_tag > li {
  font-size: 12px;
  display: inline-block;
  padding: 5px 10px;
  background-color: #efefef;
  border-radius: 5px;
  margin: 0 10px 10px 0;
}

#p_news .news_card > .link_wrap .row .read_more_btn {
  position: absolute;
  right: -24px;
  bottom: 20px;
  width: 200px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f9bd2c;
}

#p_news .news_card > .link_wrap .row .read_more_btn .en {
  padding-right: 36px;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.2em;
  font-weight: 800;
  position: relative;
}

#p_news .news_card > .link_wrap .row .read_more_btn .en::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background-image: url("../img/common/arw_more.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 30px;
  height: 8px;
  transition: all 0.3s cubic-bezier(0.25, 0.1, 0.25, 1);
}

#p_news .news_card > .link_wrap:hover .row .img_col .img-wrap img {
  transform: scale(1.2);
}

#p_news .news_card > .link_wrap:hover .row .read_more_btn .en::before {
  right: -8px;
}

@media screen and (max-width: 767px) {
  #p_news .news_content_area {
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 0;
  }
  #p_news .news_content_area .news_list > .news_card {
    margin-bottom: 0;
  }
  #p_news .news_content_area .news_list > .news_card .news_carditem {
    border-left: 0;
    border-right: 0;
    border-top: 1px solid #222;
    border-bottom: 1px solid #222;
    padding: 20px;
  }
  #p_news .news_content_area .news_list > .news_card .news_carditem .text_col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  #p_news .news_content_area .news_list > .news_card .news_carditem .row .read_more_btn {
    display: none;
  }
  #p_news .news_content_area .news_list > .news_card .news_carditem .row .text_col {
    padding-left: 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  #p_news .news_content_area .news_list > .news_card .news_carditem .row .text_col .article_info_list {
    margin-bottom: 16px;
  }
}

@media screen and (max-width: 767px) and (max-width: 1024px) {
  #p_news .news_content_area .news_list > .news_card .news_carditem .row .text_col .article_info_list {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  #p_news .news_content_area .news_list > .news_card .news_carditem .row .text_col .news_sp_wrap {
    display: flex;
    flex-wrap: wrap;
  }
  #p_news .news_content_area .news_list > .news_card .news_carditem .row .text_col .news_sp_wrap .img_wrap {
    flex: 0 0 29.86%;
    max-width: 29.86%;
    padding-right: 10px;
    position: relative;
  }
}

@media screen and (max-width: 767px) and (min-width: 1025px) {
  #p_news .news_content_area .news_list > .news_card .news_carditem .row .text_col .news_sp_wrap .img_wrap {
    height: 100px;
  }
}

@media screen and (max-width: 767px) {
  #p_news .news_content_area .news_list > .news_card .news_carditem .row .text_col .news_sp_wrap .img_wrap::before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  #p_news .news_content_area .news_list > .news_card .news_carditem .row .text_col .news_sp_wrap .img_wrap img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
  }
}

@media screen and (max-width: 767px) and (max-width: 1024px) {
  #p_news .news_content_area .news_list > .news_card .news_carditem .row .text_col .news_sp_wrap .img_wrap img {
    height: auto !important;
  }
}

@media screen and (max-width: 767px) {
  #p_news .news_content_area .news_list > .news_card .news_carditem .row .text_col .news_sp_wrap .article_ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    flex: 0 0 70.14%;
    max-width: 70.14%;
    padding-left: 10px;
  }
  #p_news .news_content_area .news_list > .news_card .news_carditem .row .text_col .category_tag {
    margin-top: 16px;
  }
  #p_news .news_content_area .news_list > .news_card .news_carditem .row .text_col .category_tag > li {
    margin: 0 10px 6px 0;
  }
  #p_news .news_content_area .news_list > .news_card:first-child a {
    border-top: 0;
  }
  #p_news .news_content_area .news_list > .news_card:last-child a {
    border-bottom: 2px solid #222;
  }
}

/* ======================================================================
 pages
====================================================================== */
.u_page .l_breadcrumbs {
  margin-bottom: 76px;
}

@media screen and (max-width: 767px) {
  .u_page .l_breadcrumbs {
    padding-top: 10px;
    margin-bottom: 35px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u_page .l_breadcrumbs {
    margin-bottom: 40px;
    padding-top: 120px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u_page .l_breadcrumbs.tablet {
    margin-bottom: 20px;
    padding-top: 20px;
  }
}

.u_page div.l_main {
  position: relative;
  padding-bottom: 105px;
}

.u_page div.l_main p + p {
  margin-top: 1em !important;
}

.u_page div.l_main p.font_small {
  font-size: 1.4rem;
  line-height: 2;
}

.u_page div.l_main p.font_small > a:not([class]) {
  color: #4275a3;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.u_page div.l_main p.font_small > a:not([class]):hover {
  opacity: 0.7;
}

.u_page div.l_main p:not([class]) {
  font-size: 1.6rem;
  line-height: 2;
}

.u_page div.l_main p:not([class]) > a:not([class]) {
  color: #4275a3;
  text-decoration: underline;
  transition: all 0.3s ease;
}

.u_page div.l_main p:not([class]) > a:not([class]):hover {
  opacity: 0.7;
}

.u_page div.l_main > .container .container {
  max-width: 820px;
}

@media screen and (max-width: 767px) {
  .u_page div.l_main > .container .container {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .u_page div.l_main > .container > .wp-block-image,
  .u_page div.l_main > .container > p.font_small,
  .u_page div.l_main > .container > p.wrap_width,
  .u_page div.l_main > .container > p:not([class]),
  .u_page div.l_main > .container > p.font_large {
    padding: 0 50px;
    max-width: 820px;
    margin: 0 auto;
  }
}

@media screen and (min-width: 768px) and (max-width: 1140px) {
  .u_page div.l_main > .container > .wp-block-image,
  .u_page div.l_main > .container > p.font_small,
  .u_page div.l_main > .container > p.wrap_width,
  .u_page div.l_main > .container > p:not([class]),
  .u_page div.l_main > .container > p.font_large {
    padding: 0 25px;
    max-width: 770px;
  }
}

.u_page div.l_main > .container .wp-block-image {
  margin-bottom: 24px;
}

.u_page .bottom_contact_wrap {
  position: relative;
}

.u_page .bottom_contact_wrap::before {
  content: "";
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  width: 100vw;
  height: 2px;
  background-color: #222;
  z-index: -1;
}

.u_page .bottom_contact_wrap .contact_us_ttl {
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 900;
  color: #222;
  position: relative;
  max-width: 720px;
  font-family: lato, sans-serif;
  margin: 0 auto 37px;
}

.u_page .bottom_contact_wrap .contact_us_ttl span {
  width: 338px;
  height: 100%;
  background-color: #fff;
  display: inline-block;
  position: relative;
  z-index: 2;
  text-align: center;
  margin-left: -25px;
}

@media screen and (max-width: 767px) {
  .u_page .bottom_contact_wrap .contact_us_ttl {
    text-align: center;
    letter-spacing: 0;
  }
  .u_page .bottom_contact_wrap .contact_us_ttl > span {
    width: 280px;
    margin-left: auto;
    margin-right: auto;
  }
}

.u_page .bottom_contact_wrap .container {
  max-width: 820px;
}

.u_page .bottom_contact_wrap .container .link-wrap {
  position: relative;
  padding-top: 67px;
  max-width: 486px;
  margin-left: 0;
}

@media screen and (min-width: 768px) {
  .u_page .bottom_contact_wrap .container .link-wrap::before {
    content: "";
    position: absolute;
    top: 0;
    left: -246px;
    width: 172px;
    height: 88px;
    background-image: url("../img/common/cloud.svg");
    background-repeat: no-repeat;
    background-size: contain;
  }
  .u_page .bottom_contact_wrap .container .link-wrap::after {
    content: "";
    position: absolute;
    top: 0;
    width: 240px;
    height: 240px;
    background-image: url("../img/p_contact/form_illust.png");
    background-repeat: no-repeat;
    background-size: contain;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .u_page .bottom_contact_wrap .container .link-wrap:after {
    right: -251px;
  }
}

@media screen and (min-width: 1025px) {
  .u_page .bottom_contact_wrap .container .link-wrap:after {
    right: -351px;
  }
}

.u_page .bottom_contact_wrap .container .link-wrap .baloon_contact {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.8rem;
  line-height: 1.4;
  font-weight: 700;
  background-color: #f9bd2c;
  padding: 5px 72px;
  margin-bottom: 16px;
  max-width: 360px;
  border-radius: 25px;
  text-align: center;
}

.u_page .bottom_contact_wrap .container .link-wrap .baloon_contact::before {
  content: "";
  position: absolute;
  bottom: -16px;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url("../img/common/arrow_bottom.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 16px;
}

@media screen and (max-width: 767px) {
  .u_page .bottom_contact_wrap .container .link-wrap {
    margin-left: auto;
    margin-right: auto;
  }
  .u_page .bottom_contact_wrap .container .link-wrap .baloon_contact {
    max-width: 300px;
    width: 100%;
    padding: 5px 30px;
  }
  .u_page .bottom_contact_wrap .container .link-wrap .base_btn {
    text-align: center;
  }
}

@media screen and (min-width: 1025px) {
  .u_page:not(.l_news_page) {
    padding-top: 100px;
  }
}

/*
page fixed
*/
@media screen and (min-width: 768px) {
  #p_trouble_branding #unker_3.why_sec,
  #p_trouble_branding #unker_4.point_sec {
    margin-top: 0 !important;
  }
  #p_trouble_branding .method_box .service_box > .row > .col .page_ttl {
    flex-direction: inherit;
  }
  #p_trouble_branding .method_sec .method_box .service_box > .row > .col .link_card {
    overflow: hidden;
  }
  #p_trouble_branding .row.method_row._rev {
    flex-direction: row-reverse;
  }
  #p_trouble_branding .method_sec .method_box .method_row._rev .text_col {
    padding-right: 22px;
    padding-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  #p_trouble_branding .container._fix {
    padding-left: 10px;
    padding-right: 10px;
  }
  #p_trouble_branding #unker_3.why_sec .why_row {
    margin-top: 0 !important;
    padding-top: 20px;
  }
  #p_trouble_branding #unker_4.point_sec .point_ttl {
    font-size: 3.2rem !important;
  }
  #p_trouble_branding #unker_4.point_sec .m_band_ttl > span {
    padding: 8px 40px 10px 10px !important;
  }
  #p_trouble_branding #unker_4.point_sec .m_band_ttl {
    margin-left: calc(50% - 50vw) !important;
  }
  #p_trouble_branding .section_block_wrapper + .method_sec {
    margin-top: 0 !important;
  }
  #p_trouble_branding .method_box .service_box .row > .col > .text_block .text_content {
    font-size: 14px;
  }
  #p_trouble_branding .method_box .service_box .row > .col > .link_card {
    overflow: hidden;
  }
  #p_trouble_branding #unker_3.why_sec,
  #p_trouble_branding #unker_4.point_sec {
    margin-top: 0 !important;
  }
  #p_trouble_branding .method_sec {
    padding-bottom: 40px !important;
  }
  #p_trouble_branding .conclude_sec {
    padding-top: 2.5rem !important;
  }
  #p_trouble_branding .conclude_sec .bg_wrapper .left_border_ttl,
  #p_trouble_branding .left_border_ttl .ttl_text_wrapper {
    font-size: 2.8rem;
  }
  #p_trouble_branding .conclude_sec._undercolor {
    background: linear-gradient(to top, #F6F5F1 0%, #F6F5F1 560px, transparent, transparent 100%);
  }
}

@media screen and (max-width: 767px) {
  #p_trouble_parttime .three_point_sec {
    padding-bottom: !important;
  }
  #p_trouble_parttime .checklist_sec {
    padding-top: 0;
    margin-top: 0 !important;
  }
  #p_trouble_parttime .three_point_sec {
    padding-bottom: 10px !important;
  }
  #p_trouble_parttime .checklist_sec .watermark {
    display: block !important;
    transform: rotate(0) !important;
    z-index: 10;
    position: relative !important;
    top: 0 !important;
    font-size: 74px !important;
    text-align: center;
    padding-bottom: 10px;
    line-height: 1;
  }
}

@media screen and (max-width: 767px) {
  #p_trouble_parttime .checklist_sec .container .clipboard-wrap .clip_board_ttl {
    font-size: 20px !important;
  }
  #p_trouble_parttime .service_sec .section_ttl {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 2rem !important;
  }
  #p_trouble_parttime .service_sec .service_box {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  #p_trouble_parttime .service_sec .service_box .link_card_row,
  #p_trouble_parttime .service_sec .service_box .service_row .text_col {
    padding-left: 1.9rem !important;
    padding-right: 1.9rem !important;
  }
  #p_trouble_parttime .left_border_ttl .ttl_text_wrapper {
    font-size: 3.2rem;
  }
  #p_trouble_parttime .conclude_sec._undercolor {
    background: linear-gradient(to top, #F6F5F1 0%, #F6F5F1 610px, transparent 200px, transparent 100%);
  }
  #p_trouble_parttime .conclude_sec {
    padding-top: 3rem !important;
  }
}

@media screen and (max-width: 767px) {
  #p_trouble_population .about_sec .row .left_column {
    width: 240px !important;
    margin: 0 auto 20px !important;
  }
  #p_trouble_population .about_sec .row .left_column,
  #p_trouble_population .about_sec .row .right_column {
    flex: initial !important;
    max-width: 100% !important;
  }
  #p_trouble_population .about_sec .row {
    padding-bottom: 40px !important;
  }
  #p_trouble_population .three_point_sec .w_bg_box .phase_row .phase_text .phase_ttl .ttl {
    padding: 0 !important;
    display: inline-block !important;
    transform: translateX(1.6rem) !important;
  }
  #p_trouble_population .population_method_sec {
    padding-top: 0px !important;
  }
  #p_trouble_population .three_point_sec {
    padding-bottom: 50px !important;
  }
  #p_trouble_population .population_method_sec .method_ttl {
    padding-top: 0px !important;
  }
  #p_trouble_population .population_method_sec .watermark {
    position: relative !important;
    font-size: 7.4rem !important;
    width: 100% !important;
    text-align: center !important;
    display: block !important;
  }
  #p_trouble_population .population_method_sec .top_text {
    margin-bottom: 0px !important;
    text-align: left !important;
    padding: 0 20px 40px !important;
  }
}

@media screen and (min-width: 1025px) {
  #p_trouble_population .population_method_sec .method_block {
    padding-bottom: 40px !important;
  }
  #p_trouble_population .conclude_sec {
    position: relative;
    margin-top: 0 !important;
  }
  #p_trouble_population .conclude_sec::after {
    content: "";
    background: url("../img/p_trouble_population/sen.svg") no-repeat center center/cover;
    height: 4px;
    max-width: 100%;
    display: block;
    position: absolute;
    width: 1000px;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.method_sec .method_box .service_box .link_card_row > .col_6 .row > .col_ico .link_card,
.template-pages.trouble_under .method_sec .method_box .service_box > .row > .col .link_card {
  overflow: hidden !important;
  overflow-x: hidden !important;
  overflow-y: hidden !important;
}

@media screen and (max-width: 767px) {

.template-pages#p_trouble_early .method_sec .method_relative.one .method_box .service_box {
    margin: 0px 0 0 auto!important;
    max-width: 100%!important;  
}
}