@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

body {
  margin: 0;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  font-weight: 400;
  font-size: inherit;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  vertical-align: bottom;
}

dd,
dl,
dt,
ol,
ul {
  padding: 0;
  margin: 0;
}

li,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  display: inline-block;
  color: inherit;
  cursor: pointer;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  text-align: justify;
  word-break: break-all;
}

button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  background: none;
  border: 0;
  color: inherit;
  font: inherit;
  line-height: normal;
  overflow: visible;
  padding: 0;
  -webkit-appearance: button;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  cursor: pointer;
}

button:focus {
  outline: 0;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

[role='button'] {
  color: inherit;
  cursor: default;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: pre;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

@media (min-width: 769px) {
  a[href^='tel'] {
    pointer-events: none;
  }
}

:focus {
  outline: none;
}

html {
  /*visibility:hidden*/
}

html.wf-active {
  visibility: visible;
}

@media (max-width: 768px) {
  body,
  html {
    overflow-x: hidden;
  }
}

@media (min-width: 769px) {
  html body {
    padding-top: 144px;
  }
}

@media (max-width: 768px) {
  html body {
    padding-top: 80px;
    font-size: 12px;
  }
}

@media (min-width: 769px) {
  html body.top {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  html body.top {
    padding-top: 0;
  }
}

@media (min-width: 769px) {
  html body.page {
    padding-top: 130px;
    position: relative;
  }
}

@media (max-width: 768px) {
  html body.page {
    padding-top: 45px;
    position: relative;
  }
}

a:hover,
a:focus {
  opacity: 0.8;
}

.bold {
  font-weight: 700;
}

.col-2-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto;
  width: 960px;
}

@media (max-width: 768px) {
  .col-2-main {
    display: block;
    width: auto;
  }
}

.aside-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 17px 20px 20px 33px;
  background: #fdf8f0;
}

.aside-list:not(:last-of-type) {
  margin-bottom: 20px;
}

.aside-list__item,
.aside-list__item--pickup {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.aside-list__item--pickup {
  border-bottom: 1px dashed #707070;
  padding-bottom: 20px;
}

.aside-list__item--pickup:not(:first-of-type) {
  padding-top: 20px;
}

.aside-list a.aside-list__item {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

.aside-list a.aside-list__item:hover {
  opacity: 0.7;
}

.aside-list a.aside-list__item:after,
.aside-list a.aside-list__item:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.aside-list .pickup__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.aside-list__txt {
  font-size: 14px;
  letter-spacing: 0.02em;
  line-height: 2;
}

.aside-list__txt .small {
  font-size: 12px;
}

.aside-list__txt--bold {
  font-weight: 700;
  line-height: 1.8;
}

.aside-list__img {
  width: 70px;
  height: 70px;
  background-position: 50% 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.aside-list__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: -webkit-calc(100% - 70px);
  width: calc(100% - 70px);
  padding-left: 13px;
}

.aside-list__wrap a {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

.aside-list__wrap a:hover {
  opacity: 0.7;
}

.aside-list__wrap a:after,
.aside-list__wrap a:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.aside-list--pickup {
  background: #fff;
  padding: 17px 0 20px;
}

@media (max-width: 768px) {
  .aside-list--pickup {
    padding: 17px 20px 20px 33px;
  }
}

.aside-list--pickup a {
  -webkit-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
}

.aside-list--pickup a:hover {
  opacity: 0.7;
}

.aside-list--pickup a:after,
.aside-list--pickup a:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.content-read {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 2.6em;
}

@media (max-width: 768px) {
  .content-read {
    margin-top: 35px;
  }
}

.content-read__txt {
  font-weight: 700;
  letter-spacing: 0.03em;
}

.flex_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .flex_box {
    display: block;
  }
}

.flex_box.wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_box.a-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_box .col_3 {
  width: 300px;
}

@media (max-width: 768px) {
  .flex_box .col_3 {
    width: 100%;
  }
}

.flex_box .col_3 img {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .flex_box .col_3 img {
    margin-bottom: 17px;
  }
}

.flex_box .col_3 .img-cover {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media (max-width: 768px) {
  .flex_box .col_3 .img-cover {
    height: 200px;
  }
}

.flex_box .col_3__ttl {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

@media (max-width: 768px) {
  .flex_box .col_3__ttl {
    font-size: 14px;
  }
}

.flex_box .col_3__txt {
  font-size: 16px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .flex_box .col_3__txt {
    margin-bottom: 25px;
    font-size: 12px;
  }
}

.col-2 {
  width: 465px;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .col-2 {
    display: block;
    width: auto;
  }
}

.col-2 h3 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 30px;
}

.left-container {
  width: 715px;
}

@media (max-width: 768px) {
  .left-container {
    width: 100%;
    padding: 0 15px;
  }
}

.left-container h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .left-container h2 {
    font-size: 18px;
  }
}

.page_contact_bg {
  background: url(../img/common/page-contact_bg.jpg) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  padding-bottom: 70px;
  position: relative;
  color: #fff;
}

@media (max-width: 768px) {
  .page_contact_bg {
    padding-bottom: 40px;
  }
}

.page_contact_bg h3 {
  font-size: 24px;
  font-family: A1明朝, A1 Mincho, 游明朝, YuMincho, ヒラギノ明朝 ProN W3, Hiragino Mincho ProN,
    HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  margin-bottom: 20px;
  padding-left: 40px;
  position: relative;
  display: inline-block;
}

@media (max-width: 768px) {
  .page_contact_bg h3 {
    font-size: 18px;
  }
}

.page_contact_bg h3.mail_icon:before {
  position: absolute;
  content: '';
  width: 28px;
  height: 20px;
  background: url(/assets/img/common/mail_icon.png) no-repeat;
  -webkit-background-size: 28px 20px;
  background-size: 28px 20px;
  top: 8px;
  left: 0;
}

@media (max-width: 768px) {
  .page_contact_bg h3.mail_icon:before {
    top: 4px;
  }
}

.page_contact_bg h3.tel_icon:before {
  position: absolute;
  content: '';
  width: 21px;
  height: 29px;
  background: url(/assets/img/common/tel_icon.png) no-repeat;
  -webkit-background-size: 21px 29px;
  background-size: 21px 29px;
  top: 4px;
  left: 0;
}

@media (max-width: 768px) {
  .page_contact_bg h3.tel_icon:before {
    top: 0;
  }
}

.page_contact_bg__left {
  text-align: center;
  width: 100%;
  border-right: 1px solid #fff;
  padding: 20px 0;
}

@media (max-width: 768px) {
  .page_contact_bg__left {
    border-right: 0 solid #fff;
    border-bottom: 1px solid #fff;
  }
}

.page_contact_bg__right {
  text-align: center;
  width: 100%;
  padding: 20px 0;
}

.page_contact_bg__right h3 {
  margin-bottom: 10px;
}

.page_contact_bg__right .tel_num {
  font-size: 41px;
  font-family: A1明朝, A1 Mincho, 游明朝, YuMincho, ヒラギノ明朝 ProN W3, Hiragino Mincho ProN,
    HG明朝E, ＭＳ Ｐ明朝, ＭＳ 明朝, serif;
  line-height: 1;
}

@media (max-width: 768px) {
  .page_contact_bg__right .tel_num {
    font-size: 31px;
  }
}

.page_contact_bg__right .tel_num span {
  font-size: 22px;
}

@media (max-width: 768px) {
  .page_contact_bg__right .tel_num span {
    font-size: 17px;
  }
}

.page_contact_bg p {
  margin-top: 20px;
  font-size: 16px;
}

@media (max-width: 768px) {
  .page_contact_bg p {
    font-size: 12px;
  }
}

.hidden {
  display: none;
}

.list_type_01 li {
  padding-left: 20px;
  margin: 10px 0;
  position: relative;
}

.list_type_01 li:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 0;
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fc9400;
}

.is-external:after {
  display: inline-block;
  margin-left: 0.5em;
  content: '';
  background: url(../img/common/ic_external.svg) no-repeat 50% / contain;
  width: 1em;
  height: 1em;
}

.is-external--white:after {
  background-image: url(../img/common/ic_external_white.svg) !important;
}

body {
  font-family: YakuHanJP, Noto Sans JP, Hiragino Kaku Gothic ProN, ヒラギノ角ゴ ProN W3, メイリオ,
    Meiryo, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
  color: #000;
  font-size: 16px;
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

.container {
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}

@media (max-width: 768px) {
  .container {
    padding: 20px;
  }
}

.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

@media (min-width: 769px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pc-only {
    display: none !important;
  }
}

.header,
.page .header {
  color: #000;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 130px;
  max-width: none;
  z-index: 9999;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(60%, #fff),
    to(hsla(0, 0%, 100%, 0.9))
  );
  background: -webkit-linear-gradient(top, #fff 60%, hsla(0, 0%, 100%, 0.9));
  background: -o-linear-gradient(top, #fff 60%, hsla(0, 0%, 100%, 0.9));
  background: linear-gradient(180deg, #fff 60%, hsla(0, 0%, 100%, 0.9));
  padding: 15px;
}

@media (max-width: 768px) {
  .header {
    width: 100vw;
    background: #fff;
    height: 45px;
  }
}

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

.header__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__upper {
  display: block;
}

@media (max-width: 768px) {
  .header__upper {
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 12;
    padding: 0 15px;
  }
}

.header__logo {
  display: inline-block;
  font-size: 18px;
  font-weight: 700;
  z-index: 999;
  line-height: 1.4;
}

@media (max-width: 768px) {
  .header__logo {
    font-size: 11px;
    line-height: 1.4;
  }
}

.header__logo img {
  width: 110px;
}

@media (max-width: 768px) {
  .header__logo img {
    width: 75px;
  }
}

@media (max-width: 768px) {
  .header__main {
    overflow-y: auto;
    display: none;
    position: fixed;
    top: 45px;
    left: 0;
    width: 100%;
    padding-bottom: 20px;
  }
  .header__main.is-open {
    display: block;
    background-color: hsla(0, 0%, 100%, 0.9);
  }
}

.header__desc {
  display: block;
  font-size: 11px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .header__desc {
    width: 70%;
    margin-bottom: 0;
  }
  .header__desc img {
    vertical-align: middle;
    margin-left: 2px;
  }
}

.header-desc {
  font-size: 10px;
  letter-spacing: 0.03em;
  line-height: 1.77;
  padding-right: 25px;
  padding-left: 25px;
}

.nav {
  margin-top: 15px;
}

.nav__list {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .nav__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-right: 0;
    margin-left: 0;
  }
}

@media (min-width: 769px) {
  .nav__list li:last-child {
    border-right: 1px solid #b2b2b2;
  }
}

.nav__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 2;
  letter-spacing: 0.04em;
  text-align: center;
  min-width: 190px;
  padding: 10px;
  position: relative;
}

@media (min-width: 769px) {
  .nav__link {
    border-left: 1px solid #b2b2b2;
  }
}

@media (max-width: 768px) {
  .nav__link {
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .nav__link:not(.is-external) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (min-width: 769px) {
  .nav__link--home {
    min-width: 0;
    border-left: 0;
    padding-right: 30px;
  }
}

.nav__link--home img {
  height: 25px;
}

.nav__link--mega {
  position: relative;
  cursor: pointer;
}

@media (min-width: 769px) {
  .nav__link--mega:hover .nav-mega {
    display: block;
    opacity: 1;
    pointer-events: auto;
  }
}

.nav-mega {
  width: 100%;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

@media (min-width: 769px) {
  .nav-mega {
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    opacity: 0;
    background: hsla(0, 0%, 100%, 0.9);
    pointer-events: none;
  }
}

@media (max-width: 768px) {
  .nav-mega {
    display: none;
    margin-top: 1em;
    font-size: 0.9em;
  }
}

@media (min-width: 769px) {
  .nav-mega__item:not(:last-child) {
    border-bottom: 1px dotted #000;
  }
}

.nav-mega__link {
  display: block;
  padding: 1em;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
}

.nav-mega__link:hover {
  background-color: #fff;
}

@media (max-width: 768px) {
  .nav-mega__link {
    padding: 0.3em 1em;
    color: #555;
  }
}

.cta-banner {
  position: absolute;
  top: 15px;
  right: 15px;
}

.cta-banner__body {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cta-banner__body img {
  width: 160px;
}

.cta-banner__ore_bg {
  background: #eb6a02;
  width: 185px;
  padding: 5px 5px 5px 35px;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
  margin-right: 5px;
  position: relative;
  text-align: left;
}

.cta-banner__ore_bg--free {
  padding-top: 16px;
  padding-bottom: 16px;
}

.cta-banner__ore_bg:before {
  position: absolute;
  content: '';
  left: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-toggle {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 15px;
  width: 24px;
  height: 45px;
}

#nav-toggle span {
  display: block;
  width: 21px;
  height: 2px;
  margin: 2px 0;
  background-color: #000;
}

#nav-toggle.is-open span:nth-child(2) {
  display: none;
}

#nav-toggle.is-open span:first-child {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-bottom: -4px;
}

#nav-toggle.is-open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.footer {
  position: relative;
  background: #0078c1;
  padding: 50px 0 0;
  color: #fff;
}

@media (max-width: 768px) {
  .footer {
    padding: 0;
  }
}

.footer__main {
  width: 960px;
  margin: 0 auto;
}

.footer__main .foot_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (min-width: 769px) {
  .footer__main .foot_flex {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  .footer__main .foot_flex {
    display: block;
  }
}

.footer__main .foot_flex .foot_c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
}

@media (max-width: 768px) {
  .footer__main .foot_flex .foot_c {
    width: 100%;
  }
}

.footer__main .foot_flex .foot_c h3 {
  font-size: 16px;
  font-weight: 700;
}

@media (min-width: 769px) {
  .footer__main .foot_flex .foot_c h3 {
    margin: 15px 0;
  }
}

@media (max-width: 768px) {
  .footer__main .foot_flex .foot_c h3 {
    position: relative;
    padding: 15px 15px 15px 44px;
    font-size: 14px;
  }
  .footer__main .foot_flex .foot_c h3:before {
    position: absolute;
    top: 30%;
    left: 15px;
    content: '';
    width: 11px;
    height: 11px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .footer__main .foot_flex .foot_c h3.is-show:before {
    top: 46%;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media (max-width: 768px) {
  .footer__main .foot_flex .foot_c .foot_menu {
    width: 100%;
    border-bottom: 1px solid #b3d7ed;
  }
}

.footer__main .foot_flex .foot_c .foot_menu ul {
  list-style-type: none;
}

@media (max-width: 768px) {
  .footer__main .foot_flex .foot_c .foot_menu ul:not(.is-show) {
    display: none;
  }
}

.footer__main .foot_flex .foot_c .foot_menu ul li {
  margin: 10px 0;
}

@media (max-width: 768px) {
  .footer__main .foot_flex .foot_c .foot_menu ul li {
    margin: 0;
  }
}

.footer__main .foot_flex .foot_c .foot_menu ul li a {
  font-size: 14px;
  color: #fff;
}

@media (max-width: 768px) {
  .footer__main .foot_flex .foot_c .foot_menu ul li a {
    padding: 10px 15px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .footer__main {
    width: 100%;
  }
}

.footer__copy {
  width: 100%;
  background: #fff;
  color: #000;
  padding: 20px 0;
}

@media (max-width: 768px) {
  .footer__copy {
    padding: 25px 0;
  }
}

@media (min-width: 769px) {
  .footer__copy_flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .footer__copy_flex {
    display: block;
    text-align: center;
  }
  .footer__copy_flex .footer__sp_menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 11px;
    margin-bottom: 20px;
  }
  .footer__copy_flex .footer__sp_menu ul li {
    margin: 0 15px;
  }
}

.footer__copy_flex .copy_left ul li {
  font-size: 12px;
}

@media (min-width: 769px) {
  .footer__copy_flex .copy_left ul li {
    float: left;
    margin-right: 30px;
  }
}

@media (max-width: 768px) {
  .footer__copy_flex .copy_left ul li {
    margin-right: 1em;
    margin-left: 1em;
    display: block;
  }
  .footer__copy_flex .copy_left ul li img {
    margin-bottom: 20px;
  }
}

.footer__copy_flex .copy_right {
  font-size: 12px;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .footer__copy_flex .copy_right {
    margin-top: 2em;
    font-size: 10px;
  }
}

.footer .pagetop {
  position: fixed;
  right: 20px;
}

@media (max-width: 768px) {
  .footer .pagetop {
    right: 10px;
  }
}

.footer .pagetop span {
  width: 60px;
  height: 60px;
  display: block;
  background: #0078c1;
  position: relative;
}

.footer .pagetop span:before {
  position: absolute;
  content: '';
  width: 22px;
  height: 22px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .footer .pagetop span {
    width: 30px;
    height: 30px;
  }
  .footer .pagetop span:before {
    position: absolute;
    content: '';
    width: 11px;
    height: 11px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 10px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
  }
}

.top .top_img {
  color: #fff;
  width: 100%;
  padding: 0;
  position: relative;
  margin-top: 44px;
}

.top .top_img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top left;
  object-position: top left;
  font-family: 'object-fit: cover; object-position: top left;';
  width: 100%;
  height: 100%;
  z-index: -999;
  position: absolute;
}

.top .top_img__headline {
position: relative;
  padding: 130px 0 50px;
  display: table;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .top .top_img__headline {
    padding: 40px 15px 25px;
  }
}

.top .top_img h2 {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-size: 82px;
  line-height: 1.3;
  margin: 20px 0;
}

@media (max-width: 768px) {
  .top .top_img h2 {
    font-size: 41px;
    margin-top: 0;
    padding-left: 0;
    text-indent: 0;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  .top .top_img h2 {
    padding-left: 0;
  }
}

.top .top_img h2 span.h2-sub{
display: block;
color: #eb6a02;
    font-size: 1.4rem;
    font-weight: bold;
    letter-spacing: 0.2em;
}

@media (max-width: 768px) {
.top .top_img h2 span.h2-sub{
    font-size: 0.8rem;
    letter-spacing: 0;
}
}

.top .top_img p {
  font-size: 16px;
  font-weight: normal;
  line-height: 2;
}

@media (min-width: 769px) and (max-width: 1200px) {
  .top .top_img p {
    padding-left: 0;
  }
}

@media (max-width: 768px) {
  .top .top_img p {
    padding-left: 0;
    font-size: 11px;
  }
}

.top .top_img p span {
  display: block;
}

@media (min-width: 769px) {
  .top .top_img p span {
    font-size: 12px;
    font-weight: 400;
    margin-top: 15px;
  }
}

@media (max-width: 768px) {
  .top .top_img p span {
    margin-top: 1em;
  }
}

.top .top_img .over_blue {
  background: rgba(0, 120, 193, 0.6);
  padding: 50px 30px 30px;
  position: absolute;
  top: 86px;
  left: 40px;
}

.top .top_img .over_blue .over_blue__img{
position:relative;
}

.top .top_img .over_blue a:hover .over_blue__img:after{
position: absolute;
    content: '記事をよむ';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: fit-content;
    height: 30px;
    font-weight: bold;
    color: #444;
    font-size: 22px;
}


@media (min-width: 769px) and (max-width: 1200px) {
  .top .top_img .over_blue {
    display: none;
  }
}

@media (max-width: 768px) {
  .top .top_img .over_blue {
    display: none;
  }
}

.top .top_img .over_blue h2 {
  font-size: 24px;
  font-weight: 700;
  color: #ccc;
  margin-bottom: 20px;
  padding-left: 0;
}

.top .top_img .over_blue ul li {
  padding-left: 0;
  margin-bottom: 15px;
  position: relative;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}
.top .top_img .over_blue ul li a:hover{
    color: #eb6a02;
    opacity:1.0;
}

.top .top_img .over_blue ul li:last-child {
  margin-bottom: 0;
}

.top .top_img .over_blue ul li:before {
  position: absolute;
  content: '';
  width: 6px;
  height: 6px;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.top .top_img .over_yellow {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 295px;
  right: -75px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 769px) {
  .top .top_img .over_yellow {
    background: #eb6a02;
  }
}

@media (max-width: 768px) {
  .top .top_img .over_yellow {
    top: 100px;
    right: 12px;
    width: 84px;
    height: 84px;
  }
}

.top .top_img .over_yellow__txt p {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}

.top .top_img .over_yellow__txt h3 {
  font-size: 29px;
  font-weight: 700;
  line-height: 1.2;
}

.top .top_img .over_yellow__txt .arrow {
  position: relative;
  margin-top: 10px;
  padding-left: 20px;
}

.top .top_img .over_yellow__txt .arrow:before {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: auto;
  top: 0;
  bottom: 0;
  left: 5px;
}

.top .top_img__overlay {
  bottom: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px 0;
}

.top .top_img__overlay__in {
  margin: 0 auto;
}

@media (min-width: 769px) {
  .top .top_img__overlay__in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 960px;
  }
}

.top .top_img__overlay__in p {
  font-size: 18px;
  line-height: 1.5;
  padding: 0;
}

@media (max-width: 768px) {
  .top .top_img__overlay__in p {
    margin-top: 5px;
    font-size: 13.5px;
  }
}

.page .top_img {
  color: #fff;
  width: 100%;
  height: 460px;
  padding: 0 15px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .page .top_img {
    height: 350px;
  }
}

.page .top_img.in_page {
  height: 255px;
}

@media (max-width: 768px) {
  .page .top_img.in_page {
    height: 193px;
  }
}

.page .top_img.in_page h1 {
  font-size: 54px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .page .top_img.in_page h1 {
    font-size: 30px;
  }
}

.page .top_img.in_page h1 p {
  font-size: 12px;
}

.page .top_img img {
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: 'object-fit: cover; object-position: top center;';
  width: 100%;
  height: 100%;
  z-index: -999;
  position: absolute;
  left: 0;
  top: 0;
}

.page .top_img__headline {
  position: relative;
  text-align: center;
}

.page .top_img .dec_blue {
  background: #0078c1;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  color: #fff;
  text-align: center;
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .page .top_img .dec_blue {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    margin-bottom: 12px;
    padding: 10px 5px;
    font-size: 14px;
    white-space: nowrap;
  }
}

.page .top_img .dec_h {
  font-size: 30px;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  text-align: center;
}

@media (max-width: 768px) {
  .page .top_img .dec_h {
    font-size: 21px;
  }
}

.page .top_img h1 {
  font-size: 82px;
  line-height: 1.3;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .page .top_img h1 {
    margin-bottom: 20px;
    font-size: 45px;
    padding-left: 0;
    text-indent: 0;
    text-align: center;
    line-height: 1.23;
  }
}

.page .top_img .second {
  font-size: 42px;
  line-height: 1.3;
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  margin-bottom: 30px;
}

.page.new-employee .top_img .second {
  font-size: 60px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .page .top_img .second,
  .page.new-employee .top_img .second {
    margin-bottom: 20px;
    font-size: 28px;
    padding-left: 0;
    text-indent: 0;
    text-align: center;
    line-height: 1.23;
  }
}

.page .top_img .btn-primary {
  width: 360px;
  min-width: auto;
}

@media (max-width: 768px) {
  .page .top_img .btn-primary {
    padding: 12px 0;
    width: 100%;
    font-size: 14px;
  }
}

.heading-primary {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
}

.heading-primary.left {
  padding: 0 0 30px;
}

.heading-primary.left,
.heading-primary.left .white {
  text-align: left !important;
}

.heading-primary p {
  font-size: 18px;
  text-align: center;
  margin-top: 10px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .heading-primary p {
    margin-top: 5px;
  }
}

@media (max-width: 768px) {
  .heading-primary {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .heading-primary {
    padding-top: 0;
    padding-bottom: 15px;
  }
}

@media (max-width: 768px) {
  .heading-primary p {
    font-size: 13px;
  }
}

.heading-primary .min {
  font-size: 24px;
}

.heading-primary__ttl {
  font-size: 34px;
  font-weight: 700;
  text-align: center;
  color: #333;
}

@media (max-width: 768px) {
  .heading-primary__ttl {
    font-size: 27px;
  }
}

.heading-primary__ttl strong {
  font-size: 42px;
}

.heading-primary__ttl span {
  color: #0078c1;
}

@media (max-width: 768px) {
  .heading-primary__ttl span {
    font-size: 31.5px;
  }
}

.heading-primary__ttl span.ore {
  color: #eb6a02;
  font-size: 34px;
}

.heading-primary__ttl span.small {
  color: #333;
  font-size: 32px;
}

@media (max-width: 768px) {
  .heading-primary__ttl span.small {
    font-size: 24px;
  }
}

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

.heading-primary__ttl.white .min {
  color: #fff;
}

@media (max-width: 768px) {
  .heading-primary__ttl.white .min {
    font-size: 13px;
  }
}

.heading-primary__ttl__dec {
  text-align: left !important;
}

.heading-primary__ttl__dec span {
  color: red;
}

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

.heading-primary .radius {
  background: #fff;
  color: #0078c1;
  font-weight: 700;
  padding: 10px;
  min-width: 280px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  display: inline-block;
  margin: 0 0 20px;
}

@media (max-width: 768px) {
  .heading-primary .radius {
    margin-bottom: 15px;
    padding: 5px;
    font-size: 12px;
    min-width: 210px;
  }
}

.heading-secondary {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin: 20px 0;
}

.blue_ttl {
  font-size: 16px !important;
  padding: 15px 0;
}

.blue_ttl,
.heading_page {
  font-weight: 700;
  text-align: center;
  background: #0078c1;
  color: #fff;
}

.heading_page {
  font-size: 36px;
  padding-top: calc(44px + 2em);
  padding-bottom: 2em;
}

@media (max-width: 768px) {
  .heading_page {
    font-size: 21px;
  }
}

.pager {
  margin-top: 60px;
  margin-bottom: 40px;
}

.pager ul.pagination {
  text-align: center;
  margin: 0;
  padding: 0;
}

.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  background: #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  position: relative;
}

.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  color: #000;
  text-decoration: none;
  border: 1px solid #e5e5e5;
}

.pager .pagination li.more {
  background: transparent;
}

.pager .pagination li.more span {
  position: absolute;
  margin: auto 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  -ms-transform: translateY(-50%) translateX(-50%);
  -o-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

.pager .pagination li a.active,
.pager .pagination li a:hover {
  color: #fff;
  background: #0078c1;
  border: 1px solid #0078c1;
}

.pager .pagination li.pre {
  margin-right: 15px;
}

.pager .pagination li.next {
  margin-left: 15px;
}

.pager .pagination li.pre span:before {
  content: '';
  display: block;
  position: relative;
  height: 10px;
  width: 10px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .pager .pagination li.pre span:before {
    margin-top: -5px;
    right: 5px;
  }
}

.pager .pagination li.next span:before {
  content: '';
  display: block;
  position: relative;
  height: 10px;
  width: 10px;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .pager .pagination li.next span:before {
    margin-top: -5px;
    left: 5px;
  }
}

.pager .pagination li.pre a:hover span:before {
  border-left: 1px solid #fff;
  border-top: 1px solid #fff;
}

.pager .pagination li.next a:hover span:before {
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

@media (max-width: 768px) {
  .pager .pagination li {
    width: 30px;
    height: 30px;
    margin: 0;
  }
  .pager .pagination li.next a,
  .pager .pagination li.pre a {
    width: 100%;
    text-align: center;
  }
}

aside {
  width: 215px;
}

@media (max-width: 768px) {
  aside {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}

aside a {
  width: 100%;
}

aside h3 {
  font-size: 16px;
  font-weight: 700;
  padding: 15px 20px;
  background: #0078c1;
  color: #fff;
}

aside .cat_li {
  list-style-type: none;
  margin-bottom: 30px;
}

aside .cat_li li a {
  padding: 15px 0;
  position: relative;
  font-size: 14px;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 768px) {
  aside .cat_li li a {
    margin-bottom: 15px;
    padding-left: 15px;
  }
}

aside .rank_li {
  margin-bottom: 30px;
}

aside .rank_li__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}

@media (max-width: 768px) {
  aside .rank_li__item {
    padding-left: 15px;
  }
}

aside .rank_li__item img {
  width: 90px;
  margin-right: 10px;
}

aside .rank_li__txt h4 {
  color: #0078c1;
}

aside .rank_li__txt h4,
aside .rank_li__txt p {
  font-size: 14px;
  font-weight: 700;
}

aside .ore_bnr {
  padding: 20px 15px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  background: #eb6a02;
}

@media (max-width: 768px) {
  aside .ore_bnr {
    margin: 10px 15px;
    width: auto;
    display: block;
  }
}

aside .ore_bnr_wp {
  background: url(../img/article/wp_bg.jpg) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  padding: 15px 20px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  aside .ore_bnr_wp {
    margin: 0 15px;
    background: #eb6a02;
    width: auto;
    display: block;
  }
}

aside .ore_bnr_wp h3 {
  font-size: 16px;
  padding: 10px 0;
  border: 2px solid #fff;
  background: transparent;
  margin-bottom: 10px;
}

aside .ore_bnr_wp h3,
aside .ore_bnr_wp p {
  font-weight: 700;
  text-align: center;
  color: #fff;
}

aside .ore_bnr_wp p {
  font-size: 18px;
}

body.top header .header__container .breadcrumb ol {
  display: none;
}

body.page header .header__container .breadcrumb {
  background: rgba(0, 0, 0, 0.2);
  min-height: auto;
}

.breadcrumb {
  width: 100%;
  padding: 10px 20px;
  position: relative;
  height: 44px;
  color: #fff;
  font-size: 14px;
  font-weight: normal;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 1;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 768px) {
  .breadcrumb {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    height: 30px;
    padding: 0 9px;
    overflow-x: auto;
  }
}

.breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 768px) {
  .breadcrumb__list {
    white-space: nowrap;
  }
}

.breadcrumb__item {
  position: relative;
}

@media (max-width: 768px) {
  .breadcrumb__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.breadcrumb__item a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.breadcrumb__item.home {
  font-weight: 400;
}

.breadcrumb__item:not(:last-child) {
  padding-right: 18px;
}

.breadcrumb__item:not(:last-child):after {
  content: '';
  display: block;
  position: absolute;
  height: 6px;
  width: 6px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -2px;
  top: 50%;
  right: 7px;
}

@media (max-width: 768px) {
  .breadcrumb__item:not(:last-child):after {
    margin-top: -3px;
  }
}

.breadcrumb__item:last-child .breadcrumb__link {
  pointer-events: none;
}

.breadcrumb__link {
  font-size: 14px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.2s;
  -o-transition: border-color 0.2s;
  transition: border-color 0.2s;
  will-change: border-color;
}

@media (max-width: 768px) {
  .breadcrumb__link {
    font-size: 11px;
  }
}

.breadcrumb__link:hover {
  border-color: #000;
}

.btn-primary {
  display: inline-block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  background: #eb6a02;
  border: 1px solid #eb6a02;
  color: #fff;
  padding: 15px 0;
  text-align: center;
  position: relative;
}

.top_img .btn-primary {
  font-weight: 700;
}

@media (min-width: 769px) {
  .btn-primary {
    min-width: 570px;
  }
}

@media (max-width: 768px) {
  .btn-primary {
    width: 100%;
    padding: 10px 0;
    font-size: 18px;
    line-height: 1.33em;
  }
}

.btn-icon {
  display: inline-block;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background: #eb6a02;
  position: relative;
  padding: 20px 0;
  font-size: 22px;
}

@media (min-width: 769px) {
  .btn-icon {
    min-width: 390px;
  }
}

@media (max-width: 768px) {
  .btn-icon {
    padding: 15px 0;
    min-width: 294px;
    font-size: 16.5px;
  }
}

.btn-icon:before {
  content: '';
  display: inline-block;
  position: absolute;
  left: 20px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.btn-icon--down:before {
  width: 21px;
  height: 21px;
  background: url(../img/common/dowm_icon.png) no-repeat;
  -webkit-background-size: 21px 21px;
  background-size: 21px 21px;
}

@media (max-width: 768px) {
  .btn-icon--down:before {
    width: 15px;
    height: 15px;
    -webkit-background-size: contain;
    background-size: contain;
  }
}

.btn-icon--mail:before {
  height: 18px;
  width: 24px;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.109' height='19'%3E%3Cg transform='translate(.499 .502)' fill='none' stroke='%23fff' stroke-miterlimit='10'%3E%3Crect width='24.11' height='18' rx='1.293'/%3E%3Cpath d='M0 2.374l11.362 11.46a.974.974 0 001.387 0l11.362-11.46M23.674 18l-7.589-7.589M.374 17.569L7.963 9.98'/%3E%3C/g%3E%3C/svg%3E");
}

.btn-icon--mail:hover:before {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='25.109' height='19'%3E%3Cg transform='translate(.499 .502)' fill='none' stroke='%23ea5504' stroke-miterlimit='10'%3E%3Crect width='24.11' height='18' rx='1.293'/%3E%3Cpath d='M0 2.374l11.362 11.46a.974.974 0 001.387 0l11.362-11.46M23.674 18l-7.589-7.589M.374 17.569L7.963 9.98'/%3E%3C/g%3E%3C/svg%3E");
}

.btn-min {
  min-width: 230px;
  padding: 12px 0 15px;
  text-align: center;
  background: #eb6a02;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 768px) {
  .btn-min {
    min-width: 172px;
    padding: 9px;
    font-size: 12px;
  }
}

.btn-arrow {
  display: table;
  padding: 15px 35px 15px 55px;
  position: relative;
  background: #eb6a02;
  font-size: 20px;
  font-weight: normal;
  line-height: 1.5;
  color: #fff;
  margin: 10px auto;
  min-width: 350px;
  text-align: center;
}

.detail_box .btn-arrow {
  color: #fff;
  font-size: 1em;
  border-radius: 100vh;
  padding: 1em 2em;
  padding-left: 3em;
}

.detail_box .btn-arrow:hover {
  text-decoration: none;
}

@media (max-width: 768px) {
  .btn-arrow {
    min-width: 213px;
    padding: 10px;
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .btn-arrow.no-arrow-sp {
    width: 100%;
  }
  .btn-arrow.no-arrow-sp:before {
    display: none;
  }
}

.btn-arrow.white {
  background: #fff;
  color: #eb6a02;
}

.btn-arrow.white:before {
  border-right: 1px solid #eb6a02;
  border-bottom: 1px solid #eb6a02;
}

.btn-arrow:before {
  content: '';
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -4px;
  top: 50%;
  left: 15px;
}

@media (max-width: 768px) {
  .btn-arrow:before {
    left: 15px;
    height: 5px;
    width: 5px;
  }
}

.btn-arrow.min {
  width: auto;
  margin: 10px;
  min-width: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 10px 0;
  font-size: 16px;
}

@media (max-width: 768px) {
  .btn-arrow.min {
    font-size: 13px;
  }
}

input[type='email'],
input[type='tel'],
input[type='text'] {
  width: 100%;
  padding: 10px;
  font-size: 14px;
  border: 1px solid #ccc;
  margin: 20px 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

input[type='email'].in_text,
input[type='tel'].in_text,
input[type='text'].in_text {
  width: 300px;
  margin-left: 20px;
  position: absolute;
  top: -10px;
}

@media (max-width: 768px) {
  input[type='email'].in_text,
  input[type='tel'].in_text,
  input[type='text'].in_text {
    position: relative;
    top: 0;
    width: 100%;
    border: 1px solid #ccc;
    margin: 15px 0 0;
  }
}

textarea {
  width: 100%;
  border: 1px solid #ccc;
}

input[type='checkbox'] {
  margin-right: 10px;
}

[type='checkbox']:checked,
[type='checkbox']:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type='checkbox']:checked + label,
[type='checkbox']:not(:checked) + label {
  position: relative;
  padding-left: 1.95em;
  font-size: 14px;
  cursor: pointer;
  display: block;
  margin-bottom: 10px;
}

[type='checkbox']:checked + label span,
[type='checkbox']:not(:checked) + label span {
  text-decoration: underline;
}

[type='checkbox']:checked + label:before,
[type='checkbox']:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}

[type='checkbox']:checked + label:after,
[type='checkbox']:not(:checked) + label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  width: 17px;
  height: 17px;
  border: 1px solid #0e6499;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(50%, #00a2d7),
    to(#007bc3)
  );
  background: -webkit-linear-gradient(top, #00a2d7 50%, #007bc3);
  background: -o-linear-gradient(top, #00a2d7 50%, #007bc3);
  background: linear-gradient(180deg, #00a2d7 50%, #007bc3);
  -webkit-border-radius: 5px;
  border-radius: 5px;
}

[type='checkbox']:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}

[type='checkbox']:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

[type='checkbox']:disabled:checked + label:after {
  color: #999;
}

[type='checkbox']:disabled + label {
  color: #aaa;
}

.background_larrow {
  background: url(../img/top/background_larrow.jpg) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  position: relative;
}

@media (max-width: 768px) {
  .background_larrow {
    background: url(../img/top/background_larrow_sp.jpg) no-repeat bottom/cover;
    padding: 0 15px;
  }
}

.background_larrow .container {
  padding: 60px 0 70px;
}

@media (max-width: 768px) {
  .background_larrow .container {
    padding: 30px 0 35px;
  }
}

.background_larrow .container p {
  font-size: 18px;
  text-align: center;
  color: #fff;
  line-height: 1.8;
}

.background_larrow .container p span {
  font-size: 24px;
  font-weight: 700;
  color: #eb6a02;
}

@media (max-width: 768px) {
  .background_larrow .container p {
    font-size: 16px;
  }
  .background_larrow .container p span {
    font-size: 18px;
  }
}

.background_larrow .container .flex_box {
  margin: 0 0 90px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 768px) {
  .background_larrow .container .flex_box {
    margin-bottom: 30px;
  }
}

.background_larrow .container .flex_box .reason_box {
  width: 300px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}

@media (max-width: 768px) {
  .background_larrow .container .flex_box .reason_box {
    width: 100%;
  }
  .background_larrow .container .flex_box .reason_box:not(:last-child) {
    margin-bottom: 20px;
  }
}

.background_larrow .container .flex_box .reason_box__ttl {
  background: #0078c1;
  padding: 10px 15px 10px 80px;
  color: #fff;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 110px;
}

@media (max-width: 768px) {
  .background_larrow .container .flex_box .reason_box__ttl {
    min-height: 72.5px;
  }
}

.background_larrow .container .flex_box .reason_box__ttl:before {
  position: absolute;
  content: '';
  width: 50px;
  height: 45px;
  background: url(../img/top/reason_icon.png) no-repeat;
  -webkit-background-size: 50px 45px;
  background-size: 50px 45px;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 15px;
}

.background_larrow .container .flex_box .reason_box__ttl__in {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.3;
  text-align: left;
}

@media (max-width: 768px) {
  .background_larrow .container .flex_box .reason_box__ttl__in {
    font-size: 16.5px;
  }
}

.background_larrow .container .flex_box .reason_box__ttl__in span {
  color: #f7b544;
}

@media (min-width: 769px) {
  .background_larrow .container .flex_box .reason_box__ttl__in span {
    font-size: 22px;
  }
}

.background_larrow .container .flex_box .reason_box__txt {
  background: #fff;
  padding: 25px;
  color: #20222b;
  font-size: 16px;
  text-align: left;
}

@media (max-width: 768px) {
  .background_larrow .container .flex_box .reason_box__txt {
    padding: 15px 18px;
    font-size: 12px;
  }
}

.background_larrow .container .zirei {
  padding: 35px 0;
  text-align: center;
  background: #fff;
}

@media (max-width: 768px) {
  .background_larrow .container .zirei {
    padding: 25px 0;
  }
}

.background_larrow .container .zirei h3 {
  font-size: 24px;
  font-weight: 700;
}

.background_larrow .container .zirei__flex {
  width: 85%;
  margin: 30px auto 0;
}

@media (min-width: 769px) {
  .background_larrow .container .zirei__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media (max-width: 768px) {
  .background_larrow .container .zirei__flex {
    margin-top: 10px;
  }
}

.background_larrow .container .zirei__flex__item {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (min-width: 769px) {
  .background_larrow .container .zirei__flex__item {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .background_larrow .container .zirei__flex__item:nth-child(2) {
    padding-top: 5px;
  }
}

@media (max-width: 768px) {
  .background_larrow .container .zirei__flex__item {
    margin: 15px 28px;
    display: inline-block;
  }
}

@media (max-width: 768px) {
  .background_larrow .container .zirei__flex__item img {
    width: auto;
    max-height: 29px;
  }
}

.background_blue_line {
  background: #0078c1;
  background-image: -webkit-repeating-linear-gradient(
    45deg,
    #0078c1,
    #0078c1 15px,
    #0072be 0,
    #0072be 30px
  );
  background-image: -o-repeating-linear-gradient(
    45deg,
    #0078c1,
    #0078c1 15px,
    #0072be 15px,
    #0072be 30px
  );
  background-image: repeating-linear-gradient(
    45deg,
    #0078c1,
    #0078c1 15px,
    #0072be 0,
    #0072be 30px
  );
}

.background_blue_line .container {
  padding: 70px 0 30px;
}

@media (max-width: 768px) {
  .background_blue_line .container {
    padding: 30px 0 35px;
  }
}

@media (max-width: 768px) {
  .background_blue_line {
    padding: 0 15px;
  }
  .background_blue_line .heading-primary__ttl {
    font-size: 21px;
  }
  .background_blue_line .container {
    padding-bottom: 15px;
  }
}

.background_blue_line .check_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.background_blue_line .check_flex .check_img {
  text-align: center;
}

@media (min-width: 769px) {
  .background_blue_line .check_flex .check_img {
    width: 380px;
    margin-right: 30px;
  }
}

@media (max-width: 768px) {
  .background_blue_line .check_flex .check_img {
    margin-bottom: 15px;
  }
}

.background_blue_line .check_flex .check_box p {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .background_blue_line .check_flex .check_box p {
    font-size: 13.5px;
  }
}

.background_blue_line .check_flex .check_box ul li {
  margin-bottom: 20px;
  padding-left: 25px;
  line-height: 1.2;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  position: relative;
}

.background_blue_line .check_flex .check_box ul li:before {
  position: absolute;
  content: '';
  width: 19px;
  height: 19px;
  background: url(../img/top/check_icon.png) no-repeat;
  -webkit-background-size: 19px 19px;
  background-size: 19px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .background_blue_line .check_flex .check_box ul li:before {
    width: 15px;
    height: 15px;
    margin-top: 0.5em;
    -webkit-background-size: contain;
    background-size: contain;
    letter-spacing: 0.01em;
  }
}

@media (max-width: 768px) {
  .background_blue_line .check_flex .check_box ul li {
    margin-bottom: 5px;
    font-size: 13.5px;
    line-height: 2.1em;
  }
}

.background_blue_line .list_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (min-width: 769px) {
  .background_blue_line .list_flex {
    margin-bottom: 50px;
  }
}

.background_blue_line .list_flex .list_img {
  width: 175px;
  margin-right: 30px;
  margin-left: 100px;
}

@media (max-width: 768px) {
  .background_blue_line .list_flex .list_img {
    width: 130px;
    margin: 0 auto 25px;
  }
}

.background_blue_line .list_flex .list_img img {
  -webkit-box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.5);
  box-shadow: 5px 5px 10px 5px rgba(0, 0, 0, 0.5);
}

.background_blue_line .list_flex .list_box {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .background_blue_line .list_flex .list_box {
    font-size: 13.5px;
  }
}

@media (min-width: 769px) {
  .background_blue_line .list_flex .list_box ul {
    margin-top: 15px;
  }
}

.background_blue_line .list_flex .list_box ul li {
  padding-left: 20px;
  line-height: 1.8;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  position: relative;
}

@media (max-width: 768px) {
  .background_blue_line .list_flex .list_box ul li {
    font-size: 13.5px;
  }
}

.background_blue_line .list_flex .list_box ul li:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  background: #fff;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  left: 5px;
  top: 15px;
  bottom: auto;
  margin: auto;
}

.background_blue_line .over_gray {
  background: rgba(0, 0, 0, 0.2);
  padding: 40px 0;
  text-align: center;
}

@media (max-width: 768px) {
  .background_blue_line .over_gray {
    padding: 20px 15px;
    margin: 0 -15px;
  }
}

.background_rarrow {
  background: url(../img/top/background_rarrow.png) no-repeat;
  -webkit-background-size: 60% 60%;
  background-size: 60%;
  background-position: 100% 100%;
  position: relative;
}

@media (max-width: 768px) {
  .background_rarrow {
    background: url(../img/top/background_rarrow_sp.jpg) no-repeat 100% 100% / cover;
    padding: 0 15px;
  }
}

.background_rarrow .container {
  padding: 60px 0 70px;
}

@media (max-width: 768px) {
  .background_rarrow .container {
    padding: 30px 0 35px;
  }
}

.background_rarrow .container p {
  font-size: 16px;
  text-align: left;
  line-height: 1.8;
}

.background_rarrow .container p span {
  font-size: 24px;
  font-weight: 700;
  color: #eb6a02;
}

@media (max-width: 768px) {
  .background_rarrow .container p {
    font-size: 16px;
  }
  .background_rarrow .container p span {
    font-size: 18px;
  }
}

.background_rarrow .container .flex_box {
  margin: 0 0 10px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.background_rarrow .container .flex_box.trainer_flex {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.top_img__overlay .flex_box {
flex-wrap: wrap;
}

.top_img__overlay .flex_box .reason_box {
  width: 19%;
  min-width:180px;
  margin-bottom: 15px;
  background: #cd8146a6;
}

@media (max-width: 768px) {
  .top_img__overlay .flex_box .reason_box {
    width: 100%;
    margin-right: 0;
    margin-top: 0;
  }
  .top_img__overlay .flex_box .reason_box:not(:last-child) {
    margin-bottom: 20px;
  }
}

.top_img__overlay .flex_box .reason_box:last-child{
  margin-right: 0;
}

.top_img__overlay .flex_box .reason_box__ttl {
  position: relative;
  height: 75px;
  padding: 15px 0;
  padding-left: 27px;
  color: #fff;
  font-size: 16px!important;
  font-weight: 700;
}

.top_img__overlay .flex_box .reason_box__ttl:before {
    position: absolute;
    content: '';
    left: 10px;
    top: 21px;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

@media (max-width: 768px) {
  .top_img__overlay .flex_box .reason_box__ttl {
   height:auto;
  }
}
/*.top_img__overlay .flex_box .reason_box__txt {
  background:#cd8146a6;
} */

.top_img__overlay .flex_box .reason_box__txt p {
  color: #edf5fb;
  padding: 15px;
  padding-top: 0;
  font-size: 13px;
  text-align: left;
  line-height: 1.7;
}

.top_img__overlay .flex_box .reason_box__txt p img {
  margin-top: 30px;
}

@media (max-width: 768px) {
.top_img__overlay .flex_box .reason_box__txt p img {
    display: block;
    width: 198px;
    margin: 15px auto;
  }
}

@media (max-width: 768px) {
.top_img__overlay .flex_box .reason_box__txt .btn-arrow {
    max-width: 210px !important;
    margin-left: auto;
    margin-right: auto;
  }
}

.background_rarrow .container .flex_box .trainer_box {
  width: 465px;
  border: 3px solid #0078c1;
  padding: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background: #fff;
  margin-bottom: 30px;
}

.background_rarrow .container .flex_box .trainer_box img {
  width: 185px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 25px;
}

.background_rarrow .container .flex_box .trainer_box__txt h3 {
  font-size: 22px;
  font-weight: 700;
}

.background_rarrow .container .flex_box .trainer_box__txt h3 span {
  font-size: 14px;
  display: block;
}

.background_rarrow .container .flex_box .trainer_box__txt h4 {
  font-size: 14px;
  font-weight: 700;
  margin-top: 15px;
}

.background_rarrow .container .flex_box .trainer_box__txt p {
  font-size: 14px;
  font-weight: 400;
  margin: 5px 0;
}

.background_rarrow .container .flex_box .trainer_box__txt li {
  position: relative;
  font-size: 14px;
  padding-left: 10px;
}

.background_rarrow .container .flex_box .trainer_box__txt li:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #000;
  top: 8px;
  left: 0;
}

.background_voice {
  background: url(../img/top/voice_bg.jpg) no-repeat 50% / cover;
  position: relative;
}

@media (max-width: 768px) {
  .background_voice {
    background: url(../img/top/voice_bg_sp.jpg) no-repeat 50% / cover;
    padding: 0 15px;
  }
}

.background_voice .container {
  padding: 70px 0 80px;
}

@media (max-width: 768px) {
  .background_voice .container {
    padding: 30px 0 35px;
  }
}

.background_voice .voice_box {
  width: 300px;
}

@media (max-width: 768px) {
  .background_voice .voice_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
  }
  .background_voice .voice_box:not(:last-child) {
    margin-bottom: 15px;
  }
}

.background_voice .voice_box__mes {
  background: #0078c1;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 25px;
  font-size: 18px;
  color: #fff;
  position: relative;
}

@media (min-width: 769px) {
  .background_voice .voice_box__mes {
    min-height: 130px;
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .background_voice .voice_box__mes {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 10px;
    font-size: 13.5px;
  }
}

.background_voice .voice_box__mes:before {
  position: absolute;
  content: '';
  width: 0;
  border-top: 30px solid #0078c1;
  border-right: 30px solid transparent;
  border-left: 30px solid transparent;
  bottom: -20px;
  left: 0;
  right: 0;
  margin: auto;
}

@media (max-width: 768px) {
  .background_voice .voice_box__mes:before {
    top: 40%;
    border-width: 15px;
    bottom: auto;
    left: -22px;
    right: auto;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}

.background_voice .voice_box__mes span {
  font-weight: 700;
}

.background_voice .voice_box img {
  width: 150px;
  margin: 0 auto;
  display: block;
}

@media (max-width: 768px) {
  .background_voice .voice_box img {
    width: 112.5px;
    margin-right: 20px;
  }
}

.news_box {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  .news_box {
    margin-bottom: 30px;
  }
}

.news_box dl {
  border-bottom: 1px dotted #333;
}

@media (min-width: 769px) {
  .news_box dt {
    float: left;
    padding: 30px 0;
  }
}

@media (max-width: 768px) {
  .news_box dt {
    font-size: 12px;
    margin-top: 12px;
    margin-bottom: 5px;
  }
}

@media (min-width: 769px) {
  .news_box dd {
    margin-left: 100px;
    padding: 30px 0;
  }
}

@media (max-width: 768px) {
  .news_box dd {
    padding-bottom: 15px;
    font-size: 12px;
  }
}

.news_box .news_link {
  display: block;
}

.background_lite_blue_line {
  background: #edf5fb;
  background-image: -webkit-repeating-linear-gradient(
    45deg,
    #edf5fb,
    #edf5fb 15px,
    #e5f1f9 0,
    #e5f1f9 30px
  );
  background-image: -o-repeating-linear-gradient(
    45deg,
    #edf5fb,
    #edf5fb 15px,
    #e5f1f9 15px,
    #e5f1f9 30px
  );
  background-image: repeating-linear-gradient(
    45deg,
    #edf5fb,
    #edf5fb 15px,
    #e5f1f9 0,
    #e5f1f9 30px
  );
}

@media (max-width: 768px) {
  .background_lite_blue_line {
    padding: 0 15px;
  }
}

.background_lite_blue_line .container {
  padding: 70px 0 80px;
}

@media (max-width: 768px) {
  .background_lite_blue_line .container {
    padding: 30px 0 35px;
  }
}

.background_lite_blue_line .compamy_box {
  margin-bottom: 40px;
}

@media (max-width: 768px) {
  .background_lite_blue_line .compamy_box {
    margin-bottom: 10px;
  }
}

.background_lite_blue_line .compamy_box img {
  width: 120px;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .background_lite_blue_line .compamy_box img {
    margin-bottom: 18px;
  }
}

.background_lite_blue_line .history_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  position: relative;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

@media (max-width: 768px) {
  .background_lite_blue_line .history_box {
    width: 100%;
    margin-bottom: 40px;
  }
}

.background_lite_blue_line .history_box__item {
  border-bottom: 3px solid #0078c1;
  padding-bottom: 20px;
  position: relative;
}

@media (min-width: 769px) {
  .background_lite_blue_line .history_box__item {
    padding-right: 60px;
  }
}

@media (max-width: 768px) {
  .background_lite_blue_line .history_box__item {
    -webkit-flex-basis: 50%;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    font-size: 12px;
  }
}

.background_lite_blue_line .history_box__item:before {
  position: absolute;
  content: '';
  width: 15px;
  height: 15px;
  background: #0078c1;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  bottom: -8px;
  left: -1px;
}

.background_lite_blue_line .history_box__item:last-child {
  margin-right: 5px;
}

.background_lite_blue_line .history_box__item:last-child:after {
  position: absolute;
  content: '';
  width: 0;
  border-left: 15px solid #0078c1;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  bottom: -9px;
  right: -5px;
}

.background_lite_blue_line .history_box .bold {
  font-weight: 700;
}

@media (min-width: 769px) {
  .background_lite_blue_line .history_box .bold {
    margin-bottom: 10px;
  }
}

.blue_box {
  margin-bottom: 50px;
}

.blue_box h2 {
  font-size: 22px;
  font-weight: 700;
  background: #0078c1;
  color: #fff;
  text-align: center;
  padding: 20px 0;
}

.blue_box__txt {
  padding: 25px 50px;
  border: 3px solid #0078c1;
  position: relative;
}

@media (min-width: 769px) {
  .blue_box__txt--kenshu {
    padding: 25px 0 25px 50px;
  }
}

.blue_box__txt.no-arrow:before {
  display: none;
}

.blue_box__txt.flex_box {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.blue_box__txt.flex_box img {
  width: 220px;
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 20px;
}

@media (min-width: 769px) {
  .blue_box__txt.flex_box p {
    margin-right: auto;
  }
}

.blue_box__txt.flex_box.align-top {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.blue_box__txt.flex_box.align-top .col-2 {
  margin-bottom: 30px;
}

.blue_box__txt.flex_box.align-top .col-2:last-child,
.blue_box__txt.flex_box.align-top .col-2:nth-child(3) {
  margin-bottom: 0;
}

.blue_box__txt.flex_box .col-2 {
  width: 420px;
  margin: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -webkit-justify-content: left;
  -moz-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
  font-size: 20px;
  font-weight: 700;
}

.blue_box__txt.flex_box .col-2.full {
  width: 100%;
}

@media (min-width: 769px) {
  .blue_box__txt.flex_box .col-2.issue--02 {
    width: 470px;
  }
}

.blue_box__txt.flex_box .col-2 .issue_in p {
  font-size: 16px;
  font-weight: 400;
}

@media (max-width: 768px) {
  .blue_box__txt.flex_box .col-2 .issue_in {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .blue_box__txt.flex_box .col-2 .issue_in p {
    font-size: 12px !important;
  }
}

.blue_box__txt.flex_box .col-2 h3 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
}

.blue_box__txt.flex_box .col-2 li {
  font-size: 16px;
  font-weight: 400;
  position: relative;
  padding-left: 10px;
  margin-bottom: 5px;
}

.blue_box__txt.flex_box .col-2 li:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 11px;
  left: 0;
  background: #000;
}

.blue_box__txt.flex_box .issue_ttl {
  font-size: 20px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .blue_box__txt.flex_box .issue_ttl {
    margin-top: 10px;
    margin-bottom: 10px;
  }
}

.blue_box__txt:before {
  position: absolute;
  content: '';
  width: 0;
  border-top: 30px solid #0078c1;
  border-right: 125px solid transparent;
  border-left: 125px solid transparent;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}

.dark_blue_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.dark_blue_box.two {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
  -moz-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.dark_blue_box.two .dark_blue_box__item {
  margin: 0 15px;
}

@media (max-width: 768px) {
  .dark_blue_box.two .dark_blue_box__item {
    margin: 0;
  }
}

.dark_blue_box__item {
  background: #d9e7f0;
  padding: 30px;
  width: 300px;
}

.dark_blue_box__item h3 {
  font-size: 18px;
  font-weight: 700;
  min-height: 85px;
  margin-bottom: 15px;
}

@media (min-width: 769px) {
  .rel_box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -15px;
    margin-right: -15px;
  }
  .rel_box__item {
    width: 330px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .rel_box__item img {
    margin-bottom: 20px;
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
}

@media (max-width: 768px) {
  .rel_box__item {
    margin-bottom: 25px;
  }
  .rel_box img {
    margin-bottom: 10px;
    height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
  }
}

@media (max-width: 768px) {
  body.kennshu .top_img {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -moz-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
  }
  body.kennshu .top_img .dec_blue,
  body.kennshu .top_img__headline {
    width: 100%;
  }
  body.kennshu .heading-primary__ttl {
    font-size: 24px;
  }
  body.kennshu .heading-primary__ttl span.ore {
    font-size: inherit;
    letter-spacing: -2px;
  }
  body.kennshu p {
    line-height: 1.79em;
  }
  body.kennshu .blue_box h2 {
    padding: 10px 0;
    font-size: 16.5px;
  }
  body.kennshu .blue_box__txt {
    padding: 20px 20px;
  }
  body.kennshu .blue_box__txt:before {
    border-top-width: 22.5px;
    border-right-width: 100px;
    border-left-width: 100px;
    bottom: -25.5px;
  }
  body.kennshu .blue_box__txt.flex_box .col-2.issue {
    width: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  body.kennshu .blue_box__txt.flex_box .col-2.issue:first-child {
    margin-bottom: 15px;
  }
  body.kennshu .blue_box__txt.flex_box .col-2.issue img {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 51%;
    -moz-box-flex: 0;
    -ms-flex: 0 0 51%;
    flex: 0 0 51%;
    width: 51%;
    margin-right: 3.3%;
  }
  body.kennshu .blue_box__txt.flex_box .col-2.issue p {
    font-size: 15px;
  }
  body.kennshu .input .col-2 {
    margin-top: 0;
    margin-bottom: 15px;
  }
  body.kennshu .input .col-2 h3 {
    margin-bottom: 10px;
    font-size: 18px;
  }
  body.kennshu .background_blue_line.download .heading-primary {
    margin-bottom: 10px;
  }
  body.kennshu .background_blue_line.download .heading-primary .min {
    display: block;
    font-size: 18px;
  }
  body.kennshu .background_blue_line.contact .heading-primary {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  body.kennshu .background_blue_line.contact .heading-primary .min {
    display: block;
    font-size: 18px;
  }
  body.kennshu .dark_blue_box {
    display: block;
  }
  body.kennshu .dark_blue_box__item {
    width: 100%;
    padding: 15px;
    margin-right: 0;
  }
  body.kennshu .dark_blue_box__item:not(:last-child) {
    margin-bottom: 15px;
  }
  body.kennshu .dark_blue_box__item h3 {
    min-height: 0;
    margin-bottom: 10px;
    font-size: 13.5px;
  }
  body.kennshu .blue_box.prepare {
    margin-bottom: 10px;
  }
  body.kennshu .blue_box.prepare .blue_box__txt {
    padding: 15px !important;
  }
  body.kennshu .blue_box.prepare .blue_box__txt .col-2:first-child {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  body.kennshu .blue_box.prepare .blue_box__txt .col-2:nth-child(2) {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
    -moz-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  body.kennshu .blue_box.prepare .blue_box__txt .col-2:nth-child(3) {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  body.kennshu .blue_box.prepare .blue_box__txt .col-2:nth-child(4) {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
    -moz-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  body.kennshu .blue_box.prepare .blue_box__txt .col-2:not(:last-child) {
    margin-bottom: 15px;
  }
  body.kennshu .blue_box.prepare .blue_box__txt .col-2 h3,
  body.kennshu .blue_box.prepare .blue_box__txt .col-2 li {
    font-size: 12px;
  }
  body.kennshu .blue_box.prepare .blue_box__txt .col-2 h3 {
    margin-bottom: 0.3em;
  }
  body.kennshu .background_rarrow .container p {
    font-size: inherit;
  }
  body.kennshu .flex_box.trainer_flex .trainer_box {
    padding: 20px;
  }
  body.kennshu .flex_box.trainer_flex .trainer_box:last-child {
    margin-bottom: 0;
  }
  body.kennshu .flex_box.trainer_flex .trainer_box:not(:last-child) {
    margin-bottom: 15px;
  }
  body.kennshu .flex_box.trainer_flex .trainer_box img {
    width: 45%;
    margin-right: 5%;
  }
  body.kennshu .flex_box.trainer_flex .trainer_box__txt h3 {
    font-size: 16.5px;
  }
  body.kennshu .flex_box.trainer_flex .trainer_box__txt h3 span {
    font-size: 10.5px;
  }
  body.kennshu .flex_box.trainer_flex .trainer_box__txt h4 {
    margin-top: 8px;
    font-size: 10.5px;
  }
  body.kennshu .flex_box.trainer_flex .trainer_box__txt li,
  body.kennshu .flex_box.trainer_flex .trainer_box__txt p {
    font-size: 10.5px;
  }
}

.archive_box {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #666;
}

@media (max-width: 768px) {
  .archive_box {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.archive_box .flex_box {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.archive_box .ar-cat {
  background: #0078c1;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
}

@media (max-width: 768px) {
  .archive_box .ar-cat {
    font-size: 10px;
    padding: 5px 15px;
  }
}

.archive_box h2 {
  font-size: 20px;
  color: #000;
  font-weight: 700;
  margin: 15px 0;
}

@media (max-width: 768px) {
  .archive_box h2 {
    font-size: 15px;
    margin: 10px 0;
  }
}

.archive_box .archive_img {
  width: 225px;
}

@media (max-width: 768px) {
  .archive_box .archive_img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.archive_box .archive_img img {
  width: 100%;
}

.archive_box .archive_dec {
  width: 65%;
  position: relative;
}

@media (max-width: 768px) {
  .archive_box .archive_dec {
    width: 100%;
  }
}

.archive_box .archive_dec a {
  display: block;
}

.archive_box .archive_dec p {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .archive_box .archive_dec p {
    font-size: 12px;
  }
}

.archive_box .archive_dec .cat_date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: -12px;
}

@media (max-width: 768px) {
  .archive_box .archive_dec .cat_date {
    margin-bottom: -8px;
  }
}

.archive_box .archive_dec .ar-cat {
  margin-right: 15px;
  margin-bottom: 12px;
}

@media (max-width: 768px) {
  .archive_box .archive_dec .ar-cat {
    margin-right: 8px;
    margin-bottom: 8px;
  }
}

.archive_box .archive_dec .archive_date {
  font-size: 14px;
  margin-bottom: 12px;
  margin-left: auto;
}

@media (max-width: 768px) {
  .archive_box .archive_dec .archive_date {
    margin-bottom: 8px;
  }
}

.archive_box .mt30 {
  margin-top: 30px;
}

.archive_box .btn-arrow.more {
  font-size: 14px;
  padding: 10px 25px 10px 35px;
  min-width: 180px;
  margin: 0;
}

.news-archive .archive_dec {
  display: block;
  width: auto;
}

.cat_detail {
  background: url(/assets/img/blog/cat_head_img.jpg) no-repeat;
  -webkit-background-size: 100% 100%;
  background-size: 100%;
  margin-bottom: 40px;
  padding: 40px;
  color: #fff;
}

@media (max-width: 768px) {
  .cat_detail {
    background: url(/assets/img/blog/cat_head_img_sp.jpg) no-repeat;
    -webkit-background-size: auto 100%;
    background-size: auto 100%;
    background-position: 50%;
    padding: 20px;
    margin-bottom: 20px;
  }
}

.cat_detail h1 {
  font-size: 24px;
  padding-bottom: 15px;
  border-bottom: 2px solid #fff;
  font-weight: 700;
}

@media (max-width: 768px) {
  .cat_detail h1 {
    font-size: 18px;
  }
}

.cat_detail p {
  font-size: 16px;
  margin-top: 15px;
  line-height: 1.8;
}

@media (max-width: 768px) {
  .cat_detail p {
    font-size: 12px;
  }
}

.detail_box a {
  color: #0079c1;
}

.detail_box a:hover {
  text-decoration: underline;
}

.detail .col-2-main {
  margin: 80px auto;
}

@media (max-width: 768px) {
  .detail .col-2-main {
    margin: 60px auto 40px;
  }
}

.detail .col-2-main .left-container {
  padding: 0;
}

.detail .detail_box {
  padding: 0 15px;
}

.detail .detail_box .ar-cat {
  background: #0078c1;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
}

@media (max-width: 768px) {
  .detail .detail_box .ar-cat {
    font-size: 10px;
    padding: 5px 15px;
  }
}

.detail .detail_box h2 {
  font-size: 28px;
  font-weight: 700;
  margin: 0 0 40px;
}

@media (max-width: 768px) {
  .detail .detail_box h2 {
    font-size: 21px;
    margin: 0 0 20px;
  }
}

.detail .detail_box p {
  font-size: 16px;
  line-height: 1.9;
  letter-spacing: 0.2px;
  padding-bottom: 1.3em;
}

@media (max-width: 768px) {
  .detail .detail_box p {
    font-size: 12px;
  }
}

.detail .detail_box__ttl {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.2px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .detail .detail_box__ttl {
    font-size: 15px !important;
  }
}

.detail .detail_box__date {
  font-size: 14px;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .detail .detail_box__date {
    margin-bottom: 20px;
  }
}

.detail .detail_box .thumbnails img {
  width: 100%;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .detail .detail_box .thumbnails img {
    margin-bottom: 15px;
  }
}

.detail .detail_box__read {
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .detail .detail_box__read {
    font-size: 14px !important;
    margin-bottom: 25px;
  }
}

.detail .detail_box .mokuji {
  margin-bottom: 40px;
}

.detail .detail_box .mokuji__ttl {
  background: #0078c1;
  padding: 15px 0;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .detail .detail_box .mokuji__ttl {
    padding: 10px 0;
    font-size: 14px;
  }
}

.detail .detail_box .mokuji__txt {
  padding: 25px;
  background: #f4f4f4;
}

@media (max-width: 768px) {
  .detail .detail_box .mokuji__txt {
    padding: 20px;
  }
}

.detail .detail_box .mokuji__txt li {
  font-weight: 700;
  padding-left: 20px;
  position: relative;
  margin-bottom: 10px;
}

.detail .detail_box .mokuji__txt li:before {
  position: absolute;
  content: '';
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #0078c1;
  top: 5px;
  left: 0;
}

@media (max-width: 768px) {
  .detail .detail_box .mokuji__txt li {
    padding-left: 15px;
  }
  .detail .detail_box .mokuji__txt li:before {
    position: absolute;
    content: '';
    width: 10px;
    height: 10px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #000;
    top: 5px;
    left: 0;
  }
}

.detail .useful_box__ttl {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
  background: #005f99;
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .detail .useful_box__ttl {
    font-size: 17px;
    padding: 15px 0;
  }
}

.detail .useful_box__txt {
  background: #0078c1;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .detail .useful_box__txt {
    padding: 20px 15px;
  }
}

.detail .useful_box__txt img {
  width: 150px;
  margin-right: 25px;
}

@media (max-width: 768px) {
  .detail .useful_box__txt img {
    width: 110px;
    margin-right: 15px;
  }
}

.detail .useful_box__item_dec {
  color: #ebd202;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media (max-width: 768px) {
  .detail .useful_box__item_dec {
    font-size: 12px;
  }
}

.detail .useful_box__item_ttl {
  font-size: 26px;
  font-weight: 700;
  color: #fff;
}

@media (max-width: 768px) {
  .detail .useful_box__item_ttl {
    font-size: 19px;
  }
}

.detail .useful_box__item .btn-arrow {
  width: 270px;
  margin: 20px 0 0;
}

@media (max-width: 768px) {
  .detail .useful_box__item .btn-arrow {
    width: auto;
    font-size: 13px;
  }
}

.detail .annai_box__ttl {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  padding: 15px 0;
  text-align: center;
  background: #eb6a02;
  margin-bottom: 0 !important;
}

@media (max-width: 768px) {
  .detail .annai_box__ttl {
    font-size: 17px;
    padding: 15px 0;
  }
}

.detail .annai_box__txt {
  background: #fff;
  border: 3px solid #eb6a02;
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .detail .annai_box__txt {
    padding: 20px 15px;
  }
}

.detail .annai_box__txt img {
  width: 190px;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .detail .annai_box__txt img {
    width: 140px;
    margin-right: 15px;
  }
}

.detail .annai_box__item ul {
  margin-bottom: 1em;
}

.detail .annai_box__item li {
  line-height: 1.9;
  position: relative;
  margin-left: 1.5em;
}

.detail .annai_box__item li::after {
  content: '';
  display: block;
  position: absolute;
  top: 0.5em;
  left: -1.5em;
  width: 10px;
  height: 5px;
  border-left: 3px solid #eb6a02;
  border-bottom: 3px solid #eb6a02;
  transform: rotate(-45deg);
}

.detail .annai_box__item_dec {
  font-size: 16px;
}

@media (max-width: 768px) {
  .detail .annai_box__item_dec {
    font-size: 12px;
  }
}

.detail .annai_box__item .btn-arrow {
  width: 210px;
  margin: 15px 0 0;
}

@media (max-width: 768px) {
  .detail .annai_box__item .btn-arrow {
    width: auto;
  }
}

@media (max-width: 768px) {
  .detail .column_box {
    padding: 0 15px;
    margin-bottom: 30px;
  }
}

.detail .column_box h2 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 15px !important;
}

@media (max-width: 768px) {
  .detail .column_box h2 {
    font-size: 15px;
  }
}

@media (min-width: 769px) {
  .detail .column_box .flex_box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -10px;
    margin-right: -10px;
  }
}

@media (max-width: 768px) {
  .detail .column_box .flex_box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-left: -7px;
    margin-right: -7px;
  }
}

.detail .column_box__item {
  width: 244px;
}

@media (min-width: 769px) {
  .detail .column_box__item {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media (max-width: 768px) {
  .detail .column_box__item {
    width: 178px;
    margin: 10px 0;
    padding-left: 7px;
    padding-right: 7px;
  }
}

.detail .column_box__item img {
  width: 100%;
  height: 155px;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media (max-width: 768px) {
  .detail .column_box__item img {
    height: 110px;
  }
}

.detail .column_box__item_txt {
  background: #f0f0f0;
  padding: 15px;
  height: 110px;
}

@media (max-width: 768px) {
  .detail .column_box__item_txt {
    padding: 15px 10px;
  }
}

.detail .blog_detail_Content .bd_tit {
  border-bottom: 1px solid #0078c1;
  padding-bottom: 0.35em;
  color: #0078c1;
  font-size: 21px;
  letter-spacing: 0.2px;
  font-weight: 700;
  margin: 35px 0 20px;
}

.detail .blog_detail_Content .bdair {
  padding-top: 130px;
  margin-top: -130px;
}

.in_page.blue {
  background: #0078c1;
}

.in_page.blue .top_img__headline {
  width: 960px;
  margin: 0 auto;
  padding: 60px 0 50px;
}

@media (max-width: 768px) {
  .in_page.blue .top_img__headline {
    width: 100%;
    padding: 40px 0 35px;
  }
}

.in_page.blue .top_img__headline .ttl {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    border: 1px solid #fff;
    padding: 15px 70px;
}
@media (max-width: 768px) {
.in_page.blue .top_img__headline .ttl {
    padding: 15px 20px;
  }
}

.in_page.blue .top_img__headline .whitep_box__txt {
  padding: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media (max-width: 768px) {
  .in_page.blue .top_img__headline .whitep_box__txt {
    display: block;
    text-align: center;
    padding: 30px 16px 0;
  }
}

.in_page.blue .top_img__headline .whitep_box__txt img {
  width: 200px;
  margin-right: 35px;
}

@media (max-width: 768px) {
  .in_page.blue .top_img__headline .whitep_box__txt img {
    width: 220px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.in_page.blue .top_img__headline .whitep_box__item {
  text-align: left;
}

@media (max-width: 768px) {
  .in_page.blue .top_img__headline .whitep_box__item {
    text-align: center;
  }
}

.in_page.blue .top_img__headline .whitep_box__item_pick {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 10px 20px;
  text-align: left;
  background: #eb6a02;
  display: inline-block;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .in_page.blue .top_img__headline .whitep_box__item_pick {
    font-size: 13px;
    text-align: center;
  }
}

.in_page.blue .top_img__headline .whitep_box__item_dec {
  color: #f4f4f4;
  font-size: 20px;
  margin-bottom: 5px;
  text-align: left;
  letter-spacing: 0.04em;
}

@media (max-width: 768px) {
  .in_page.blue .top_img__headline .whitep_box__item_dec {
    text-align: center;
    font-size: 15px;
    margin-bottom: 10px;
  }
}

.in_page.blue .top_img__headline .whitep_box__item_ttl {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.04em;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .in_page.blue .top_img__headline .whitep_box__item_ttl {
    text-align: center;
    font-size: 21px;
  }
}

.whitep_con .left-container {
  width: 630px;
}

@media (max-width: 768px) {
  .whitep_con .left-container {
    width: auto;
  }
}

.whitep_con aside {
  width: 300px;
}

@media (max-width: 768px) {
  .whitep_con aside {
    width: auto;
    border-top: 2px solid #ccc;
    padding: 30px 15px;
  }
}

.whitep_con aside p {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .whitep_con aside p {
    font-size: 12px;
  }
}

.whitep_con aside .btn-arrow {
  width: 190px;
  margin: 20px 0 0;
}

@media (max-width: 768px) {
  .whitep_con aside .btn-arrow {
    margin: 20px auto 0;
  }
}

.white_dec h3 {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .white_dec h3 {
    font-size: 12px;
  }
}

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

@media (max-width: 768px) {
  .white_dec ul {
    margin-top: 10px;
    margin-bottom: 30px;
  }
}

.white_dec ul li {
  margin-bottom: 10px;
  position: relative;
  padding-left: 15px;
}

@media (max-width: 768px) {
  .white_dec ul li {
    font-size: 12px;
  }
}

.white_dec ul li:before {
  position: absolute;
  content: '';
  width: 5px;
  height: 5px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  top: 10px;
  left: 5px;
  background: #000;
}

@media (max-width: 768px) {
  .white_dec ul li:before {
    top: 7px;
  }
}

html .whitepaper {
  background: transparent;
  text-align: left;
}

html .whitepaper .nav__link .nav-mega__item a,
html .whitepaper .nav__link a,
html .whitepaper .nav__link span {
  font-weight: 700;
}

html .whitepaper #lf_form_div .container {
  border: 0;
  font-size: 100%;
  color: #000;
  text-align: left;
}

html .whitepaper #lf_form_div .container,
html .whitepaper #lf_form_div .wrapper {
  width: auto;
  background: transparent;
  margin: 0 auto;
  padding: 0;
  max-width: 768px;
}

html .whitepaper .items {
  border: 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

html .whitepaper .items td,
html .whitepaper .items th {
  display: block;
  width: 100% !important;
  height: auto !important;
}

html .whitepaper .items .item:first-child {
  border-top: 0;
}

html .whitepaper .items .item > * {
  border-bottom: 0;
}

html .whitepaper .items .label {
  background: transparent;
  position: relative;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  vertical-align: middle;
  padding: 0;
}

html .whitepaper .items .value {
  width: 40%;
  background: transparent;
  border-bottom: 0;
  padding: 0;
}

html .whitepaper .items .value .label_name {
  font-size: 100%;
  font-weight: 400;
  color: #000;
  margin-top: 1em;
}

html .whitepaper .items .value input[type='text'],
html .whitepaper .items .value textarea {
  font-size: 100%;
  width: 100% !important;
  margin: 1em 0;
}

html .whitepaper .items .value input[name='person_name_last'],
html .whitepaper .items .value input[name='person_name_first'],
html .whitepaper .items .value input[name='person_name_last_kana'],
html .whitepaper .items .value input[name='person_name_first_kana'] {
    width: 40% !important;
}

html .whitepaper .items .value textarea {
  width: 100%;
  height: 200px;
  resize: vertical;
  padding: 10px;
  font-size: 14px;
  font-family: inherit;
  border: 1px solid #ccc;
  margin: 20px 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
}

html .whitepaper .items .value textarea[name='division_only'] {
  height: 40px;
}

html .whitepaper .items .value input[type='checkbox'] {
  margin-right: 10px;
}

html .whitepaper .items .value [type='checkbox']:checked,
html .whitepaper .items .value [type='checkbox']:not(:checked) {
  position: relative;
  left: auto;
}

html .whitepaper .items .comment {
  width: 25%;
  padding: 0 0 1em;
  background: transparent;
}

html .whitepaper .items .required {
  background: none!important;
  color: orangered;
  font-size: 11px;
  margin-left: 10px;
  padding: 3px 10px;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
}

html .whitepaper .items .required:after {
  content: '必須';
}

html .whitepaper .required_msg {
  text-align: right;
  margin-right: 0;
  font-size: 12px;
  font-weight: 400;
  color: #ff1e3c;
}

html .whitepaper .required_msg:after {
  content: '「必須」となっている項目は必ず入力してください。';
}

html .whitepaper .message {
  padding: 5px 10px;
  margin: 10px 13px;
  font-size: 100%;
  font-weight: 700;
  color: #ff4500;
  background: transparent;
}

html .whitepaper #policy_url {
  color: #eb6a02;
  display: inline;
}

html .whitepaper #privacy_policy {
  margin: 0;
  font-size: 12px;
}

html .whitepaper .privacy-text-master {
  width: 100% !important;
  font-size: 12px;
  text-align: left;
}

html .whitepaper input[type='button'] {
  font-size: 100%;
  background: transparent;
  padding: auto;
  margin: auto;
  border: none;
  color: #fff;
  font-weight: 700;
}

html .whitepaper .button_area {
  width: 100%;
  background: none;
  padding: 0;
}

@media (max-width: 768px) {
  html .whitepaper .button_area {
    margin-left: 0;
    margin-right: 0;
  }
}

html .whitepaper .button_area input[type='button'] {
  width: auto;
  margin: 20px 0 0;
  position: relative;
  background: #eb6a02;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  min-width: auto;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  padding: 10px 30px;
  font-size: 16px;
}

@media (max-width: 768px) {
  html .whitepaper .button_area input[type='button'] {
    width: 100%;
    padding: 10px;
    max-width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
  }
}

html .whitepaper .button_area input[type='button']:before {
  content: '';
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -4px;
  top: 50%;
  left: 15px;
}

.sitemap_menu li {
  position: relative;
  padding-left: 15px;
}

.sitemap_menu li:before {
  position: absolute;
  content: '';
  width: 7px;
  height: 7px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #000;
  top: 9px;
  left: 0;
}

@media (max-width: 768px) {
  .sitemap_menu li:before {
    width: 6px;
    height: 6px;
    top: 7px;
  }
}

.contact_lead {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .contact_lead {
    margin-bottom: 40px;
  }
}

.contact_lead p:not(:last-child) {
  margin-bottom: 1em;
}

.contact_row,
.contact_row > label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.contact_row > label {
  background: #eee;
  width: 35%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em 2em;
  position: relative;
}

@media (max-width: 768px) {
  .contact_row > label {
    width: 40%;
    padding: 0.5em 1em;
  }
}

.contact_row .contact_input {
  width: 65%;
  padding-right: 2em;
  padding-left: 2em;
}

@media (max-width: 768px) {
  .contact_row .contact_input {
    width: 60%;
    padding-right: 1em;
    padding-left: 1em;
  }
}

.contact_row > * {
  border-bottom: 1px solid #ccc;
}

.contact_row:first-child {
  border-top: 1px solid #ccc;
}

.contact_row .contact_checks {
  padding-top: 20px;
  padding-bottom: 20px;
}

@media (max-width: 768px) {
  .contact_row .contact_checks label {
    font-size: 12px !important;
  }
}

.contact_row input {
  font-family: inherit;
}

.contact_row textarea {
  width: 100%;
  height: 200px;
  resize: vertical;
  padding: 10px;
  font-size: 14px;
  font-family: inherit;
  border: 1px solid #ccc;
  margin: 20px 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
}

.contact_privacy {
  margin-top: 50px;
  margin-bottom: 50px;
  text-align: center;
}

@media (max-width: 768px) {
  .contact_privacy {
    margin-bottom: 30px;
  }
}

.contact_privacy a {
  color: #eb6a02;
  display: inline;
}

.contact_privacy_btn {
  display: inline-block;
  margin-top: 20px;
}

.contact_privacy_btn label {
  font-size: 16px !important;
}

.contact_privacy_btn label:after,
.contact_privacy_btn label:before {
  top: 3px !important;
}

.req {
  background: #ff1e3c;
  color: #fff;
  font-size: 11px;
  margin-left: 10px;
  padding: 3px 10px;
  font-weight: 700;
  white-space: nowrap;
}

html .contactform {
  background: transparent;
  text-align: left;
}

html .contactform .nav__link .nav-mega__item a,
html .contactform .nav__link a,
html .contactform .nav__link span {
  font-weight: 700;
}

html .contactform #lf_form_div .container {
  border: 0;
  font-size: 100%;
  color: #000;
  text-align: left;
}

html .contactform #lf_form_div .container,
html .contactform #lf_form_div .wrapper {
  width: auto;
  background: transparent;
  margin: 0 auto;
  padding: 0;
}

html .contactform .items {
  border: 0;
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

@media (max-width: 768px) {
  html .contactform .items td,
  html .contactform .items th {
    display: block;
    width: 100% !important;
    height: auto !important;
  }
}

html .contactform .items .item:first-child {
  border-top: 1px solid #ccc;
}

html .contactform .items .item > * {
  border-bottom: 1px solid #ccc;
}

html .contactform .items .label {
  width: 35%;
  background: #eee;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1em 2em;
  position: relative;
  color: #000;
  font-size: 100%;
  font-weight: 400;
  vertical-align: middle;
}

@media (max-width: 768px) {
  html .contactform .items .label {
    padding: 1em;
  }
}

html .contactform .items .value {
  width: 40%;
  padding: 1em 2em;
  background: transparent;
}

@media (max-width: 768px) {
  html .contactform .items .value {
    border-bottom: 0;
    padding: 1em;
  }
}

html .contactform .items .value .label_name {
  padding-right: 0;
  font-size: 100%;
  font-weight: 400;
  color: #000;
  margin-top: 1em;
  display: block;
}

html .contactform .items .value input[type='text'],
html .contactform .items .value textarea {
  font-size: 100%;
  width: 100% !important;
  margin: 0;
}

html .contactform .items .value textarea {
  width: 100%;
  height: 200px;
  resize: vertical;
  padding: 10px;
  font-size: 14px;
  font-family: inherit;
  border: 1px solid #ccc;
  margin: 20px 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: block;
}

html .contactform .items .value textarea[name='division_only'] {
  height: 40px;
}

html .contactform .items .value input[type='checkbox'] {
  margin-right: 10px;
}

html .contactform .items .value [type='checkbox']:checked,
html .contactform .items .value [type='checkbox']:not(:checked) {
  position: relative;
  left: auto;
}

html .contactform .items .comment {
  width: 25%;
  padding: 0 2em;
  background: transparent;
}

@media (max-width: 768px) {
  html .contactform .items .comment {
    padding: 0 1em 1em;
  }
}

html .contactform .items .required {
  background: #ff1e3c;
  color: #fff;
  font-size: 11px;
  margin-left: 10px;
  padding: 3px 10px;
  font-weight: 700;
  white-space: nowrap;
  position: relative;
}

html .contactform .items .required:after {
  content: '必須';
}

html .contactform #item_9 .value {
  white-space: nowrap;
}

html .contactform .required_msg {
  text-align: right;
  margin-right: 0;
  font-size: 100%;
  font-weight: 400;
  color: #ff1e3c;
}

html .contactform .required_msg:after {
  content: '「必須」となっている項目は必ず入力してください。';
}

html .contactform .message {
  padding: 5px 10px;
  margin: 10px 13px;
  font-size: 100%;
  font-weight: 700;
  color: #ff4500;
  background: transparent;
}

html .contactform #policy_url {
  color: #eb6a02;
  display: inline;
}

@media (max-width: 768px) {
  html .contactform #privacy_policy {
    margin: 30px 0;
  }
}

html .contactform .privacy-text-master {
  width: 63% !important;
}

@media (max-width: 768px) {
  html .contactform .privacy-text-master {
    width: 100% !important;
  }
}

html .contactform input[type='button'] {
  font-size: 100%;
  background: transparent;
  padding: auto;
  margin: auto;
  border: none;
  color: #fff;
  font-weight: 700;
}

html .contactform .button_area {
  background: none;
  padding: 0;
}

@media (min-width: 769px) {
  html .contactform .button_area {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  html .contactform .button_area {
    margin-left: 0;
    margin-right: 0;
  }
}

html .contactform .button_area input[type='button'] {
  width: 350px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 35px;
  position: relative;
  background: #eb6a02;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: #fff;
  margin: 10px;
  min-width: 350px;
  text-align: center;
}

@media (max-width: 768px) {
  html .contactform .button_area input[type='button'] {
    width: 100%;
    padding: 10px;
    max-width: 100%;
    min-width: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: 1rem;
  }
}

html .contactform .button_area input[type='button']:before {
  content: '';
  display: block;
  position: absolute;
  height: 10px;
  width: 10px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin-top: -4px;
  top: 50%;
  left: 15px;
}

.thanks_txt {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
}

@media (max-width: 768px) {
  .thanks_txt {
    font-size: 14px;
  }
}

.reason_box__ttl {
  font-size: 20px !important;
}

.blog_detail_Content h3 {
  font-weight: bold;
  background: #f4f4f4;
  padding: 1rem;
  letter-spacing: 0.4px;
  margin-bottom: 1em;
  margin-top: 0.6em;
}

.blog_detail_Content h4 {
  font-weight: bold;
}

/* img＋キャプション */
.wp-caption {
  max-width: 100%;
}
.detail .detail_box .wp-caption-text {
  font-size: 0.8em;
  padding-bottom: 3em;
}

/* 記事のimg 配置 */
img.aligncenter {
  display: block;
  margin: 0 auto;
  padding-bottom: 15px;
}
img.alignnone {
  display: block;
  padding-bottom: 15px;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 10px;
  display: inline;
}

img.alignleft {
  padding: 4px;
  margin: 0 10px 2px 0;
  display: inline;
}
.alignright {
  float: right;
}

.alignleft {
  float: left;
}

@media only screen and (max-width: 768px) {
  img.alignright {
    display: block;
    padding-bottom: 15px;
    margin: 0 auto;
  }

  img.alignleft {
    padding: 0 0 10px 0;
    margin: 0 auto;
    display: block;
  }
  .alignright {
    float: none;
  }

  .alignleft {
    float: none;
  }
}

/* この記事を書いた人 */
.detail .detail_box .writer-box {
  background-color: #ebf1f7;
  padding: 20px;
  line-height: 1.8;
  border-radius: 15px;
  margin-bottom: 40px;
}

/* 記事内テキストリンク（矢印付き）*/
.detail .detail_box .arrow {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  vertical-align: middle;
}
.detail .detail_box .arrow::before,
.detail .detail_box .arrow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  vertical-align: middle;
}

.detail .detail_box .arrow::before {
  width: 13px;
  height: 13px;
  background: #0078c1;
}
.detail .detail_box .arrow::after {
  left: 3px;
  width: 3px;
  height: 3px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
