﻿@charset "UTF-8";
/*************************
フォーム関連のスタイルリセット
**************************/
button,
input[type=submit] {
  background: none;
  border: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: inherit;
}

input[type=text],
input[type=number],
input[type=tel],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
textarea {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/*
layout
*/
/*
color
*/
/*
pxをvwに変換

ウインドウ幅1400pxに対して要素幅50pxの場合
getvw(50,1400)となる
*/
/*
メディアクエリ
記述例
body{
  @include msw('max',1200){
    background-color: red;
  }
}
*/
/*
ICON FONT
*/
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
/************************************************************
SCREEN PC
*************************************************************/
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  section.intro .intro-kv {
    width: calc(100% - 7.6923076923vw);
    margin: 0 0 0 auto;
  }
  section.intro .intro-wrapper {
    position: relative;
    padding: 60px 0 0;
  }
  section.intro .intro-txt-01 {
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.intro .intro-txt-02 {
    margin-top: 20px;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1.12px;
  }
  section.intro .intro-txt-02:nth-of-type(n+2) {
    margin-top: 2em;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  section.intro .intro-kv {
    width: 92.19%;
    max-width: calc(1400px + (100% - 1400px) / 2);
    margin: 0 0 0 auto;
  }
  section.intro .intro-wrapper {
    position: relative;
    padding: 80px 7% 0;
  }
  section.intro .intro-wrapper::after {
    content: "OUR COMMITMENT";
    color: #0C3387;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-family: Play;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    position: absolute;
    top: 80px;
    left: 0;
    display: inline-block;
    transform-origin: left bottom;
    transform: rotate(90deg) translateX(-0.5em);
  }
  section.intro .intro-txt-01 {
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.intro .intro-txt-02 {
    margin-top: 20px;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1.12px;
  }
  section.intro .intro-txt-02:nth-of-type(n+2) {
    margin-top: 2em;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  section.strengths {
    margin-top: 100px;
  }
  section.strengths .strength-title {
    text-align: center;
  }
  section.strengths .strength-nav {
    margin-top: 40px;
  }
  section.strengths .strength-nav .strength-nav-btns .strength-nav-btn {
    margin-top: 20px;
    display: block;
    width: 100%;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #0C3387;
    background: white;
    color: #0C3387;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.05em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  section.strengths .strength-nav .strength-nav-btns .strength-nav-btn .num {
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-family: Play;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    margin-right: 10px;
    padding-top: 0.1em;
  }
  section.strengths .strength-nav .strength-nav-btns .strength-nav-btn::after {
    content: "\ea18";
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }
  section.strengths .strength-nav .strength-nav-btns .strength-nav-txt-01 {
    margin-top: 10px;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.strengths .strength-nav + .strength-head {
    margin-top: 20px;
  }
  section.strengths .strength-head {
    margin-top: 40px;
    padding-top: 60px;
  }
  section.strengths .strength-head-reverse .strength-head-pic {
    margin: 0 0 0 auto;
  }
  section.strengths .strength-head .strength-head-pic {
    width: calc(100% - 7.6923076923vw);
  }
  section.strengths .strength-head .strength-head-txts {
    margin: 40px auto 0;
    width: 84.6153846154vw;
  }
  section.strengths .strength-head .strength-head-txts .strength-head-txt-01 {
    color: #0C3387;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    padding-bottom: 5px;
    border-bottom: 1px solid #CED6E7;
  }
  section.strengths .strength-head .strength-head-txts .strength-head-txt-01 .num {
    color: #0C3387;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-family: Play;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.5em;
    transform: translateY(0.05em);
    display: inline-block;
    margin-right: 10px;
  }
  section.strengths .strength-head .strength-head-txts .strength-head-txt-02 {
    margin-top: 35px;
    font-feature-settings: "palt" on;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.strengths .strength-head .strength-head-txts .strength-head-txt-03 {
    margin-top: 15px;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1.12px;
  }
  section.strengths .strength-head .strength-head-link-btn {
    margin: 40px auto 0;
  }
  section.strengths .strength-onestop {
    margin-top: 60px;
  }
  section.strengths .strength-onestop .strength-onestop-title {
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.strengths .strength-onestop .strength-onestop-txt-01 {
    margin-top: 10px;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1.12px;
  }
  section.strengths .strength-onestop .strength-onestop-boxes .strength-onestop-box {
    margin-top: 40px;
  }
  section.strengths .strength-onestop .strength-onestop-boxes .strength-onestop-box .strength-onestop-box-pic {
    margin-bottom: 20px;
  }
  section.strengths .strength-onestop .strength-onestop-boxes .strength-onestop-box .strength-onestop-box-txts .strength-onestop-box-ttl {
    font-feature-settings: "palt" on;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  section.strengths .strength-onestop .strength-onestop-boxes .strength-onestop-box .strength-onestop-box-txts .strength-onestop-box-ttl .num {
    color: #0C3387;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-family: Play;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    margin-right: 10px;
  }
  section.strengths .strength-onestop .strength-onestop-boxes .strength-onestop-box .strength-onestop-box-txts .strength-onestop-box-txt-01 {
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.98px;
  }
  section.strengths .strength-equipment {
    margin-top: 60px;
  }
  section.strengths .strength-equipment .strength-equipment-title {
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    text-align: center;
  }
  section.strengths .strength-equipment .strength-equipment-boxes {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 7.6923076923vw 5.1282051282vw;
  }
  section.strengths .strength-equipment .strength-equipment-boxes .strength-equipment-box .strength-equipment-box-txts {
    margin-top: 15px;
  }
  section.strengths .strength-equipment .strength-equipment-boxes .strength-equipment-box .strength-equipment-box-txts .strength-equipment-box-txt-01 {
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 1.12px;
    margin-bottom: 10px;
  }
  section.strengths .strength-equipment .strength-equipment-boxes .strength-equipment-box .strength-equipment-box-txts .strength-equipment-box-txt-02 {
    font-feature-settings: "palt" on;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.98px;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  section.strengths {
    margin-top: 150px;
  }
  section.strengths .strength-title {
    text-align: center;
  }
  section.strengths .strength-nav {
    margin-top: 40px;
  }
  section.strengths .strength-nav .strength-nav-btns {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 20px;
  }
  section.strengths .strength-nav .strength-nav-btns .strength-nav-btn {
    display: block;
    width: 100%;
    height: 60px;
    border-radius: 8px;
    border: 1px solid #0C3387;
    background: white;
    color: #0C3387;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 18px;
    font-weight: 700;
    line-height: 1em;
    letter-spacing: 0.05em;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
  }
  section.strengths .strength-nav .strength-nav-btns .strength-nav-btn:hover {
    background-color: #0C3387;
    color: white;
  }
  section.strengths .strength-nav .strength-nav-btns .strength-nav-btn:hover::after {
    margin-top: 3px;
  }
  section.strengths .strength-nav .strength-nav-btns .strength-nav-btn .num {
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-family: Play;
    font-size: 24px;
    font-weight: 700;
    line-height: 1em;
    margin-right: 10px;
    padding-top: 0.1em;
  }
  section.strengths .strength-nav .strength-nav-btns .strength-nav-btn::after {
    content: "\ea18";
    display: inline-block;
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    transition: margin 0.2s;
  }
  section.strengths .strength-nav .strength-nav-btns .strength-nav-txt-01 {
    margin-top: 10px;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.strengths .strength-nav + .strength-head {
    margin-top: 20px;
  }
  section.strengths .strength-head {
    width: 92.19%;
    max-width: calc(1400px + (100% - 1400px) / 2);
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 70px;
    padding-top: 80px;
  }
  section.strengths .strength-head-reverse {
    margin: 70px 0 0 auto;
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
  section.strengths .strength-head-reverse .strength-head-pic {
    margin-right: 0 !important;
    margin-left: 80px;
  }
  section.strengths .strength-head .strength-head-pic {
    margin-right: 80px;
    max-width: 1200px;
  }
  section.strengths .strength-head .strength-head-txts {
    width: 42.5%;
    min-width: 42.5%;
  }
  section.strengths .strength-head .strength-head-txts .strength-head-txt-01 {
    color: #0C3387;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-size: 28px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    padding-bottom: 5px;
    border-bottom: 1px solid #CED6E7;
  }
  section.strengths .strength-head .strength-head-txts .strength-head-txt-01 .num {
    color: #0C3387;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-family: Play;
    font-size: 35px;
    font-weight: 700;
    line-height: 1.5em;
    transform: translateY(0.05em);
    display: inline-block;
    margin-right: 10px;
  }
  section.strengths .strength-head .strength-head-txts .strength-head-txt-02 {
    margin-top: 35px;
    font-feature-settings: "palt" on;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.strengths .strength-head .strength-head-txts .strength-head-txt-03 {
    margin-top: 15px;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1.12px;
  }
  section.strengths .strength-head .strength-head-link-btn {
    margin: 40px 0 0 auto;
  }
  section.strengths .strength-onestop {
    margin-top: 80px;
    width: 900px;
  }
  section.strengths .strength-onestop .strength-onestop-title {
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.strengths .strength-onestop .strength-onestop-txt-01 {
    margin-top: 10px;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1.12px;
  }
  section.strengths .strength-onestop .strength-onestop-boxes .strength-onestop-box {
    margin-top: 40px;
    display: flex;
  }
  section.strengths .strength-onestop .strength-onestop-boxes .strength-onestop-box .strength-onestop-box-pic {
    width: 270px;
    min-width: 270px;
    margin-right: 30px;
  }
  section.strengths .strength-onestop .strength-onestop-boxes .strength-onestop-box .strength-onestop-box-txts .strength-onestop-box-ttl {
    font-feature-settings: "palt" on;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
  }
  section.strengths .strength-onestop .strength-onestop-boxes .strength-onestop-box .strength-onestop-box-txts .strength-onestop-box-ttl .num {
    color: #0C3387;
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-feature-settings: "palt" on;
    font-family: Play;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5em;
    margin-right: 10px;
  }
  section.strengths .strength-onestop .strength-onestop-boxes .strength-onestop-box .strength-onestop-box-txts .strength-onestop-box-txt-01 {
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.98px;
  }
  section.strengths .strength-equipment {
    margin-top: 60px;
  }
  section.strengths .strength-equipment .strength-equipment-title {
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.strengths .strength-equipment .strength-equipment-boxes {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }
  section.strengths .strength-equipment .strength-equipment-boxes .strength-equipment-box .strength-equipment-box-txts {
    margin-top: 15px;
  }
  section.strengths .strength-equipment .strength-equipment-boxes .strength-equipment-box .strength-equipment-box-txts .strength-equipment-box-txt-01 {
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 1.12px;
    margin-bottom: 10px;
  }
  section.strengths .strength-equipment .strength-equipment-boxes .strength-equipment-box .strength-equipment-box-txts .strength-equipment-box-txt-02 {
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.98px;
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
section.awards {
  background-color: #F2F6FD;
}
section.awards .awards-title {
  text-align: center;
}

/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  section.awards {
    margin-top: 100px;
    padding: 100px 0;
  }
  section.awards .awards-intro {
    margin-top: 30px;
  }
  section.awards .awards-intro .awards-intro-txt-01 {
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1.12px;
  }
  section.awards .awards-boxes {
    margin: 40px auto 0;
    width: 69.2307692308vw;
    max-width: 400px;
  }
  section.awards .awards-boxes .awards-box {
    margin-top: 30px;
    display: block;
    background-color: white;
    padding-top: 26px;
    position: relative;
  }
  section.awards .awards-boxes .awards-box-kpro01 .awards-box-pic {
    transform: translateY(12px);
  }
  section.awards .awards-boxes .awards-box .awards-box-prodname {
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.91px;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
  }
  section.awards .awards-boxes .awards-box .awards-box-pic {
    width: 150px;
    margin: 0 auto;
  }
  section.awards .awards-boxes .awards-box .awards-box-detail {
    position: relative;
    background-color: #0C3387;
    padding: 15px 0 20px;
    margin-top: -5px;
  }
  section.awards .awards-boxes .awards-box .awards-box-detail .awards-box-detail-txt-01 {
    color: white;
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.awards .awards-boxes .awards-box .awards-box-detail .awards-box-detail-txt-02 {
    color: white;
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.7px;
  }
  section.awards .awards-boxes .awards-box .awards-box-detail .awards-box-detail-medal {
    color: #34300C;
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.84px;
    width: 70px;
    height: 22px;
    background-size: 70px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 10px auto 0;
  }
  section.awards .awards-boxes .awards-box .awards-box-detail .awards-box-detail-medal-gold {
    background-image: url("../../../images/company_info/reliable/index/awards/medal-gold.png");
  }
  section.awards .awards-boxes .awards-box .awards-box-detail .awards-box-detail-medal-gold::before {
    content: "GOLD賞";
    display: inline-block;
    line-height: 1em;
  }
  section.awards .awards-boxes .awards-box .awards-box-detail .awards-box-detail-medal-silver {
    background-image: url("../../../images/company_info/reliable/index/awards/medal-silver.png");
  }
  section.awards .awards-boxes .awards-box .awards-box-detail .awards-box-detail-medal-silver::before {
    content: "銀賞";
  }
  section.awards .awards-boxes .awards-box .awards-box-detail .awards-box-detail-medal-bronze {
    background-image: url("../../../images/company_info/reliable/index/awards/medal-bronze.png");
  }
  section.awards .awards-boxes .awards-box .awards-box-detail .awards-box-detail-medal-bronze::before {
    content: "銅賞";
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  section.awards {
    margin-top: 150px;
    padding: 150px 0;
  }
  section.awards .awards-intro {
    margin-top: 30px;
  }
  section.awards .awards-intro .awards-intro-txt-01 {
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 1.12px;
  }
  section.awards .awards-boxes {
    margin-top: 40px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0 30px;
  }
  section.awards .awards-boxes .awards-box {
    display: block;
    background-color: white;
    padding-top: 26px;
    position: relative;
  }
  section.awards .awards-boxes .awards-box[href]:hover .awards-box-pic img {
    transform: scale(1.12);
  }
  section.awards .awards-boxes .awards-box:not([href]) {
    pointer-events: none;
  }
  section.awards .awards-boxes .awards-box-kpro01 .awards-box-pic {
    transform: translateY(12px);
  }
  section.awards .awards-boxes .awards-box .awards-box-prodname {
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.91px;
    position: absolute;
    top: 20px;
    left: 0;
    z-index: 2;
    width: 100%;
  }
  section.awards .awards-boxes .awards-box .awards-box-pic {
    width: 150px;
    margin: 0 auto;
  }
  section.awards .awards-boxes .awards-box .awards-box-pic img {
    transition: transform 0.5s;
    will-change: transform;
  }
  section.awards .awards-boxes .awards-box .awards-box-detail {
    position: relative;
    background-color: #0C3387;
    padding: 15px 0 20px;
    margin-top: -5px;
  }
  section.awards .awards-boxes .awards-box .awards-box-detail .awards-box-detail-txt-01 {
    color: white;
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.05em;
  }
  section.awards .awards-boxes .awards-box .awards-box-detail .awards-box-detail-txt-02 {
    color: white;
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 10px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.7px;
  }
  section.awards .awards-boxes .awards-box .awards-box-detail .awards-box-detail-medal {
    color: #34300C;
    text-align: center;
    font-feature-settings: "palt" on;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.5em;
    letter-spacing: 0.84px;
    width: 70px;
    height: 22px;
    background-size: 70px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 10px auto 0;
  }
  section.awards .awards-boxes .awards-box .awards-box-detail .awards-box-detail-medal-gold {
    background-image: url("../../../images/company_info/reliable/index/awards/medal-gold.png");
  }
  section.awards .awards-boxes .awards-box .awards-box-detail .awards-box-detail-medal-gold::before {
    content: "GOLD賞";
    display: inline-block;
    line-height: 1em;
  }
  section.awards .awards-boxes .awards-box .awards-box-detail .awards-box-detail-medal-silver {
    background-image: url("../../../images/company_info/reliable/index/awards/medal-silver.png");
  }
  section.awards .awards-boxes .awards-box .awards-box-detail .awards-box-detail-medal-silver::before {
    content: "銀賞";
  }
  section.awards .awards-boxes .awards-box .awards-box-detail .awards-box-detail-medal-bronze {
    background-image: url("../../../images/company_info/reliable/index/awards/medal-bronze.png");
  }
  section.awards .awards-boxes .awards-box .awards-box-detail .awards-box-detail-medal-bronze::before {
    content: "銅賞";
  }
}
/************************************************************
SCREEN ALL
*************************************************************/
/************************************************************
SCREEN SP
*************************************************************/
@media screen and (max-width:767px) {
  section.casestudy {
    padding: 100px 0;
  }
  section.casestudy .common-sec-title {
    text-align: center;
  }
  section.casestudy .casestudy-boxes .casestudy-box {
    display: block;
    margin-top: 40px;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-pic-container {
    padding-top: 56.274%;
    height: 0;
    position: relative;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-pic-container .box-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-pic-container .box-pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-body {
    position: relative;
    padding-top: 20px;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-category {
    position: absolute;
    top: -12px;
    left: 0;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-category span {
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    padding: 5px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #0C3387;
    background-color: white;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-title {
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7em;
    letter-spacing: 0.05em;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-txts {
    margin-top: 5px;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-txts .box-txt-01 {
    color: #6F6F6F;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.98px;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-tag {
    margin-top: 5px;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-tag span {
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    padding: 5px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #CED6E7;
    background-color: white;
  }
  section.casestudy .casestudy-link {
    margin: 40px auto 0;
  }
}
/************************************************************
SCREEN PC
*************************************************************/
@media screen and (min-width:768px) {
  section.casestudy {
    padding: 150px 0;
  }
  section.casestudy .common-sec-title {
    text-align: center;
  }
  section.casestudy .casestudy-boxes {
    margin-top: 60px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0 40px;
  }
  section.casestudy .casestudy-boxes .casestudy-box {
    display: block;
  }
  section.casestudy .casestudy-boxes .casestudy-box:hover .box-pic-container .box-pic img {
    transform: scale(1.12);
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-pic-container {
    padding-top: 56.274%;
    height: 0;
    position: relative;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-pic-container .box-pic {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-pic-container .box-pic img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    transition: transform 0.5s;
    will-change: transform;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-body {
    position: relative;
    padding-top: 20px;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-category {
    position: absolute;
    top: -12px;
    left: 0;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-category span {
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    padding: 5px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #0C3387;
    background-color: white;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-title {
    font-feature-settings: "palt" on;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.7em;
    letter-spacing: 0.05em;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-txts {
    margin-top: 5px;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-txts .box-txt-01 {
    color: #6F6F6F;
    font-feature-settings: "palt" on;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7em;
    letter-spacing: 0.98px;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-tag {
    margin-top: 5px;
  }
  section.casestudy .casestudy-boxes .casestudy-box .box-tag span {
    color: #0C3387;
    font-feature-settings: "palt" on;
    font-size: 11px;
    font-weight: 400;
    line-height: 1em;
    padding: 5px;
    display: inline-block;
    border-radius: 2px;
    border: 1px solid #CED6E7;
    background-color: white;
  }
  section.casestudy .casestudy-link {
    margin: 100px auto 0;
  }
}