@charset "UTF-8";

.l-main {
    width: 100%;
    padding: 0;
    background: #fff;
}
.l-main * {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 14px;
}
[class*="section__box--bg--"] {
    margin: 120px 0;
    padding: 108px 0;
}
[class*="section__box--"]:not(:last-child){
    margin: 111px 0;
}
.content__inner {
    width: 1140px;
    margin: 0 auto;
    }
.top-pickup__headline {display: flex;flex-direction: column;gap: 0px;margin-bottom: 36px;}
.top-pickup__sub {
    font-family: 'Zen Old Mincho', serif;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.08em;
    background: linear-gradient(90deg, #1992EE 0%, #004B8D 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin: 0;
}
.top-pickup__title {
    font-family: 'Zen Old Mincho', serif;
    font-size: 35px;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #333333;
    margin: 0;
}
.main__text {
    width: 100%;
}
.l-main .section__box--bg--philosophy {
    margin-top: 0;
    background: url("/images/company/philosophy__bg.webp") no-repeat center center/cover;
    padding-bottom: 70px;
}
.philosophy__box {
    min-height: 503px;
    display: flex;
    align-items: center;
    position: relative;
    z-index: 1;
    }
.philosophy__textbox {
    width: 679px;
    height: 395px;
    background: #fff;
    padding: 50px 48px 50px 50px;
    position: relative;
    z-index: 1;
    }
    .philosophy__box::before {
    content: "";
    position: absolute;
    top: 61px;
    left: 10px;
    width: 679px;
    height: 395px;
    border: 1px solid #004B8D;
    z-index: 1;
    }
    .philosophy__box::after {
    content: "";
    position: absolute;
    top: 3px;
    left: 430px;
    width: 1101px;
    height: 503px;
    background: url("/images/company/philosophy__img01.webp") no-repeat center center/cover;
    z-index: 0;
    }
.philosophy__ttl {
    color: #004B8D;
    font-family: 'Zen Old Mincho', serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: 2.6px;
    line-height: 1.5;
    margin-bottom: 27px;
}
.philosophy__ttl--small {
    color: #004B8D;
    font-family: 'Zen Old Mincho', serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    display: block;
    letter-spacing: 1.6px;
    margin-bottom: 5px;
}
.philosophy__ttl--small02 {
    margin-bottom: 0;
    line-height: 2.3;
}
.philosophy__text {
    line-height: 1.8;
    margin-bottom: 21px;
}
.section__box--service .top-pickup__headline {
    align-items: center;
}
.service__list {
    display: flex;
    flex-direction: column;
    gap: 45px;
}
.service__list__item {
    display: flex;
    justify-content: space-between;
    padding: 52px 0 48px 48px;
    position: relative;
    flex-wrap: wrap;
    z-index: 1;
}
.service__list__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 1530px;
    height: 100%;
    background: #EFF5FB;
    z-index: -1;
}
.service__list__item:nth-child(even) {
    flex-direction: row-reverse;
    padding: 50px 51px 55px 0;
}
.service__list__item:nth-child(even)::before {
    left: inherit;
    right: 0;
    background: #EFF1FB;;
}
.service__list__item__imgbox {
    width: 480px;
    height: fit-content;
    }
.service__list__item__textbox {width: 570px;}
.service__list__item__ttl {
    color: #004B8D;
    font-family: "Zen Old Mincho";
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
    letter-spacing: 2.6px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 11px;
    }
.service__list__item__ttl--sub {
    background: linear-gradient(92deg, #A0CAEA 1.63%, #61ADF0 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-family: "Zen Old Mincho";
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 1.92px;
    margin-left: 2px;
    line-height: 1.4;
    padding-bottom: 5px;
}
.service__list__item--02 .service__list__item__ttl {
    margin-top: 46px;
}
.service__list__item--02 .more__btn {
   width: 350px;
   padding: 12px 14px 14px 50px;
   gap: 45px;
}
.service__list__item__text--bold {
    color: #333;
    font-size: 18px;
    font-weight: 500;
    line-height: 2;
    margin-bottom: 20px;
}
.service__list__item__text {
    line-height: 2;
    margin-bottom: 14px;
}
.more__btn {
    border-radius: 999px;
    background: linear-gradient(90deg, #1992EE 0%, #004B8D 100%);
    box-shadow: 2px 4px 5px 0 rgba(0, 0, 0, 0.16);
    display: flex;
    width: 377px;
    padding: 12px 41px 14px 50px;
    justify-content: end;
    align-items: flex-end;
    gap: 30px;
    margin: 31px auto 0;
    color: #fff;
    font-size: 16px;
}
.more__btn:hover {
    background: #1992EE;
    opacity: 1;
    color: #fff;
}
.service__under__box {width: 1090px;padding-top: 30px;}
.service__under__ttl {
padding-top: 30px;
border-top: 1px solid #CCC;
color: #333;
text-align: center;
font-family: "Zen Old Mincho";
font-size: 21px;
font-style: normal;
font-weight: 600;
line-height: 170%;
margin-bottom: 20px;
}
.service__under__list {
position: relative;
z-index: 1;
display: flex;
justify-content: space-between;
}
.service__under__item {
    height: 124px;
    width: 202px;
    background: #fff;
    padding: 23px 20px;
    text-align: center;
    line-height: 2;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.service__under__item::before {
    content: "";
    position: absolute;
    top: 7px;
    left: 5px;
    border: 1px solid #1992EE;
    z-index: -1;
    height: 124px;
    width: 202px;
}
.service__under__list02 {
    display: flex;
    gap: 30px;
    margin-top: 41px;
    border-top: 1px solid #CCC;
    padding-top: 41px;
    }
.service__under__item02 {
    display: flex;
    width: 530px;
    padding: 30px 39px;
    flex-direction: column;
    align-items: center;
    gap: 3px;
    align-self: stretch;
    background: #fff;
    }
.service__under__item02-ttl {
    color: #333;
    text-align: center;
    font-family: "Zen Old Mincho";
    font-size: 21px;
    font-style: normal;
    font-weight: 600;
    line-height: 170%;
    margin-bottom: 1px;
}
.service__under__item02-text {
    line-height: 2;
}
.section__box--bg--message {
    margin-top: 0;
    background: url("/images/company/message__bg.webp") no-repeat center center/cover;
    padding: 108px 0 119px;
}
.section__box--bg--message .top-pickup__headline{
    align-items: center;
    margin-bottom: 32px;
}
.message__box--imgbox {
position: relative;
}
.message__box--textbox {
margin-top: 41px;
display: flex;
flex-direction: column;
gap: 18px;
}
.message__box--text {
line-height: 1.9;
}
.message__imgbox--textbox {
position: absolute;
top: 160px;
left: -20px;
display: flex;
padding: 20px 30px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 10px;
background: linear-gradient(95deg, #004B8D 12.18%, #1992EE 68.58%);
}
.message__imgbox--text {
color: #FFF;
font-family: "Zen Old Mincho";
font-size: 30px;
font-style: normal;
font-weight: 500;
line-height: 160%; /* 48px */
}
.message__box--nametextbox {
        text-align: end;
    color: #333;
    font-family: "Zen Old Mincho";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 180%;
    margin-top: 11px;
}
.message__box--nametext {
color:  #333;
font-family: "Zen Old Mincho";
font-size: 21px;
font-style: normal;
font-weight: 600;
line-height: 170%;
margin-left: 9px;
}
.section__box--profile {
    padding-bottom: 120px;
}
.section__box--profile .top-pickup__headline
{
align-items: center;
}
.profile__box {
display: flex;
justify-content: start;
gap: 50px;
}
.profile__imgbox--img {
width: 520px;
height: 346px;
}
.profile__imgbox--img img {
width: 100%;
height: 100%;
object-fit: cover;
}
.profile__textbox {
width: 570px;
}
.profile__text--list {
    display: flex;
    flex-direction: column;
    gap: 17px;
    margin-top: 14px;
}
.profile__text--item {
    display: flex;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
}
.profile__text--ttl {
display: flex;
min-width: 110px;
font-weight: 500;
}
.profile__imgbox {
    display: flex;
    flex-direction: column;
    gap: 10px;
}