@charset "utf-8";
/* CSS Document */
/*

#005EAA　加賀ブルー
#9EB2BD　グレー
#ECF4FB　ライトブルー
#EBEDF0　ライトグレー
#E5002F  旭東レッド

*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
 margin:0;
 padding:0;
 border:0;
 outline:0;
 font-size:100%;
 vertical-align:baseline;
 background:transparent;
 box-sizing:border-box;
 line-height: 1.6;
}
*:before, *:after {
 -webkit-box-sizing: inherit;
 box-sizing: inherit;
}
html, body {
 font-size: 62.5%;
 overflow-x: hidden; /* 横スクロールを防ぐ */
 width: 100%;
 max-width: 100%; /* 幅がブラウザを超えないように */
 min-height: 100vh; /* 画面の高さを最低限確保 */
}
html {
 font-size: 62.5%;
}
body {
 color:#333333;
 text-align:center;
 font-size: 1.6rem;
 font-family: 'Noto Sans JP', 'Roboto Condensed', sans-serif;
 line-height: 1;
 background-color: #EBEDF0;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
 display:block;
}
nav ul {
 list-style:none;
}
blockquote, q {
 quotes:none;
}
blockquote:before, blockquote:after, q:before, q:after {
 content:'';
 content:none;
}
a {
 margin:0;
 padding:0;
 font-size:100%;
 vertical-align:baseline;
 background:transparent;
 transition : all 0.5s ease 0s;
}
ins {
 background-color:#ff9;
 color:#000;
 text-decoration:none;
 text-align: left;
}
mark {
 background-color:#ff9;
 color:#000;
 font-style:italic;
 font-weight:bold;
}
del {
 text-decoration: line-through;
}
abbr[title], dfn[title] {
 border-bottom:1px dotted;
 cursor:help;
}
hr {
 display:block;
 height:1px;
 border:0;
 border-top:1px solid #cccccc;
 margin:1em 0;
 padding:0;
}
input, select {
 vertical-align:middle;
}
* {
 margin:0;
 padding:0;
}
img {
 border:none;
 vertical-align:bottom;
 max-width: 100%;
 height: auto;
}
hr {
 display:none;
}
ul {
 list-style:none;
}
a {
 overflow:hidden;
}
table {
 font-size:inherit;
 font:100%;
 border-collapse:collapse;
 border-spacing:0;
}
.clearfix:after {
 content:" ";
 display:block;
 clear:both;
}
a {
 /*\*/
   overflow: hidden;/**/
}
a {
 color: #39C;
 text-decoration: underline;
}
a:hover {
 text-decoration: none;
 color: #39C;
}
.replace {
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
}
.fLeft, .alignleft, .imgLeft {
 float: left;
 margin-right: 30px;
}
.fRight, .alignright, .imgRight {
 float: right;
 margin-left: 30px;
}
.textLeft {
 text-align: left;
}
.textRight {
 text-align: right;
}
.textCenter {
 text-align: center;
}
.textRed {
 color: #E5002F;
}
.textGn {
 color: #006666;
}
.textRoboto {
 font-family: "Roboto Condensed", serif;
}
@media (max-width: 768px) {
.pc {
 display: none !important;
}
}
@media (min-width: 768px) {
.sp {
 display: none !important;
}
}
.flex {
 width: 100%;
 display: flex;
}
.flexBwn {
 width: 100%;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
.flexEven {
 width: 100%;
 display: flex;
 justify-content: space-evenly;
 flex-wrap: wrap;
}
.flexAround {
 width: 100%;
 display: flex;
 justify-content: space-around;
 flex-wrap: wrap;
}
dl.dlHorizon {
 display:flex;
 flex-wrap: wrap;
 width: 100%;
 text-align: left;
}
dl.dlHorizon dt {
 width: 15%;
}
@media (max-width: 768px) {
dl.dlHorizon dt {
 flex: 1 0 100%;
}
}
dl.dlHorizon dd {
 width: 85%;
}
@media (max-width: 768px) {
dl.dlHorizon dd {
 flex: 1 0 100%;
}
}
.dlHorizon.dlHorizon1 {
 border-top: 1px solid #DCDFE4;
 border-right: 1px solid #DCDFE4;
 border-left: 1px solid #DCDFE4;
 background-color: #FFF;
}
@media (max-width: 768px) {
.dlHorizon.dlHorizon1 {
 border-top: none;
 border-right: none;
 border-left: none;
 padding: 10px 4%;
}
}
.dlHorizon.dlHorizon1 dt, .dlHorizon.dlHorizon1 dd {
 border-bottom: 1px solid #DCDFE4;
 padding: 2rem;
}
@media (max-width: 768px) {
.dlHorizon.dlHorizon1 dt, .dlHorizon.dlHorizon1 dd {
 padding: 0px;
}
}
.dlHorizon.dlHorizon1 dt {
 letter-spacing: 0.2em;
 font-weight: 600;
 background-color: #005EAA;
 text-align: center;
 color: #FFF;
}
@media (max-width: 768px) {
.dlHorizon.dlHorizon1 dt {
 width: 100%;
 font-weight: 600;
 background-color: #FFFFFF;
 text-align: left;
 border-bottom: none;
 color: #005EAA;
}
}
@media (max-width: 768px) {
.dlHorizon.dlHorizon1 dd {
 padding-bottom: 1rem;
 margin-bottom: 1rem;
}
}
.arrow {
 position: relative;
 display: inline-block;
 padding: 0 0 0 16px;
 color: #000;
 vertical-align: middle;
 text-decoration: none;
 font-size: 1.5rem;
}
.arrow:before, .arrow:after {
 position: absolute;
 top: 0;
 bottom: 0;
 left: 0;
 margin: auto;
 content: "";
 vertical-align: middle;
}
.btn, a.btn, button.btn {
 font-size: 1.6rem;
 font-weight: 600;
 line-height: 1.5;
 position: relative;
 display: inline-block;
 cursor: pointer;
 user-select: none;
 transition: all 0.3s;
 text-align: center;
 vertical-align: middle;
 text-decoration: none;
 letter-spacing: 0.1em;
 color: #FFF;
 border-radius: 0.2rem;
 background-color: #005EAA;
 width: 100%;
 padding-top: 1rem;
 padding-bottom: 1rem;
}
.btn:hover, a.btn:hover, button.btn:hover {
 background-color: #E5002F;
}
.linkBtn {
 width: 200px;
 clear: both;
 margin-right: auto;
 margin-left: auto;
}
.linkBtn2 {
 text-align: center;
}
.btn2, a.btn2, button.btn2 {
 font-size: 1.6rem;
 font-weight: 600;
 position: relative;
 display: inline-block;
 cursor: pointer;
 user-select: none;
 transition: all 0.3s;
 text-align: center;
 vertical-align: middle;
 text-decoration: none;
 letter-spacing: 0.1em;
 color: #005EAA;
 border-radius: 0.2rem;
 border: 1px solid #005EAA;
 transition: all 0.3s ease;
 padding: 1.8rem 8rem 1.8rem 5rem;
}
.btn2:after, a.btn2:after, button.btn2:after {
 content: "\f054";
 font-family: "Font Awesome 6 Free";
 font-weight: 900;
 position: absolute;
 right: 4rem;
 top:50%;
 transform: translateY(-50%);
 transition: right 0.3s ease;
}
.btn2:hover, a.btn2:hover, button.btn2:hover {
 color: #FFF;
 background-color: #005EAA;
}
.btn2:hover:after, a.btn2:hover:after, button.btn2:hover:after {
 right: 2rem;
}
@media (max-width: 768px) {
.btn2, a.btn2, button.btn2 {
 padding: 1.8rem 4rem 1.8rem 2rem;
}
.btn2:after, a.btn2:after, button.btn2:after {
 right: 2rem;
}
.btn2:hover:after, a.btn2:hover:after, button.btn2:hover:after {
 right: 1rem;
}
}
@media (hover: none) {
.btn2:after {
 right: 1rem;
}
}
.first {
 background-color: #005EAA;
 height: 100vh;
 width: 100vw;
 opacity: 1;
 background-size: 1000% 100%;
 position: relative;
 animation: slideBackground 3s forwards;
 z-index: 1000;
}
 @keyframes slideBackground {
 0% {
 background-position: 100% 0;
 opacity: 1;
}
 50% {
 opacity: 1;
}
 100% {
 background-position: 0 0;
 opacity: 0;
}
}
.first h1 {
 font-size: 7.3rem;
 color: #FFF;
 position: absolute;
 top: 20vh;
 left: 0;
 transform: translateX(-100%);
 animation: slideFirstLogo 0.3s forwards 1s;
 line-height: 0.2;
 font-family: 'Roboto', sans-serif;
}
.first h1 span {
 font-size: 22rem;
 font-style: italic;
}
 @keyframes slideFirstLogo {
 0% {
 transform: translateX(-100%);
 opacity: 1;
}
 100% {
 transform: translateX(calc(99vw - 100%));
 opacity: 1;
}
}
@media (max-width: 768px) {
.first h1 {
 font-size: 2rem;
 top: 30vh;
 left: 0;
 transform: translateX(-100%);
 animation: slideFirstLogo 0.3s forwards 1s;
 line-height: 0;
 text-align: center;
}
.first h1 span {
 font-size: 10rem;
}
}
.container {
 display: flex;
 align-items: flex-start;
 width: calc(100% - clamp(220px, 15vw, 300px));
 position: absolute;
 left: 0px;
 top: 0px;
}
@media (max-width: 768px) {
.container {
 display: block;
 width: 100%;
}
}
@media (min-width: 768px) {
#Top #Side {
 position: fixed;
 top: 0;
 transform: translateX(-100%);
 width: clamp(220px, 15vw, 300px);
 z-index: 1000;
 height: 100vh;
 flex-shrink: 0;
 animation: slideInFromLeft 0.5s ease-in-out 1s forwards;
 background-color: #FFF;
}
#Side {
 position: fixed;
 top: 0;
 transform: translateX(0);
 width: clamp(220px, 15vw, 300px);
 z-index: 1000;
 height: 100vh;
 flex-shrink: 0;
 background-color: #FFF;
}
@keyframes slideInFromLeft {
 0% {
 transform: translateX(-100%);
}
 100% {
 transform: translateX(0);
}
}
.contents {
 position: relative;
 height: 100vh;
 background-color: #f0f0f0;
 z-index: 999;
 left: clamp(220px, 15vw, 300px);
 width: calc(100% - clamp(220px, 15vw, 300px));
}
}
@media (max-width: 768px) {
#Top #Side {
 position: relative;
 width: 100%;
 min-width: 100%;
 height: 70px;
 clear: both;
 z-index: 1000;
 transform: translateY(-100px);
 animation: slideInFromLeft 0.2s ease-in-out 1s forwards;
}
#Side {
 position: relative;
 width: 100%;
 min-width: 100%;
 height: 70px;
 clear: both;
 z-index: 1000;
 transform: translateY(0px);
}
@keyframes slideInFromLeft {
 0% {
 transform: translateY(-100px);
}
 100% {
 transform: translateY(0);
}
}
.contents {
 height: calc(100vh - 70px);
 z-index: 999;
 left: 0;
 width: 100%;
}
}
#Top .topHeader {
 height: 100vh;
 text-align: left;
 background-size: cover;
 background-position: center;
 position: relative;
 opacity: 0;
 animation: zoomAndFade 2s ease-in-out forwards;
 background-color: #FFC;
 overflow: hidden;
}
@media (max-width: 768px) {
#Top .topHeader {
 height: calc(100vh - 70px);
}
}
@keyframes zoomAndFade {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
#Top .topHeader h1 {
 position: absolute;
 top: 60px;
 right: 6%;
 opacity: 0;
 transform: translateY(-50px);
 animation: dropIn 0.3s cubic-bezier(0.25, 1, 0.5, 1) 6s forwards;
}
@keyframes dropIn {
 0% {
 transform: translateX(200vw);
 opacity: 0;
}
 100% {
 transform: translateX(0);
 opacity: 1;
}
}
#Top .topHeader .photo {
 height: 100vh;
 width: 100%;
 position: absolute;
 left: 0px;
 top: 0px;
 overflow: hidden;
 opacity: 0;
 visibility: hidden;
 background-color: #000;
}
#Top .topHeader .photo img {
 width: 100%;
 height: 100%;
 object-fit: cover;
}
@media (max-width: 768px) {
#Top .topHeader .photo {
 height: calc(100vh - 70px);
 overflow: hidden;
}
}
/* photo1のアニメーション */
@keyframes fadeInPhoto1 {
0% {
 opacity: 0;
 visibility: hidden;
 transform: scale(1.8);
}
 20% {
 opacity: 0.6;
 transform: scale(1.3);
}
 100% {
 opacity: 1;
 visibility: visible;
 transform: scale(1);
}
}
.photo1 {
 animation: fadeInPhoto1 4s cubic-bezier(0.4, 0, 0.8, 1) 0.1s forwards;
}
/* photo2のアニメーション */
@keyframes fadeInPhoto2 {
 0% {
 opacity: 0;
 visibility: hidden;
}
 100% {
 opacity: 1;
 visibility: visible;
}
}
.photo2 {
 animation: fadeInPhoto2 2s forwards;
 animation-delay: 10.5s;
}
.photo1.hide {
 opacity: 0;
 visibility: hidden;
}
/* テキストのアニメーション */
#Top .topHeader h2, #Top .topHeader p {
 opacity: 0;
 animation: fadeInText 2s ease-out forwards;
}
#Top .topHeader h2 {
 animation-delay: 4.5s;
}
@keyframes fadeInText {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
#Top .topHeader h2 span {
 opacity: 0;
 animation: fadeInText 0.5s ease-out forwards;
}
#Top .topHeader h2 span:nth-of-type(1) {
 animation-delay: 4s;
}
#Top .topHeader h2 span:nth-of-type(2) {
 animation-delay: 4.5s;
}
#Top .topHeader h2 span:nth-of-type(3) {
 animation-delay: 5s;
}
#Top .topHeader p {
 animation-delay: 7s;
}
@media (max-width: 767px) {
#Top .topHeader h1 {
 top: 20px;
 right: 5%;
}
#Top .topHeader h1 img {
 max-width: 60vw;
}
}
#Top .topHeader h2 {
 padding-top: 32vh;
 padding-left: 10%;
 font-size: 3.8rem;
 font-weight: 800;
 padding-bottom: 35px;
}
@media (max-width: 767px) {
#Top .topHeader h2 {
 padding-top: 15vh;
 padding-left: 4%;
 font-size: 2.5rem;
 font-weight: 800;
 padding-bottom: 40px;
}
}
#Top .topHeader p {
 padding-left: 10%;
 font-size: 2.0rem;
 font-weight: 800;
 line-height: 2.3em;
}
@media (max-width: 767px) {
#Top .topHeader p {
 padding-left: 4%;
 font-size: 1.6rem;
 font-weight: 600;
 line-height: 1.7em;
 padding-right: 4%;
 margin-bottom: 1rem;
}
}
#Top .topHeader h2, #Top .topHeader p {
 text-shadow: 
 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, 1), 0px 0px 6px rgba(255, 255, 255, 1), 0px 0px 7px rgba(255, 255, 255, 1);
 color: #000;
}
#Side::after {
 content: "";
 position: absolute;
 top: 0;
 right: 0;
 width: 1px;
 height: 100%;
 background: linear-gradient(to bottom, #005EAA 30vh, #EBEDF0 30vh);
}
@media (max-width: 768px) {
#Side::after {
 width: 0px;
 height: 0px;
 background: none;
}
}
#Side #SideCompany {
 width: 100%;
 height: 30vh;
 background: #005EAA;
 margin-bottom: 2vh;
 display: flex;
 justify-content: center;
}
#Side h1 a {
 display: block;
 text-decoration: none;
 height: 100%;
 width: 100%;
}
#Side h1 a span {
 margin-bottom: 3vh;
 margin-top: 7vh;
 color: #FFF;
 text-decoration: none;
 font-size: 1.5rem;
 display: block;
 font-weight: 400;
 letter-spacing: 0.1em;
}
@media (max-width: 768px) {
#Side #SideCompany {
 width: 100%;
 height: 70px;
 margin-bottom: 0px;
 padding-right: 70px;
 display: block;
}
#Side h1 a span {
 margin-bottom: 1px;
 margin-top: 2px;
 color: #FFF;
 text-decoration: none;
 font-size: 1.1rem;
 display: block;
 text-align: left;
 margin-left: 3%;
}
#Side h1 img {
 max-height: 40px;
 width: auto;
}
}
#Side #SideNavi {
 margin-bottom: 30px;
 position: relative;
}
@media (max-width: 768px) {
#Side #SideNavi {
 display: none;
}
}
#Side #SideNavi ul li a {
 display: block;
 width: 100%;
 text-align: left;
 font-size: 1.6rem;
 font-weight: 600;
 letter-spacing: .03em;
 color: #005eaa;
 text-decoration: none;
 padding: 0 0px 0px 2em;
 box-sizing: border-box;
 line-height: 45px;
}
#Side #SideNavi ul li a:hover {
 background: #005EAA;
 color: #FFF;
 text-decoration: none;
}
#Side #SideNavi ul li {
 position: relative;
}
#Side #SideNavi .subNavi {
 visibility: hidden;
 opacity: 0;
 position: absolute;
 left: 100%;
 top: -32vh;
 z-index: 999;
 transition: width 0.5s ease-out, min-width 0.5s ease-out, opacity 0.3s ease-out, visibility 0.3s ease-out;
 padding: 32vh 0em 0em;
 background: linear-gradient(to bottom, rgba(0, 94, 170, 0.7) 30vh, rgba(255, 255, 255, 0.9) 30vh);
 width: 0;
 min-width: 0px;
 min-height: 100vh;
}
#Side #SideNavi .subNavi:hover {
 width: 30vw;
 min-width: 400px;
 opacity: 1;
 visibility: visible;
}
#Side #SideNavi .menu2 .subNavi {
 top: calc(-32vh - 45px );
 padding-top: calc(32vh + 45px );
}
#Side #SideNavi .menu3 .subNavi {
 top: calc(-32vh - 90px );
 padding-top: calc(32vh + 90px);
}
#Side #SideNavi .subNavi li {
 opacity: 0;
 transform: translateY(10px);
 transition: opacity 0.3s ease-out, transform 0.3s ease-out;
 padding-left: 1em;
 padding-right: 1em;
}
#Side #SideNavi ul li:hover .subNavi, #Side #SideNavi ul li:focus-within .subNavi {
 visibility: visible;
 opacity: 1;
 width: 30vw;
 min-width: 400px;
}
#Side #SideNavi ul li:hover .subNavi li, #Side #SideNavi ul li:focus-within .subNavi li {
 opacity: 1;
 transform: translateY(0);
}
#Side #SideNavi ul li:hover .subNavi, #SideNavi ul li:focus-within .subNavi {
 visibility: visible;
 opacity: 1;
 transform: translateY(0);
}
#Side #SideNavi .subNavi li:nth-child(1) {
 transition-delay: 0.7s;
}
#Side #SideNavi .subNavi li:nth-child(2) {
 transition-delay: 0.8s;
}
#Side #SideNavi .subNavi li:nth-child(3) {
 transition-delay: 0.9s;
}
#Side #SideNavi .subNavi li:nth-child(4) {
 transition-delay: 1.0s;
}
#Side #SideNavi .subNavi li:nth-child(5) {
 transition-delay: 1.1s;
}
#Side #SideNavi ul li .subNavi li a {
 padding-left: 1em;
 position: relative;
 width: 100%;
 height: 100%;
 background-color: transparent;
}
#Side #SideNavi ul li .subNavi li a:hover {
 color: #FFF !important;
}
#Side #SideNavi ul li .subNavi li a span {
 position: relative;
 width: 100%;
 padding-left: 20px;
 color: #005EAA;
 display: inline-block;
}
#Side #SideNavi ul li .subNavi li a span::before {
 content: "\f105";
 font-family: "Font Awesome 6 Free";
 font-weight: 900;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 left: 0;
 color: #005EAA;
}
#Side #SideNavi ul li .subNavi li a:hover span {
 color: #FFF !important;
 z-index: 2;
}
#Side #SideNavi ul li .subNavi li a:hover span::before {
 color: #FFF;
}
#Side #SideNavi ul li .subNavi li a::after {
 content: "";
 position: absolute;
 left: 0;
 top: 0;
 width: 0%;
 height: 100%;
 background-color: #005EAA;
 transition: width 0.5s ease;
 z-index: 0;
}
#Side #SideNavi ul li .subNavi li a:hover::after {
 width: 100%;
}
#Side #SideToi {
 padding-right: 6%;
 padding-left: 6%;
 margin-bottom: 80px;
}
@media (max-width: 768px) {
#Side #SideToi {
 display: none;
}
}
#Side #SideToi p a.btn {
 margin-bottom: 10px;
 line-height: 30px;
}
#PageTop #Side #SideToi p.eng a.btn {
 font-size: 1.5rem;
 font-family: "Roboto Condensed", serif;
}
#Side #SideKaga {
}
@media (max-width: 768px) {
#Side #SideKaga {
 display: none;
}
}
#Footer {
 background-color: #9EB2BD;
 clear: both;
}
#Footer:after {
 content:" ";
 display:block;
 clear:both;
}
#Footer .footerNavi1 {
 text-align: left;
 padding: 50px 5% 120px;
}
@media (max-width: 768px) {
#Footer .footerNavi1 {
 padding: 20px 4% 50px;
}
}
#Footer .footerNavi1 ul {
 width: 28%;
 margin-bottom: 50px;
}
@media (max-width: 768px) {
#Footer .footerNavi1 ul {
 width: 100%;
 margin-bottom: 25px;
}
}
#Footer .footerNavi1::after {
 display: block;
 content:"";
 width: 28%;
}
#Footer .footerNavi1 ul li, #Footer .footerNavi1 ul li a {
 display: block;
 line-height: 1.5;
}
#Footer .footerNavi1 ul li {
 margin-bottom: 10px;
}
#Footer .footerNavi1 ul li, #Footer .footerNavi1 ul li a {
 color: #FFFFFF;
 text-decoration: none;
}
#Footer .footerNavi1 ul li a:hover {
 transform: translateX(10px);
}
#Footer .footerNavi1.flexBwn ul .footerNavi1Cat {
 font-size: 1.7rem;
 border-bottom-width: 1px;
 border-bottom-style: solid;
 border-bottom-color: #FFF;
 margin-bottom: 10px;
 padding-bottom: 3px;
}
#Footer .footerInfo {
 clear: both;
 margin-bottom: 60px;
}
@media (max-width: 768px) {
#Footer .footerInfo {
 margin-bottom: 20px;
 margin-right: 4%;
 margin-left: 4%;
}
}
#Footer .footerInfo address {
 font-style: normal;
 color: #FFF;
 margin-top: 10px;
}
#Footer .footerInfo address span {
 margin-left: 5rem;
}
@media (max-width: 768px) {
#Footer .footerInfo address span {
 margin-left: 0rem;
 display: block;
}
}
#Footer .footerNavi2 {
 clear: both;
 background-color: #005EAA;
 padding-top: 15px;
 padding-bottom: 15px;
}
@media (max-width: 768px) {
#Footer .footerNavi2 {
 background-color: #005EAA;
 padding: 15px 4%;
}
}
#Footer .footerNavi2 ul {
 justify-content:center;
 align-items:center;
}
#Footer .footerNavi2 ul li a {
 color: #FFF;
 text-decoration: none;
 font-size: 1.5rem;
}
@media (max-width: 768px) {
#Footer .footerNavi2 ul li, #Footer .footerNavi2 ul li a {
 font-size: 1.3rem;
 line-height: 1.3em;
}
}
#Footer .footerNavi2 ul li a:hover {
 color: #9EB2BD;
 text-decoration: none;
}
#Footer .footerNavi2 ul li+ li {
 border-left: 0;
 border-left: 1px solid #FFF;
 padding-left: 15px;
 margin-left: 15px;
}
#Footer .footerCopyright {
 color: #FFF;
 background-color: #000;
 padding-top: 15px;
 padding-bottom: 15px;
 font-family: "Roboto Condensed", serif;
}
#FooterContact {
 width: 100%;
 height: 275px;
 display: flex;
 align-items: center;
 justify-content: flex-end;
 position: relative;
}
#FooterContact:before {
 content: "";
 position: absolute;
 z-index: -1;
 left: 0;
 top: 0;
 width: 36%;
 height: 100%;
 background-size: cover;
 background-image: url(../images/common/footer_contact_bg.jpg);
 background-repeat: no-repeat;
 background-position: right center;
}
#FooterContact .footerContactBox {
 width: 64%;
 height: 275px;
 padding: 52.5px 0;
 display: flex;
 align-items: center;
 position: relative;
 z-index: 0;
 background: #005eaa
}
#FooterContact .footerContactBox:after {
 content: "";
 position: absolute;
 z-index: -1;
 left: -107px;
 top: 0;
 width: 0;
 height: 0;
 border-style: solid;
 border-width: 0 0 275px 107px;
 border-color: transparent transparent #005eaa transparent;
}
#FooterContact .footerContactBox h4 {
 margin-left: -127px;
 width: 170px;
 height: 170px;
 background: #040000;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
 color: #FFF;
 position: relative;
 font-size: 1.5rem;
 font-weight: 400;
 line-height: 30px;
 flex-shrink: 0;
}
#FooterContact .footerContactBox h4:before {
 content: "CONTACT";
 font-size: 2.3rem;
 font-family: Roboto, sans-serif;
 font-weight: 600;
 padding-bottom: 20px;
}
#FooterContact .footerContactBox h4:after {
 content: "";
 height: 1px;
 width: 20%;
 background-color: #FFF;
 position: absolute;
}
#FooterContact .footerContactBox .footerContactContant {
 padding-right: 50px;
 padding-left: 50px;
}
#FooterContact .footerContactBox p {
 text-align: left;
 color: #FFF;
 margin-bottom: 20px;
}
#FooterContact .footerContactBox .footerContactContant .btn {
 background-color: #FFF;
 padding-top: 2rem;
 padding-bottom: 2rem;
 color: #005EAA;
}
#FooterContact .footerContactBox .footerContactContant .btn:hover {
 background-color: #ECF4FB;
}
@media screen and (max-width: 768px) {
#FooterContact {
 height: 200px;
}
#FooterContact:before {
 width: 30%;
 max-width: 30%;
}
#FooterContact .footerContactBox {
 height: 200px;
 width: 70%;
}
#FooterContact .footerContactBox:after {
 border-width: 0 0 200px 70px;
 left: -70px;
}
#FooterContact .footerContactBox h4 {
 margin-left: -25vw;
 width: 150px;
 height: 150px;
 font-size: 1.5rem;
}
#FooterContact .footerContactBox h4:before {
 font-size: 1.8rem;
 padding-bottom: 20px;
}
#FooterContact .footerContactBox .footerContactContant {
 padding-right: 5%;
 padding-left: 5%;
}
#FooterContact .footerContactBox p {
 margin-bottom: 10px;
 font-size: 1.4rem;
}
}
#pagetop {
 position: fixed;
 bottom: 10px;
 right: 10px;
 width: 50px;
 height: 50px;
 color: #666;
 display: flex;
 justify-content: center;
 align-items: center;
 border-radius: 50%;
 opacity: 0;
 visibility: hidden;
 transition: opacity 0.3s ease, visibility 0.3s ease;
 text-decoration: none;
}
#pagetop i {
 font-size: 5.5rem;
}
#pagetop.show {
 opacity: 1;
 visibility: visible;
}
@media (max-width: 768px) {
/* ハンバーガーアイコン */
.burger {
 width: 70px;
 height: 70px;
 position: fixed;
 display: flex;
 align-items: center;
 justify-content: center;
 top: 0px;
 right: 0px;
 z-index: 2000;
 background-color: #000;
}
.burger:hover {
 cursor: pointer;
}
/* 真ん中の線 */
.burger .line {
 width: 60%;
 height: 4px;
 transition: 0.6s;
 background-color: #FFF;
 position: absolute;
}
/* 上の線 */
.burger::before {
 content: "";
 position: absolute;
 width: 60%;
 height: 4px;
 top: 18px;
 transition: 0.6s;
 background-color: #FFF;
}
/* 下の線 */
.burger::after {
 content: "";
 position: absolute;
 width: 60%;
 height: 4px;
 bottom: 18px;
 transition: 0.6s;
 background-color: #FFF;
}
/* メニュー */
.navigation {
 width: 100vw;
 height: 100vh;
 background: #EBEDF0;
 position: fixed !important;
 right: -100vw;
 transition: 0.6s;
 top: 0;
 overflow: auto;
 z-index: 1500;
 padding-top: 80px;
}
.nav-active {
 right: 0px;
}
.burger-active::before {
 transform: rotate(45deg);
 top: 0;
 bottom: 0;
 margin: auto;
}
.burger-active::after {
 transform: rotate(-45deg);
 top: 0;
 bottom: 0;
 margin: auto;
}
.burger-active > .line {
 transform: scale(0);
}
.navigation > ul {
 margin-left: 25px;
 margin-right: 25px;
 text-align: left;
 border-bottom: 1px solid #9EB2BD;
 border-top: 1px solid #9EB2BD;
}
.navigation > ul > li > ul {
 padding-left: 20px;
}
.navigation ul li a {
 text-decoration: none;
 display: block;
 position: relative;
 padding: 10px;
 color: #000;
 vertical-align: middle;
 text-decoration: none;
 border-top: 1px solid #9EB2BD;
}
.navigation ul li:first-child a {
 border-top-style: none;
}
.navigation ul li ul li a {
 border-top: 1px dotted #9EB2BD !important;
}
.navigation ul > li:has(ul) {
 margin-bottom: 10px;
 padding-top: 10px;
 border-top: 1px solid #9EB2BD;
}
.navigation ul li ul li:first-child {
 margin-top: 10px;
}
.navigation ul li a:before {
 content: "\f105";
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
 margin-right: 8px;
 color: #005EAA;
}
.navigation ul li > ul > li a:before {
 font-size: 1.3rem;
 color: #9EB2BD;
}
.navigation ul li a:hover {
 background-color: #ECF4FB;
 display: block;
}
}
.contents {
 z-index: 10;
 flex-grow: 1;
}
.contents:after {
 content:" ";
 display:block;
 clear:both;
}
.contents .contentsHeader {
 width: 100%;
 height: calc(30vh + 100px);
 background-image: url(../images/common/header_bg1_s.jpg);
 background-size: cover;
 background-position: center center;
 position: relative;
 text-align: left;
}
@media (max-width: 768px) {
.contents .contentsHeader {
 height: 240px;
}
.contents .news.contentsHeader {
 background-image: url(../images/common/header_bg2_s.jpg);
}
.contents .business.contentsHeader {
 background-image: url(../images/common/header_bg3_s.jpg);
}
.contents .company.contentsHeader {
 background-image: url(../images/common/header_bg5_s.jpg);
}
.contents .info.contentsHeader, .contents .contact.contentsHeader {
 background-image: url(../images/common/header_bg7_s.jpg);
}
.contents .sustaina.contentsHeader {
 background-image: url(../images/common/header_bg6_s.jpg);
}
.contents .recruit.contentsHeader {
 background-image: url(../images/common/header_bg8_s.jpg);
}
}
@media (min-width: 768px) {
.contents .contentsHeader {
 background-image: url(../images/common/header_bg1.jpg);
}
.contents .news.contentsHeader {
 background-image: url(../images/common/header_bg2.jpg);
}
.contents .business.contentsHeader {
 background-image: url(../images/common/header_bg3.jpg);
}
.contents .company.contentsHeader {
 background-image: url(../images/common/header_bg5.jpg);
}
.contents .info.contentsHeader, .contents .contact.contentsHeader {
 background-image: url(../images/common/header_bg7.jpg);
}
.contents .sustaina.contentsHeader {
 background-image: url(../images/common/header_bg6.jpg);
}
.contents .recruit.contentsHeader {
 background-image: url(../images/common/header_bg8.jpg);
}
}
.pageCategory {
 font-size: 3.0rem;
 font-weight: 600;
 padding-top: 40px;
 padding-left: 50px;
 color: #ECF4FB;
 margin-bottom: 6px;
}
@media (max-width: 768px) {
.pageCategory {
 font-size: 2.0rem;
 font-weight: 400;
 padding-top: 20px;
 padding-left: 4%;
 color: #ECF4FB;
 margin-bottom: 6px;
}
}
.pageCategory span {
 display: flex;
 align-items: center;
 color: #E5002F;
 font-size: 1.7rem;
 text-transform: uppercase;
 font-family: "Roboto Condensed", serif;
 letter-spacing: 0.1em;
 font-weight: 800;
}
.pageCategory span::before {
 content: '';
 display: inline-block;
 margin-right: 20px;
 width: 40px;
 height: 1px;
 background-color: #E5002F;
}
.pageTitle {
 font-size: 3.2rem;
 color: #FFFFFF;
 text-align: center;
 line-height: 100px;
 height: 100px;
 font-weight: 600;
 letter-spacing: 0.1em;
 background: linear-gradient(45deg, rgba(0, 0, 00, 0.4) 0%, rgba(0, 0, 0, 0.4)100%);
 position: absolute;
 left: 0px;
 bottom: 0px;
 width: 100%;
}
@media (max-width: 768px) {
.pageTitle {
 font-size: 2.0rem;
 line-height: 70px;
 height: 70px;
}
}
.breadcrumb {
 width: 100%;
 display: flex;
 gap: 2rem;
 padding: 1rem 1rem 1rem 50px;
 background-color: #FFFFFF;
 opacity: 0.7;
 list-style: none;
 font-size: 1.5rem;
}
@media (max-width: 768px) {
.breadcrumb {
 gap: 1rem;
 padding: 1rem;
}
}
.breadcrumb li:after {
 padding: 0 0 1rem 1rem;
 font-weight: normal;
 content: '/';
}
.breadcrumb li:first-child::before {
 margin-right: 0.5rem;
 font-family: "Font Awesome 5 Free";
 font-weight: 900;
 content: '\f015';
}
.breadcrumb li:last-child::after {
 padding: 0;
 content: "";
}
.breadcrumb li a {
 color: #000;
}
.main {
 clear: both;
 text-align: left;
}
.main:after {
 content:" ";
 display:block;
 clear:both;
}
.style86 {
 padding-right: 7%;
 padding-left: 7%;
 clear: both;
 position: relative;
}
@media (max-width: 768px) {
.style86 {
 padding-right: 4%;
 padding-left: 4%;
 clear: both;
}
}
.style86:after {
 content:" ";
 display:block;
 clear:both;
}
.style86w {
 clear: both;
 background-color: #FFF;
 margin-right: 7%;
 margin-left: 7%;
 border: 1px solid #005EAA;
 padding-bottom: 30px;
}
.style86wIn {
 padding: 30px 4% 30px;
}
@media (max-width: 768px) {
.style86w {
 margin-right: 4%;
 margin-left: 4%;
 padding-bottom: 15px;
}
.style86wIn {
 padding: 15px 4% 15px;
}
}
.style86w:after, .style86wIn:after {
 content:" ";
 display:block;
 clear:both;
}
.bgCol1 {
 background-color: #FCFCFC;
}
.bgCol2 {
 background-color: #ECF4FB;
}
.bgCol3 {
 background-color: #EBEDF0;
}
.padSet {
 padding-top: 70px;
 padding-bottom: 70px;
}
@media (max-width: 768px) {
.padSet {
 padding-top: 20px;
 padding-bottom: 20px;
}
}
.mgnBtm120 {
 margin-bottom: 120px;
}
.mgnBtm100 {
 margin-bottom: 100px;
}
.mgnBtm80 {
 margin-bottom: 80px;
}
.mgnBtm60 {
 margin-bottom: 60px;
}
.mgnBtm40 {
 margin-bottom: 40px;
}
.mgnBtm20 {
 margin-bottom: 20px;
}
.mgnBtm10 {
 margin-bottom: 10px;
}
@media (max-width: 768px) {
.mgnBtm120 {
 margin-bottom: 30px;
}
.mgnBtm100 {
 margin-bottom: 25px;
}
.mgnBtm80 {
 margin-bottom: 25px;
}
.mgnBtm60 {
 margin-bottom: 25px;
}
.mgnBtm40 {
 margin-bottom: 20px;
}
.mgnBtm20 {
 margin-bottom: 10px;
}
.mgnBtm10 {
 margin-bottom: 5px;
}
}
.secTitle1 {
 position: relative;
 padding-bottom: 40px;
 text-align: center;
 display: block;
}
.secTitle1.bfJp {
}
.secTitle1::before {
 content: attr(data-bf);
 display: block;
 color: #005EAA;
 font-size: 2.6rem;
 margin-bottom: 2rem;
 font-family: "Roboto Condensed", serif;
 font-weight: 600;
 letter-spacing: 0.1em;
}
.secTitle1.bfJp::before {
 font-family: 'Noto Sans JP', 'Roboto Condensed', sans-serif;
 margin-bottom: 3.5rem;
 font-size: 2.8rem;
}
.secTitle1::after {
 content: '';
 position: absolute;
 top: 4.5rem;
 left: 50%;
 transform: translateX(-50%);
 width: 50px;
 height: 4px;
 background-color: #005EAA;
}
.secTitle1.bfJp::after {
 top: 5.5rem;
}
@media (max-width: 768px) {
.secTitle1 {
 padding-bottom: 20px;
}
.secTitle1::before {
 font-size: 2.2rem;
 margin-bottom: 2rem;
}
.secTitle1.bfJp::before {
 margin-bottom: 2.5rem;
 font-size: 2.2rem;
}
.secTitle1::after {
 top: 4rem;
 height: 4px;
}
.secTitle1.bfJp::after {
 top: 4.5rem;
}
}
.secTitle2 {
 position: relative;
 padding-bottom: 12px;
 font-size: 2.6rem;
 text-align: left;
 margin-bottom: 30px;
 padding-left: 30px;
 color: #005EAA;
 font-weight: 600;
}
.secTitle2::before {
 content: '';
 position: absolute;
 bottom: 0;
 left: 0;
 width: 10px;
 height: 105%;
 background-color: #005EAA;
 border-radius: 2px 2px 0 0;
}
.secTitle2::after {
 content: '';
 position: absolute;
 bottom: 0;
 left: 5px;
 width: 100%;
 height: 8px;
 background-image: repeating-linear-gradient(135deg, #005EAA 0px, #005EAA 1px, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
 background-size: 8px 8px;
}
@media (max-width: 768px) {
.secTitle2 {
 padding-bottom: 10px;
 font-size: 1.9rem;
 margin-bottom: 15px;
 padding-left: 20px;
}
.secTitle2::before {
 width: 8px;
}
}
.secTitle3 {
 font-size: 2.2rem;
 font-weight: 600;
 text-align: center;
 margin-bottom: 50px;
}
@media (max-width: 768px) {
.secTitle3 {
 font-size: 1.8rem;
 margin-bottom: 20px;
}
}
.secTitle4 {
 font-size: 2.6rem;
 color: #005EAA;
 font-weight: 600;
 margin-bottom: 10px;
}
@media (max-width: 768px) {
.secTitle4 {
 font-size: 1.8rem;
 margin-bottom: 6px;
}
}
.secTitle4:before {
 content: "■ ";
}
.secTitle5 {
 font-size: 2.0rem;
 font-weight: 600;
 color: #FFF;
 background-color: #005EAA;
 padding: 1.5rem 2rem;
}
@media (max-width: 768px) {
.secTitle5 {
 font-size: 1.9rem;
 padding: 1.2rem 2rem;
}
}
.secTitle6 {
 font-size: 2.2rem;
 color: #005EAA;
 font-weight: 600;
 margin-bottom: 10px;
}
@media (max-width: 768px) {
.secTitle6 {
 font-size: 1.7rem;
 margin-bottom: 4px;
}
}
.subTitle1 {
 font-size: 1.8rem;
 font-weight: 600;
 margin-bottom: 6px;
}
.contentBody {
 clear: both;
}
.contentBody p {
 margin-bottom: 2rem;
}
.contentBody figure {
 text-align: center;
 margin-bottom: 3rem;
}
.contentBody ul {
 list-style-type: disc;
 padding-left: 20px;
 margin-bottom: 3rem;
}
.contentBody ul li {
 margin-bottom: 0.5rem;
}
.photos {
 width: 100%;
 display: flex;
 justify-content: space-between;
 flex-wrap: wrap;
}
.photos li {
 width: 23%;
 margin-bottom: 40px;
 background-color: #FFF;
}
@media screen and (min-width: 768px) {
.photos:before {
 content: "";
 display: block;
 width: 23%;
 height: 0;
 order: 1;
}
.photos:after {
 content: "";
 display: block;
 width: 23%;
 height: 0;
}
}
@media screen and (max-width: 768px) {
.photos li {
 width: 49%;
 margin-bottom: 20px;
}
}
.photos li span {
 display: block;
 background-color: #005EAA;
 color: #FFF;
 text-align: center;
 height: 3em;
 display:flex;
 justify-content:center;
 align-items:center;
 line-height: 1.2em;
}
.photos li img {
 height: 200px;
 object-fit: cover;
 width: 100%;
}
.photos img.imgContain {
 object-fit: contain;
}
table {
 width: 100%;
 border-left: 1px solid #9EB2BD;
 border-top: 1px solid #9EB2BD;
 background-color: #FFF;
}
table th, table td {
 padding: 1rem;
 border-right: 1px solid #9EB2BD;
 border-bottom: 1px solid #9EB2BD;
}
table th {
 text-align: center;
 background-color: #005EAA;
 color: #FFF;
 font-weight: 600;
 white-space: nowrap;
}
.textLead {
 font-size: 1.8rem;
 line-height: 1.8;
 font-weight: 400;
 margin-bottom: 4rem;
}
.textLead p {
 font-size: 1.8rem;
 line-height: 1.8;
 font-weight: 400;
 margin-bottom: 2rem;
}
@media screen and (max-width: 768px) {
.textLead {
 font-size: 1.7rem;
 line-height: 1.7;
 margin-bottom: 2rem;
}
.textLead p {
 font-size: 1.7rem;
 line-height: 1.7;
 margin-bottom: 1.5rem;
}
}
.numberOl {
 counter-reset:number;
 list-style-type: none!important;
}
.numberOl > li {
 position: relative;
 padding-left: 50px;
 line-height: 1.7;
 padding-top: 1.5rem;
 padding-bottom: 1.5rem;
 font-size: 1.7rem;
}
.numberOl > li:before {
 position: absolute;
 counter-increment: number;
 content: counter(number);
 display:inline-block;
 background: #005EAA;
 color: #FFFFFF;
 font-family: "Roboto Condensed", serif;
 font-weight: 600;
 font-size: 2.0rem;
 border-radius: 50%;
 left: 0;
 width: 40px;
 height: 40px;
 line-height: 40px;
 text-align: center;
 top: 29px;
 -webkit-transform: translateY(-50%);
 transform: translateY(-50%);
}
.numberOl > li > ol {
 margin-top: 20px;
 margin-left: 50px;
}
@media screen and (max-width: 768px) {
.numberOl > li > ol {
 margin-top: 10px;
 margin-left: 30px;
}
}
.main .pageLead {
 line-height: 2.2em;
 text-align: left;
 font-size: 1.7rem;
}
@media (max-width: 767px) {
.main .pageLead {
 line-height: 1.7em;
 font-size: 1.6rem;
}
}
.pageLead2 {
 width: 86%;
 margin-right: auto;
 margin-left: auto;
 margin-bottom: 60px;
 font-size: 1.9rem;
 line-height: 1.8em;
}
@media screen and (max-width: 768px) {
.pageLead2 {
 width: 92%;
 margin-bottom: 20px;
 font-size: 1.7rem;
}
}
.map {
 position: relative;
 width: 100%;
 padding-top: 56.25%;
 height: 0;
}
.map iframe {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
}
figure.figCenter img {
 display: block;
 margin: 0 auto;
}
#Top .top.contentsHeader {
 height: 100vh;
 background-image: url(../images/top/photo1.jpg);
}
#Top .top.contentsHeader h1 {
 position: absolute;
 top: 60px;
 right: 6%;
}
@media (max-width: 767px) {
#Top .top.contentsHeader h1 {
 top: 20px;
 right: 5%;
}
#Top .top.contentsHeader h1 img {
 max-width: 40vw;
}
}
#Top .top.contentsHeader h2 {
 padding-top: 32vh;
 padding-left: 10%;
 font-size: 3.5rem;
 font-weight: 800;
 padding-bottom: 35px;
}
@media (max-width: 767px) {
#Top .top.contentsHeader h2 {
 padding-top: 15vh;
 padding-left: 4%;
 font-size: 2.5rem;
 font-weight: 800;
 padding-bottom: 20px;
}
}
#Top .top.contentsHeader p {
 padding-left: 10%;
 font-size: 1.9rem;
 font-weight: 600;
 line-height: 2.3em;
}
@media (max-width: 767px) {
#Top .top.contentsHeader p {
 padding-left: 4%;
 font-size: 1.6rem;
 font-weight: 600;
 line-height: 1.7em;
 padding-right: 4%;
}
}
#Top .top.contentsHeader h2, #Top .top.contentsHeader p {
 text-shadow: 
 0px 0px 2px rgba(255, 255, 255, 1), 0px 0px 4px rgba(255, 255, 255, 1), 0px 0px 6px rgba(255, 255, 255, 1), 0px 0px 7px rgba(255, 255, 255, 1);
 color: #000;
}
#Top .main #TopNewsRelease .newsList {
 border-top: 1px solid #005EAA;
 text-align: left;
 padding-top: 15px;
}
#Top .main #TopNewsRelease .newsList li {
 width: 100%;
}
#Top .main #TopNewsRelease .newsList li a {
 display: flex;
 align-items: center;
 column-gap: 2rem;
 width: 100%;
 color: #333;
 text-decoration: none;
 padding: 15px;
 box-sizing: border-box;
}
@media (max-width: 767px) {
#Top .main #TopNewsRelease .newsList li a {
 padding: 10px 0px;
}
}
#Top .main #TopNewsRelease .newsList li a:hover {
 background-color: #D4D8D8;
}
#Top .main #TopNewsRelease .newsList li a .new {
 font-size: 1.2rem;
 background-color: #005EAA;
 color: #FFF;
 padding: 0.2em 1em;
 flex: 0 0 50px;
 text-align: center;
 font-family: 'Roboto Condensed', sans-serif;
}
#Top .main #TopNewsRelease .newsList li a .date {
 flex: 0 0 9ch;
 text-align: left;
 font-family: 'Roboto Condensed', sans-serif;
}
#Top .main #TopNewsRelease .newsList li a .cat {
 background-color: #D4D8D8;
 font-size: 1.3rem;
 padding: 0.2em 2em;
 flex: 0 0 150px;
 text-align: center;
}
#Top .main #TopNewsRelease .newsList li a:hover .cat {
 background-color: #EBEDF0;
}
#Top .main #TopNewsRelease .newsList li a p {
 flex: 1;
 text-align: left;
}
@media screen and (max-width: 768px) {
#Top .main #TopNewsRelease .newsList li a {
 flex-wrap: wrap;
}
#Top .main #TopNewsRelease .newsList li a p {
 flex: 1 0 100%;
 margin-top: 5px;
}
}
@media screen and (min-width: 768px) {
#CompanyOutline #Sec1 .dlHorizon.dlHorizon1 dt {
 width: 20%;
}
#CompanyOutline #Sec1 .dlHorizon.dlHorizon1 dd {
 width: 80%;
}
#CompanyOutline #Sec1 .dlHorizon.dlHorizon1 dd {
 position: relative;
}
#CompanyOutline #Sec1 .dlHorizon.dlHorizon1 dd .linkBtn {
 position: absolute;
 right: 4%;
 bottom: 2rem;
}
}
@media screen and (max-width: 768px) {
#CompanyOutline #Sec1 .dlHorizon.dlHorizon1 dd .linkBtn {
 margin-top: 5px;
 margin-bottom: 5px;
}
}
@media screen and (max-width: 768px) {
.shikaku {
 display: block;
}
}
@media screen and (min-width: 768px) {
.shikaku.flex .shikakuDetail {
 flex-grow: 1;
}
.shikaku.flex .shikakuDetail .dlHorizon dt {
 width: 7em;
 padding-top: 2px;
 padding-bottom: 2px;
}
.shikaku.flex .shikakuDetail .dlHorizon dd {
 width: calc(100% - 7em);
 padding-top: 2px;
 padding-bottom: 2px;
}
}
@media screen and (max-width: 768px) {
.shikaku.flex .shikakuDetail .dlHorizon dt {
 font-weight: 600;
 color: #005EAA;
}
.shikaku.flex .shikakuDetail .dlHorizon dd {
 margin-bottom: 3px;
 padding-bottom: 3px;
 border-bottom: 1px solid #9EB2BD;
}
}
.shikakuImg {
 width: 400px;
 flex-shrink: 0;
 gap: 25px;
}
@media screen and (max-width: 768px) {
.shikakuImg {
 width: 100%;
 margin-top: 15px;
}
}
.flex.shikakuImg li {
 max-height: 250px;
 width: auto;
}
.flex.shikakuImg li img {
 width: 100%;
 height: 100%;
 object-fit: contain;
}
#CompanyVision .main .style86 #Vision1 p {
 font-size: 4rem;
 font-weight: 800;
 letter-spacing: 0.2em;
 text-align: center;
}
@media screen and (max-width: 768px) {
#CompanyVision .main .style86 #Vision1 p {
 font-size: 2.7rem;
 letter-spacing: 0.1em;
}
}
#CompanyVision .main .style86 #Vision2 .secTitle2, #CompanyVision .main .style86 #Vision3 .secTitle2 {
 line-height: 1.1;
 font-size: 1.7rem;
}
#CompanyVision .main .style86 #Vision2 .secTitle2 > span, #CompanyVision .main .style86 #Vision3 .secTitle2 span {
 display: block;
 font-size: 4rem;
 font-weight: 800;
 color: #005EAA;
 letter-spacing: 0.3em;
}
#CompanyVision .main .style86 #Vision2 .secTitle2 span span {
 font-size: 2.5rem;
 letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
#CompanyVision .main .style86 #Vision2 .secTitle2, #CompanyVision .main .style86 #Vision3 .secTitle2 {
 line-height: 1.1;
 font-size: 1.4rem;
}
#CompanyVision .main .style86 #Vision2 .secTitle2 > span, #CompanyVision .main .style86 #Vision3 .secTitle2 span {
 font-size: 2.2rem;
}
#CompanyVision .main .style86 #Vision2 .secTitle2 span span {
 font-size: 1.8rem;
}
}
#CompanyVision .main .style86 #Vision2 ul, #CompanyVision .main .style86 #Vision3 ul {
 text-align: center;
}
@media screen and (max-width: 768px) {
#CompanyVision .main .style86 #Vision2 ul, #CompanyVision .main .style86 #Vision3 ul {
 text-align: center;
 display: block;
}
}
#CompanyVision .main .style86 #Vision2 ul li h4, #CompanyVision .main .style86 #Vision3 ul li h4 {
 font-size: 3.5rem;
 text-emphasis: circle;
 margin-bottom: 20px;
 font-family: "Roboto Mono", serif;
 font-weight: 400;
}
@media screen and (max-width: 768px) {
#CompanyVision .main .style86 #Vision2 ul li:nth-child(-n+2), #CompanyVision .main .style86 #Vision3 ul li:nth-child(-n+2) {
 margin-bottom: 35px;
}
#CompanyVision .main .style86 #Vision2 ul li h4, #CompanyVision .main .style86 #Vision3 ul li h4 {
 font-size: 3.0rem;
 margin-bottom: 0px;
}
}
#CompanyVision .main .style86 #Vision2 ul li h4::first-letter, #CompanyVision .main .style86 #Vision3 ul li h4::first-letter {
 color: #005EAA;
}
#CompanyVision .main .style86 #Vision2 ul li p, #CompanyVision .main .style86 #Vision3 ul li p {
 font-size: 1.7rem;
 text-emphasis: circle;
}
@media screen and (min-width: 768px) {
#CompanyVision .main #Sec2 {
 padding-top: 90px;
}
}
@media screen and (min-width: 768px) {
#CompanyMessage .main #President .message h1 {
 margin-bottom: 30px;
 font-size: 2.4rem;
 margin-top: 15px;
}
#CompanyMessage .main #President .message p {
 margin-bottom: 1em;
 font-size: 1.7rem;
 line-height: 1.8;
}
}
@media screen and (max-width: 768px) {
#CompanyMessage .main #President .message h1 {
 margin-bottom: 10px;
 font-size: 1.8rem;
}
#CompanyMessage .main #President .message .fRight {
 max-width: 50%;
 margin-left: 10px;
}
}
#NewsTop {
}
@media screen and (min-width: 768px) {
#NewsTop .main #Sec1 .newsList {
 border-top: 1px solid #9EB2BD;
}
}
#NewsTop .main #Sec1 .newsList li {
 border-bottom: 1px solid #9EB2BD;
}
#NewsTop .main #Sec1 .newsList li a {
 display: flex;
 flex-wrap: wrap;
 align-items: center;
 padding: 2em 2%;
 text-decoration: none;
 color: #333;
}
@media screen and (max-width: 768px) {
#NewsTop .main #Sec1 .newsList li a {
 padding: 1em 2%;
}
}
#NewsTop .main #Sec1 .newsList li a:hover {
 background-color: #D4D8D8;
}
#NewsTop .main #Sec1 .newsList li a .date {
 width: 10em;
 height: 35px;
 display: flex;
 align-items: center;
 padding: 0;
 font-size: 1.4rem;
}
#NewsTop .main #Sec1 .newsList li a .cat, #NewsTop .main #Sec1 .newsList li a .new {
 height: 35px;
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 0 1em 0 0;
 border-color: #fff;
 font-size: 1.4rem;
 background: #D4D8D8;
 padding: 0 1.5em;
}
#NewsTop .main #Sec1 .newsList li a:hover .cat {
 background: #FFFFFF;
}
@media screen and (max-width: 768px) {
#NewsTop .main #Sec1 .newsList li a .date {
 width: 10ch;
 height: 25px;
}
#NewsTop .main #Sec1 .newsList li a .cat, #NewsTop .main #Sec1 .newsList li a .new {
 height: 25px;
 margin-right: 8px;
}
}
#NewsTop .main #Sec1 .newsList li a .new {
 background: #005EAA;
 color: #FFF;
}
#NewsTop .main #Sec1 .newsList li a p {
 width: 100%;
 margin: 0;
 padding-top: 1rem;
 padding-right: 0;
 padding-left: 0;
}
#NewsTop .main #Sec1 .entryDate {
 margin-bottom: 2rem;
 font-weight: 600;
}
.bizLead .secTitle3 {
 font-size: 2.6rem;
 margin-bottom: 30px;
}
.bizLead p {
 font-size: 1.7rem;
 line-height: 1.8;
}
@media screen and (max-width: 768px) {
.bizLead .secTitle3 {
 font-size: 2.2rem;
 margin-bottom: 10px;
}
}
@media screen and (min-width: 1500px) {
.bizLead p {
 width: 75%;
 margin-right: auto;
 margin-left: auto;
}
}
@media screen and (min-width: 768px) {
#BusinessFacility .secTitle4 {
 font-size: 2.2rem;
}
#BusinessFacility #Sec2 .photos {
 justify-content: start;
 gap: 20px;
}
#BusinessFacility #Sec4 .photos {
}
}
#BusinessFacility #Sec2 .flex.fig1, #BusinessEms #Sec4 .flex.fig1 {
 display: flex;
 gap: 4%;
 justify-content: start;
}
#BusinessFacility #Sec2 .flex.fig1 figure, #BusinessEms #Sec4 .flex.fig1 figure {
 text-align: center;
 display: flex;
 flex-direction: column;
 height: 100%;
}
#BusinessFacility #Sec2 .flex.fig1 figure.figure1, #BusinessEms #Sec4 .flex.fig1 figure.figure1 {
 width: 60%;
}
#BusinessFacility #Sec2 .flex.fig1 figure.figure2, #BusinessEms #Sec4 .flex.fig1 figure.figure2 {
 flex-grow: 1;
}
@media screen and (max-width: 768px) {
#BusinessFacility #Sec2 .flex.fig1, #BusinessEms #Sec4 .flex.fig1 {
 display: block;
}
#BusinessFacility #Sec2 .flex.fig1 figure.figure1, #BusinessFacility #Sec2 .flex.fig1 figure.figure2, #BusinessEms #Sec4 .flex.fig1 figure.figure1, #BusinessEms #Sec4 .flex.fig1 figure.figure2 {
 width: 100%;
}
}
#BusinessFacility #Sec2 .flex.fig1 figure figcaption, #BusinessEms #Sec4 .flex.fig1 figure figcaption {
 color: #FFF;
 width: 100%;
 flex-wrap: nowrap;
 gap: 0%;
}
#BusinessFacility #Sec2 .flex.fig1 figure figcaption span, #BusinessEms #Sec4 .flex.fig1 figure figcaption span {
 background-color: #005EAA;
 width: 100%;
 height: 5em;
 display: flex;
 justify-content: center;
 align-items: center;
}
#BusinessFacility #Sec2 .flex.fig1 figure figcaption div, #BusinessEms #Sec4 .flex.fig1 figure figcaption div {
 background-color: #005EAA;
 width: 49.8%;
 height: 5em;
 display: flex;
 justify-content: center;
 align-items: center;
 line-height: 1.2;
}
#BusinessFacility #Sec2 .flex.fig1 figure figcaption div span, #BusinessEms #Sec4 .flex.fig1 figure figcaption div span {
 font-size: 1.5rem;
 display: block;
}
#BusinessFacility #Sec2 .flex.fig1 figure .figureImg, #BusinessEms #Sec4 .flex.fig1 figure .figureImg {
 width: 100%;
 height: 300px;
 position: relative;
 overflow: hidden;
}
#BusinessFacility #Sec2 .flex.fig1 figure .figureImg img, #BusinessEms #Sec4 .flex.fig1 figure .figureImg img {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 height: 100%;
 object-fit: cover;
}
#SustainaCsr .numberOl > li {
 font-size: 2.0rem;
 font-weight: 600;
 color: #005EAA;
 margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
#SustainaCsr .numberOl > li {
 font-size: 1.8rem;
 margin-bottom: 0px;
}
}
#SustainaCsr .numberOl > li > ol {
 list-style-type: none;
 margin-left: 0px;
 margin-top: 10px;
}
@media screen and (max-width: 768px) {
#SustainaCsr .numberOl > li > ol {
 margin-left: -50px;
}
}
#SustainaCsr .numberOl > li > ol > li {
 font-size: 1.7rem;
 font-weight: 400;
 color: #333333;
}
@media screen and (max-width: 768px) {
#SustainaCsr .numberOl > li > ol > li {
 font-size: 1.6rem;
}
}
#SustainaCsr #Sec3 .discUl {
 list-style-type: none;
 font-size: 1.7rem;
 line-height: 1.8;
}
@media screen and (max-width: 768px) {
#SustainaCsr #Sec3 .discUl {
 font-size: 1.6rem;
 line-height: 1.8;
 margin-left: 0rem;
}
}
#SustainaCsr #Sec3 .discUl li {
 position: relative;
 padding-left: 2rem;
 margin-bottom: 1.5rem;
}
#SustainaCsr #Sec3 .discUl li::before {
 content: "●";
 position: absolute;
 left: 0;
 top: 0;
}
#SustainaQuality #Sec2 .bgWhite {
 background-color: #FFF;
 padding: 30px 4%;
}
@media screen and (min-width: 768px) {
#SustainaQuality #Sec3 table {
 width: 600px;
 table-layout: auto;
 max-width: 100%;
}
#SustainaQuality #Sec3 table td, #SustainaQuality #Sec3 table th {
 padding-right: 3rem;
 padding-left: 3rem;
}
}
@media screen and (min-width: 768px) {
#CompanyAccess #Sec1 .styleHalf .secTitle2 {
 font-size: 2.2rem;
 margin-bottom: 15px;
 padding-left: 25px;
}
}
#CompanyAccess #Sec1 .styleHalf .secTitle2:before {
 height: 100%;
 width: 7px;
}
@media screen and (max-width: 768px) {
#CompanyAccess #Sec1.flexBwn {
 display: block;
}
}
#CompanyAccess #Sec1 .styleHalf {
 width: 47%;
 padding-bottom: 80px;
}
@media screen and (max-width: 768px) {
#CompanyAccess #Sec1 .styleHalf {
 width: 100%;
 padding-bottom: 30px;
}
}
#CompanyAccess #Sec1 .styleHalf ul li span {
 display: inline-block;
 margin-right: 4rem;
}
#BusinessLocation .figCenter {
 background-color: #FFF;
 padding: 50px 5%;
}
@media screen and (max-width: 768px) {
#BusinessLocation .figCenter {
 padding: 15px 4%;
}
}
#BusinessLocation li.telFax span {
 display: inline-block;
 margin-right: 4rem;
}
#BusinessLocation dl.biz {
 margin-top: 20px;
}
@media screen and (max-width: 768px) {
#BusinessLocation dl.biz {
 margin-top: 6px;
 margin-bottom: 10px;
}
}
#BusinessLocation dl.biz dt {
 margin-bottom: 5px;
 display: block;
 border-bottom: 1px solid #005EAA;
 color: #005EAA;
 padding-bottom: 5px;
 font-weight: 600;
}
#BusinessLocation dl.biz dd {
}
#BusinessLocation #Tokyo figure, #BusinessLocation #Osaka figure {
 width: 200px;
}
@media screen and (max-width: 768px) {
#BusinessLocation #Tokyo .flexBwn > div, #BusinessLocation #Osaka .flexBwn > div {
 width: 60%;
}
#BusinessLocation #Tokyo figure, #BusinessLocation #Osaka figure {
 width: 37%;
}
}
@media screen and (min-width: 768px) {
#BusinessLocation .secTitle4, #BusinessService .secTitle4 {
 font-size: 2.3rem;
}
}
#BusinessLocation #Tottori .flexBwn {
 align-items: flex-end;
}
#BusinessService picture {
 display: grid;
 place-items: center;
}
@media screen and (min-width: 768px) {
#BusinessService .subTitle1 {
 font-size: 2.2rem;
 margin-bottom: 20px;
}
}
#BusinessObm .secTitle5 {
 text-align: center;
 margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
#BusinessObm .secTitle5 {
 margin-bottom: 20px;
}
}
#BusinessObm .itemBox {
 margin-bottom: 80px;
}
@media screen and (max-width: 1200px) {
#BusinessObm .itemBox {
 margin-bottom: 30px;
}
}
@media screen and (min-width: 1200px) {
#BusinessObm .itemBox .secTitle4 {
 font-size: 2.3rem;
 margin-bottom: 16px;
 font-weight: 600;
 color: #005EAA;
}
}
#BusinessObm .itemBox .item {
 width: 100%;
 padding: 2rem 5%;
 border: 1px solid #9EB2BD;
 background-color: #FFF;
 gap: 4.5vw;
}
@media screen and (max-width: 1200px) {
#BusinessObm .itemBox .item {
 padding: 2rem 5%;
 gap: 0px;
 flex-wrap: wrap;
}
}
#BusinessObm .itemBox .item .itemPhoto {
 display: flex;
 justify-content: center;
 align-items: center;
}
@media screen and (min-width: 768px) {
#BusinessObm .itemBox .item .itemPhoto:first-of-type {
 width: 200px;
 height: 250px;
 flex-shrink: 0;
}
}
@media screen and (max-width: 1200px) {
#BusinessObm .itemBox .item .itemPhoto {
 width: 46%;
 margin-right: 2%;
 margin-left: 2%;
 margin-bottom: 10px;
}
}
#BusinessObm .itemBox .item .itemPhoto img {
 max-height: 250px;
 max-width: 300px;
 object-fit: contain;
}
@media screen and (max-width: 1200px) {
#BusinessObm .itemBox .item .itemPhoto img {
 max-width: 100%;
}
}
#BusinessObm .itemBox .item .itemBody {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: center;
}
#BusinessObm .itemBox .item .itemBody dl {
 flex: 1 0 100%;
 margin-bottom: 1.5vh;
}
@media screen and (max-width: 1200px) {
#BusinessObm .itemBox .item .itemBody dl {
 margin-bottom: 5px;
 padding-bottom: 5px;
 border-bottom: 1px solid #9EB2BD;
}
}
#BusinessObm .itemBox .item .itemBody dl dt {
 font-weight: 600;
 font-size: 1.8rem;
 margin-bottom: 3px;
}
@media screen and (max-width: 1200px) {
#BusinessObm .itemBox .item .itemBody dl dt {
 font-size: 1.6rem;
 margin-bottom: 2px;
}
}
#BusinessObm .itemBox .item .itemBody dl dt:before {
 content: "■ ";
 color: #005EAA;
}
#BusinessObm .itemBox .item .itemBody p {
 flex: 1 0 auto;
 width: 100%;
}
#BusinessEms .secTitle5 {
 text-align: center;
 letter-spacing: 1em;
 margin-bottom: 2px;
}
#BusinessEms #Sec1 picture {
 display: grid;
 place-items: center;
}
#BusinessEms .dlHorizon.dlHorizon1 dt {
 background-color:transparent;
 color: #333;
 font-weight: 600;
 text-align: left;
 position: relative;
 width: 10em;
}
@media screen and (max-width: 768px) {
#BusinessEms .dlHorizon.dlHorizon1 dt {
 width: 100%;
 color: #005EAA;
}
}
@media screen and (min-width: 768px) {
#BusinessEms .dlHorizon.dlHorizon1 dt:after {
 content: "\f0da";
 font-family: "Font Awesome 6 Free";
 font-weight: 900;
 position: absolute;
 right: 1rem;
}
}
#BusinessEms .dlHorizon.dlHorizon1 dd {
 width: calc(100% - 10em);
}
@media screen and (max-width: 768px) {
#BusinessEms .dlHorizon.dlHorizon1 dd ul {
 list-style-type: disc;
 margin-left: 18px;
}
#BusinessEms .dlHorizon.dlHorizon1 dd ul li {
}
}
#BusinessEms .photosBox {
 background-color: #FFF;
 padding: 20px;
 position: relative;
}
@media screen and (max-width: 1000px) {
#BusinessEms .photosBox {
 padding: 10px 3%;
}
}
#BusinessEms .photosBox .photos li {
 margin-bottom: 0px;
}
@media screen and (min-width: 1000px) {
#BusinessEms .photosBox.photosBox2 {
 padding-bottom: 6rem;
}
#BusinessEms .photosBox.photosBox2 .photos {
 padding: 20px 20px 6rem;
 border: 2px solid #005EAA;
 border-radius: 5px;
}
}
#BusinessEms .photosBox.photosBox2 p {
 text-align: center;
 width: 45ic;
 max-width: 100%;
 background-color: #ECF4FB;
 display: block;
 position: absolute;
 bottom: 2.3rem;
 left: 50%;
 transform: translateX(-50%);
 border: 2px solid #005EAA;
 border-radius: 5px;
 padding-top: 1rem;
 padding-bottom: 1rem;
}
@media screen and (max-width: 1000px) {
#BusinessEms .photosBox.photosBox2 p {
 text-align: left;
 width: 100%;
 padding: 1rem;
 display: block;
 position: relative;
 bottom: 0;
 left: 0;
 transform: none;
 margin-top: 10px;
}
}
#Infomation .pageTitle, #Contact .pageTitle {
 font-size: 2.5rem;
 letter-spacing: 0em;
}
@media screen and (max-width: 768px) {
#Infomation .pageTitle {
 font-size: 1.9rem;
}
}
#Infomation .secTitle5 {
 text-align: center;
}
#Infomation .secTitle2 {
 font-size: 2.0rem;
 padding-bottom: 10px;
 padding-left: 18px;
 margin-bottom: 20px;
 margin-top: 60px;
}
#Infomation .secTitle2.mgnClear {
 margin-top: 0px;
}
@media screen and (max-width: 768px) {
#Infomation .secTitle2 {
 font-size: 1.9rem;
 margin-top: 30px;
}
}
#Infomation .secTitle2:before {
 width: 5px;
 height: 100%;
}
#Infomation ol, #Infomation p {
 font-size: 1.7rem;
 line-height: 1.7em;
 margin-bottom: 1em;
}
#Infomation ol {
 list-style-type: none;
 counter-reset: list-counter;
}
#Infomation ol li {
 position: relative;
 padding-left: 30px;
 margin-bottom: 1rem;
}
#Infomation ol li::before {
 content: counter(list-counter);
 counter-increment: list-counter;
 position: absolute;
 left: 0;
 top: 0.5rem;
 width: 2rem;
 height: 2rem;
 border-radius: 50%;
 text-align: center;
 line-height: 1.7rem;
 font-size: 1.3rem;
 border: 1px solid #333;
}
@media screen and (min-width: 768px) {
#Contact #mailformpro .mailform.dlHorizon dt, #Contact #mailformpro .mailform.dlHorizon dd {
 border-bottom: 2px solid #005EAA;
 padding: 1rem 1.5%;
}
#Contact #mailformpro .mailform.dlHorizon dt {
 width: 30%;
 display: flex;
 align-items: center;
 text-align: left;
 background-color: #EBEDF0;
}
#Contact #mailformpro .mailform.dlHorizon dd {
 width: 70%;
 background-color: #FFF;
}
}
@media screen and (max-width: 768px) {
#Contact #mailformpro .mailform.dlHorizon {
 border-bottom: 2px solid #005EAA;
}
#Contact #mailformpro .mailform.dlHorizon dt {
 background-color: #FFF;
 border-top: 2px solid #005EAA;
 font-size: 1.6rem;
 padding: 10px 6px 0px 6px;
 font-weight: 600;
 color: #005EAA;
}
#Contact #mailformpro .mailform.dlHorizon dd {
 background-color: #FFF;
 padding: 0px 6px 10px 6px;
}
}
input, textarea {
 padding: 0.8rem;
 margin: 0.3rem;
 border: 1px solid #9EB2BD;
 font-size: 1.6rem;
 box-sizing: border-box;
}
input[type="text"] {
 width: 80%;
}
input[type="text"].half, input[type="email"] {
 width: 48%;
}
@media screen and (max-width: 768px) {
input, textarea {
 margin: 5px 0px 5px 0px;
}
input[type="text"], input[type="text"].half, input[type="email"], input[type="tel"] {
 width: 100%;
}
}
input[type="checkbox"] {
 width: 20px;
 height: 20px;
 transform: scale(1.5);
 margin: 5px;
}
select {
 padding: 1rem;
 margin: 1rem 0;
 font-size: 1.6rem;
 border: 1px solid #9EB2BD;
 border-radius: 3px;
 appearance: none;
 background-color: #FFF;
}
textarea {
 width: calc(100% - 20px) !important;
 height: 200px !important;
}
#Contact #mailformpro .note {
 font-size: 1.5rem;
}
#Contact #mailformpro .mfp_buttons {
 margin-top: 20px;
}
#Contact #mailformpro .mfp_buttons button {
 font-size: 1.6rem;
 font-weight: 600;
 line-height: 1.5;
 position: relative;
 display: inline-block;
 cursor: pointer;
 user-select: none;
 transition: all 0.3s;
 text-align: center;
 vertical-align: middle;
 text-decoration: none;
 letter-spacing: 0.1em;
 color: #FFF;
 border-radius: 0.2rem;
 background-color: #005EAA;
 width: 40%;
 padding-top: 2rem;
 padding-bottom: 2rem;
 border-style: none;
 border-radius: 3%;
}
@media screen and (max-width: 768px) {
#Contact #mailformpro .mfp_buttons button {
 width: 80%;
}
}
@media screen and (min-width: 768px) {
#ContactThanks .thanksComment {
 text-align: center;
}
}
.jyunbi {
 text-align: center;
 margin-top: 100px;
 margin-bottom: 100px;
}
.mustEn {
 color: #E5002F;
 font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
#Recruit .secTitle3 {
 font-size: 2.6rem;
 margin-bottom: 30px;
}
#Recruit .secTitle4 {
 font-size: 2.1rem;
}
}
@media screen and (max-width: 768px) {
#Recruit .secTitle3 {
 font-size: 2.0rem;
}
}
#Recruit .flow {
 display: flex;
 justify-content: space-between;
 align-items: stretch;
 list-style: none;
 padding: 0;
 margin: 20px 0 60px;
 gap: 20px;
}
#Recruit .flow li {
 flex: 1;
 position: relative;
 background: #fff;
 border: 3px solid #005EAA;
 border-radius: 10px;
 text-align: center;
 box-sizing: border-box;
 display: flex;
 align-items: center;
 justify-content: center;
 min-height: 80px;
 padding: 1em;
 color: #005EAA;
 font-weight: bold;
}
#Recruit .flow li span {
 display: block;
 line-height: 1.4;
 padding: 0.5em;
}
#Recruit .flow li {
 padding-block: clamp(0.3em, 1.5vh, 1.2em);
}
#Recruit .flow li:not(:last-child)::after {
 font-family: "Font Awesome 6 Free";
 font-weight: 900;
 content: "\f061";
 position: absolute;
 right: -2.8rem;
 top: 50%;
 transform: translateY(-50%);
 font-size: 2.4rem;
 color: #005EAA;
 padding: 0 5px;
}
@media (max-width: 768px) {
#Recruit .flow {
 flex-direction: column;
 gap: 2.4rem;
 margin-bottom: 30px;
}
#Recruit .flow li {
 width: 100%;
 color: #333;
}
#Recruit .flow li:not(:last-child)::after {
 content: "\f063";
 right: 50%;
 top: auto;
 bottom: -30px;
 transform: translateX(50%);
 font-size: 2rem;
}
}
#SustainaContribution #Sec1 .flex {
 gap: 0px 2%;
 margin-bottom: 5px;
}
#SustainaContribution #Sec1 .flex li {
 width: 48%;
 max-width: 350px;
}
@media (max-width: 768px) {
#SustainaContribution #Sec1 .cap {
 font-size: 1.4rem;
}
}