@charset "UTF-8";
/*
Theme Name: okasan
Description: 岡三鋼業様用のWordPressテンプレートです。
Version: 1.0.0
Author: michittodesign
*/

/*------------------------------------------------------------
	Base
------------------------------------------------------------*/

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  font-size: 10px;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
.scroll-prevent {
  position: fixed;
  width: 100%;
  height: 100%;
}
body {
  line-height: 1.6;
  letter-spacing: .5px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  color: var(--text-black_color);
  margin:0;
}

main {
  display: block;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

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

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

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-size: inherit;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

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

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

:root {
	--text-black_color: #000;
	--theme-white_color: #fff;
  --theme-main_color: #BE3D2A;
  --theme-sub_color: #33425b;
  --theme-sub2_color: #f6ded8;
	--font_english: "Montserrat", sans-serif;
}


/*------------------------------------------------------------
	Layout
------------------------------------------------------------*/
.l-flex{
  display: flex;
}

.l-header{
  display: flex;
  justify-content: space-between;
  align-content: center;
  align-items: center;
  width: 100%;
  padding:35px 50px;
  box-sizing: border-box;
  background:none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition: .3s;
}
.l-header__menu{
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
  width: calc(100% - 250px);
}
.l-header__menu .p-nav{
}
.l-header_menu-button{
  display: none;
}

.l-footer{
  padding: 85px 95px 55px 55px;
  background:#29252c;
  /* border-bottom: solid var(--theme-white_color) 3px; */
  color: var(--theme-white_color);
  position: relative;
}
.l-footer__inner{
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto 50px;
}
.l-footer__info-box{
  text-align: left;
}
.l-footer__logo {
  width: 220px;
  margin: 0 60px 40px 0;
}
.l-footer__logo img{
  width:100%;
  max-width: 100%;
  transition: .3s;
}
.l-footer__link-box{
  display: flex;
  align-content: flex-start;
  align-items: flex-start;
}
.l-footer__link-list{
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.l-footer__link-list-item{
  width: 100%;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 15px;
}
.l-footer__link-list-title{
  display: inline-block;
  line-height: 1.2;
  position: relative;
  transition: .3s;
}
.l-footer__link-child-title{
  display: inline-block;
  line-height: 1.2;
  font-size: 1.6rem;
  margin-bottom: 25px;
  transition: .3s;
}
.l-footer__link-child-list{
  margin-bottom: 30px;
}
.l-footer__link-child-list-item{
  display: block;
  padding-left: 17px;
  font-size: 1.4rem;
  font-weight: bold;
  position: relative;
  margin-bottom: 16px;
}
.l-footer__link-child-list-item::before{
  content:'';
  display: block;
  width: 6px;
  height: 6px;
  background: var(--theme-white_color);
  border-radius: 10px;
  position: absolute;
  top:9px;
  left: 0;
}
.l-footer__link-child-list-item a{
  transition: .3s;
}
.l-footer__link-list-item--wide{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.l-footer__link-list-item--wide .l-footer__link-child-box{
  width: calc(50% - 40px);
}
.l-footer__link-list-item--wide .l-footer__link-child-box:nth-of-type(1){
  margin-right: 80px;
}
.l-footer__bnr{
  width: 226px;
}

.l-footer__bottom{
  text-align: center;
}
.l-footer__copyright{
  display: inline-block;
  font-size: 1.5rem;
  font-weight: 200;
}


.l-section-inner{
  width:1000px;
  max-width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
.l-button{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap:30px;
}
.l-button--align-left{
  justify-content: flex-start;
}

/*------------------------------------------------------------
	Object
------------------------------------------------------------*/

/* Component */
.c-button{
  display: inline-block;
  width: 216px;
  max-width: 100%;
  padding: 15px 18px;
  border-radius: 100px;
  border: solid 1px var(--theme-white_color);
  text-align: center;
  line-height: 1.2;
  font-size: 1.5rem;
  font-weight: 500;
  color: var(--theme-white_color);
  overflow: hidden;
  position: relative;
  transition: .3s;
}
.c-button span {
  display: inline-block;
  width: 100%;
  padding: 0 15px;
  position: relative;
  z-index: 2;
  transition: .3s;
}
.c-button span:before{
  content: '';
  display: block;
  width: 6px;
  height: 100%;
  background: url(../images/common/arrow-right-white.svg)no-repeat center center / contain;
  box-sizing: border-box;
  position: absolute;
  top:0;
  right:0;
  transition: .3s;
}
.c-button--gray{
  width: 270px;
  padding: 15px 25px;
  background: #f2f2f2;
}
.c-button--gray .c-button__text{
  color: #000;
}
.c-button--gray span:before{
  background: url(../images/common/arrow-right-gray.svg)no-repeat center center / contain;
}
.c-button--left--gray span:before{
  background: url(../images/common/arrow-left-gray.svg)no-repeat center center / contain;
  left: 0;
  right: auto;
}

.c-button--contact{
  width: 157px;
  border: solid 1px var(--theme-sub_color);
  background: var(--theme-sub_color);
  transition: .3s;
}
.c-button--contact span{
  display: inline-block;
  width: auto;
  padding:0 0 0 25px;
}
.c-button--contact span:before{
  width: 20px;
  height: 100%;
  background: url(../images/common/icon-mail.svg)no-repeat center center / contain;
  top:1px;
  left: 0;
  right: auto;
}
.c-button .c-button__pc-none{
  display: none;
}

.c-textlink{
  display: inline-block;
  max-width: 100%;
  text-align: center;
  line-height: 1.2;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  transition: .3s;
}
.c-textlink span {
  display: inline-block;
  width: 100%;
  padding:0 40px;
  position: relative;
  z-index: 2;
  transition: .3s;
}
.c-textlink span:before{
  content: '';
  display: block;
  width: 7px;
  height: 100%;
  background: url(../images/common/arrow-right-gray.svg)no-repeat center center / contain;
  position: absolute;
  top:0;
  right:0;
  transition: .3s;
}


/* Project */
.p-logo{
  width:219px;
  max-width: 100%;
}
.p-logo-link{
  transition: .3s;
}
.p-logo-link__image-unscroll{
  display: block;
}
.p-logo-link__image-scroll{
  display: none;
}
.p-nav{
  display: flex;
  align-content: center;
  align-items: center;
}
.p-nav-list-box{
  display: flex;
  align-content: flex-end;
  align-items: center;
}
.p-nav-list{
  display: flex;
  align-content: flex-end;
  align-items: center;
}
.p-nav-list__item{
  margin-right: 40px;
}
.p-nav-list__item-link{
  display: inline-block;
  line-height: 1;
  font-size: 1.6rem;
  color: var(--theme-white_color);
  position: relative;
}
.p-nav-list__item-link:after{
  content: '';
  display: block;
  width: 0;
  height: 2px;
  background: var(--theme-main_color);
  position: absolute;
  left: 0;
  bottom: -10px;
  opacity: 0;
  transition: .3s;
}

.p-breadcrumb{
  max-width: 1280px;
  padding: 0 20px;
  line-height: 1;
  margin:0 auto 120px;
}
.p-breadcrumb--mbn{
  margin-bottom: 0;
}
.p-breadcrumb__list{
  display: flex;
  justify-content: flex-start;
}
.p-breadcrumb__list-item{
  display: inline-block;
  padding-right: 45px;
  font-weight: bold;
  font-size: 1.6rem;
  position: relative;
  transition: .3s;
}
.p-breadcrumb__list-item:not(:last-child)::before{
  content: '';
  display: block;
  width: 7px;
  height: 100%;
  background: url(../images/icon/text-link-arrow.svg)no-repeat center center / contain;
  position: absolute;
  top:0;
  right: 19px;
}
.p-breadcrumb__list-item a{
  transition: .3s;
}

.p-title-box{
  display: flex;
  align-items: flex-end;
  height: 108px;
  position: relative;
  margin-bottom: 30px;
}
.p-title-box__title{
  line-height: 1;
  font-size: 4rem;
  font-weight: 500;
  position: relative;
  z-index: 2;
}
.p-title-box__text-eng{
  position: absolute;
  left: 0;
  bottom: 30px;
}
.p-title-box__text-eng img{
  width: auto;
  height: 78px;
  object-fit: contain;
}

.p-title-box--center{
  text-align: center;
}
.p-title-box--center .p-title-box__title{
  margin: 0 auto;
}
.p-title-box--center .p-title-box__text-eng{
  right: 0;
  margin: 0 auto;
}

.p-qa-list{
  border-bottom:dotted 1px #cccccc;
}
.p-qa-list__item{
  padding: 30px 25px 30px 20px;
  border-top:dotted 1px #cccccc;
}
.p-qa-list__item-q{
  padding: 0 20px 0 70px;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  cursor: pointer;
}
.p-qa-list__item-q::before{
  content: '';
  display: block;
  width: 42px;
  height: 42px;
  background: url(../images/common/icon-q.svg)no-repeat center center / contain;
  position: absolute;
  top:-12px;
  left: 0;
}
.p-qa-list__item-q::after{
  content: '';
  display: block;
  width: 20px;
  height: 100%;
  background: url(../images/common/arrow-btm-gray.svg)no-repeat center center / contain;
  position: absolute;
  top:0;
  right: 0;
  transition: .3s;
}
.p-qa-list__item-q.on::after{
  transform: rotate(-180deg);
}
.p-qa-list__item-a{
  height: 0px;
  padding: 0 70px;
  font-size: 1.4rem;
  font-weight: 500;
  position: relative;
  transition: .3s;
  opacity: 0;
}
.p-qa-list__item-a::before{
  content: '';
  display: block;
  width: 42px;
  height: 42px;
  background: url(../images/common/icon-a.svg)no-repeat center center / contain;
  position: absolute;
  top:-11px;
  left: 0;
  opacity: 0;
  transition: .3s;
}
.p-qa-list__item-a.on{
  height: auto;
  margin-top: 35px;
  opacity: 1;
}
.p-qa-list__item-a.on::before{
  opacity: 1;
}

.p-contact-box{
  padding: 50px 20px 70px;
  border-radius: 20px;
  background: var(--theme-sub_color);
  text-align: center;
  color: var(--theme-white_color);
}
.p-contact-box__text{
  line-height: 2;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 20px;
}


.p-card-list{
  display:flex;
  flex-wrap: wrap;
  gap:33px;
  width: 1240px;
  max-width: calc(100% - 40px);
  margin: 0 auto 60px;
}
.p-card-list__item{
  width: calc(100% / 3 - 22px);
}
.p-card-list__item a{
  display: block;
  padding: 35px 30px 30px;
  background: var(--theme-white_color);
  border-radius: 10px;
  box-sizing: border-box;
  transition: .3s;
}
.p-card-list__item-date{
  display: flex;
  justify-content: flex-start;
  align-content: center;
  align-items: center;
  font-size: 2.4rem;
  font-weight: 500;
  color: var(--theme-main_color);
  margin-bottom: 20px;
}
.p-card-list__item-category{
  display: inline-block;
  padding:8px 30px 9px;
  background: var(--theme-main_color);
  border-radius: 20px;
  line-height: 1;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--theme-white_color);
  margin-left: 15px;
}
.p-card-list__item-title{
  line-height: 1.8;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 15px;
}
.p-card-list__item-text{
  font-weight: 500;
}
.p-check-list{
  margin-bottom: 30px;
}
.p-check-list__item{
  display: block;
  padding: 11px 11px 13px 50px;
  box-sizing: border-box;
  border-radius: 50px;
  background: url(../images/icon/check.svg)no-repeat center left 20px / 20px;
  background-color: var(--theme-white_color);
  line-height: 1.4;
  font-size: 1.8rem;
  font-weight: bold;
  color: var(--theme-main_color);
  margin: 0 auto 6px;
}

.p-main-visual{
  padding:70px 0 175px;
  background: var(--theme-sub2_color);
  position: relative;
  overflow: hidden;
}
.p-main-visual:before{
  content: '';
  display: block;
  width: calc(100% + 40px);
  height: 500px;
  max-height: 50%;
  background: url(../images/background/wave02.svg)no-repeat top center / 100% 100%;
  position: absolute;
  left: -20px;
  bottom: 0;
  z-index: 2;
}
.p-main-visual:after{
  content: '';
  display: block;
  width: 100%;
  height: 201px;
  max-height: 50%;
  background: url(../images/background/wave02-reverce.svg)no-repeat center bottom / 100% 100%;
  position: absolute;
  bottom:0;
  left: 0;
  z-index: 3;
}
.p-main-visual .l-section-inner{
  max-width: calc(100% - 40px);
  padding-right: 280px;
  position: relative;
  z-index: 5;
}
.p-main-visual__dot:before{
  content: '';
  display: block;
  width: 100%;
  height: 55%;
  background: url(../images/background/dot02.png)no-repeat top center / cover;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
}
.p-main-visual__image{
  display: block;
  width: 1240px;
  max-width:100%;
  height: calc(100% - 60px);
  text-align: right;
  position: absolute;
  top:60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 5;
}
.p-main-visual__image-item{
  width: 100%;
  height: 100%;
  text-align: right;
}
.p-main-visual__image-item img{
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.p-main-visual__title-batch{
  display: inline-block;
  padding: 7px 15px 8px;
  background: var(--theme-white_color);
  border-radius: 6px;
  line-height: 1;
  font-weight: bold;
  color: var(--theme-sub_color);
  margin-bottom: 30px;
}
.p-main-visual__title-catch{
  display: block;
  line-height: 1;
  font-size: 8rem;
  font-weight: bold;
  color: var(--theme-sub_color);
  transform:translateX(-15px);
  margin-bottom: 30px;
}
.p-main-visual__title-text{
  font-size: 3rem;
  font-weight: bold;
}

.p-service-chart{
  padding: 95px 0 120px;
}
.p-service-chart .l-section-inner{
  max-width:calc(100% - 40px);
}
.p-service-chart__title{
  display: block;
  padding-left: 45px;
  line-height: 1.2;
  font-size: 6rem;
  font-weight: bold;
  color: var(--theme-main_color);
  position: relative;
  margin-bottom: 60px;
}
.p-service-chart__title:before{
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background: var(--theme-main_grad);
  position: absolute;
  top:27px;
  left: 0;
}
.p-service-chart__list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.p-service-chart__list-item{
  display: flex;
  justify-content:flex-start;
  align-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 0 30px 40px 0;
  border-bottom: solid 2px var(--theme-sub2_color);
  box-sizing: border-box;
  margin-bottom: 40px;
}
.p-service-chart__list-item:nth-of-type(2n){
  padding-left: 30px;
  padding-right: 0;
}
.p-service-chart__list-item:last-of-type{
  border-bottom: none;
  margin-bottom: 0;
}
.p-service-chart__list-item-image{
  width: 180px;
  margin-right: 30px;
}
.p-service-chart__list-item-box{
  width: calc(100% - 210px);
}
.p-service-chart__list-item-title{
  line-height: 1.4;
  font-size: 2.4rem;
  font-weight: bold;
  color: var(--theme-sub_color);
  margin-bottom: 20px;
}
.p-service-chart__list-item-text{
  line-height:2;
  font-weight: 500;
}
.p-service-chart__list-item-text span{
  display: block;
  font-size: 1.2rem;
  margin-top: 10px;
}
.p-service-chart__list-item-text a{
  color: var(--theme-sub_color);
  text-decoration: underline;
  transition: .1s;
}
.p-service-chart__attention{
  display: block;
  font-size: 2rem;
  font-weight: 500;
}
.p-text-section{
  padding: 0 0 120px;
}
.p-text-section .l-section-inner{
  max-width: calc(100% - 40px);
}
.p-text-section__title{
  display: block;
  padding-top: 30px;
  font-size: 5rem;
  font-weight: bold;
  color: var(--theme-main_color);
  position: relative;
  margin-bottom: 40px;
}
.p-text-section__title:before{
  content:'';
  display: block;
  width: 80px;
  height: 3px;
  background: var(--theme-main_grad);
  position: absolute;
  top:0;
  left: 0;
}
.p-text-section__title br{
  display: none;
}
.p-text-section__text{
  line-height: 2;
  font-size: 2rem;
  font-weight: 500;
}
.p-text-section--image .l-section-inner{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
}
.p-text-section__image{
  width: 237px;
  margin-right: 43px;
}
.p-text-section__box{
  width: calc(100% - 280px);
}

.p-case-chart{
  position: relative;
}
.p-case-chart::before{
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  background: #F4F4F4;
  position: absolute;
  top:0;
  left: 0;
  z-index: 1;
}
.p-case-chart-inner{
  width: 1440px;
  max-width: calc(100% - 40px);
  padding: 120px 100px 95px;
  background: #F4F4F4;
  border-radius: 0 40px 40px 0;
  position: relative;
  margin: 0 auto;
  z-index: 2;
}
.p-case-chart-inner .pc-none{
  display: none;
}
.p-case-chart-inner::before{
  content:'';
  display: block;
  width: 220px;
  height: 245px;
  background: url(../../images/relationship/case-image-top.svg)no-repeat top left / contain;
  position: absolute;
  top:-70px;
  right: 78px;
}
.p-case-chart-inner::after{
  content:'';
  display: block;
  width: 209px;
  height: 223px;
  background: url(../../images/relationship/case-image-bottom.svg)no-repeat right bottom / contain;
  position: absolute;
  left: -165px;
  bottom: -57px;
}
.p-case-chart__title{
  display: block;
  padding-left: 20px;
  line-height: 1.4;
  font-size: 4.2rem;
  font-weight: bold;
  color: var(--theme-main_color);
  position: relative;
  margin-bottom: 60px;
}
.p-case-chart__title::before{
  content: '';
  display: block;
  width: 15px;
  height: 15px;
  border:solid 2px var(--theme-main_color);
  border-radius: 50px;
  box-sizing: border-box;
  position: absolute;
  top:22px;
  left: 0;
}
.p-case-chart__list-item{
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  position: relative;
  margin-bottom: 30px;
  z-index: 1;
}
.p-case-chart__list-item-image{
  width: 390px;
  padding: 14px 60px;
  box-sizing: border-box;
  border-radius: 10px;
  background: var(--theme-white_color);
  text-align: center;
  position: relative;
  margin-right: 35px;
}
.p-case-chart__list-item-box{
  width: calc(100% - 425px);
}
.p-case-chart__list-item-title{
  font-size: 2.6rem;
  letter-spacing: -.5px;
  font-weight: bold;
  color: var(--theme-sub_color);
  margin-bottom: 30px;
}
.p-case-chart__list-item-title--worries{
  min-height: 50px;
  padding-left: 63px;
  background: url(../images/icon/worries.svg)no-repeat top left / 50px;
  font-size: 3rem;
  color: #5B6879;
  margin-bottom: 15px;
}
.p-case-chart__list-item-title--lamp{
  min-height: 50px;
  padding-left: 63px;
  background: url(../images/icon/lamp.svg)no-repeat top left / 50px;
  font-size: 3rem;
  color:var(--theme-sub_color);
  margin-bottom: 15px;
}

.p-case-chart__list-item--arrow{
  margin-bottom: 59px;
  z-index: 2;
}
.p-case-chart__list-item--arrow .p-case-chart__list-item-image{
  z-index: 2;
}
.p-case-chart__list-item--arrow .p-case-chart__list-item-image:before{
  content: '';
  display: block;
  width: 80px;
  height: 79px;
  background: url(../images/icon/down-arrow.svg)no-repeat center center / contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -69px;
  margin: 0 auto;
}

.p-service-links{
  padding-bottom: 20px;
  background: var(--theme-sub2_color);
  overflow-x: clip;
  margin-top: 180px;
}
.p-service-links .p-title-box{
  position: relative;
  margin-bottom: 80px;
  z-index: 1;
}
.p-service-links .p-title-box::before{
  content:'';
  display: block;
  width: 1352px;
  height: 232px;
  background: url(../images/service-text.svg)no-repeat center center / contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -150px;
  margin: 0 auto;
  opacity: .5;
  transform: translateX(-18px);
}
.p-service-links .p-title-box__title{
  transform: translateY(-50%);
}
.p-service-links .l-section-inner{
  max-width: calc(100% - 40px);
}

.p-service-links__box{
  width: 100%;
  position: relative;
  z-index: 2;
}
.p-service-links__box-inner{
  display: flex;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}
.p-service-links__title{
  display: inline-block;
  width: 185px;
  line-height: 1;
  font-size: 3rem;
  font-weight: bold;
  color: var(--theme-main_color);
  margin-right: 55px;
}
.p-service-links__list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap:30px;
  width: calc(100% - 240px);
  margin-bottom: 80px;
}
.p-service-links__list-item{
  width:calc(50% - 15px);
  border-radius: 12px;
}
.p-service-links__list-item-link{
  display: block;
  width: 100%;
  height: 100%;
  padding: 35px 30px;
  border-radius: 12px;
  background-color: var(--theme-white_color);
  overflow: hidden;
  letter-spacing: -.5px;
  font-size: 2rem;
  font-weight: bold;
  color: var(--theme-sub3_color);
  position: relative;
  transition: .3s;
}
.p-service-links__list-item--large .p-service-links__list-item-link{
  padding: 50px 30px;
}

.p-service-links__list-item-link--image01{
  background: url(../images/head-image01.svg)no-repeat center right -5% / contain;
}
.p-service-links__list-item-link--image02{
  background: url(../images/head-image02.svg)no-repeat center right -5% / contain;
}
.p-service-links__list-item-link--image03{
  background: url(../images/head-image03.svg)no-repeat center right / contain;
}
.p-service-links__list-item-link--image04{
  background: url(../images/head-image04.svg)no-repeat center right / contain;
}
.p-service-links__list-item-link--image05{
  background: url(../images/head-image05.svg)no-repeat center right / contain;
}
.p-service-links__list-item-link--image06{
  background: url(../images/head-image06.svg)no-repeat center right / contain;
}
.p-service-links__list-item-link{
  background-color: var(--theme-white_color);
}

.p-outline{
  padding: 60px 0 0;
}
.p-outline__list{
  display: flex;
  justify-content: center;
  width: 900px;
  max-width: calc(100% - 40px);
  padding: 13px;
  box-sizing: border-box;
  background: var(--theme-sub2_color);
  border-radius: 10px;
  margin: 0 auto;
}
.p-outline__list-item{
  width: 50%;
  text-align: center;
  position: relative;
}
.p-outline__list-item:first-child:after{
  content: '';
  display: block;
  width: 1px;
  height:100%;
  background: #AEAEAE;
  position: absolute;
  top:0;
  right: 0;
}
.p-outline__list-item a{
  display: inline-block;
  padding-left: 32px;
  line-height: 1.7;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  transition: .3s;
}
.p-outline__list-item a::before{
  content: '';
  display: block;
  width: 12px;
  height: 100%;
  background: url(../images/icon/anker-arrow.svg)no-repeat center center / contain;
  position: absolute;
  top:0;
  left: 0;
  transition: .3s;
}

.p-service-outline {
  margin: 120px auto;
}
.p-service-outline .l-section-inner{
  width: 100%;
}
.p-service-outline__title{
  display: block;
  width: 1240px;
  max-width:calc(100% - 40px);
  padding-left: 45px;
  line-height: 1.2;
  font-size: 6rem;
  font-weight: bold;
  color: var(--theme-main_color);
  position: relative;
  margin:0 auto 30px;
}
.p-service-outline__title:before{
  content: '';
  display: block;
  width: 25px;
  height: 25px;
  border-radius: 50px;
  background: var(--theme-main_grad);
  position: absolute;
  top:27px;
  left: 0;
}
.p-service-outline__text{
  width: 1240px;
  max-width:calc(100% - 40px);
  font-size: 2.4rem;
  font-weight:500;
  margin: 0 auto 40px;
}
.p-service-outline__box{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  width: 1440px;
  max-width: calc(100% - 40px);
  padding: 100px;
  gap:25px 21px;
  border-radius: 32px;
  box-sizing: border-box;
  background: var(--theme-sub2_color);
  margin: 0 auto;
}
.p-service-outline__item{
  width: calc(100% / 3 - 14px);
  padding: 40px;
  box-sizing: border-box;
  border-radius: 20px;
  background: var(--theme-white_color);
  position: relative;
}
.p-service-outline__item:before{
  content: '';
  display: block;
  width: 103px;
  height: 114px;
  background: url(../../images/secretariat/agency-image02.svg) no-repeat top left / contain;
  position: absolute;
  right: 19px;
  bottom: -65px;
}
.p-service-outline__item--medium{
  width: calc(50% - 11px);
}
.p-service-outline__item--wide{
  width: 100%;
}
.p-service-outline__item--wide:before{
  width: 216px;
  height: 239px;
  background: url(../../images/secretariat/agency-image01.svg) no-repeat top left / contain;
  top: -151px;
  right: 39px;
  bottom: auto;
}
.p-service-outline__item-title{
  display: block;
  width: 100%;
  padding-bottom: 20px;
  line-height: 1.4;
  font-size: 3.4rem;
  font-weight: bold;
  color: #014E9B;
  position: relative;
  margin: 0 auto 30px;
}
.p-service-outline__item-title:before{
  content: '';
  display: block;
  width: 80px;
  height: 2px;
  background: var(--theme-sub_color);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 2;
}
.p-service-outline__item-title:after{
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: var(--theme-sub2_color);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.p-service-outline__list{
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap:20px;
}
.p-service-outline__list-item{
  width: 100%;
  padding:0 0 0 35px;
  box-sizing: border-box;
  background: url(../images/icon/check02.svg)no-repeat top 5px left / 25px;
  position: relative;
}
.p-service-outline__item--wide .p-service-outline__list-item{
  width: calc(50% - 10px);
}
.p-service-outline__list-item-title{
  font-size: 2rem;
  font-weight: 500;
}
.p-service-outline__sp-slide-attention{
  display: none;
}

.p-step__list{
  max-width: calc(100% - 40px);
  margin:0 auto 60px;
}
.p-step__list-item{
  display: flex;
  padding: 35px 50px 35px 0;
  border-radius: 20px;
  box-sizing: border-box;
  background: var(--theme-sub2_color);
  position: relative;
  margin:0 auto 46px;
}
.p-step__list-item:not(:last-child):before{
  content: '';
  display: block;
  width: 78px;
  height: 26px;
  background: url(../images/icon/triangle.svg)no-repeat top center / contain;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -26px;
  margin:0 auto;
}
.p-step__list-num{
  display: block;
  padding: 39px 100px;
  border-right: solid 1px #CCD3EB;
  text-align: center;
  line-height: 1;
  font-size: 4.2rem;
  font-weight: bold;
  color: var(--theme-main_color);
}
.p-step__list-num span{
  display: block;
  line-height: 1;
  font-size: 1.6rem;
}
.p-step__list-content{
  display: flex;
  align-items: center;
  padding-left: 60px;
}
.p-step__list-content-image{
  display: flex;
  align-items: flex-end;
  width: 130px;
}
.p-step__list-box{
  width: calc(100% - 130px);
  padding-left: 60px;
}
.p-step__list-box-title{
  font-size: 2.4rem;
  font-weight: bold;
  color:var(--theme-sub_color);
  margin-bottom: 20px;
}
.p-step__list-box-text{
  line-height: 2.2;
}
.p-img-list{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: calc(100% - 40px);
  margin:0 auto 45px;
}
.p-img-list__item{
  width: 50%;
  text-align: center;
  margin-bottom: 75px;
}
.p-img-list__item-image{
    width:481px;
    max-width: 100%;
    height: 414px;
    object-fit: contain;
    position: relative;
    margin: 0 auto 30px;
}
.p-img-list__item-title{
  font-size: 3.2rem;
  font-weight: bold;
  color:var(--theme-sub_color);
  margin-bottom: 15px;
}
.p-img-list__item-text{
  width: 400px;
  max-width: 100%;
  text-align: left;
  margin: 0 auto;
}
.p-case-box{
	padding: 30px 45px 38px;
	background: var(--theme-white_color);
	text-align: center;
  }
  .p-case-box__title{
	font-size: 3rem;
	font-weight: 500;
	margin-bottom:15px;
  }
  .p-case-box__list{
	gap:32px;
	margin-bottom: 50px;
  }
  .p-case-box__list-item-image{
	margin-bottom: 10px;
  }
  .p-case-box__list-item-text{
	text-align: left;
	line-height: 2;
	font-size: 15px;
	font-weight: 500;
  }
  .p-case-box__title {
    font-size: 3rem;
    font-weight: 500;
    margin-bottom: 15px;
}


/* Utility */
.u-text-red{
  color: var(--theme-main_color);
}
.u-text-white{
  color: var(--theme-white_color);
}



@media(min-width:1001px){
  .l-header--scroll{
    padding: 10px 20px;
    background:#29252c;
  }
  .l-footer__link-list-title:hover{
    color: var(--theme-main_color);
    text-decoration: underline;
  }
  .l-footer__link-child-list-item a:hover{
    color: var(--theme-main_color);
    text-decoration: underline;
  }
  a.l-footer__link-child-title:hover{
    color: var(--theme-main_color);
    text-decoration: underline;
  }
  .l-footer__bottom-link-item:hover{
    color: var(--theme-main_color);
    text-decoration: underline;
  }
 
  /* Project */
  .p-breadcrumb__list-item a:hover{
    color: var(--theme-sub_color);
  }
  .p-nav-list__child-list-link--pattern01{
    background: url(../images/head-image01.svg)no-repeat center right / contain;
  }
  .p-nav-list__child-list-link--pattern02{
    background: url(../images/head-image02.svg)no-repeat center right / contain;
  }
  .p-nav-list__child-list-link--pattern03{
    background: url(../images/head-image03.svg)no-repeat center right / contain;
  }
  .p-nav-list__child-list-link--pattern04{
    background: url(../images/head-image04.svg)no-repeat center right / contain;
  }
  .p-nav-list__child-list-link--pattern05{
    background: url(../images/head-image05.svg)no-repeat center right / contain;
  }
  .p-nav-list__child-list-link--pattern06{
    background: url(../images/head-image06.svg)no-repeat center right / contain;
  }
  .p-nav-list__child-list-link{
    background-color:var(--theme-sub4_color);
  }
  .p-nav-list__item-link:hover:before{
    opacity: 1;
  }
  .p-nav-list__item-link:hover:after{
    width: calc(100% - 6px);
    opacity: 1;
  }
  .p-nav-list__item--parent:hover .p-nav-list__child{
    opacity: 1;
    visibility: visible;
  }
  .p-nav-list__child-list-item a:hover{
    opacity: .6;
  }
  .p-card-list__item a:hover{
    background: var(--theme-sub_color);
    color: var(--theme-white_color);
  }
  .p-service-chart__list-item-text a:hover{
    opacity: .6;
  }
  .p-service-links__list-item-link:hover{
    background-color: var(--theme-sub_color);
    color:var(--theme-white_color)
  }

  .l-header--scroll .p-logo-link__image-unscroll{
    display: none;
  }
  .l-header--scroll .p-logo-link__image-scroll{
    display: block;
  }
}

@media(min-width:769px){

  .l-footer__logo img:hover{
    opacity: .6;
  }

  /* Component */
  .c-button:hover {
    background: var(--theme-white_color);
  }
  .c-button:hover span{
    color: var(--theme-main_color);
  }
  .c-button:hover span:before{
    background: url(../images/common/arrow-right-red.svg) no-repeat center center / contain;
  }
  .c-button--contact:hover {
    border:solid 1px var(--theme-main_color);
    background: var(--theme-main_color);
  }
  .c-button--contact:hover span{
    color: var(--theme-white_color);
  }
  .c-button--contact:hover span:before{
    width: 20px;
    height: 100%;
    border: none;
    background: url(../images/common/icon-mail.svg)no-repeat center center / contain;
    top:1px;
    left: 0;
    right: auto;
  }
  .c-button--gray:hover{
    background: var(--theme-main_color);
  }
  .c-button--gray:hover span{
    color: var(--theme-white_color);
  }
  .c-button--gray:hover span:before{
    background: url(../images/common/arrow-right-white.svg) no-repeat center center / contain;
  }
  .c-button--left--gray:hover span:before{
    background: url(../images/common/arrow-left-white.svg) no-repeat center center / contain;
  }
  .p-contact-box .c-button:hover {
    border:solid 1px var(--theme-main_color);
  }
  .c-textlink:hover span{
    color: var(--theme-main_color);
    text-decoration: underline;
  }
  .c-textlink:hover span:before{
    background: url(../images/common/arrow-right-red.svg)no-repeat center center / contain;
  }

  .p-logo-link:hover{
    opacity: .6;
  }
  .p-outline__list-item a:hover{
    color: var(--theme-sub_color);
  }
  .p-outline__list-item a:hover::before{
    transform: translateY(5px);
  }
}

@media(max-width:1400px){
  .p-nav-list__child-list-link{
    padding:35px 20px;
    font-size: 1.8rem;
  }
  .p-nav-list__child-list-item--large .p-nav-list__child-list-link{
    padding:30px 20px;
  }
}

@media(max-width:1370px){
  .p-service-outline__item-title{
    font-size: 2.8rem;
  }
}

@media(max-width:1260px){
  .p-service-outline__box{
    padding: 100px 40px;
  }
  .p-service-outline__item-title{
    font-size: 2.8rem;
  }
  .p-service-outline__list-item-title{
    font-size:1.8rem;
  }
  .p-service-outline__list-item-text{
    font-weight: 400;
  }
}

@media(max-width:1250px){
  /* Project */
  .p-main-visual .l-section-inner{
    max-width: calc(100% - 40px);
    padding-right:25vw;
  }
  .p-main-visual__image{
    width: 25vw;
    top: 60px;
    left: auto;
    right: 20px;
  }
  .p-main-visual__title-catch{
    font-size: 7rem;
  }
  .p-main-visual__title-text{
    font-size: 2.5rem;
  }
  .p-case-chart-inner{
    padding: 60px 40px 95px;
  }
  .p-case-chart-inner::before{
    width: 150px;
    right: 20px;
  }
  .p-case-chart-inner::after{
    width: 150px;
    left: 10px;
  }

  .p-service-links .p-title-box::before{
    width:calc(100% + 36px);
  }
  .p-service-links__list-item--large .p-service-links__list-item-link{
    padding: 40px 30px;
  }
}

@media (max-width: 1200px) {

  /* Project */
  .p-nav-list__item {
      margin-right: 20px;
  }
  .p-nav-list__item-link{
    font-size: 1.6rem;
  }
  .p-nav-list__child-title{
    width: 160px;
    font-size: 2.6rem;
    margin-top: 10px;
  }
  .p-nav-list__child-list{
    width: calc(100% - 215px);
  }
  .p-nav-list__child-list-link{
    padding:20px 20px;
    font-size: 1.6rem;
  }
  .p-nav-list__child-list-item--large .p-nav-list__child-list-link {
    padding:20px 20px;
  }
  
  .p-service-links__box-inner{
    display: block;
  }
  .p-service-links__title{
    width: 100%;
    margin-bottom: 20px;
  }
  .p-service-links__list{
    width: 100%;
  }
  .p-service-links__list-item--large .p-service-links__list-item-link{
    padding: 50px 30px;
  }
}


@media(max-width:1150px){
    /* Project */
    .p-service-chart__title{
      font-size: 4rem;
    }
    .p-service-chart__title:before{
      top:14px;
    }
    .p-service-chart__list-item-image {
      width: 100px;
      margin-right: 20px;
    }
    .p-service-chart__list-item-box {
      width: calc(100% - 120px);
    }
    .p-service-outline__title{
      font-size: 4rem;
    }
    .p-service-outline__title:before{
      top:14px;
    }
    .p-text-section__image{
      width: 180px;
      margin-right: 20px;
    }
    .p-text-section__box{
      width: calc(100% - 200px);
    }
    .p-text-section__title{
      font-size: 4.5rem;
    }
}

@media(max-width:1120px){
  /* Project */
  .p-main-visual__title-catch{
    font-size: 6rem;
  }
  .p-main-visual__title-text{
    font-size: 2rem;
  }
}

@media(max-width:1100px){
  .p-check-list__item{
    font-size: 1.6rem;
  }
  .p-card-list{
    display: block;
    margin-bottom: 50px;
  }
  .p-card-list__item{
    width: 100%;
    margin-bottom: 15px;
  }
  .p-card-list__item a{
    display: block;
    padding: 17px 15px 20px;
    background: var(--theme-white_color);
    border-radius: 10px;
    box-sizing: border-box;
    transition: .3s;
  }
  .p-card-list__item-date{
    font-size: 1.5rem;
    margin-bottom: 12px;
  }
  .p-card-list__item-category{
    display: inline-block;
    padding:3px 10px 4px;
    font-size: 1.3rem;
    margin-left: 10px;
  }
  .p-card-list__item-title{
    line-height: 1.6;
    font-size: 1.8rem;
    margin-bottom: 10px;
  }
  .p-card-list__item-text{
    font-size: 1.4rem;
  }
  .p-nav-list__child-list-link{
    background: var(--theme-sub4_color);
  }
  .p-nav-list__child-list-item--large .p-nav-list__child-list-link {
    background: var(--theme-sub4_color);
  }

  .p-service-outline__box{
    padding: 60px 20px;
  }
  .p-service-outline__item{
    padding: 20px;
  }
  .p-service-outline__item-title{
    font-size: 2.4rem;
  }
  .p-service-outline__item--wide:before{
    width: 170px;
    height: 170px;
    top: -130px;
    right: 39px;
  }
  .p-step__list-num{
    padding: 39px 60px;
  }
}

@media(max-width:1000px){
  .c-button .c-button__pc-none{
    display:block;
  }
  .c-button .c-button__sp-none{
    display: none;
  }
  .c-textlink{
    font-size: 1.6rem;
  }
  .c-textlink span:before{
    width: 8px;
  }
  
  .l-header{
    padding: 13px 13px 13px 10px;
  }
  .p-logo {
    z-index: 99;
  }
  .l-header__menu{
    width: calc(100% - 210px);
  }
  .l-header_menu-button{
    display: block;
    width: 38px;
    height: 28px;
    position: relative;
  }
  .l-header_menu-button div{
    display: block;
    width: 100%;
    height: 3px;
    border-radius: 5px;
    background: var(--theme-sub_color);
    position: absolute;
    top:0;
    left: 0;
    transition: .3s;
  }
  .l-header_menu-button div:nth-child(2){
    top:12px;
  }
  .l-header_menu-button div:nth-child(3){
    top:24px;
  }
  .open .l-header_menu-button div:nth-child(1){
    left: 5px;
    transform-origin: top left;
    transform: rotate(45deg);
  }
  .open .l-header_menu-button div:nth-child(2){
    transform: translateX(20px);
    opacity: 0;
  }
  .open .l-header_menu-button div:nth-child(3){
    width: 38px;
    top:26px;
    left: 5px;
    transform-origin: bottom left;
    transform: rotate(-45deg);
  }
	.l-header.open .p-logo-link__image-unscroll{
		display: none;
	}
	.l-header.open .p-logo-link__image-scroll{
		display: block;
	}
  .l-header__menu .c-button {
    width: 100%;
  }

  .l-footer{
    padding: 60px 20px 20px;
  }
  .l-footer__inner{
    display: block;
    margin: 0 auto 60px;
  }
  .l-footer__logo{
    margin: 0 auto 20px;
  }
  .l-footer__link-box{
    display: block;
    max-width: 600px;
    margin: 0 auto 40px;
  }
  .l-footer__bnr{
    margin:0 auto;
  }
  .l-footer__link-list{
    margin-bottom: 0;
  }
  .l-footer__link-list-item{
    width: 100%;
    margin: 0;
  }
  .l-footer__link-list-title{
    width: 100%;
    padding: 10px 0;
    font-size: 1.6rem;
    border-bottom: solid 1px var(--theme-white_color);
  }

  .l-header--scroll .p-logo-link__image-unscroll{
    display: block;
  }
  .l-header--scroll .p-logo-link__image-scroll{
    display: none;
  }

  .p-nav-list-box{
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
    height:100%;
    height:100%;
    padding: 20px;
    box-sizing: border-box;
    background: var(--theme-white_color);
    position: fixed;
    top:0;
    left: 0;
    overflow-y: scroll;
    transform:translateX(100%);
    transition: .3s;
  }
  .p-nav-list-box--open{
    background-color:var(--theme-main_color);
    transform:translateX(0)
  }
  .p-nav-list-box .pc-none{
    display: block;
  }
  .p-nav-list{
    display: block;
    width: 100%;
    padding:0;
    border-top: solid 1px var(--theme-white_color);
    box-sizing: border-box;
    margin: 0 auto 40px;
  }
  .p-nav-list__item{
    margin: 0;
  }
  .p-nav-list__item-link{
    display: block;
    width: 100%;
    padding: 15px;
    border-bottom: solid 1px var(--theme-white_color);
    text-align: center;
    line-height: 1.6;
    font-size: 1.6rem;
    font-weight: 500;
  }
  .p-nav-list__item--parent .p-nav-list__item-link:before {
    width: 22px;
    height: 4px;
    border-radius: 10px;
    background: var(--theme-main_color);
    top: 14px;
    transform: translateY(0);
  }
  .p-nav-list__item--parent .p-nav-list__item-link:after {
    content: '';
    display: block;
    width: 22px;
    height: 4px;
    border-radius: 10px;
    background: var(--theme-main_color);
    position: absolute;
    top: 14px;
    left: auto;
    right: 0;
    bottom: auto;
    transform: rotate(-90deg);
    opacity: 1;
  }
  .p-nav-list__item--parent .p-nav-list__item-link.on:after {
    transform: rotate(0);
  }
  .p-nav-list__child{
    width: 100%;
    padding: 0;
    border-radius: 0;
    background: none;
    position: relative;
    visibility:initial;
    opacity: 1;
    top:0;
    transition: 0s;
    transition-delay: 0s;
    margin:0;
  }
  .p-nav-list__child-inner{
    display: block;
  }
  .p-nav-list__child-title{
    display: block;
    width: 100%;
    font-size: 1.6rem;
    color: var(--theme-main_color);
    margin: 0 0 10px;
  }
  .p-nav-list__child-list{
    display: block;
    width: 100%;
    margin:0 0 20px;
  }
  .p-nav-list__child-list--second{
    margin-bottom: 0;
  }
  .p-nav-list__child-list-item{
    width: 100%;
  }
  .p-nav-list__child-list-item .p-nav-list__child-list-link{
    padding: 0 0 0 13px;
    background: none;
    font-size: 1.4rem;
    color: var(--text-black_color);
    position: relative;
    margin-bottom: 10px;
  }
  .p-nav-list__child-list-item .p-nav-list__child-list-link:before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background:#438BE3;
    position: absolute;
    top:9px;
    left: 0;
  }
  .p-nav-list-box .l-button{
    width: 700px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
  }
  .p-nav-list-box__sp-box{
    padding: 25px 15px 20px;
    box-sizing: border-box;
    background: url(../images/background/dot-footer.svg)no-repeat left -40vw bottom -30vw / 100%;
    background-color: var(--theme-main_color);
    color: var(--theme-white_color);
    position: relative;
    z-index: 2;
  }
  .p-nav-list-box__sp-list{
    width: 700px;
    max-width: 100%;
    margin:0 auto 45px;
  }
  .p-nav-list-box__sp-list-item{
    display: block;
    width: 100%;
    padding-left: 13px;
    font-size: 1.4rem;
    position: relative;
    margin-bottom: 12px;
  }
  .p-nav-list-box__sp-list-item:before{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 10px;
    background:var(--theme-white_color);
    position: absolute;
    top:9px;
    left: 0;
  }
  .p-nav-list-box__sp-info{
    display: block;
    width: 700px;
    max-width: 100%;
    margin:0 auto;
  }
  .p-nav-list-box__sp-info-logo a{
    display: block;
    width: 95px;
    margin-bottom: 12px;
  }
  .p-nav-list-box__sp-info-logo span{
    display: inline-block;
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .p-nav-list-box__sp-info-text{
    line-height: 1.8;
    font-size: 1.4rem;
  }
  .p-nav-list-box__sp-info-text span{
    display: inline-block;
    margin-top: 5px;
  }

  .p-title-box{
    height: 70px;
  }
  .p-title-box__text-eng{
    bottom: 20px;
  }

  .p-main-visual{
    padding: 40px 0 0;
  }

  .p-main-visual:before{
    height: 15vw;
    max-height: 20%;
    background: url(../images/background/wave02-sp.svg) no-repeat center bottom / 100% 100%;
  }
  .p-main-visual:after {
    height: 15vw;
    max-height: 20%;
    background: url(../images/background/wave02-reverce-sp.svg) no-repeat center bottom / 100% 100%;
    bottom: -1px;
  }
  .p-main-visual__dot:before{
    width: 100%;
    height: 145vw;
    max-height: 500px;
    background: url(../images/background/dot02-sp.png) no-repeat top bottom / 100%;
    bottom:-80%;
  }
  .p-main-visual .l-section-inner{
    max-width:calc(100% - 40px);
    padding: 0;
    margin: 0 auto;
  }
  .p-main-visual__title-catch{
    font-size: 7.8vw;
    margin-bottom: 20px;
    transform: translateX(-5px);
  }
  .p-main-visual__title-batch {
    padding: 3px 10px 4px;
    margin-bottom: 20px;
  }
  .p-main-visual__title-text{
    font-size: 4vw;
    font-weight: 500;
  }
  .p-main-visual__image{
    width: 50vw;
    height: 200px;
    position: relative;
    top: 0;
    right: -50px;
  }
  .p-main-visual__image img{
    width: 100%;
    height: 100%;
    object-fit: contain;
  }

  .p-service-chart{
    padding: 60px 0 60px;
  }
  .p-service-chart__title {
    padding-left: 25px;
    font-size: 3rem;
    margin-bottom: 40px;
  }
  .p-service-chart__list{
    margin-bottom: 20px;
  }
  .p-service-chart__list-item{
    width: 100%;
    padding: 0 0 20px;
    margin-bottom: 20px;
  }
  .p-service-chart__list-item:nth-of-type(2n){
    padding-left: 0;
  }
  .p-service-chart__title:before{
    width: 15px;
    height: 15px;
    top:12px;
  }
  .p-service-chart__list-item-image {
    width: 80px;
    margin-right: 20px;
  }
  .p-service-chart__list-item-box {
    width: calc(100% - 100px);
  }
  .p-service-chart__list-item-title{
    font-size: 2rem;
    margin-bottom: 10px;
  }
  .p-service-chart__list-item-text{
    line-height: 1.8;
    font-size: 1.5rem;
    font-weight: 500;
  }
  .p-service-chart__list-item-text span{
    font-size: 1rem;
  }
  .p-service-chart__attention{
    font-size: 1.4rem;
  }

  .p-text-section__title{
    padding-top: 20px;
    line-height: 1.4;
    font-size: 2.6rem;
    margin-bottom: 20px;
  }
  .p-text-section--image .p-text-section__title{
    padding-left: 60px;
  }
  .p-text-section--image .p-text-section__title:before{
    left: 60px;
  }
  .p-text-section__text{
    font-size: 1.6rem;
  }
  .p-text-section__image{
    width: 70px;
    height: 70px;
    position: absolute;
    top:-5px;
    left: -20px;
  }
  .p-text-section__box{
    width:100%;
  }

  .p-case-chart{
    overflow-x: clip;
  }
  .p-case-chart-inner{
    padding: 40px 20px;
  }
  .p-case-chart-inner .pc-none{
    display: block;
  }
  .p-case-chart-inner::before{
    width: 100px;
    right: -30px;
  }
  .p-case-chart-inner::after{
    width: 100px;
    left: 10px;
    bottom: -70px;
  }
  .p-case-chart__title{
    font-size: 3rem;
    margin-bottom: 40px;
  }
  .p-case-chart__title::before {
    top:14px;
  }
  .p-service-links__title{
    font-size: 2.5rem;
  }
  .p-case-chart__list{
    max-width: 700px;
    margin: 0 auto;
  }
  .p-case-chart__list-item{
    display: block;
    margin-bottom: 40px;
  }
  .p-case-chart__list-item-image{
    width: 100%;
    margin: 0 auto 15px;
  }
  .p-case-chart__list-item-box{
    width: 100%;
  }
  .p-case-chart__list-item-title{
    line-height: 1.8;
    font-size: 2rem;
    margin-bottom: 15px;
  }
  .p-case-chart__list-item-title--worries{
    min-height: 36px;
    padding-left: 46px;
    background-size: 36px;
    margin-bottom: 10px;
  }
  .p-case-chart__list-item-title--lamp{
    min-height: 36px;
    padding-left: 46px;
    background-size: 36px;
    margin-bottom: 10px;
  }
  .p-case-chart__list-item .c-button--wide{
    width: 100%;
  }

  .p-case-chart__list-item--arrow{
    position: relative;
    margin-bottom:105px;
  }
  .p-case-chart__list-item--arrow:before{
    content: '';
    display: block;
    width: 60px;
    height: 60px;
    background: url(../images/icon/down-arrow.svg)no-repeat center center / contain;
    position: absolute;
    left: 0;
    right: 0;
    bottom:-85px;
    margin: 0 auto;
  }
  .p-case-chart__list-item--arrow .p-case-chart__list-item-image:before{
    display: none;
  }

  .p-service-links{
    padding-bottom: 0;
  }
  .p-service-links .p-title-box{
    margin-bottom: 40px;
  }
  .p-service-links .p-title-box::before{
    bottom: -120px;
  }
  .p-service-links__list{
    gap:20px;
    margin-bottom: 60px;
  }
  .p-service-links__list-item,
  .p-service-links__list-item--large{
    width: 100%;
  }
  .p-service-links__list-item-link,
  .p-service-links__list-item--large .p-service-links__list-item-link{
    padding: 30px 20px;
    font-size: 1.6rem;
  }

  .p-outline{
    padding: 40px 0 0;
  }
  .p-outline__list{
    flex-wrap: wrap;
    width: 600px;
    padding:0;
    background: none;
  }
  .p-outline__list-item{
    width: 100%;
    border-radius: 10px;
    background: var(--theme-sub2_color);
  }
  
  .p-outline__list-item:first-child{
    margin-bottom: 10px;
  }
  .p-outline__list-item:first-child:after {
    display: none;
  }
  .p-outline__list-item a{
    display: block;
    width: 100%;
    padding:13px 50px;
    font-size: 1.6rem;
  }
  .p-outline__list-item a::before{
    left: 20px;
  }

  .p-service-outline{
    margin: 80px auto 100px;
  }
  .p-service-outline__title {
    padding-left: 25px;
    font-size: 2.8rem;
    margin-bottom: 20px;
  }
  .p-service-outline__title:before{
    width: 15px;
    height: 15px;
    top:12px;
  }
  .p-service-outline__text{
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .p-service-outline__box{
    max-width: 100%;
    border-radius: 0;
    padding:40px 20px;
  }
  .p-service-outline__item{
    width:100%;
  }
  .p-service-outline__item--wide .p-service-outline__list-item{
    width: 100%;
  }
  .p-service-outline__item-title{
    padding-bottom: 15px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .p-service-outline__list{
    gap:15px;
  }
  .p-service-outline__list-item{
    padding-left: 20px;
    background: url(../images/icon/check02.svg)no-repeat top 6px left / 14px;
  }
  .p-service-outline__list-item-title{
    line-height: 1.6;
    font-size: 1.6rem;
    margin-bottom: 2px;
  }
  .p-service-outline__list-item-title br{
    display: none;
  }
  .p-service-outline__list-item-text{
    line-height: 1.6;
    font-size: 1.4rem;
  }
  .p-step__list-item{
    display: block;
    padding: 20px;
  }
  .p-step__list-num{
    padding: 0 0 20px;
    border-right: none;
    border-bottom: solid 1px #CCD3EB;
    margin-bottom: 20px;
  }
  .p-step__list-content{
    display: block;
    padding: 0;
    align-items: flex-start;
  }
  .p-step__list-content-image{
    width: 100%;
    justify-content: center;
    text-align: center;
    margin-bottom: 15px;
  }
  .p-step__list-box{
    width: 100%;
    padding-left: 0;
  }
  .p-step__list-box-title{
    text-align: center;
    margin-bottom: 10px;
  }
  .p-step__list-box-text{
    line-height: 2;
  }
  .p-img-list__item{
    width: 100%;
    margin: 0 auto 60px;
  }
  .p-img-list__item-image{
    width: 250px;
    max-width: 100%;
    height: 230px;
    margin: 0 auto 20px;
  }

  .p-title-box__title{
    font-size: 35px
  }
  .p-title-box__text-eng img{
    height: 50px;
  }

  .p-qa-list__item{
    padding: 20px 0 20px;
  }
  .p-qa-list__item-q{
    padding: 0 20px 0 45px;
  }
  .p-qa-list__item-q::before {
    width: 30px;
    height: 30px;
    top: -4px;
  }
  .p-qa-list__item-a{
    padding: 0 20px 0 45px;
  }
  .p-qa-list__item-a::before{
    width: 30px;
    height: 30px;
    top: -4px;
  }
  .p-case-box{
		padding: 20px 20px 40px;
		max-width: 700px;
		margin:0 auto;
	}
	.p-case-box__title{
		font-size: 2.4rem;
	}
	.p-case-box__list{
		flex-wrap: wrap;
		gap:20px;
		margin-bottom: 40px;
	}
	.p-case-box__list-item{
		width: 100%;
		max-width: 525px;
		margin: 0 auto;
	}

}

@media(max-width:768px){
  .l-header__menu {
    width: calc(100% - 150px);
  }
  .p-logo {
    width: 150px;
  }
  .p-text-section__image{
    top:10px;
  }
  .p-text-section__title br{
    display: block;
  }

  .p-service-outline__sp-slide{
    overflow-x: scroll;
  }
  .p-service-outline__sp-slide-attention{
    display: inline-block;
    padding-right: 17px;
    font-size: 1.3rem;
    font-weight: 400;
    position: relative;
    margin-bottom: 20px;
  }
  .p-service-outline__sp-slide-attention:before{
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: url(../images/icon/hand.svg)no-repeat center center / contain;
    position: absolute;
    top:2px;
    right: 0;
  }
  .p-service-outline__sp-slide .p-service-outline__list{
    width: 520px;
  }
  .p-service-outline__sp-slide .p-service-outline__list-item{
    width:calc(50% - 8px);
  }
  .p-breadcrumb{
    padding: 0 0 0 20px;
    margin: 20px auto 60px;
    overflow-x: auto;
  }
  .p-breadcrumb--mbn{
    margin-bottom: 0;
  }
  .p-breadcrumb__list{
    width: max-content;
  }
  .p-breadcrumb__list-item{
    padding-right: 20px;
    font-weight: 500;
    font-size: 1.2rem;
  }
  .p-breadcrumb__list-item:not(:last-child)::before{
    width: 5px;
    right: 8px;
  }
}


/*------------------------------------------------------------
	Foundation
------------------------------------------------------------*/


/*------------------------------------------------------------
	Animation
------------------------------------------------------------*/

.fade-content{
  transform: translateY(50px);
  transition: .8s ease-in-out;
  opacity: 0;
}
.fade-content__on{
  transform: translateY(0);
  opacity: 1;
}