@charset "UTF-8";
/*-------------------------------------------------------------------------------
 RESET
 -------------------------------------------------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* delete list point mark */
ul, ol {
  list-style: none;
}

/* delete border & off descender */
img {
  border: 0;
  vertical-align: middle;
}

svg {
  vertical-align: middle;
}

/* off default baseline */
input,
select,
textarea,
label {
  vertical-align: middle;
}

/* off default form style */
input:not([type=radio]):not([type=checkbox]),
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* collapse */
table {
  border-collapse: collapse;
}

th {
  text-align: left;
}

/* off bold */
h1, h2, h3, h4, h5, h6, th, em, strong {
  font-weight: normal;
}

pre {
  white-space: pre-wrap;
}

/* off outline on focus */
a, input:focus, select:focus, textarea:focus {
  outline: 0;
}

/* HTML5tag */
main, article, aside, figcaption, figure,
footer, header, nav, section, time {
  display: block;
  margin: 0; /* for IE9.js */
}

/* for height 100% */
html,
body {
  height: 100%;
}

/*-------------------------------------------------------------------------------
FONTS
-------------------------------------------------------------------------------*/
body, input, select, textarea, table, th, td, li, a {
  font-family: YuGothic, "Yu Gothic", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

/*-------------------------------------------------------------------------------
For Device Optimaize
-------------------------------------------------------------------------------*/
.pc-view {
  display: block;
}
@media screen and (max-width: 480px) {
  .pc-view {
    display: none;
  }
}

.sp-view {
  display: none;
}
@media screen and (max-width: 480px) {
  .sp-view {
    display: block;
  }
}

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

.p-ctaconts {
  padding: 40px 0;
}
@media screen and (max-width: 1064px) {
  .p-ctaconts {
    padding: 3.7037037037vw 0;
  }
}
.p-ctaconts__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-ctaconts__list li:nth-child(2) {
  margin-left: 24px;
}
@media screen and (max-width: 1064px) {
  .p-ctaconts__list li:nth-child(2) {
    margin-left: 1.4814814815vw;
  }
}
.p-ctaconts__cta {
  width: 424px;
  margin: 8px 0 0;
}
@media screen and (max-width: 1064px) {
  .p-ctaconts__cta {
    width: 39.2592592593vw;
    margin: 0.7407407407vw 0 0;
  }
}

.p-sechr {
  padding: 64px 0;
  background-color: #ECECEC;
}
@media screen and (max-width: 1064px) {
  .p-sechr {
    padding: 5.9259259259vw 0;
  }
}
.p-sechr__subtitle {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
.p-sechr__title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1064px) {
  .p-sechr__title {
    font-size: 3.7037037037vw;
  }
}
.p-sechr__contslist-title {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  padding: 40px 0 0;
}
.p-sechr__contslist {
  display: flex;
  flex-wrap: wrap;
  margin: 0px 0 0;
  padding: 0 0 0;
}
@media screen and (max-width: 1064px) {
  .p-sechr__contslist {
    margin: 0 0 0;
    padding: 0 0 3.7037037037vw;
  }
}
.p-sechr__contslist li {
  width: calc((100% - 39px) / 4);
  background-color: #FFF;
  margin: 30px 13px 0 0;
  padding: 0 0;
  text-align: center;
}
@media screen and (max-width: 1064px) {
  .p-sechr__contslist li {
    width: calc((100% - 24px) / 4);
    margin: 3.7037037037vw 8px 0 0;
  }
}
.p-sechr__contslist li:nth-child(4n) {
  margin-right: 0;
}
.p-sechr__contslist__title {
  padding: 12px 0;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1064px) {
  .p-sechr__contslist__title {
    font-size: 1.6666666667vw;
  }
}
.p-sechr__contslist__image {
  width: 100%;
  margin: 0 0;
}
.p-sechr__companylist > dt {
  margin: 24px 0 0;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1064px) {
  .p-sechr__companylist > dt {
    margin: 2.2222222222vw 0 0;
    font-size: 1.6666666667vw;
  }
}
.p-sechr__companylist > dd {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1064px) {
  .p-sechr__companylist > dd {
    margin: 0.7407407407vw 0 0 0;
  }
}
.p-sechr__companylist__detail {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 0 24px;
  font-size: 12px;
}
@media screen and (max-width: 1064px) {
  .p-sechr__companylist__detail {
    margin: 0.7407407407vw 0 0 2.2222222222vw;
    font-size: 1.1111111111vw;
  }
}
.p-sechr__companylist__detail:first-child {
  margin-left: 0;
}
.p-sechr__companylist__detail > dt::after {
  content: "：";
}
.p-sechr__text {
  margin: 24px 0 0;
  line-height: 1.8;
}
@media screen and (max-width: 1064px) {
  .p-sechr__text {
    margin: 2.2222222222vw 0 0;
  }
}
.p-sechr__text__acc {
  font-weight: 700;
  position: relative;
  background: linear-gradient(transparent 50%, rgba(182, 17, 28, 0.24) 50%);
  z-index: 0;
}
.p-sechr__cta {
  margin: 40px auto 0;
}
@media screen and (max-width: 1064px) {
  .p-sechr__cta {
    margin: 3.7037037037vw auto 0;
  }
}

.p-secservice {
  padding: 64px 0;
  background-color: #e8dfd1;
  background: -moz-linear-gradient(to bottom, #e8dfd1, #c9b79b);
  background: -webkit-linear-gradient(to bottom, #e8dfd1, #c9b79b);
  background: linear-gradient(to bottom, #e8dfd1, #c9b79b);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=$headerGradientStartColor,endColorstr=$headerGradientEndColor,GradientType=1);
}
@media screen and (max-width: 1064px) {
  .p-secservice {
    padding: 5.9259259259vw 0;
  }
}
.p-secservice__title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1064px) {
  .p-secservice__title {
    font-size: 3.7037037037vw;
  }
}
.p-secservice__contslist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-secservice__contslist li {
  width: calc(50% - 8px);
  margin: 40px 0 0;
  padding: 40px;
  background-color: #FFF;
}
@media screen and (max-width: 1064px) {
  .p-secservice__contslist li {
    width: calc(50% - 0.7407407407vw);
    margin: 3.7037037037vw 0 0;
    padding: 3.7037037037vw;
  }
}
.p-secservice__contslist__title {
  margin: 24px 0 0;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #B6111C;
}
@media screen and (max-width: 1064px) {
  .p-secservice__contslist__title {
    margin: 2.2222222222vw 0 0;
    font-size: 1.6666666667vw;
  }
}
.p-secservice__text {
  margin: 16px 0 0;
}
@media screen and (max-width: 1064px) {
  .p-secservice__text {
    margin: 1.4814814815vw 0 0;
  }
}
.p-secservice__cta {
  margin: 40px auto 0;
}
@media screen and (max-width: 1064px) {
  .p-secservice__cta {
    margin: 3.7037037037vw auto 0;
  }
}
.p-secservice__anno {
  margin: 40px 0 0;
  padding-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}
@media screen and (max-width: 1064px) {
  .p-secservice__anno {
    margin: 3.7037037037vw 0 0;
    font-size: 1.1111111111vw;
  }
}
.p-secservice__anno::before {
  content: "※";
}

.p-secvoc {
  padding: 64px 0;
  background-color: #ECECEC;
}
@media screen and (max-width: 1064px) {
  .p-secvoc {
    padding: 5.9259259259vw 0;
  }
}
.p-secvoc__title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1064px) {
  .p-secvoc__title {
    font-size: 3.7037037037vw;
  }
}
.p-secvoc__contslist {
  display: flex;
  flex-wrap: wrap;
  margin: 40px 0 0;
  padding: 0 0 40px;
  background-color: #FFF;
}
@media screen and (max-width: 1064px) {
  .p-secvoc__contslist {
    margin: 3.7037037037vw 0 0;
    padding: 0 0 3.7037037037vw;
  }
}
.p-secvoc__contslist li {
  width: calc(50% - 0.5px);
  margin: 40px 0 0;
  padding: 0 40px;
}
@media screen and (max-width: 1064px) {
  .p-secvoc__contslist li {
    margin: 3.7037037037vw 0 0;
    padding: 0 3.7037037037vw;
  }
}
.p-secvoc__contslist li:nth-child(2n) {
  border-left: 1px solid #AAADB0;
}
@media screen and (max-width: 1064px) {
  .p-secvoc__contslist li:nth-child(2) .p-secvoc__companylist__detail:last-child {
    margin-left: 0;
  }
}
.p-secvoc__contslist__title {
  border-left: 8px solid #B6111C;
  padding-left: 16px;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1064px) {
  .p-secvoc__contslist__title {
    border-left: 0.7407407407vw solid #B6111C;
    padding-left: 1.4814814815vw;
    font-size: 1.6666666667vw;
  }
}
.p-secvoc__contslist__image {
  width: 100%;
  margin: 24px 0 0;
}
@media screen and (max-width: 1064px) {
  .p-secvoc__contslist__image {
    margin: 2.2222222222vw 0 0;
  }
}
.p-secvoc__companylist > dt {
  margin: 24px 0 0;
  font-size: 24px;
  font-weight: 700;
}
@media screen and (max-width: 1064px) {
  .p-secvoc__companylist > dt {
    margin: 2.2222222222vw 0 0;
    font-size: 1.6666666667vw;
  }
}
.p-secvoc__companylist > dd {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1064px) {
  .p-secvoc__companylist > dd {
    margin: 0.7407407407vw 0 0 0;
  }
}
.p-secvoc__companylist__detail {
  display: flex;
  flex-wrap: wrap;
  margin: 8px 0 0 24px;
  font-size: 12px;
}
@media screen and (max-width: 1064px) {
  .p-secvoc__companylist__detail {
    margin: 0.7407407407vw 0 0 2.2222222222vw;
    font-size: 1.1111111111vw;
  }
}
.p-secvoc__companylist__detail:first-child {
  margin-left: 0;
}
.p-secvoc__companylist__detail > dt::after {
  content: "：";
}
.p-secvoc__text {
  margin: 24px 0 0;
  line-height: 1.8;
}
@media screen and (max-width: 1064px) {
  .p-secvoc__text {
    margin: 2.2222222222vw 0 0;
  }
}
.p-secvoc__text__acc {
  font-weight: 700;
  position: relative;
  background: linear-gradient(transparent 50%, rgba(182, 17, 28, 0.24) 50%);
  z-index: 0;
}
.p-secvoc__cta {
  margin: 40px auto 0;
}
@media screen and (max-width: 1064px) {
  .p-secvoc__cta {
    margin: 3.7037037037vw auto 0;
  }
}

.p-secqa {
  padding: 0 0 64px 0;
  background-color: #ECECEC;
}
@media screen and (max-width: 1064px) {
  .p-secqa {
    padding: 0 0 5.9259259259vw 0;
  }
}
.p-secqa__title {
  font-size: 48px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1064px) {
  .p-secqa__title {
    font-size: 3.7037037037vw;
  }
}
.p-secqa__list li {
  margin: 16px 0 0;
  padding: 48px;
  background-color: #FFF;
}
@media screen and (max-width: 1064px) {
  .p-secqa__list li {
    margin: 1.4814814815vw 0 0;
    padding: 3.7037037037vw;
  }
}
.p-secqa__list li:first-child {
  margin-top: 40px;
}
@media screen and (max-width: 1064px) {
  .p-secqa__list li:first-child {
    margin-top: 3.7037037037vw;
  }
}
.p-secqa__list__detail > dt {
  font-size: 24px;
  font-weight: 700;
  color: #B6111C;
}
@media screen and (max-width: 1064px) {
  .p-secqa__list__detail > dt {
    font-size: 1.6666666667vw;
  }
}
.p-secqa__list__detail > dt::before {
  content: "Q.";
}
.p-secqa__list__detail > dd {
  margin: 24px 0 0;
}
@media screen and (max-width: 1064px) {
  .p-secqa__list__detail > dd {
    margin: 2.2222222222vw 0 0;
  }
}
.p-secqa__link {
  margin: 12px 0 0;
}
@media screen and (max-width: 1064px) {
  .p-secqa__link {
    margin: 0.7407407407vw 0 0;
  }
}
.p-secqa__link::before {
  content: ">";
  margin-right: 0.5em;
}
.p-secqa__link a {
  color: #B6111C;
  opacity: 1;
  transition-duration: 0.2s;
}
.p-secqa__link a:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}

.p-seccontact {
  color: #FFF;
  padding: 16px 0 80px;
  background: url(../../img/contact_pic01.png) no-repeat center center;
  background-size: cover;
}
@media screen and (max-width: 1064px) {
  .p-seccontact {
    padding: 1.4814814815vw 0 7.4074074074vw;
  }
}
.p-seccontact__ctalist {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.p-seccontact__ctalist li {
  margin: 24px 0 0;
}
@media screen and (max-width: 1064px) {
  .p-seccontact__ctalist li {
    margin: 2.2222222222vw 0 0;
  }
}
.p-seccontact__ctalist li:nth-child(2n) {
  margin-left: 24px;
}
@media screen and (max-width: 1064px) {
  .p-seccontact__ctalist li:nth-child(2n) {
    margin-left: 2.2222222222vw;
  }
}
.p-seccontact__acctext {
  margin: 64px 0 0;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1064px) {
  .p-seccontact__acctext {
    margin: 5.9259259259vw 0 0;
    font-size: 2.2222222222vw;
  }
}
.p-seccontact__call {
  margin: 16px 0 0;
  font-size: 64px;
  font-weight: 700;
  text-align: center;
}
@media screen and (max-width: 1064px) {
  .p-seccontact__call {
    margin: 1.4814814815vw 0 0;
    font-size: 5.9259259259vw;
  }
}
.p-seccontact__subtext {
  margin: 16px 0 0;
  text-align: center;
}
@media screen and (max-width: 1064px) {
  .p-seccontact__subtext {
    margin: 1.4814814815vw 0 0;
  }
}
.p-seccontact__subtext a {
  text-decoration: underline;
  color: #FFF;
  opacity: 1;
  transition-duration: 0.2s;
}
.p-seccontact__subtext a:hover {
  opacity: 0.7;
  transition-duration: 0.3s;
}

nav {
  background-color: rgba(0, 0, 0, 0.7);
  position: fixed;
  width: 100%;
  padding: 18px 0;
  bottom: -200px;
  left: 0;
  z-index: 1000;
  transition: bottom 350ms ease-out;
}
@media screen and (max-width: 770px) {
  nav {
    background-color: #000;
  }
}
nav .pc-nav {
  display: block;
}
@media screen and (max-width: 767px) {
  nav .pc-nav {
    display: none;
  }
}
nav .sp-nav {
  display: none;
}
@media screen and (max-width: 767px) {
  nav .sp-nav {
    display: block;
  }
}
nav.is-fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  transition: bottom 350ms ease-out;
}
nav.is-hidden {
  bottom: -200px;
}
@media screen and (max-width: 1024px) {
  nav {
    padding: 2% 0;
    display: block;
    width: 100%;
  }
}
nav ul {
  width: 850px;
  margin: 0 auto;
  display: flex;
  display: -webkit-flex; /* Safari6.1以降 */
  display: -ms-flexbox; /* IE10 */
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  color: #fff;
  font-size: 16px;
}
@media screen and (max-width: 1064px) {
  nav ul {
    width: 90%;
  }
}
nav ul li p {
  font-size: 22px !important;
  text-align: left !important;
}
@media screen and (max-width: 770px) {
  nav ul li p {
    font-size: 13px !important;
    text-align: center !important;
  }
}
@media screen and (max-width: 1024px) {
  nav ul li p {
    font-size: 16px !important;
  }
}
@media screen and (max-width: 770px) {
  nav ul li {
    width: 100%;
  }
}
nav ul li a {
  display: block;
  padding: 10px 0;
  background: #b6121c;
  border-radius: 4px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  opacity: 1;
}
@media screen and (max-width: 1024px) {
  nav ul li a {
    margin: 10px 0;
    padding: 10px;
    font-size: 14px;
  }
}
nav ul li a:hover {
  background-color: #f10500;
}
nav ul li em {
  font-style: normal;
  font-size: 24px;
}
nav ul li small {
  font-size: 14px;
}

html {
  scroll-behavior: smooth;
}

html, body {
  height: 100%;
  background-image: url("../../img/bg-pattern-1.jpg");
  letter-spacing: 0.1rem;
}

header img, section img {
  display: block;
  width: 720px;
  margin: 0 auto;
}
@media screen and (max-width: 770px) {
  header img, section img {
    width: 90%;
  }
}

section {
  margin-top: 60px;
  margin-bottom: 60px;
}
@media screen and (max-width: 770px) {
  section {
    margin-top: 60px;
    margin-bottom: 60px;
  }
}

main {
  margin: 0 20px;
  color: #333;
}

header img {
  width: 650px;
}
@media screen and (max-width: 770px) {
  header img {
    width: 100%;
  }
}
header .main-header {
  display: flex;
  justify-content: center;
  padding: 24px 0;
  background: #fff;
  border-bottom: 1px solid #eef1f4;
  margin-bottom: 40px;
}
@media screen and (max-width: 770px) {
  header .main-header {
    padding: 12px 0;
  }
}
header .main-header .main-header-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 792px;
}
@media screen and (max-width: 770px) {
  header .main-header .main-header-wrap {
    width: 90%;
  }
}
header .main-header .main-header-wrap .main-header-col:nth-child(1) {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 770px) {
  header .main-header .main-header-wrap .main-header-col:nth-child(1) {
    width: 40%;
  }
}
header .main-header .main-header-wrap .main-header-col:nth-child(1) .logo-block {
  width: 320px;
}
@media screen and (max-width: 770px) {
  header .main-header .main-header-wrap .main-header-col:nth-child(1) .logo-block {
    display: flex;
    width: 100%;
    align-items: center;
  }
}
header .main-header .main-header-wrap .main-header-col:nth-child(1) .logo-block img {
  width: 348px;
}
@media screen and (max-width: 770px) {
  header .main-header .main-header-wrap .main-header-col:nth-child(1) .logo-block img {
    width: 100%;
  }
}
header .main-header .main-header-wrap .main-header-col:nth-child(2) a {
  position: relative;
  top: 2px;
  text-decoration: none;
  font-size: 12px;
  color: #333;
  opacity: 1;
}
header .main-header .main-header-wrap .main-header-col:nth-child(2) a:hover {
  opacity: 0.6;
}
header .main-header-cont {
  display: block;
  padding: 0;
  margin: 0 auto;
  max-width: 650px;
}
@media screen and (max-width: 770px) {
  header .main-header-cont {
    padding: 0 20px;
  }
}
header .main-header-cont h1 {
  margin-top: 30px;
  font-size: 28px;
  font-weight: 700;
}
@media screen and (max-width: 770px) {
  header .main-header-cont h1 {
    font-size: 20px;
  }
}
@media screen and (max-width: 770px) {
  header .main-header-cont .c-entry-meta .c-meta {
    font-size: 16px;
  }
}

main a {
  color: #333;
  text-decoration-thickness: 1px;
}
main .article-wrap {
  display: block;
  margin: 0 auto;
  max-width: 650px;
  margin-top: -20px;
  padding-bottom: 0;
}
main .article-wrap .article-block {
  margin-top: 60px;
}
main .article-wrap .article-block p {
  line-height: 1.7;
}
main .article-wrap .article-block li {
  line-height: 1.7;
}
main .article-wrap .article-block h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
main .article-wrap .article-block h2 span {
  font-size: 18px;
  color: #fff;
  padding-right: 1em;
  padding-left: 1em;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-left: -0.5em;
}
main .article-wrap .article-block h2 span:before {
  content: " ";
  display: inline-block;
  width: 22px;
  height: 22px;
  background-color: #63aeae;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
main .article-wrap .article-block h3 {
  font-size: 20px;
  font-weight: bold;
  position: relative;
  padding-left: 1em;
}
main .article-wrap .article-block h3:before {
  content: " ";
  display: block;
  width: 6px;
  height: 30px;
  border-radius: 2px;
  background-color: #63AEAE;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}
main .article-wrap .article-block h4 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.48;
  margin-top: 40px;
}
main .article-wrap .article-block h5 {
  font-size: 15px;
  font-weight: 700;
  line-height: 1.48;
  margin-top: 40px;
}
main .article-wrap .article-block .article-text p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.7;
}
@media screen and (max-width: 770px) {
  main .article-wrap .article-block .article-text p {
    line-height: 2;
  }
}
main .article-wrap .article-block .article-text p span {
  -webkit-text-decoration: underline #FEDC80 6px;
  text-decoration: underline #FEDC80 6px;
  text-underline-offset: -0.1em;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
main .article-wrap .article-block .article-text p span.red {
  -webkit-text-decoration: underline #EDC3C6 6px;
  text-decoration: underline #EDC3C6 6px;
}
main .article-wrap .article-block .article-text p span.scout_date,
main .article-wrap .article-block .article-text p span.introduction_company_date,
main .article-wrap .article-block .article-text p span.updated_month {
  text-decoration: none;
  text-underline-offset: none;
}
main .article-wrap .article-block .article-text p strong {
  font-weight: bold;
  display: block;
  text-indent: -1em;
  padding-left: 1em;
}
main .article-wrap .article-block .article-text p strong.red {
  display: inline;
  color: #B6111C;
}
main .article-wrap .article-block .article-text p.reference {
  font-size: 14px;
}
main .article-wrap .article-block .article-text ul, main .article-wrap .article-block .article-text ol {
  margin-top: 30px;
  font-size: 16px;
}
main .article-wrap .article-block .article-text .article-linktext {
  color: #45b0af;
}
main .article-wrap .article-block .article-text .article-linktext:hover {
  -webkit-filter: opacity(0.6);
  filter: opacity(0.6);
}
main .article-wrap .article-block .article-image {
  padding-top: 30px;
}
main .article-wrap .article-block .article-image img {
  border-radius: 3px;
}
main .article-wrap .article-block .article-toc {
  border-top: 2px solid #231815;
  border-bottom: 2px solid #231815;
  margin: 50px 0;
  padding: 30px 0;
}
main .article-wrap .article-block .article-toc .accordion-content {
  display: none; /* デフォルトでは非表示 */
  padding: 10px;
}
main .article-wrap .article-block .article-toc .table-of-contents-title-wrap {
  display: flex;
}
main .article-wrap .article-block .article-toc .table-of-contents-title-wrap .title {
  font-weight: bold;
  font-size: 1.25rem;
}
main .article-wrap .article-block .article-toc .table-of-contents-title-wrap .table-of-contents-display {
  padding: 3px 0 0 10px;
  align-self: center;
  cursor: pointer;
  font-weight: bold;
  color: #1e88b4;
}
main .article-wrap .article-block .article-toc .table-of-contents-title-wrap .table-of-contents-display .table-open {
  display: inline;
}
main .article-wrap .article-block .article-toc .table-of-contents-title-wrap .table-of-contents-display .hide {
  display: none;
}
main .article-wrap .article-block .article-toc ol li {
  margin-top: 24px;
}
main .article-wrap .article-block .article-toc ol li ol li span {
  color: #45b0af;
}
main .article-wrap .article-block .article-toc ol li ol li span:before {
  background-color: rgba(0, 0, 0, 0);
  border: 1px #45b0af solid;
}
main .article-wrap .article-block .article-toc ol li span {
  font-size: 12px;
  color: #fff;
  padding-right: 12px;
  padding-left: 13px;
  display: inline-block;
  position: relative;
  z-index: 1;
  margin-left: -0.5em;
}
main .article-wrap .article-block .article-toc ol li span:before {
  content: " ";
  display: inline-block;
  width: 16px;
  height: 16px;
  background-color: #63aeae;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -1;
}
main .article-wrap .article-block .article-toc ol li ol {
  margin-left: 46px;
}
main .article-wrap .article-block .article-wp-cta {
  display: grid;
  grid-template-columns: 40%;
  align-items: flex-start;
  padding: 30px 0;
  margin: 30px 0;
}
@media screen and (max-width: 770px) {
  main .article-wrap .article-block .article-wp-cta {
    grid-template-columns: 1fr;
  }
}
main .article-wrap .article-block .article-wp-cta h4 {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.48;
  grid-column: 2/2;
  margin-top: 0;
  margin-bottom: 20px;
}
@media screen and (max-width: 770px) {
  main .article-wrap .article-block .article-wp-cta h4 {
    margin-top: 20px;
    grid-column: 1/1;
    grid-row: 2/3;
  }
}
main .article-wrap .article-block .article-wp-cta .article-wp-cta-img {
  grid-column: 1/2;
  grid-row: 1/3;
  margin-right: 30px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  height: auto;
  position: relative;
  border-radius: 0.375rem;
  overflow: hidden;
}
main .article-wrap .article-block .article-wp-cta .article-wp-cta-img:hover {
  opacity: 0.6;
}
@media screen and (max-width: 770px) {
  main .article-wrap .article-block .article-wp-cta .article-wp-cta-img {
    margin-right: 0;
    grid-column: 1/1;
    grid-row: 1/1;
  }
}
main .article-wrap .article-block .article-wp-cta .article-wp-cta-img img {
  width: 100%;
  height: 100%;
}
main .article-wrap .article-block .article-wp-cta .article-wp-cta-description {
  grid-column: 2/2;
  grid-row: 2/3;
}
main .article-wrap .article-block .article-wp-cta .article-wp-cta-description p {
  font-weight: 400;
}
@media screen and (max-width: 770px) {
  main .article-wrap .article-block .article-wp-cta .article-wp-cta-description p {
    grid-column: 1/1;
    grid-row: 1/3;
    display: none;
  }
}
main .article-wrap .article-block .article-wp-cta .article-wp-cta-btn {
  width: 100%;
  margin: 20px auto 0;
  padding: 15px;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  text-align: center;
  line-height: 1.2;
  border-radius: 5px;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
  height: auto;
  position: relative;
  display: flex;
  background-color: #4b4b4b;
  justify-content: center;
  grid-column: 2/2;
  grid-row: 3/3;
}
@media screen and (max-width: 770px) {
  main .article-wrap .article-block .article-wp-cta .article-wp-cta-btn {
    margin-top: 0;
    grid-column: 1/1;
    grid-row: 3/4;
  }
}
main .article-wrap .article-block .article-wp-cta .article-wp-cta-btn::after {
  content: "";
  display: block;
  width: 11px;
  height: 17px;
  background-image: url("../../img/external-link.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: initial;
  transform: none;
  margin-left: 8px;
  margin-bottom: 4px;
}
main .article-wrap .article-block .article-wp-cta .article-wp-cta-btn span {
  border-radius: 5px;
  font-size: 13px;
  font-weight: 700;
  background-color: #fff;
  color: #4b4b4b;
  padding: 3px 5px;
  letter-spacing: 0;
  margin-right: 10px;
}
main .article-wrap .article-block .article-linkbox a {
  display: block;
  border: 1px solid #DADADA;
  background-color: #F5F5F5;
  border-radius: 6px;
  padding: 18px;
  margin-top: 30px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s;
}
main .article-wrap .article-block .article-linkbox a:hover {
  -webkit-filter: opacity(0.6);
  filter: opacity(0.6);
}
main .article-wrap .article-block .article-profile-wrap {
  margin-top: 30px;
  padding: 50px 30px;
  display: grid;
  background: #fff;
  position: relative;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.15);
}
main .article-wrap .article-block .article-profile-wrap .article-profile-name {
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.48;
  margin-bottom: 1rem;
  margin-top: 0;
  color: #071746;
}
main .article-wrap .article-block .article-profile-wrap .article-profile-name span {
  display: block;
  border-bottom: dotted 1px #000;
  padding: 0.4375rem 0;
  font-size: 1rem;
  margin-bottom: 1.25rem;
  line-height: 1.15;
}
main .article-wrap .article-block .article-profile-wrap:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border-top: solid 1px #000;
  border-left: solid 1px #000;
  background: none;
}
main .article-wrap .article-block .article-profile-wrap:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 10px;
  height: 10px;
  border-bottom: solid 1px #000;
  border-right: solid 1px #000;
  background: none;
}
main .article-wrap img {
  display: block;
  width: 650px;
}
@media screen and (max-width: 770px) {
  main .article-wrap img {
    width: 92%;
    margin: 0 auto;
  }
}
main .article-wrap .cta {
  padding-top: 40px;
}
@media screen and (max-width: 770px) {
  main .article-wrap .cta {
    padding-top: 20px;
  }
}

footer {
  padding: 0 30px;
}
footer .service {
  align-items: center;
  display: flex;
  flex: 1 1 auto;
  flex-wrap: wrap;
  max-width: 100%;
  position: relative;
  margin-bottom: 0;
}
footer .service .article-service {
  max-width: 650px;
  padding: 40px 0;
  margin: 0 auto;
  z-index: 1;
}
@media screen and (max-width: 770px) {
  footer .service .article-service {
    width: 100%;
  }
}
footer .service .article-service h2 {
  font-size: 1.875rem;
  margin-bottom: 2.8125rem;
}
@media screen and (max-width: 770px) {
  footer .service .article-service h2 {
    font-size: 18px;
    font-weight: bold;
    padding: 30px;
  }
}
footer .service .article-service .service-title {
  text-align: center;
}
footer .service .article-service .footer-service-item-wapper {
  display: flex;
}
@media screen and (max-width: 770px) {
  footer .service .article-service .footer-service-item-wapper {
    padding: 0 30px;
    flex-direction: column;
  }
}
footer .service .article-service .footer-service-item-wapper .service-item {
  width: 33%;
  padding: 14px;
  text-align: center;
}
@media screen and (max-width: 770px) {
  footer .service .article-service .footer-service-item-wapper .service-item {
    padding: 40px 0;
    width: 100%;
  }
}
footer .service .article-service .footer-service-item-wapper .service-item h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 1rem;
}
footer .service .article-service .footer-service-item-wapper .service-item p {
  font-size: 15px;
}
footer .service .article-service .footer-service-item-wapper .service-item .service-items-item-figure {
  margin-bottom: 20px;
}
footer .service .article-service .footer-service-item-wapper .service-item .service-items-item-figure img {
  width: 110px;
  height: 110px;
  -o-object-fit: scale-down;
  object-fit: scale-down;
}
footer .service .article-service .footer-service-item-wapper .service-item:not(:last-child) {
  border-right: dotted 1px #000;
}
@media screen and (max-width: 770px) {
  footer .service .article-service .footer-service-item-wapper .service-item:not(:last-child) {
    border-right: none;
    border-bottom: dotted 1px #000;
  }
}
footer .service .service-item-button {
  margin-top: 45px;
  z-index: 1;
}
footer .service .service-item-button a.detail-btn {
  padding: 0.84375rem;
  margin: 0 auto;
  max-width: 500px;
  color: #fff;
  background-color: #B6111C;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: baseline;
  border-radius: 5px;
  text-decoration: none;
}
@media screen and (max-width: 770px) {
  footer .service .service-item-button a.detail-btn {
    text-align: center;
    padding: 13px 24px 13px 13px;
    align-items: center;
  }
}
footer .service .service-item-button a.detail-btn:hover {
  opacity: 0.6;
  transition-duration: 0.3s;
}
footer .service .service-item-button a.detail-btn::before {
  content: "";
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 1rem;
  background-image: url("../../img/arrow.svg");
  background-repeat: no-repeat;
  background-position: center;
}
footer .service .service-item-button a.detail-btn::after {
  content: "";
  width: 11px;
  height: 10px;
  background-image: url("../../img/external-link.svg");
  background-repeat: no-repeat;
  background-position: center;
  position: initial;
  transform: none;
  margin-left: 0.5rem;
}
footer .service:before {
  content: "";
  background-image: url("../../img/bg-pattern-2-w.jpg");
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100vw;
  bottom: 0;
  transform: translateX(-50%);
  z-index: 0;
}
footer .privacy-policy {
  margin: 0 auto;
  max-width: 650px;
  border-top: 1px solid #231815;
}
footer .privacy-policy .article-block {
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
}
@media screen and (max-width: 770px) {
  footer .privacy-policy .article-block {
    flex-direction: column;
  }
}
@media screen and (max-width: 770px) {
  footer .privacy-policy .article-block p {
    margin-bottom: 40px;
  }
}
footer .privacy-policy .article-block a {
  padding-left: 10px;
  text-decoration: none;
  color: #231815;
  position: relative;
}
@media screen and (max-width: 770px) {
  footer .privacy-policy .article-block a {
    padding-left: 0;
  }
}
footer .privacy-policy .article-block .link {
  position: relative;
  padding-right: 20px;
}
@media screen and (max-width: 770px) {
  footer .privacy-policy .article-block .link {
    max-width: 100px;
  }
}
footer .privacy-policy .article-block .link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 100%;
  background-image: url("../../img/icon-blank-link.png");
  background-repeat: no-repeat;
  background-position: center;
}

@media screen and (max-width: 770px) {
  .jsc-scroll ul {
    width: 90%;
    padding: 5px;
  }
}
.jsc-scroll p {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}
.jsc-scroll a {
  text-align: center;
  position: relative;
  display: block;
  width: 384px;
  margin: 0 auto;
  padding: 23px 23px 23px 0px;
  text-decoration: none;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  background-color: #b6111c;
  border: 1px solid #b6111c;
  border-radius: 3px;
  transition: all 0.2s;
}
.jsc-scroll a:hover {
  border: 1px solid #b6111c;
  color: #b6111c;
  background-color: #fff;
  transition: all 0.3s;
}
.jsc-scroll a:hover .acc {
  color: #fff;
  background-color: #b6111c;
  border-radius: 2px;
}
.jsc-scroll a:hover .text::after {
  content: "";
  width: 14px;
  height: 34px;
  background: url(../../img/icon_arrow_hover.png) no-repeat center center;
  background-size: contain;
}
@media screen and (max-width: 770px) {
  .jsc-scroll a {
    width: 90%;
    font-size: 14px;
    padding: 8px 28px 8px 0;
  }
}
.jsc-scroll a .acc {
  padding: 4px 10px;
  color: #b6111c;
  background-color: #fff;
  border-radius: 2px;
  margin-right: 8px;
}
@media screen and (max-width: 770px) {
  .jsc-scroll a .acc {
    margin-right: 4px;
  }
}
.jsc-scroll a .text::after {
  position: absolute;
  top: 50%;
  right: 24px;
  content: "";
  width: 14px;
  height: 34px;
  background: url(../../img/icon_arrow.png) no-repeat center center;
  background-size: contain;
  transform: translateY(-50%);
}
@media screen and (max-width: 770px) {
  .jsc-scroll a .text::after {
    right: 14px;
  }
}

@media screen and (min-width: 769px) {
  .pc_block {
    display: block;
  }
}
@media screen and (max-width: 770px) {
  .pc_block {
    display: none;
  }
}

@media screen and (min-width: 769px) {
  .sp_block {
    display: none;
  }
}
@media screen and (max-width: 770px) {
  .sp_block {
    display: block;
  }
}

.c-entry__category-wrap {
  margin-bottom: 0.9375rem;
  display: flex;
}
.c-entry__category-wrap .c-entry-category {
  font-size: 0.75rem;
  padding: 0;
  margin-right: 0.625rem;
  font-size: 1rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
.c-entry__category-wrap .c-entry-category > a {
  padding: 0.3125rem;
  text-decoration: none;
  color: #fff;
  font-weight: 700;
  display: block;
  background-color: #45b0af;
  border-radius: 0.25rem;
}

.c-entry-meta {
  margin-top: 1rem;
}
.c-entry-meta .c-meta {
  font-size: 0.75rem;
  font-weight: 700;
  color: #444;
  display: flex;
  align-items: center;
}
.c-entry-meta .c-meta .c-meta-item {
  align-items: center;
  display: inline-flex;
  white-space: nowrap;
}

.block-separator {
  margin-top: 50px;
  border-bottom: 2px solid #231815;
}

.block-media-text {
  margin-top: 30px;
  box-sizing: border-box;
  direction: ltr;
  display: grid;
  grid-template-columns: 50% 1fr;
  grid-template-rows: auto;
  grid-template-columns: 30% auto;
}
@media screen and (max-width: 770px) {
  .block-media-text {
    display: block;
  }
}
.block-media-text .block-media-text-media {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
}
.block-media-text .block-media-text-media img {
  height: auto;
  max-width: unset;
  vertical-align: middle;
  width: 100%;
}
.block-media-text .block-media-text-content {
  grid-column: 2;
  grid-row: 1;
  padding: 0 8%;
  word-break: break-word;
  align-self: center;
}
@media screen and (max-width: 770px) {
  .block-media-text .block-media-text-content {
    grid-column: 1;
    grid-row: 2;
    padding-top: 30px;
  }
}
.block-media-text .block-media-text-content ul {
  list-style: disc;
  margin-top: 0px !important;
}
.block-media-text .block-media-text-content ul li {
  padding: 3px 0;
}

/*# sourceMappingURL=native-02.css.map */
