@charset "UTF-8";
.marker-animation.active {
  background-position: -100% 0.6em;
}

.marker-animation {
  background-image: linear-gradient(to right, transparent 50%, #faf106 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.7em;
  background-position: 0 0.7em;
  transition: background 2s ease;
  font-weight: bold;
}

.m-blue {
  background-image: linear-gradient(to right, transparent 50%, rgba(107, 182, 255, 0.24) 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.5em;
  background-position: 0 0.5em;
  transition: background 2s ease;
  font-weight: bold;
}

.m-green {
  background-image: linear-gradient(to right, transparent 50%, rgba(151, 232, 154, 0.69) 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-position: 0 0.5em;
  transition: background 2s ease;
  font-weight: bold;
}

.m-red {
  background-image: linear-gradient(to right, transparent 50%, rgba(255, 88, 88, 0.2) 50%);
  background-repeat: repeat-x;
  background-size: 200% 0.8em;
  background-position: 0 0.5em;
  transition: background 2s ease;
  font-weight: bold;
}

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

/* ======================================================================
 ACF Blocks component
====================================================================== */
.ttlpcdisplay {
  display: none;
  font-weight: bold;
}

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

.wp-block-columns.ttl_block_columns {
  position: relative;
  margin-bottom: 100px;
}

.wp-block-columns.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;
}

.wp-block-columns.ttl_block_columns .ttl_block_title {
  font-feature-settings: 'palt';
  font-size: 4rem;
  line-height: 1.3;
  letter-spacing: 0.1em;
  font-weight: 700;
  color: #222;
  margin-bottom: 30px;
}

.wp-block-columns.ttl_block_columns .img_col {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  margin-left: 0;
}

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

.wp-block-columns.ttl_block_columns .text_col {
  flex: 0 0 66.66666%;
  max-width: 66.66666%;
  margin-left: 0;
}

.wp-block-columns.ttl_block_columns .text_col .ttl_block_textarea {
  font-size: 16px;
  line-height: 2;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .wp-block-columns.ttl_block_columns {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-bottom: 40px;
  }
  .wp-block-columns.ttl_block_columns::before {
    display: none;
  }
  .wp-block-columns.ttl_block_columns .img_col,
  .wp-block-columns.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;
  }
  .wp-block-columns.ttl_block_columns .ttl_block_title {
    letter-spacing: 2px;
  }
  .wp-block-columns.ttl_block_columns .img_col {
    text-align: center;
    margin-bottom: 40px;
    padding-left: 18px;
    padding-right: 18px;
  }
  .wp-block-columns.ttl_block_columns .recommend_box {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px;
    border-radius: 0;
    background-color: #f9bd2c;
  }
  .wp-block-columns.ttl_block_columns .recommend_box .recommend_box_wrap {
    background-color: #fff;
    border-radius: 10px;
    padding: 26px 23px 20px;
  }
  .wp-block-columns.ttl_block_columns .recommend_box .recommend_box_wrap .ttl_block_title {
    padding-left: 5px;
  }
}

.wp-block-columns.ttl_block_columns.ttl_block_problem .img_col {
  flex: 0 0 40%;
  max-width: 40%;
  padding-right: 35px;
}

.wp-block-columns.ttl_block_columns.ttl_block_problem .text_col {
  flex: 0 0 60%;
  max-width: 60%;
}

.wp-block-columns.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;
}

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

.wp-block-columns.ttl_block_columns.ttl_block_problem .text_col .ttl_block_textarea p {
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .wp-block-columns.ttl_block_columns.ttl_block_problem {
    flex-wrap: wrap;
  }
  .wp-block-columns.ttl_block_columns.ttl_block_problem .img_col,
  .wp-block-columns.ttl_block_columns.ttl_block_problem .text_col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .wp-block-columns.ttl_block_columns.ttl_block_problem .img_col {
    margin-bottom: 0;
    padding: 0;
  }
  .wp-block-columns.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%;
  }
  .wp-block-columns.ttl_block_columns.ttl_block_problem .text_col .ttl_block_title > span {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
  }
}

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

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

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

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

.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%;
}

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

.contents_table_sec + #scroll_header.m_fixed {
  margin-top: 0 !important;
}

.contents_table_sec + * {
  margin-top: 30px !important;
}

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

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

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

.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;
}

.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;
}

.contents_table_sec .contents_table_block .sec_block_title > span::before, .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;
}

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

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

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

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

.contents_table_sec .contents_table_block .content_list > li > a {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  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);
  font-feature-settings: 'palt';
}

.contents_table_sec .contents_table_block .content_list > li > a.listlink:before {
  content: "";
  background: url(../img/common/ico_listlink.svg) no-repeat center center/cover;
  width: 20px;
  height: 16px;
  transform: translateY(2px);
}

.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;
}

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

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

.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;
}

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

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

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

.contents_table_sec .sns_link > li a img {
  width: 25px;
}

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

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

.section_block_wrapper + * {
  margin-top: 30px !important;
}

@media screen and (max-width: 767px) {
  .section_block_wrapper + * {
    margin-top: 20px !important;
  }
}

.section_block_wrapper + .method_sec {
  margin-top: 100px !important;
}

@media screen and (max-width: 767px) {
  .section_block_wrapper + .method_sec {
    margin-top: 20px !important;
  }
}

.section_block_wrapper + h3,
.section_block_wrapper + .fair,
.section_block_wrapper + ul {
  margin-top: 30px !important;
}

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

@media screen and (max-width: 767px) {
  .section_block_wrapper {
    overflow: hidden;
    margin-top: 60px;
  }
}

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

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

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

@media screen and (max-width: 767px) {
  .section_block_wrapper .container .section_block_ttl {
    line-height: 1.33;
    margin-bottom: 0;
    letter-spacing: 0;
  }
}

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

.section_block_wrapper .container .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);
}

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

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

@media screen and (max-width: 767px) {
  .section_block_wrapper .container .section_block_ttl {
    padding-left: 40px;
  }
  .section_block_wrapper .container .section_block_ttl::before {
    width: 20px;
  }
  .section_block_wrapper .container .section_block_ttl::after {
    content: "0" counter(section);
    position: absolute;
    left: -1px;
    top: 10px;
    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);
  }
  .section_block_wrapper .container .sec_num {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  p + .inner_title_block {
    padding-top: 100px;
  }
}

.inner_title_block {
  padding-top: 60px;
  margin-bottom: 20px;
}

.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;
}

.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;
}

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

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

.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;
}

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

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

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

.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;
}

.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;
}

.minimal_title_block {
  margin: 60px 0 20px;
}

.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;
}

.minimal_title_block .minimal_title .minimal_subtitle {
  padding-left: 5px;
  font-weight: bold;
}

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

.recommend_title_block {
  margin-top: 40px;
}

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

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

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

.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;
}

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

.job_offer_block {
  margin-top: 20px;
}

@media screen and (min-width: 768px) {
  .job_offer_block {
    margin-top: 30px;
    padding-bottom: 20px;
  }
}

.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);
}

.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);
}

.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;
}

.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;
}

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

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

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

.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) {
  .job_offer_block .job_offer_bannerlist {
    margin: 0 0 -20px;
  }
  .job_offer_block .job_offer_bannerlist .banner_li {
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0 0 20px;
  }
}

.service_link_block {
  margin-top: 20px;
}

.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);
}

.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);
}

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

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

.service_link_block .service_box > .service_box_inner .service_text_box {
  flex: 0 0 67.28%;
  max-width: 67.28%;
}

.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;
}

.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;
}

.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;
}

.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;
}

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

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

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

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

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

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

.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;
}

.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;
}

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

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

@media screen and (max-width: 767px) {
  .features_list_block .features_list_ul .feature_dl dt .counter > small {
    font-size: 1.6rem;
  }
}

.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;
}

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

@media screen and (max-width: 767px) {
  .features_list_block .features_list_ul .feature_dl dd {
    padding-left: 45px;
  }
}

.features_list_block .features_list_ul .feature_dl dd::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: inherit;
  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) {
  .features_list_block .features_list_ul .feature_dl dd::before {
    top: 10px;
    bottom: inherit;
  }
}

.caution_list_block {
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .caution_list_block {
    max-width: 770px;
  }
}

@media screen and (min-width: 1141px) and (max-width: 9999px) {
  .caution_list_block {
    max-width: 820px;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1140px) {
  .caution_list_block {
    max-width: 770px;
  }
}

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

.caution_list_block .caution_list_ul .caution_li > p:not([class]) {
  line-height: 1.35;
  font-size: 12px;
}

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

.person_block_wrapper {
  margin-top: 60px;
}

.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;
}

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

.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;
}

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

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

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

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

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

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

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

.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: 700;
}

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

.check_point_block {
  margin-bottom: 30px;
}

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

.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;
}

.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;
}

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

.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;
}

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

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

.responsive_img_wrapper {
  margin-bottom: 34px;
}

@media screen and (max-width: 767px) {
  .responsive_img_wrapper img {
    margin-left: auto;
    margin-right: auto;
  }
}

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

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

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

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

.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;
}

.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) {
  .image_gallery_block .image_gallery_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .image_gallery_block .image_gallery_ul {
    margin: 0 -7px -14px;
  }
  .image_gallery_block .image_gallery_ul > .col {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 7px 14px;
  }
}

.case_component_block {
  margin-bottom: 60px;
}

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

.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;
  display: flex;
}

.case_component_block .case_block_ttl .case_num {
  align-self: center;
  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;
}

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

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

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

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

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

.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;
}

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

.case_component_block .case_block_row .case_text_col .case_list_box .case_type_ul .case_type_li > dl > dt,
.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) {
  .case_component_block .case_block_ttl {
    padding: 13px 13px 13px 78px;
    margin-bottom: 20px;
    position: relative;
  }
  .case_component_block .case_block_ttl > .case_num {
    position: absolute;
    top: 0;
    left: 0;
  }
  .case_component_block .case_block_row .case_image_col,
  .case_component_block .case_block_row .case_text_col {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .case_component_block .case_block_row .case_image_col {
    text-align: center;
    margin-bottom: 20px;
  }
  .case_component_block .case_block_row .case_image_col img {
    max-width: 200px;
    height: auto;
  }
}

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

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

.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;
}

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

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

.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;
}

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

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

.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;
}

.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);
}

.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;
}

.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;
}

.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;
}

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

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

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

.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%;
}

.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);
}

.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;
}

.link_block_wrap .link_block_btn > .link_wrap_box .link_page_image,
.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;
}

.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) {
  .link_block_wrap .link_block_btn > .link_wrap_box .link_page_image {
    padding-right: 20px;
  }
}

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

.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;
}

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

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

.link_block_wrap .link_block_btn:hover .link_wrap_box {
  top: 0;
}

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

.heading_text_box_wrapper {
  margin-top: 30px;
}

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

.heading_text_box_wrapper .h_t_box .h_t_dl {
  display: flex;
}

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

.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;
}

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

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

@media screen and (max-width: 767px) {
  .heading_text_box_wrapper .h_t_box {
    padding: 0 18px;
  }
  .heading_text_box_wrapper .h_t_box .h_t_dl {
    flex-wrap: wrap;
  }
  .heading_text_box_wrapper .h_t_box .h_t_dl .h_t_dt,
  .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%;
  }
  .heading_text_box_wrapper .h_t_box .h_t_dl .h_t_dt {
    margin-bottom: 10px;
  }
  .heading_text_box_wrapper .h_t_box .h_t_ul .h_t_li {
    padding: 20px 0;
  }
}

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

@media screen and (max-width: 767px) {
  .box_block1_wrap .box_block {
    padding: 20px;
  }
}

.box_block1_wrap .box_block p {
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .box_block1_wrap .box_block p {
    font-size: 16px;
  }
}

.campaign_box_wrap {
  margin-top: 30px;
}

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

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

.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;
}

.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) {
  .campaign_box_wrap {
    margin-left: -20px;
    margin-right: -20px;
  }
  .campaign_box_wrap .campaign_box {
    border-radius: 0;
    padding: 20px;
  }
  .campaign_box_wrap .campaign_box .campaign_dl {
    display: block;
  }
  .campaign_box_wrap .campaign_box .campaign_dl .campaign_dt {
    margin-bottom: 10px;
  }
}

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

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

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

.info_inner_title_block {
  margin-top: 55px;
}

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

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

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

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

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

.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;
}

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

.box_block2_wrapper {
  margin-top: 40px;
}

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

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

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

.com_cautionbox {
  margin-right: calc(50% - 50vw);
  margin-left: calc(50% - 50vw);
}

.com_cautionbox._ptn1 {
  background: #F6F5F1;
}

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

.com_cautionbox-inr {
  padding: 0 50px;
  margin: 0 auto 24px;
}

@media screen and (max-width: 767px) {
  .com_cautionbox-inr {
    margin-bottom: 0;
  }
}

.com_cautionbox-inr._ptn1 {
  max-width: 820px;
}

@media screen and (min-width: 768px) {
  .com_cautionbox-inr._ptn1 {
    padding: 50px 20px;
  }
}

@media screen and (max-width: 767px) {
  .com_cautionbox-inr._ptn1 {
    padding: 30px 20px;
  }
}

.com_cautionbox-inr._ptn2 {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  border: 4px solid #222222;
  border-radius: 16px;
  padding: 30px;
}

.com_cautionbox-inr._ptn2 .com_cautionbox-desc {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .com_cautionbox-inr._ptn2 {
    padding-top: 15px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .com_cautionbox-inr._ptn2 .com_cautionbox-ttl {
    display: block;
  }
  .com_cautionbox-inr._ptn2 .com_cautionbox-ttl br {
    display: none;
  }
  .com_cautionbox-inr._ptn2 .com_cautionbox-ttl:before {
    width: 60px;
    height: 60px;
    margin-left: auto;
    margin-right: auto;
  }
}

.com_cautionbox-inr._ptn2 .com_cautionbox-desc {
  padding-top: 10px;
  background: url(../img/common/bdr.svg) repeat-x top left;
}

.com_cautionbox-ttl {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 900;
  margin-bottom: 10px;
  line-height: 1.33;
}

.com_cautionbox-ttl:before {
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/common/timing_pic.svg) no-repeat center center;
  display: block;
  margin-right: 10px;
}

.com_cautionbox-desc {
  font-weight: bold;
  text-align: center;
  line-height: 1.77;
}

@media screen and (max-width: 767px) {
  .com_cautionbox-desc {
    text-align: left;
  }
}

.com_responsiveimg {
  margin-bottom: 20px;
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .com_responsiveimg.iswide {
    margin-right: calc(50% - 50vw);
    margin-left: calc(50% - 50vw);
  }
}

@media screen and (min-width: 768px) {
  .com_responsiveimg {
    padding: 0 50px;
    max-width: 820px;
    margin: 20px auto 24px;
  }
}

@media screen and (max-width: 767px) {
  .com_responsiveimg {
    text-align: center;
  }
}

.com_casemerit {
  padding-bottom: 50px;
}

@media screen and (min-width: 768px) {
  .com_casemerit {
    padding: 0 50px 50px;
    max-width: 820px;
    margin: 0 auto 24px;
  }
}

.com_casemerit-item {
  position: relative;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .com_casemerit-item._blue {
    padding-left: 220px;
  }
}

@media screen and (min-width: 768px) {
  .com_casemerit-item._green {
    padding-right: 220px;
  }
}

.com_casemerit-item:last-child {
  margin-bottom: 0;
}

.com_casemerit-ttl {
  margin-bottom: 20px;
  height: 88px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .com_casemerit-ttl {
    margin-bottom: 30px;
  }
}

.com_casemerit-ttl._blue {
  border: 4px solid #4275A3;
}

.com_casemerit-ttl._green {
  border: 4px solid #707070;
}

.com_casemerit-ttl .labelwrap {
  width: 70px;
  height: 100%;
  padding-top: 10px;
}

.com_casemerit-ttl .labelwrap._blue {
  background: #4275A3;
}

.com_casemerit-ttl .labelwrap._green {
  background: #707070;
}

.com_casemerit-ttl .labelwrap .label {
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  display: block;
}

.com_casemerit-ttl .labelwrap .num {
  color: #fff;
  font-weight: bold;
  font-size: 34px;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.com_casemerit-ttl .ttl {
  padding: 10px 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.3;
}

.com_casemerit-img {
  width: 200px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .com_casemerit-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (min-width: 768px) {
  .com_casemerit-img._blue {
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media screen and (min-width: 768px) {
  .com_casemerit-img._green {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.com_casemerit-desc {
  line-height: 2;
}

.fair {
  padding: 20px 50px;
  max-width: 820px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 767px) {
  .fair {
    padding: 25px 0;
    margin-bottom: 30px;
  }
}

.fair-inr {
  background: #F2F6F8;
  border-radius: 16px;
  padding: 50px 30px 30px;
  margin: 0 15px;
  position: relative;
}

@media screen and (max-width: 767px) {
  .fair-inr {
    padding: 50px 20px 20px;
    margin: 0;
  }
}

.fair-ttltxt {
  background: #222;
  display: inline-block;
  line-height: 40px;
  padding: 0 40px 0 60px;
  border-radius: 25px;
  font-size: 22px;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .fair-ttltxt {
    padding-left: 70px;
    font-size: 20px;
    line-height: 36px;
  }
}

.fair-icon {
  width: 70px;
  position: absolute;
  left: -20px;
  z-index: 1;
}

@media screen and (max-width: 767px) {
  .fair-icon {
    left: -10px;
  }
}

.fair-ttl {
  position: absolute;
  left: 0;
  top: -20px;
  display: flex;
  align-items: center;
}

.fair-desc {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 2;
  margin-bottom: 30px;
}

.fair-img {
  text-align: center;
  margin-bottom: 20px;
}

.fair-desc2 {
  font-size: 1.4rem;
  line-height: 2;
}

.fair-list .fair-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

@media screen and (max-width: 767px) {
  .fair-list .fair-item:first-child {
    padding-top: 0;
  }
}

.fair-item {
  padding: 20px 0;
  border-bottom: 2px dotted;
}

.fair-repttl {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 20px;
  margin-bottom: 10px;
  letter-spacing: .1em;
}

.fair-repttl:before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #F9BD2C;
  display: block;
  margin-right: 10px;
}

.fair-repdesc {
  font-size: 14px;
  line-height: 2;
}

.merideme {
  padding: 20px 50px;
  max-width: 820px;
  margin: 0 auto;
}

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

.merideme-inr {
  border-radius: 8px;
  border: 2px solid #222;
  padding: 30px 10px;
}

@media screen and (min-width: 768px) {
  .merideme-inr {
    display: flex;
    flex-wrap: wrap;
    border-radius: 16px;
  }
}

@media screen and (max-width: 767px) {
  .merideme-inr {
    padding: 20px 15px;
  }
}

.merideme-wrap {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .merideme-wrap {
    width: 50%;
    padding: 0 20px;
  }
}

@media screen and (max-width: 767px) {
  .merideme-wrap:first-child {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .merideme-wrap:first-child {
    border-right: 1px dotted #222;
  }
}

@media screen and (max-width: 767px) {
  .merideme-wrap:first-child {
    border-bottom: 2px dotted #222;
  }
}

.merideme-ttl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .merideme-ttl {
    margin-bottom: 15px;
  }
}

.merideme-ttl:after {
  content: "";
  width: 60px;
  height: 1px;
  background: #222;
  display: block;
}

.merideme-ttl .en {
  font-size: 24px;
  font-weight: 900;
  padding-right: 10px;
  letter-spacing: 1px;
}

.merideme-ttl .jp {
  font-weight: 600;
  font-size: 16px;
  padding-right: 10px;
}

.merideme-sub {
  display: flex;
  flex-wrap: wrap;
  height: 60px;
  margin-bottom: 10px;
}

.merideme-sub .num {
  font-family: lato, sans-serif;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  background: #222;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

.merideme-sub .txt {
  flex: 1;
  height: 100%;
  display: flex;
  align-items: center;
  padding-left: 10px;
  width: 40px;
  background: #4275A3;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  font-weight: bold;
}

.merideme-sub .txt._demerit {
  background: #E6E4DB;
  color: #222;
}

.merideme-img {
  width: 150px;
  height: 150px;
  margin: 0 auto 10px;
}

.merideme-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.merideme-desc {
  font-size: 14px;
  line-height: 2;
}

.merideme-list .merideme-item {
  padding-bottom: 30px;
}

.merideme-list .merideme-item:last-child {
  padding-bottom: 0 !important;
}

.other_bnrlist {
  padding: 0 50px;
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 20px;
}

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

.other_bnrlist-item {
  margin-top: 40px;
}

@media screen and (min-width: 768px) {
  .other_bnrlist-item:nth-child(-n+3) {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  .other_bnrlist-item {
    width: 48%;
    margin-right: 4%;
    margin-top: 20px;
  }
  .other_bnrlist-item:nth-child(-n+2) {
    margin-top: 20px;
  }
  .other_bnrlist-item:nth-child(even) {
    margin-right: 0;
  }
}

@media screen and (min-width: 768px) {
  .other_bnrlist-item {
    width: calc(  100%  / 3);
    padding: 0 20px;
  }
}

.other_bnrlist-link {
  display: block;
  height: 100px;
  transition: all .2s ease-out;
  position: relative;
}

@media screen and (max-width: 767px) {
  .other_bnrlist-link {
    height: 80px;
  }
  .other_bnrlist-link img {
    height: 100%;
    margin: 0 auto;
    display: block;
  }
}

.other_bnrlist-link.bdr img {
  box-shadow: 0px 2px 0 #222;
  transition: all .2s ease-out;
}

.other_bnrlist-link.bdr:hover {
  opacity: 1;
}

.other_bnrlist-link.bdr:hover img {
  box-shadow: 0px 0px 0 #222;
  transform: translateY(2px);
}

.other_bnrlist-link:hover {
  opacity: .7;
}

.other_bnrlist-txt {
  text-align: center;
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .other_bnrlist-txt {
    font-size: 13px;
  }
}

.other_bnrlist-sub {
  text-align: center;
  display: block;
  font-weight: bold;
  font-size: 14px;
  padding-top: 5px;
}

@media screen and (max-width: 767px) {
  .other_bnrlist-sub {
    padding-top: 0;
    font-size: 12px;
  }
}

.other_bnrlist-img {
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  .other_bnrlist-img {
    margin-left: 15px;
  }
}

.other_pointblock {
  padding: 0 50px;
  max-width: 820px;
  margin: 40px auto;
  display: flex;
  flex-wrap: wrap;
}

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

@media screen and (max-width: 767px) {
  .other_pointblock {
    margin: 30px 0 0;
  }
}

.other_pointblock-item {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .other_pointblock-item {
    margin-bottom: 40px;
  }
}

.other_pointblock-item:last-child {
  margin-bottom: 0;
}

.other_pointblock-ttl {
  line-height: 1.4;
  display: flex;
  flex-wrap: wrap;
  height: 88px;
  border: 4px solid #4275A3;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .other_pointblock-ttl {
    margin-bottom: 20px;
  }
}

.other_pointblock-ttl.noimage {
  margin-bottom: 20px;
}

.other_pointblock-ttl .labelwrap {
  width: 70px;
  background: #4275A3;
  height: 100%;
  padding-top: 10px;
}

.other_pointblock-ttl .labelwrap .label {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  display: block;
  text-align: center;
}

.other_pointblock-ttl .labelwrap .num {
  letter-spacing: 2px;
  line-height: 1;
  display: block;
  text-align: center;
  font-size: 34px;
  font-weight: 900;
  font-family: lato, sans-serif;
  color: #fff;
}

.other_pointblock-ttl .ttl {
  flex: 1;
  font-size: 20px;
  font-weight: bold;
  padding: 0 15px;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .other_pointblock-inf {
    display: flex;
    flex-wrap: wrap;
  }
}

.other_pointblock-inf.noimage img {
  display: none;
}

.other_pointblock-img {
  align-self: flex-start;
  width: 220px;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  .other_pointblock-img {
    margin: 0 auto 20px;
    display: block;
  }
}

.other_pointblock-desc {
  flex: 1;
  line-height: 2;
}

.other_pointblock-desc.noimage {
  font-size: 16px;
  position: relative;
  padding-left: 50px;
}

@media screen and (max-width: 767px) {
  .other_pointblock-desc.noimage {
    font-size: 16px;
    padding-left: 45px;
    top: 0px;
  }
}

.other_pointblock-desc.noimage:before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0;
  top: 7px;
  background: url(../img/common/arw_circle.png) no-repeat center center/cover;
  display: block;
}

.other_2box {
  padding: 0 50px;
  max-width: 820px;
  margin: 0px auto 100px;
}

@media screen and (max-width: 767px) {
  .other_2box {
    padding: 0;
    margin: 0 auto 60px;
  }
}

@media screen and (min-width: 768px) {
  .other_2box {
    display: flex;
    flex-wrap: wrap;
  }
}

.other_2box-col {
  width: 48.6%;
  border: 2px solid #222;
  border-radius: 8px;
  padding: 25px 20px;
}

@media screen and (max-width: 767px) {
  .other_2box-col {
    padding: 25px 18px;
    width: 100%;
  }
  .other_2box-col:nth-child(1) {
    margin-bottom: 30px;
  }
}

@media screen and (min-width: 768px) {
  .other_2box-col:nth-child(1) {
    margin-right: 2.8%;
  }
}

.other_2box-ttl {
  font-weight: bold;
  color: #fff;
  text-align: center;
  margin: 0 20px 20px;
  line-height: 1.5;
  background: #4275A3;
  border-radius: 15px;
  font-size: 20px;
}

.other_2box-img {
  width: 160px;
  margin: 0 auto 20px;
}

.other_2box-list {
  padding-bottom: 15px;
  border-bottom: 2px dotted #222;
  margin-bottom: 20px;
}

.other_2box-item {
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42;
  margin-left: 20px;
  position: relative;
}

.other_2box-item:before {
  content: "";
  width: 14px;
  height: 14px;
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -20px;
  top: 4px;
  background: #4275A3;
}

.other_2box-desc {
  line-height: 2;
  font-size: 14px;
}

.other_point {
  padding: 0 50px;
  max-width: 820px;
  margin: 0px auto 100px;
}

@media screen and (max-width: 767px) {
  .other_point {
    padding: 0;
    margin: 0 auto 60px;
  }
}

.other_point-inr {
  background: #E0EFFA;
  padding: 30px 30px 30px 50px;
  border-radius: 16px;
}

@media screen and (max-width: 767px) {
  .other_point-inr {
    padding: 30px 20px 20px;
  }
}

@media screen and (min-width: 768px) {
  .other_point-inr {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}

.other_point-inf {
  flex: 1;
}

.other_point-ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 10px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .other_point-ttl {
    margin-bottom: 10px;
  }
}

.other_point-ttl .point {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 2px 5px;
  display: inline-block;
  margin-right: 15px;
  background: #4275A3;
}

.other_point-ttl .ttl {
  font-size: 20px;
  font-weight: bold;
}

.other_point-desc {
  line-height: 1.75;
}

.other_point-img {
  width: 120px;
  margin-left: 10px;
}

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

.other_pickup {
  padding: 0 50px;
  max-width: 820px;
  margin: 60px auto 40px;
}

@media screen and (max-width: 767px) {
  .other_pickup {
    padding: 0;
    margin: 30px auto 0;
  }
}

.other_pickup-ttl {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .other_pickup-ttl {
    display: flex;
    align-items: center;
  }
}

.other_pickup-ttl .point {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  padding: 2px 5px;
  display: inline-block;
  margin-right: 15px;
  background: #4275A3;
}

.other_pickup-ttl .ttl {
  width: 100%;
  font-size: 22px;
  font-weight: 800;
}

@media screen and (max-width: 767px) {
  .other_pickup-ttl .ttl {
    padding-top: 5px;
  }
}

.other_pickup-inr {
  border: 2px solid #222;
  border-radius: 16px;
  padding: 30px 18px 20px;
}

@media screen and (min-width: 768px) {
  .other_pickup-inr {
    padding: 40px 30px 30px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
  }
}

.other_pickup-img {
  width: 150px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .other_pickup-img {
    width: 200px;
    margin: 0 auto 10px;
  }
}

.other_pickup-inf {
  flex: 1;
}

.other_pickup-event {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px dotted #222;
}

@media screen and (min-width: 768px) {
  .other_pickup-event {
    display: flex;
    flex-wrap: wrap;
  }
}

.other_pickup-icon {
  width: 147px;
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .other_pickup-icon {
    margin: 0 auto;
  }
}

.other_pickup-name {
  flex: 1;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .other_pickup-name {
    text-align: center;
  }
}

.other_pickup-sub {
  display: block;
  font-size: .8em;
}

.other_pickup-desc {
  font-weight: bold;
  line-height: 1.75;
}

.other_pickup-btn {
  display: flex;
}

@media screen and (max-width: 767px) {
  .other_pickup-btn {
    margin-top: 10px;
  }
}

.other_pickup-btn .more {
  height: 32px;
  display: block;
  margin-left: auto;
  color: #fff;
  border-radius: 8px;
  background: #222;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0 20px 8px;
  font-size: 14px;
  font-family: lato, sans-serif;
  font-weight: 900;
}

.other_pickup-btn .more:after {
  content: "";
  background: url(../img/common/arw_more_white.svg) no-repeat center center;
  width: 32px;
  height: 10px;
  display: block;
  margin-bottom: 2px;
  margin-left: 8px;
  transition: all .2s ease-out;
}

.other_pickup-btn .more:hover:after {
  transform: translateX(5px);
}

.other_wants {
  padding: 0 50px;
  max-width: 820px;
  margin: 50px auto 0px;
}

@media screen and (max-width: 767px) {
  .other_wants {
    padding: 0;
    margin: 30px auto 30px;
  }
}

.other_wants-wrap {
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 2px dotted #222;
}

.other_wants-ttl {
  margin-bottom: 20px;
  height: 88px;
  border: 4px solid #4275A3;
  display: flex;
  flex-wrap: wrap;
}

.other_wants-ttl .point {
  width: 70px;
  background: #4275A3;
  color: #fff;
  padding-top: 5px;
}

.other_wants-ttl .point .num {
  display: block;
  text-align: center;
  font-family: lato, sans-serif;
  font-weight: 900;
  font-size: 34px;
}

.other_wants-ttl .point .label {
  font-weight: bold;
  display: block;
  text-align: center;
  font-size: 14px;
}

.other_wants-ttl .ttl {
  flex: 1;
  font-size: 20px;
  padding: 0 10px;
  font-weight: bold;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .other_wants-ttl .ttl br {
    display: none;
  }
}

.other_wants .block1 {
  margin-bottom: 20px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .other_wants .block1 {
    padding-left: 220px;
  }
}

.other_wants .block1 .img {
  width: 200px;
}

@media screen and (max-width: 767px) {
  .other_wants .block1 .img {
    margin: 0 auto 20px;
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .other_wants .block1 .img {
    position: absolute;
    left: 0;
    top: 0;
  }
}

.other_wants .block1 .shinri {
  display: flex;
  flex-wrap: wrap;
}

.other_wants .block1 .shinri .icon {
  margin-right: 20px;
}

.other_wants .block1 .shinri .list {
  flex: 1;
}

.other_wants .block1 .shinri .list .item {
  font-size: 18px;
  margin-left: 25px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 500;
}

.other_wants .block1 .shinri .list .item:last-child {
  margin-bottom: 0;
}

.other_wants .block1 .shinri .list .item:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #4275A3;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: -25px;
}

.other_wants .block2 {
  padding: 10px 20px 20px;
  border-radius: 16px;
  background: #EDEDED;
}

@media screen and (min-width: 768px) {
  .other_wants .block2 {
    padding: 30px;
    display: flex;
    flex-wrap: wrap;
  }
}

.other_wants .block2 .icon {
  margin-right: 40px;
}

@media screen and (max-width: 767px) {
  .other_wants .block2 .icon {
    margin-right: 0;
    text-align: center;
    margin-bottom: 10px;
  }
}

.other_wants .block2 .list {
  flex: 1;
}

.other_wants .block2 .list .item {
  font-size: 18px;
  margin-left: 25px;
  position: relative;
  line-height: 1.5;
  margin-bottom: 10px;
  font-weight: 600;
}

.other_wants .block2 .list .item:last-child {
  margin-bottom: 0;
}

.other_wants .block2 .list .item:before {
  content: "";
  width: 16px;
  height: 16px;
  background: #F9BD2C;
  border-radius: 50%;
  position: absolute;
  top: 9px;
  left: -25px;
}

.other_servicecategory {
  padding: 0 50px;
  max-width: 820px;
  margin: 30px auto 40px;
}

@media screen and (max-width: 767px) {
  .other_servicecategory {
    padding: 0;
    margin: 30px auto 20px;
  }
}

.other_servicecategory-item {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  .other_servicecategory-item {
    padding-right: 180px;
    margin-bottom: 60px;
    position: relative;
  }
}

.other_servicecategory-ttl {
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 1px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid #F9BD2C;
}

@media screen and (max-width: 767px) {
  .other_servicecategory-ttl {
    margin-bottom: 20px;
  }
}

.other_servicecategory-desc {
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .other_servicecategory-img {
    text-align: center;
    margin: 0 auto 20px;
  }
}

@media screen and (min-width: 768px) {
  .other_servicecategory-img {
    position: absolute;
    right: 0;
    top: 0;
  }
}

.other_title {
  max-width: 820px;
  margin: 60px auto 30px;
  padding: 0 50px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .other_title {
    padding: 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .other_title {
    padding: 0;
    margin: 20px auto 20px;
  }
}

.other_title-inr {
  padding-bottom: 5px;
  display: block;
  padding-left: 25px;
  line-height: 1.5;
  font-size: 20px;
  font-weight: bold;
  border-left: 10px solid #222;
  border-bottom: 1px solid #222;
}

@media screen and (max-width: 767px) {
  .other_title-inr {
    padding-left: 15px;
    line-height: 2;
  }
}

.other_merideme2 + .other_title {
  margin-top: 40px;
}

.other_merideme2 {
  max-width: 820px;
  margin: 0px auto 40px;
  padding: 0 50px;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .other_merideme2 {
    padding: 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .other_merideme2 {
    padding: 0;
    margin: 0 auto 20px;
  }
}

.other_merideme2-img {
  margin-right: 10px;
}

@media screen and (max-width: 767px) {
  .other_merideme2-img {
    width: 100%;
    margin-bottom: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .other_merideme2-img img {
    width: 160px;
    margin-left: auto;
    margin-right: auto;
  }
}

.other_merideme2-inf {
  flex: 1;
  background: #F8F8F8;
  border-radius: 16px;
  padding: 20px;
}

.other_merideme2-inf .desctxt {
  flex: 1;
}

.other_merideme2-inf .desc {
  position: relative;
  line-height: 1.7;
  display: flex;
}

.other_merideme2-inf .desc:before {
  content: "";
  width: 90px;
  height: 90px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .other_merideme2-inf .desc:before {
    width: 70px;
    height: 70px;
  }
}

.other_merideme2-inf .desc.meri {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px dotted #222;
}

.other_merideme2-inf .desc.meri:before {
  background: url(../img/common/ico_merit.svg) no-repeat center center/cover;
}

.other_merideme2-inf .desc.deme:before {
  background: url(../img/common/ico_demerit.svg) no-repeat center center/cover;
}

.other_hrtech {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .other_hrtech {
    border-radius: 8px;
    border: 2px solid #222;
    padding-top: 20px;
  }
}

.other_hrtech-wrapper {
  max-width: 820px;
  margin: 0px auto 100px;
  padding: 0 50px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .other_hrtech-wrapper {
    padding: 0 25px;
  }
}

@media screen and (max-width: 767px) {
  .other_hrtech-wrapper {
    padding: 0;
    margin: 0 auto 40px;
  }
}

.other_hrtech-small {
  padding-top: 10px;
  font-size: 12px;
  line-height: 1.3;
}

.other_hrtech-wrap {
  padding: 20px 15px;
  border-radius: 8px;
}

@media screen and (min-width: 768px) {
  .other_hrtech-wrap {
    padding: 25px 25px 20px;
    border: 2px solid #222;
  }
}

@media screen and (max-width: 767px) {
  .other_hrtech-wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}

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

@media screen and (max-width: 767px) {
  .other_hrtech-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.other_hrtech-wrap.half {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .other_hrtech-wrap.half {
    width: 49%;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 768px) {
  .other_hrtech .flex {
    display: flex;
    justify-content: center;
    justify-content: space-between;
  }
  .other_hrtech .flex .inr {
    width: 48.5%;
  }
}

@media screen and (max-width: 767px) {
  .other_hrtech .flex .inr {
    display: flex;
    flex-wrap: wrap;
  }
  .other_hrtech .flex .inr:first-child {
    padding-bottom: 30px;
  }
}

.other_hrtech-ttl {
  font-size: 20px;
  letter-spacing: 1px;
  padding-bottom: 13px;
  border-bottom: 2px dotted #222;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .other_hrtech-ttl {
    text-align: left;
  }
}

.other_hrtech-sub {
  margin-bottom: 20px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 30px;
  border-radius: 15px;
  background: #4275A3;
  text-align: center;
  margin-left: 20px;
  margin-right: 20px;
}

@media screen and (max-width: 767px) {
  .other_hrtech-sub {
    width: 100%;
  }
}

.other_hrtech-sub sup {
  font-size: .6em;
}

.other_hrtech-img {
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .other_hrtech-img {
    width: 100px;
    margin-right: 10px;
  }
}

.other_hrtech-img img {
  height: auto !important;
}

.other_hrtech-desc {
  flex: 1;
  font-size: 14px;
  line-height: 2;
}

@media screen and (max-width: 767px) {
  .other_hrtech-desc {
    line-height: 1.7;
  }
  .other_hrtech-desc br {
    display: none;
  }
}

/*追加クラス*/
@media screen and (max-width: 767px) {
  .com_responsiveimg.spAddMarginTop {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  #p_news .news_content_area .news_list > .news_card:last-child .category_tag a {
    border-bottom: none !important;
  }
}

