table { border-collapse: collapse; border-spacing: 0px; width: 100%; }
th, td { text-align: left; vertical-align: top; }
@font-face { font-family: icomoon; src: url("css/fonts/icomoon.eot?u8yqn1#iefix") format("embedded-opentype"), url("css/fonts/icomoon.ttf?u8yqn1") format("truetype"), url("css/fonts/icomoon.woff?u8yqn1") format("woff"), url("css/fonts/icomoon.svg?u8yqn1#icomoon") format("svg"); font-weight: normal; font-style: normal; }
[class^="icon-"], [class*=" icon-"] { speak: none; font-style: normal; font-weight: normal; font-variant: normal; text-transform: none; line-height: 1; -webkit-font-smoothing: antialiased; font-family: icomoon !important; }
.titMain { line-height: 1; text-align: center; position: relative; padding-bottom: 26px; margin-bottom: 35px; }
.titMain::after { content: ""; position: absolute; bottom: 0px; left: 0px; right: 0px; margin: 0px auto; background: rgb(1, 48, 118); height: 3px; width: 60px; }
.titMainEn { font-size: 5rem; font-weight: bold; font-family: Oswald, sans-serif; display: block; color: rgb(20, 48, 90); letter-spacing: 0.15em; line-height: 1.1; margin-bottom: 12px; }
.titMainJa { font-size: 2rem; font-weight: bold; color: rgb(31, 31, 31); letter-spacing: 0.075em; line-height: 1.1; }
.titMainSmall { padding-bottom: 24px; }
.titMainSmall .titMainEn { font-size: 4.5rem; }
.titMainSmall .titMainJa { font-size: 1.6rem; }
.titSub { color: rgb(2, 18, 109); margin-bottom: 25px; }
.titSubEn { font-size: 30px; font-weight: bold; display: block; line-height: 1.1; }
.titSubJa { font-size: 16px; text-align: left; display: block; line-height: 1.1; margin-top: 8px; }
.mvChild { width: 100%; display: table; padding: 75px 0px 85px; background-color: rgb(11, 37, 77); background-size: cover; background-position: center center; }
.mvChildIn { display: table-cell; vertical-align: middle; height: 100%; width: 100%; color: rgb(255, 255, 255); text-align: center; }
.mvChildTitEn { font-family: Oswald, sans-serif; font-size: 5rem; line-height: 1.1; font-weight: bold; letter-spacing: 0.13em; }
.mvChildTitJa { font-size: 2rem; line-height: 1.1; font-weight: bold; margin-top: 12px; letter-spacing: 0.02em; }
.mvChildTxt { margin-top: 30px; font-size: 1.5rem; line-height: 2.13; }
@media (min-width: 600px) {
  .mediaQueries { font-family: tb; }
}
@media (min-width: 900px) {
  .mediaQueries { font-family: tb-lg; }
}
@media (min-width: 1200px) {
  .mediaQueries { font-family: pc; }
}
@media (min-width: 1800px) {
  .mediaQueries { font-family: pc-lg; }
}
.company { width: 100%; max-width: 1200px; margin: 70px auto 0px; height: 100%; padding: 60px 15px 15px; }
.companyTable { margin-top: 30px; margin-bottom: 100px; }
.companyTable th, .companyTable td { border: 1px dashed rgb(214, 214, 214); text-align: left; }
.companyTable th { width: 250px; border-left: 0px; padding: 18px 1% 16px; }
.companyTable td { border-right: 0px; padding: 18px 0px 16px 15px; width: calc(100% - 130px); }
.companyTable tr { border-bottom: 1px dashed rgb(238, 238, 238); }
.companyTable tr a { color: rgb(2, 18, 109); }
.companyTable tr a:hover { color: rgb(96, 125, 139); }
.companyTable th::before { font-family: FontAwesome; content: ""; left: 0px; padding-right: 5px; }

.gMap:after{font-family: 'FontAwesome';content: "\f041";font-size: 16px;font-style: normal;font-weight: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;/* position: absolute; */top: 0;left: 10px;z-index: 1;line-height: 30px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;color: #02126d;}


@media only screen and (max-width: 500px) {
  .companyTable th { width: 160px; border-left: 0px; padding: 18px 1px 16px 5px; }
  .companyTable td { aborder-right: 0px; padding: 18px 0px 16px 5px; width: calc(100% - 160px); }
}
.companyScenery { margin: 120px -1000%; height: 255px; background: url("../img/company/bg_company01.jpg"); animation: 500s linear 0s infinite normal none running bgscroll; }
@-webkit-keyframes bgscroll { 
  0% { transform: translateX(0px); }
  100% { transform: translateX(-50%); }
}
@keyframes bgscroll { 
  0% { transform: translateX(0px); }
  100% { transform: translateX(-50%); }
}
.message { width: 100%; margin: 0px auto; height: 100%; background: rgba(245, 245, 245, 0.867); }
.messageIn { overflow: hidden; padding-bottom: 100px; padding-top: 100px; margin: 50px auto; max-width: 1200px; width: 100%; }
.messageBox { width: 100%; padding: 0px 2%; display: block; }
.messageArea { display: flex; flex-wrap: wrap; }
.messageTxt { margin-top: 18px; letter-spacing: 0.075em; flex: 0 0 48%; padding: 2%; font-size: 16px; }
.messageImg { padding: 2%; flex: 0 0 48%; }
.messageImg img { width: 100%; padding: 1%; }
.message li { font-size: 14px; font-weight: 400; }
.daihyoName ul { margin-top: 20px; text-align: right; }
.daihyoName ul li { display: inline; }
.daihyoName ul li img { width: 150px; }
@media only screen and (max-width: 500px) {
  .messageIn { width: 100%; overflow: hidden; padding-bottom: 100px; }
  .messageBox { clear: both; width: 100%; }
  .messageTxt { margin-top: 18px; letter-spacing: 0.075em; flex: 0 0 100%; order: 2; }
  .messageImg { width: 100%; flex: 0 0 100%; order: 1; }
  .messageImg img { width: 100%; padding: 1%; }
}
label { padding: 0px; line-height: 0; }
.timeline {margin: 4em auto;position: relative;max-width: 80em;/* background: url("../img/ryowa_history.png"); *//* background-repeat: no-repeat; *//* background-position: top right; *//* background-size: 400px; */}

@media only screen and (max-width: 500px) {
.timeline {margin: 4em auto;position: relative;max-width: 80em;background:none}
}

.timeline::before { background-color: rgb(251, 208, 80); content: ""; margin-left: -1px; position: absolute; top: 0px; left: 2em; width: 2px; height: 100%; }
.timeline-event { position: relative; }
.timeline-event:hover .timeline-event-icon { transform: rotate(-45deg); background-color: rgb(251, 208, 80); }
.timeline-event:hover .timeline-event-thumbnail { box-shadow: rgb(251, 208, 80) 40em 0px 0px 0px inset; }
.timeline-event-icon { padding: 0px; line-height: 0; }
.timeline-event-copy { padding: 1em 2em; position: relative; top: -1.875em; left: 3em; width: 90%; }
.timeline-event-copy h3 { font-size: 1.55em; display: inline; padding-left: 10px; }
.timeline-event-copy h4 { font-size: 1.2em; margin-bottom: 1.2em; }
.timeline-event-copy strong { font-weight: 700; }
.timeline-event-copy p:not(.timeline-event-thumbnail) { padding-bottom: 1.2em; font-size: 18px; }
.timeline-event-icon { transition: transform 0.2s ease-in 0s; transform: rotate(45deg); background-color: rgb(2, 18, 109); outline: white solid 10px; display: block; margin: 0.5em 0.5em 0.5em -0.5em; position: absolute; top: 0px; left: 2em; width: 1em; height: 1em; }
.timeline-event-thumbnail { transition: box-shadow 0.5s ease-in 0.1s; color: white; font-size: 1.1em; background-color: rgb(2, 18, 109); box-shadow: rgb(239, 121, 90) 0px 0px 0px 0em inset; display: inline; margin-bottom: 1.2em; padding: 0.25em 1em 0.2em; }
.circle { width: 300px; height: 300px; border: 1px solid rgb(51, 51, 51); border-radius: 50%; position: relative; margin: 100px; }
.common { width: 50%; height: 50%; border-radius: 50%; position: absolute; left: 25%; top: 25%; animation: 60s linear 0s infinite normal none running rotate; }
.top { position: absolute; left: 25%; top: -25%; border: 1px solid rgb(51, 51, 51); transform-origin: center 150%; }
.right { position: absolute; left: 75%; top: 25%; transform-origin: -50% center; }
.bottom { position: absolute; left: 25%; top: 75%; transform-origin: center -50%; }
.left { position: absolute; left: -25%; top: 25%; transform-origin: 150% center; }
.content { width: 100%; height: 100%; border-radius: 50%; border: 1px solid rgb(51, 51, 51); animation: 60s linear 0s infinite reverse none running rotate; overflow-wrap: break-word; line-height: 100%; }
.content p { }
@keyframes rotate { 
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
.feature { background: rgb(239, 239, 239); width: 100%; max-width: 1200px; margin: 50px auto 0px; height: 700px; padding: 20px; }
.featureIn { zoom: 1; position: relative; }
.featureIn::after, .featureIn::before { content: ""; display: table; }
.featureIn::after { clear: both; }
.partner { background: url("../img/home/bg_partner01.png") center center / auto 100% no-repeat rgb(27, 148, 201); }
.partnerBnr { display: block; transition: background-color 0.5s ease 0s; }
#home .partnerBnr:hover { background-color: rgba(0, 0, 0, 0.2); }
#home .partnerBnrIn { padding: 80px 0px 80px 50px; }
#home .partnerTxtBox { float: left; width: 485px; }
#home .partnerTit { position: relative; width: 310px; margin-bottom: 12px; color: rgb(255, 255, 255); font-size: 2.8rem; font-weight: bold; line-height: 1.8; }
#home .partnerTit::after { position: absolute; right: 0px; top: 0px; bottom: 0px; margin: auto 0px; z-index: 3; content: ""; display: inline-block; background-image: url("../img/sprites_pc.png"); background-size: 974px 656px; background-position: -724px -324px; width: 18px; height: 4px; transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s; }
#home .partnerBnr:hover .partnerTit::after { transform: translateX(10px); }
#home .partnerTxt { color: rgb(255, 255, 255); font-size: 1.5rem; line-height: 2.05; }
#home .partnerListItem { float: left; box-sizing: border-box; width: 220px; padding: 26px 0px; border: 2px solid rgb(255, 255, 255); color: rgb(255, 255, 255); font-size: 1.7rem; font-weight: bold; line-height: 1.9; text-align: center; }
#home .partnerListItem + .partnerListItem { margin-left: 20px; }
#home .partnerListItem strong { color: rgb(251, 204, 60); font-weight: bold; }
#home .works { padding: 88px 0px 70px; }
#home .worksTxt { text-align: center; }
#home .worksList { margin: 57px -14px -30px 0px; }
#home .worksBtnWrap { text-align: center; margin-top: 70px; }
#home .service { padding: 80px 0px 70px; position: relative; }
#home .serviceBg { content: ""; position: absolute; top: 0px; left: 0px; width: 100%; height: 120%; background: url("../img/home/bg_service01.jpg") center center / cover; }
#home .serviceIn { position: relative; z-index: 1; }
#home .serviceTxt { text-align: center; }
#home .serviceList { zoom: 1; margin-top: 78px; }
#home .serviceList::after, #home .serviceList::before { content: ""; display: table; }
#home .serviceList::after { clear: both; }
#home .serviceListItem { width: 412px; float: left; background: rgb(1, 48, 118); color: rgb(255, 255, 255); }
#home .serviceListItem:nth-child(n+2) { margin-left: 14px; }
#home .serviceListIcon { width: 140px; height: 140px; background: rgb(255, 255, 255); border-radius: 50%; text-align: center; margin: -45px auto 0px; }
#home .serviceListIcon img, #home .serviceListIcon svg { margin-top: 36px; width: 84px; }
#home .serviceListItem:nth-child(2) .serviceListIcon img { margin-top: 32px; width: 104px; }
#home .serviceListItem:nth-child(3) .serviceListIcon img { margin-top: 30px; margin-left: 10px; width: 100px; }
#home .serviceListTit { margin-top: 20px; text-align: center; font-weight: bold; font-size: 2.3rem; line-height: 1.5; }
#home .serviceListTxt { padding: 0px 45px; margin-top: 14px; font-size: 1.3rem; line-height: 2; }
#home .serviceListChild { margin-top: 36px; }
#home .serviceListChild li { background: rgb(255, 255, 255); font-size: 1.6rem; color: rgb(31, 31, 31); padding: 16px 0px; text-align: center; }
#home .serviceListChild li + li { border-top: 1px solid rgb(242, 240, 239); }
#home .serviceBtnWrap { text-align: center; margin-top: 80px; }
#home .quality { padding: 95px 0px 0px; background: rgb(240, 240, 240); margin-bottom: -30px; position: relative; }
#home .qualityTit { font-weight: bold; font-size: 3.5rem; letter-spacing: 0.075em; text-align: center; color: rgb(11, 37, 77); }
#home .qualityTxt { text-align: center; margin-top: 25px; }
#home .qualityList { width: 1064px; margin: 50px auto 0px; position: relative; z-index: 1; }
#home .contact { background: url("../img/home/bg_contact01.jpg") center center / cover no-repeat; padding: 140px 0px 96px; position: relative; }
#home .contactTit { text-align: center; color: rgb(255, 255, 255); font-weight: bold; font-size: 2.5rem; line-height: 1.1; letter-spacing: 0.05em; }
#home .contactBox { zoom: 1; margin-top: 30px; }
#home .contactBox::after, #home .contactBox::before { content: ""; display: table; }
#home .contactBox::after { clear: both; }
#home .contactTel { float: left; margin-left: 192px; margin-top: 15px; color: rgb(255, 255, 255); font-size: 5.6rem; line-height: 1.1; letter-spacing: -0.01em; font-family: Oswald, sans-serif; }
#home .contactTelNum { line-height: 1.1; }
#home .contactTel::before { vertical-align: middle; line-height: 67px; margin-right: 10px; position: relative; top: -4px; content: ""; display: inline-block; background-image: url("../img/sprites_pc.png"); background-size: 974px 656px; background-position: -804px -524px; width: 72px; height: 40px; }
#home .contactBtn { float: left; margin-left: 40px; text-align: center; display: inline-block; background: rgb(251, 204, 60); width: 450px; padding: 23px 0px; line-height: 40px; font-size: 2rem; color: rgb(11, 37, 77); position: relative; overflow: hidden; }
#home .contactBtn span { font-weight: bold; position: relative; z-index: 2; }
#home .contactBtn .calculator { position: relative; z-index: 2; vertical-align: middle; line-height: 40px; margin-right: 20px; content: ""; display: inline-block; background-image: url("../img/sprites_pc.png"); background-size: 974px 656px; background-position: -932px -332px; width: 30px; height: 40px; }
#home .contactBtn::before { position: absolute; top: 0px; left: -100%; z-index: 1; width: 100%; height: 100%; background: rgb(253, 238, 111); opacity: 0; content: ""; transition: all 0.4s ease 0s; }
#home .contactBtn::after { position: absolute; z-index: 2; top: 0px; bottom: 0px; margin: auto 0px; right: 38px; content: ""; display: inline-block; background-image: url("../img/sprites_pc.png"); background-size: 974px 656px; background-position: -700px -324px; width: 24px; height: 6px; transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s; }
#home .contactBtn:hover::before { left: 0px; opacity: 1; }
#home .contactBtn:hover::after { transform: translateX(10px); }
#home .bnrs { padding: 60px 0px; border-bottom: 1px solid rgb(240, 240, 240); }
#home .bnrsList { letter-spacing: -0.5em; text-align: center; }
#home .bnrsListItem { display: inline-block; letter-spacing: 0.05em; text-align: left; margin: 0px 23px; overflow: hidden; }
#home .bnrsListItemIn { display: table; width: 496px; height: 205px; position: relative; overflow: hidden; }
#home .bnrsListItem a { display: table-cell; vertical-align: middle; padding-left: 40px; }
#home .bnrsListItemAd .bnrsListTxt { color: rgb(255, 255, 255); }
#home .bnrsListItemAd:hover .bnrsListImg { filter: contrast(115%); }
#home .bnrsListItemAd:hover .bnrsListImg::before { background: rgba(255, 214, 214, 0.19); mix-blend-mode: color-dodge; }
#home .bnrsListItemAd:hover .bnrsListImg::after { background: rgba(255, 183, 3, 0.35); mix-blend-mode: luminosity; }
#home .bnrsListItemJob .bnrsListTxt { color: rgb(11, 37, 77); }
#home .bnrsListItemJob:hover .bnrsListImg { filter: contrast(105%); }
#home .bnrsListItemJob:hover .bnrsListImg::before { background: rgba(255, 214, 214, 0.19); mix-blend-mode: color-dodge; }
#home .bnrsListItemJob:hover .bnrsListImg::after { background: rgba(255, 183, 3, 0.35); mix-blend-mode: luminosity; }
#home .bnrsListItemImg { transition: transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s, -webkit-transform 2s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
#home .bnrsListItem:hover .bnrsListImg { transform: scale(1.08); }
#home .bnrsListTxt { position: relative; font-size: 1.8rem; font-weight: bold; }
#home .bnrsListTxtExternal::after { margin-left: 15px; content: ""; display: inline-block; background-image: url("../img/sprites_pc.png"); background-size: 974px 656px; background-position: -962px -332px; width: 12px; height: 12px; }
#home .bnrsListImg { position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; transition: all 0.4s ease-in-out 0s; }
#home .info { padding: 80px 0px 50px; }
#home .infoBoxWrap { overflow: hidden; }
#home .infoBox { float: left; width: 48%; }
#home .infoBoxTit { border-bottom: 3px solid rgb(11, 37, 77); line-height: 1; padding-bottom: 22px; }
#home .infoBoxTit a { display: block; position: relative; }
#home .infoBoxTit a::after { position: absolute; right: 10px; top: 36px; content: ""; display: inline-block; background-image: url("../img/sprites_pc.png"); background-size: 974px 656px; background-position: -742px -324px; width: 18px; height: 4px; transition: transform 0.5s ease 0s, -webkit-transform 0.5s ease 0s; }
#home .infoBoxTit a:hover::after { transform: translateX(10px); }
#home .infoBoxTitEn { font-weight: bold; font-family: Oswald, sans-serif; font-size: 3.2rem; letter-spacing: 0.1em; }
#home .infoBoxTitJa { font-size: 1.2rem; display: block; margin-top: 14px; }
#home .infoBoxNews { margin-left: 4%; }
#home .infoSns { margin-top: 50px; text-align: right; letter-spacing: -0.5em; }
#home .infoSns li { display: inline-block; margin-left: 23px; }
#home .infoSns li a { transition: opacity 0.4s ease 0s; }
#home .infoSns li a:hover { opacity: 0.7; }
#home .infoSns li svg { width: 26px; height: 26px; }
#home .infoSnsFacebook svg { fill: rgb(59, 89, 152); }
#home .infoSnsTwitter svg { fill: rgb(85, 172, 238); }
#home .info .artList li { padding: 20px 0px; overflow: hidden; border-bottom: 1px solid rgb(214, 214, 214); }
#home .info .artList li > a { display: block; overflow: hidden; }
#home .info .artList li > a:hover .artListTime, #home .info .artList li > a:hover .artListTit { color: rgb(1, 48, 118); }
#home .info .artListTime { color: rgb(140, 140, 140); font-size: 1.5rem; line-height: 25px; }
#home .info .artListTit { margin-top: 5px; font-size: 14px; line-height: 1.85; color: rgb(29, 41, 63); font-weight: bold; }
#home .info .artListMany li { padding: 25px 0px 26px; }
#home .info .artListMany .artListImg { float: left; border: 1px solid rgb(214, 214, 214); width: 122px; height: 84px; margin-right: -152px; background-repeat: no-repeat; background-size: cover; background-position: center center; }
#home .info .artListMany .artListTxtbox { float: left; padding-left: 152px; line-height: 1; }
#home .info .artListMany .artListCat { display: inline-block; background: rgb(55, 142, 202); color: rgb(255, 255, 255); font-size: 1.3rem; line-height: 25px; padding: 0px 10px; margin-right: 10px; }
#home .info.info02 .infoBox { float: none; width: 100%; }
#home .info02 .infoBoxTit .linkList { font-size: 1.5rem; color: rgb(4, 38, 83); position: absolute; right: 40px; top: 31px; }
#home .info.info02 .artListMany li { width: 50%; float: left; padding-right: 28px; padding-bottom: 39px; }
#home .info.info02 .artListMany li:nth-of-type(2n) { padding-right: 0px; padding-left: 28px; }
#home .info.info02 .artListTit { font-size: 2rem; line-height: 1.4; }
#home .info.info02 .artListCont { font-size: 1.4rem; line-height: 1.57; clear: both; padding-top: 25px; }
#home .staff { background: rgb(241, 241, 241); padding: 72px 0px 0px; }
#home .staffTit { color: rgb(11, 37, 77); font-weight: bold; font-size: 2.8rem; line-height: 1.5; letter-spacing: 0.075em; text-align: center; }
#home .staffSub { color: rgb(11, 37, 77); font-weight: bold; font-size: 1.6rem; line-height: 1.5; letter-spacing: 0.075em; text-align: center; }
#home .staffImg { width: 1260px; margin: 0px auto; height: 414px; background-image: url("../img/home/bg_staff01.png"); background-repeat: no-repeat; background-position: center top; }
.animation01 #home .staffImg { width: 0px; }
.animation01 #home .staffImg.is-arrive { width: 1260px; }
.system { zoom: 1; position: relative; }
.system::after, .system::before { content: ""; display: table; }
.system::after { clear: both; }
.systemTxtbox { float: left; width: 660px; padding-left: 50px; }
.systemTit { font-size: 3rem; font-weight: bold; line-height: 1.6; position: relative; padding-bottom: 22px; letter-spacing: 0.075em; }
.systemTit::after { content: ""; position: absolute; bottom: 0px; left: 0px; width: 40px; height: 3px; background: rgb(1, 48, 118); }
.systemTxt { margin-top: 22px; font-size: 1.7rem; line-height: 2.05; }
.systemTxt strong { color: rgb(1, 48, 118); background: rgb(249, 226, 96); font-weight: bold; line-height: 1.2; display: inline-block; padding: 2px 6px; vertical-align: baseline; }
.systemBtnWrap { text-align: left; margin-top: 68px; }
.systemBtn { width: 240px; font-size: 1.4rem; }
.systemIllust { position: absolute; width: 588px; height: 570px; right: 0px; top: -60px; }
.systemIllustIn { position: relative; width: 588px; height: 570px; }
.systemIllustArrow { content: ""; display: inline-block; background-image: url("../img/sprites_pc.png"); background-size: 974px 656px; background-position: 0px 0px; width: 330px; height: 332px; position: absolute; inset: 0px; margin: auto; }
.systemIllustList li.is-active .systemIllustListBox { border: 5px solid rgb(0, 39, 101); }
.systemIllustList li.is-active .systemIllustListCenter { transform: scale(1); transition: transform 0.4s cubic-bezier(1, 0, 0, 1) 0s, -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1) 0s; }
.systemIllustList li:nth-child(1) .systemIllustListBox { top: 0px; left: 196px; }
.systemIllustList li:nth-child(1) .systemIllustListCenter { content: ""; display: inline-block; background-image: url("../img/sprites_pc.png"); background-size: 974px 656px; background-position: -330px 0px; width: 322px; height: 324px; }
.systemIllustList li:nth-child(2) .systemIllustListBox { top: 188px; left: 0px; }
.systemIllustList li:nth-child(2) .systemIllustListCenter { content: ""; display: inline-block; background-image: url("../img/sprites_pc.png"); background-size: 974px 656px; background-position: -322px -332px; width: 322px; height: 324px; }
.systemIllustList li:nth-child(3) .systemIllustListBox { top: 376px; left: 196px; }
.systemIllustList li:nth-child(3) .systemIllustListCenter { content: ""; display: inline-block; background-image: url("../img/sprites_pc.png"); background-size: 974px 656px; background-position: 0px -332px; width: 322px; height: 324px; }
.systemIllustList li:nth-child(4) .systemIllustListBox { top: 188px; left: 394px; }
.systemIllustList li:nth-child(4) .systemIllustListCenter { content: ""; display: inline-block; background-image: url("../img/sprites_pc.png"); background-size: 974px 656px; background-position: -652px 0px; width: 322px; height: 324px; }
.systemIllustListBox { width: 194px; height: 194px; background: rgb(255, 255, 255); border-radius: 50%; text-align: center; color: rgb(20, 48, 90); padding-top: 50px; position: absolute; z-index: 3; transition: background 1s cubic-bezier(0.19, 1, 0.22, 1) 0s, color 1s cubic-bezier(0.19, 1, 0.22, 1) 0s; }
.systemIllustListTit { font-weight: bold; font-size: 1.8rem; line-height: 1.2; font-family: Oswald, sans-serif; }
.systemIllustListTxt { margin-top: 5px; font-weight: bold; font-size: 0.8rem; line-height: 1.71; }
.systemIllustListCenter { content: ""; display: inline-block; background-image: url("../img/sprites_pc.png"); background-size: 974px 656px; background-position: -330px 0px; width: 322px; height: 324px; position: absolute; z-index: 2; inset: 0px; margin: auto; transform: scale(0); transition: transform 0.3s cubic-bezier(1, 0, 0, 1) 0.2s, -webkit-transform 0.3s cubic-bezier(1, 0, 0, 1) 0.2s; }
.gallery_col { width: 100%; display: flex; flex-wrap: wrap; max-width: 1200px; justify-content: center; flex: 1 0 300px; }
.gallery_col > div { flex: 1 0 30%; margin: 0.4em 0.5em; padding: 2em 1.5em; border: 3px solid rgb(2, 18, 109); background: rgb(2, 18, 109); }
.ttl_philosophy { font-size: 18px; font-weight: 600; text-align: center; color: rgb(255, 255, 255); }
.ttl_philosophy span { border-bottom: 3px solid rgb(255, 255, 255); }
.cmt_philosophy { font-size: 15px; font-weight: 600; padding-top: 10px; color: rgb(255, 255, 255); }
@media (min-width: 600px) {
  .flexbox { display: flex; flex-wrap: wrap; width: 100%; justify-content: center; }
  .item_20 { width: 20%; padding: 2%; }
  .item_20 img { width: 90%; padding: 3%; }
  .item_30 { width: 28%; padding: 2% 0px; }
  .item_30 img { width: 100%; padding: 3%; }
  .item_40 { width: 38%; padding: 2%; }
  .item_40 img { width: 100%; padding: 3%; }
  .item_50 { width: 46%; padding: 2%; }
  .item_50 img { width: 100%; padding: 3%; }
  .item_60 { width: 60%; padding: 2%; }
  .item_60 img { width: 100%; }
  .item_60 .tTaisho { font-size: 18px; margin-bottom: 20px; font-weight: 600; }
  .item_60 .kyu { font-size: 16px; color: rgb(0, 0, 0); font-weight: 500; border: 0px solid rgb(221, 221, 221); padding: 1%; margin: 1%; background: rgb(240, 209, 116); }
  .item_70 { width: 70%; padding: 2%; }
  .item_70 img { width: 100%; }
  .item_70 .tTaisho { font-size: 18px; margin-bottom: 20px; font-weight: 600; }
  .item_70 .kyu { font-size: 16px; color: rgb(0, 0, 0); font-weight: 500; border: 0px solid rgb(221, 221, 221); padding: 1%; margin: 1%; background: rgb(240, 209, 116); }
}
.line-solid { border-bottom: 1px solid rgb(221, 221, 221); }
.txtColor_red { color: rgb(208, 14, 0); font-weight: 600; font-size: 20px; }
.box_access { position: relative; margin: 2em 0px; padding: 25px 10px 7px; }
.box_access .box-title { line-height: 30px; font-size: 20px; color: rgb(0, 0, 0); font-weight: bold; }
.box_access p { margin: 0px; padding: 0px; }
.read-more { margin: 15px 3px; display: inline-block; width: 200px; max-width: 100%; color: rgb(2, 18, 109); border: 1px solid rgb(2, 18, 109); font-size: 14px; line-height: 40px; text-align: center; letter-spacing: 1px; position: relative; border-radius: 0px; transition: all 0.3s ease 0s; }
.read-more::after { font-family: FontAwesome; content: ""; font-size: 16px; font-style: normal; font-weight: normal; -webkit-font-smoothing: antialiased; position: absolute; top: 0px; right: 15px; z-index: 1; transition: right 0.3s ease 0s; }
.read-more:hover { color: rgb(255, 255, 255); border: 1px solid rgb(158, 158, 158); background: rgb(2, 18, 109); }
.read-more:hover::after { right: 10px; }
@media only screen and (max-width: 800px) {
  .read-more { margin-top: 15px; font-size: 13px; }
  * .read-more::after { right: 10px; }
  .read-more:hover { color: rgb(255, 255, 255); border: 1px solid rgb(2, 18, 109); background: rgb(2, 18, 109); }
}
@media only screen and (max-width: 738px) {
  .read-more { margin-top: 10px; border: 1px solid rgb(2, 18, 109); font-size: 12px; line-height: 30px; text-align: center; letter-spacing: 1px; position: relative; border-radius: 0px; }
  .read-more::after, .read-more:hover::after { right: 10px; }
}
