/*
Theme Name: a	
Theme URI: https://dessin.work/
Description: dessin Inc. Client theme.
Author: dessin Inc. development team [Yuki Fujii]
Version: 2023-08-03
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, u, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video, input {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  color: #454545;
  font: inherit;
  vertical-align: baseline;
  line-height: 1.6;
  letter-spacing: 0.06em;
  font-family: "Noto Sans JP", sans-serif;
}
input {
  font-family: "Noto Sans JP", sans-serif;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  font: inherit;
}
html {
  scroll-behavior: smooth;
  overscroll-behavior-y: contain;
  -webkit-overflow-scrolling: touch;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a {
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
a:hover img {
  opacity: 0.8;
}
img, iframe {
  vertical-align: bottom;
  max-width: 100%;
  background: transparent;
  transition: 0.3s;
}
input[type=submit], input[type=button] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
        appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type=submit]::-webkit-search-decoration, input[type=button]::-webkit-search-decoration {
  display: none;
}
input[type=submit]::focus, input[type=button]::focus {
  outline-offset: -2px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
.grecaptcha-badge {
  display: none;
}
.clear:after {
  content: "";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.df {
  display: flex;
}
.dg{
    display: grid;
}
.sb {
  justify-content: space-between;
}
.fw {
  flex-wrap: wrap;
}
.w90 {
  margin: 0 auto;
  width: 90%;
}
.mScroll{
    scroll-margin-top: 142px;
}
.fade-in {
  opacity: 0;
  transition-duration: 500ms;
  transition-property: opacity, transform;
}
.fade-in-up {
  transform: translate(0, 50px);
}
.fade-in-down {
  transform: translate(0, -50px);
}
.fade-in-left {
  transform: translate(-50px, 0);
}
.fade-in-right {
  transform: translate(50px, 0);
}
.scroll-in {
  opacity: 1;
  transform: translate(0, 0);
}
br.sp{
    display: none;
}
body{
    opacity: 0;
    transition: 2s;
}
body.on{
    opacity: 1;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    z-index: 999;
}
header.sp{
    display: none;
}
header.pc{
    padding: 25px 2%;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 7px 28px rgba(69,69,69,0.06);
}
header.pc h1 a{
    align-items: center;
    font-size: 28px;
    font-weight: 700;
    color: #1561B4;
}
header.pc h1 a:hover{
    opacity: 0.6;
}
header.pc h1 a img{
    display: block;
    margin-right: 12px;
}
header.pc nav{
    margin: 0 68px 0 auto;
}
header.pc nav li{
    margin-right: 48px;
}
header.pc nav li::after{
    display: block;
    content: "";
    width: 100%;
    height: 2px;
    background-color: #003B7B;
    transform: scale(0,1);
    transform-origin: right top;
    transition: transform .3s;
}
header.pc nav li:hover::after{
    transform: scale(1,1);
    transform-origin: left top;
}
header.pc nav li:last-child{
    margin-right: 0;
}
header.pc nav li a{
    color: #003B7B;
    font-size: 18px;
    font-weight: 500;
}
header.pc .headBtn .linkTxt{
    align-items: center;
    justify-content: center;
    width: 194px;
    height: 54px;
    border-radius: 27px;
    color: #fff;
}
header.pc .headBtn.blue{
    margin-right: 12px;
}
header.pc .headBtn.blue .linkTxt{
    font-size: 17px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    background-color: #3181BC;
    border: 2px solid #3181BC;
    transition: .3s;
}
header.pc .headBtn.blue:hover .linkTxt{
    background-color: #fff;
    color: #3181BC;
}
header.pc .headBtn.blue .linkTxt .icon{
    display: block;
    width: 20px;
    height: 20px;
    position: relative;
}
header.pc .headBtn.blue .linkTxt .icon::before{
    display: block;
    content: url('/wp-content/themes/a/img/icon_tel_w.svg');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}
header.pc .headBtn.blue:hover .linkTxt .icon::before{
    content: url('/wp-content/themes/a/img/icon_tel_b.svg');
}
header.pc .headBtn.green .linkTxt{
    font-size: 17px;
    font-weight: 600;
    background-color: #4FBD38;
    border: 2px solid #4FBD38;
    transition: .3s;;
}
header.pc .headBtn.green:hover .linkTxt{
    background-color: #fff;
    color: #4FBD38;
}
header.pc .headBtn.green .linkTxt .icon{
    display: block;
    width: 22px;
    height: 22px;
    position: relative;
    margin-right: 7px;
}
header.pc .headBtn.green .linkTxt .icon::before{
    display: block;
    content: url('/wp-content/themes/a/img/icon_line_g.svg');
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
}
header.pc .headBtn .txt{
    display: flex;
    font-size: 14px;
    font-weight: 700;
    width: fit-content;
    height: 30px;
    white-space: nowrap;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background-color: #fff;
    padding: 0 12px;
    position: relative;
    margin: 0 auto -10px;
}
header.pc .headBtn.blue .txt{
    border: 2px solid #3181BC;
    color: #3181BC;
}
header.pc .headBtn.green .txt{
    border: 2px solid #4FBD38;
    color: #4FBD38;
}
.topPage{
    padding-top: 132px;
}
.topPage .mainVisualWrap{
    width: 100%;
    padding: 100px 0 103px;
    background-color: #DAEDFA;
    box-sizing: border-box;
    margin-bottom: 88px;
    position: relative;
}
.topPage .mainVisual .swiper-slide {
    border-radius: 20px;
    overflow: hidden;
}
.topPage .mainVisualWrap .swiper-pagination{
    bottom: 40px;
    width: fit-content;
    left: 50%;
    transform: translateX(-50%);
    background: #fff;
    padding: 10px 15px;
    border-radius: 25px;
    box-shadow: 0 0 6px rgba(0,0,0,0.1);
    font-size: 17px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
.topPage .topBnr{
    display: block;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 24px;
}
.topPage .topBnr.sp{
    display: none;
}
.topPage .postListWrap{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    border-radius: 4px;
    padding: 16px 0 10px;
    align-items: center;
}
.topPage .postListWrap.importantPost{
    background-color: #FFEAEA;
    margin-bottom: 24px;
}
.topPage .postListWrap.newPost{
    background-color: #EAF3FF;
    margin-bottom: 200px;
}
.topPage .postListWrap .titTxt{
    width: 30%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 0;
    font-size: 20px;
    font-weight: 700;
} 
.topPage .postListWrap .titTxt img{
    display: block;
}
.topPage .postListWrap.importantPost .titTxt{
    border-right: 1px solid #ED9C9C;
    color: #FE1F54;
}
.topPage .postListWrap.importantPost .titTxt img{
    margin-right: 8px;
}
.topPage .postListWrap.newPost .titTxt{
    border-right: 1px solid #7B9DC3;
    color: #0069E0;
}
.topPage .postListWrap.newPost .titTxt img{
    margin-right: 12px;
}
.topPage .postListWrap .postList{
    width: 70%;
    padding: 0 5%;
    box-sizing: border-box;
}
.topPage .postListWrap .postList li a{
    display: flex;
    align-items: center;
}
.topPage .postListWrap .postList .date{
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    width: 25%;
}
.topPage .postListWrap .postList .catName{
    font-weight: 600;
    width: 25%;
}
.topPage .postListWrap .postList h3{
    font-weight: 700;
    text-decoration: underline;
}
.topPage .postListWrap:hover .postList h3{
    color: #808080;
}
.topPage .postListWrap.importantPost .postList .catName{
    color: #FE1F54;
}
.topPage .postListWrap.newPost .postList .catName{
    color: #0069E0;
}
.topPage .blueBack{
    background-color: #F7FAFC;
}
.tit1{
    width: fit-content;
    font-size: 40px;
    font-weight: 700;
    border-bottom: 3px solid #444444;
}
.topPage .topBlock1{
    margin-bottom: 200px;
    padding: 207px 0 200px;
}
.topPage .topBlock1Inner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
} 
.topPage .topBlock1Inner .tit1{
    margin: 0 auto 105px;
}
.topPage .topBlock1Inner .box1{
    padding: 58px 5%;
    background-color: #fff;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
    align-items: center;
    box-sizing: border-box;
}
.topPage .topBlock1Inner .box1{
    margin-bottom: 24px;
}
.topPage .topBlock1Inner .box1:last-child{
    margin-bottom: 0;
}
.topPage .topBlock1Inner .box1 .txtBox{
    width: 50%;
    box-sizing: border-box;
}
.topPage .topBlock1Inner .box1:nth-child(odd) .txtBox{
    padding-right: 5%;
}
.topPage .topBlock1Inner .box1:nth-child(even) .txtBox{
    padding-left: 5%;
}
.topPage .topBlock1Inner .box1 .txtBox h3{
    display: flex;
    align-items: center;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
}
.topPage .topBlock1Inner .box1 .txtBox p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 64px;
    text-align: justify;
}
.topPage .topBlock1Inner .box1.no1 .txtBox h3 img{
    display: block;
    width: 32px;
    margin-right: 12px;
}
.topPage .topBlock1Inner .box1.no2 .txtBox h3 img{
    display: block;
    width: 36px;
    margin-right: 12px;
}
.topPage .topBlock1Inner .box1.no3 .txtBox h3 img{
    display: block;
    width: 63px;
    margin-right: 12px;
}
.topPage .topBlock1Inner .box1.no4 .txtBox h3 img{
    display: block;
    width: 63px;
    margin-right: 12px;
}
.topPage .topBlock1Inner .box1.no5 .txtBox h3 img{
    display: block;
    width: 50px;
    margin-right: 16px;
}
.topPage .topBlock1Inner .box1.no6 .txtBox h3 img{
    display: block;
    width: 60px;
    margin-right: 16px;
}
.topPage .topBlock1Inner .box1 img{
    width: 50%;
}
.linkBtn1{
    width: 265px;
    height: 60px;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90deg, #5898c7 0%, #106db2 100%);
    font-size: 20px;
    font-weight: 500;
    color: #fff;
}
.linkBtn1 .iconWrap{
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 16px;
}
.linkBtn1 .iconWrap .icon{
    width: 26px;
    height: 26px;
    border-radius: 50%;
    background-color: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
    transition: .3s;
}
.linkBtn1:hover .iconWrap .icon{
    background-color: #3181BC;
}
.linkBtn1 .iconWrap .icon::after{
    display: block;
    content: url('/wp-content/themes/a/img/arrow_right_b.svg');    
}
.linkBtn1:hover .iconWrap .icon::after{
    content: url('/wp-content/themes/a/img/arrow_right_w.svg');    
}
.topPage .topBlock1Inner .box2Wrap{
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}
.topPage .topBlock1Inner .box2Wrap .box2{
    background-color: #fff;
    padding: 50px 8% 52px;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
}
.topPage .topBlock1Inner .box2Wrap .box2.no1{
    transition-delay: .1s;
}
.topPage .topBlock1Inner .box2Wrap .box2.no2{
    transition-delay: .2s;
}
.topPage .topBlock1Inner .box2Wrap .box2.no3{
    transition-delay: .3s;
}
.topPage .topBlock1Inner .box2Wrap .box2.no4{
    transition-delay: .4s;
}
.topPage .topBlock1Inner .box2Wrap .box2 h3{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 14px;
    font-size: 24px;
    font-weight: 700;
}
.topPage .topBlock1Inner .box2Wrap .box2 p{
    font-weight: 500;
}
.topPage .topBlock1Inner .box2Wrap .box2 h3 img{
    display: block;
}
.topPage .topBlock1Inner .box2Wrap .box2.no1 h3 img{
    width: 32px;
    margin-right: 8px;
}
.topPage .topBlock1Inner .box2Wrap .box2.no1 p{
    margin-bottom: 49px;
}
.topPage .topBlock1Inner .box2Wrap .box2.no2 h3 img{
    width: 50px;
    margin-right: 9px;
}
.topPage .topBlock1Inner .box2Wrap .box2.no2 p{
    margin-bottom: 24px;
}
.topPage .topBlock1Inner .box2Wrap .box2.no3 h3 img{
    width: 51px;
    margin-right: 11px;
}
.topPage .topBlock1Inner .box2Wrap .box2.no3 p{
    margin-bottom: 49px;
}
.topPage .topBlock1Inner .box2Wrap .box2.no4 h3 img{
    width: 59px;
    margin-right: 4px;
}
.topPage .topBlock1Inner .box2Wrap .box2.no4 p{
    margin-bottom: 24px;
}
.topPage .topBlock2{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 200px;
}
.topPage .topBlock2 .tit1{
    margin: 0 auto 105px;
}
.topPage .topBlock2 .infoWrap{
    grid-template-columns: 1fr 1fr;
    gap: 64px 26px;
    margin-bottom: 64px;
}
.topPage .topBlock2 .infoWrap .box1{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.topPage .topBlock2 .infoWrap .box1 .titTxt{
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 8px;
    color: #3181BC;
}
.topPage .topBlock2 .infoWrap .box1 .note{
    font-weight: 500;
}
.topPage .topBlock2 .infoWrap .box1.no1{
    padding-top: 10px;
}
.topPage .topBlock2 .infoWrap .box1.no2{
    transition-delay: .2s;
}
.topPage .topBlock2 .infoWrap .box1.no3{
    transition-delay: .3s;
}
.topPage .topBlock2 .infoWrap .box1.no4{
    transition-delay: .4s;
}
.topPage .topBlock2 .infoWrap .box1.no1 .titleTxt{
    display: flex;
    align-items: center;
    font-size: 42px;
    font-weight: 700;
    color: #1561B4;
    margin-bottom: 58px;
}
.topPage .topBlock2 .infoWrap .box1.no1 .titleTxt img{
    display: block;
    margin-right: 18px;
}
.topPage .topBlock2 .infoWrap .box1.no1 table{
    border-radius: 4px;
    width: 98%;
    border-collapse: collapse;
    border: solid 1px #DBDBDB;
    margin-bottom: 64px;
}
.topPage .topBlock2 .infoWrap .box1.no1 table th{
    background-color: #F7FAFC;
    padding: 25px 0;
    text-align: center;
    width: 10%;
    font-weight: 700;
    border: solid 1px #DBDBDB;
}
.topPage .topBlock2 .infoWrap .box1.no1 table th.title{
    width: 30%;
    color: #3181BC;
}
.topPage .topBlock2 .infoWrap .box1.no1 table td{
    padding: 32px 0 26px;
    text-align: center;
    font-weight: 700;
    border: solid 1px #DBDBDB;
}
.topPage .topBlock2 .infoWrap .box1.no1 table td.maru{
    color: #3181BC;
}
.topPage .topBlock2 .infoWrap .box1.no2 iframe{
    display: block;
    width: 100%;
    height: 100%;
    aspect-ratio: 575 / 405;
    margin-bottom: 14px;
}
.topPage .topBlock2 .infoWrap .box1.no3 img{
    margin-bottom: 24px;
}
.topPage .topBlock2 .infoWrap .box1.no4 img{
    margin-bottom: 24px;
}
.topPage .topBlock2 .service{
    padding: 34px 3%;
    border-radius: 4px;
    background: linear-gradient(90deg,#5898c7 0%, #106db2 100%);
}
.topPage .topBlock2 .service h3{
    display: flex;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    align-items: center;
    margin-bottom: 32px;
    white-space: nowrap;
    justify-content: space-between;
}
.topPage .topBlock2 .service h3::before,
.topPage .topBlock2 .service h3::after{
    display: block;
    content: "";
    width: 40%;
    height: 1px;
    background-color: #fff;
}
.topPage .topBlock2 .service .serviceList{
    grid-template-columns: repeat(4,1fr);
    gap: 16px;
}
.topPage .topBlock2 .service .serviceList li{
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    position: relative;
    height: 65px;
    border: 1px solid #D9D9D9;
    border-radius: 4px;
}
.topPage .topBlock2 .service .serviceList li::before{
    display: block;
    content: "";
    width: 4px;
    height: 40px;
    background-color: #6A6A6A;
    border-radius: 0 4px 4px 0;
    position: absolute;
    top: 50%;
    left: -1px;
    transform: translateY(-50%);
}
.topPage .topBlock3{
    position: relative;
    padding: 150px 0 222px;
    z-index: 1;
}
.topPage .topBlock3 .bgImg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1920 / 355;
    z-index: -1;
}
.topPage .topBlock3 .bgImg.sp{
    display: none;
}
.topPage .topBlock3 .topBlock3Inner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}  
.topPage .topBlock3 .topBlock3Inner .titWrap{
    justify-content: space-between;
    align-items: center;
    margin-bottom: 56px;
}
.topPage .topBlock3 .topBlock3Inner .titWrap .tit1{
    color: #fff;
    border-bottom: 3px solid #fff;
}
.topPage .topBlock3 .topBlock3Inner .titWrap .catList{
    grid-template-columns: 1fr 1fr 1fr;
    background-color: #fff;
    border-radius: 4px;
    padding: 5px 0;
    width: 483px;
    height: 72px;
}
.topPage .topBlock3 .topBlock3Inner .titWrap .catList li{
    border-right: 1px solid #AAAAAA;
    padding: 0 5px;
    cursor: pointer;
}
.topPage .topBlock3 .topBlock3Inner .titWrap .catList li span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    font-weight: 700;
    color: #3181BC;
}
.topPage .topBlock3 .topBlock3Inner .titWrap .catList li.active span{
    background-color: #EAEEF0;
}
.postListWrap2{
    background-color: #fff;
    padding: 62px 7% 42px;
    box-shadow: 0 7px 28px rgba(114,114,114,0.06);
}
.topPage .postListWrap2{
    display: none;
    opacity: 0;
    transition: 1s;
}
.topPage .postListWrap2.active{
    display: block;
    opacity: 1;

    @starting-style{
        opacity: 0;
    }
}
.postListWrap2 .postList2{
    margin-bottom: 41px;
}
.postListWrap2 .postList2 li{
    border-bottom: 1px solid #AAAAAA;
    transition: .3s;
}
.postListWrap2 .postList2 li:hover{
    background-color: #F8F8F8;
}
.postListWrap2 .postList2 li:first-child{
    border-top: 1px solid #AAAAAA;
}
.postListWrap2 .postList2 li a{
    padding: 40px 0;
}
.postListWrap2 .postList2 li a .date{
    width: 15%;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
.postListWrap2 .postList2 li a .catName{
    width: 25%;
    text-align: center;
    font-weight: 600;
}
.postListWrap2 .postList2 li a .catName.newsCat{
    color: #006DE6;
}
.postListWrap2 .postList2 li a .catName.importantCat{
    color: #FE3A68;
}
.postListWrap2 .postList2 li a h3{
    width: 60%;
    font-weight: 700;
    text-decoration: underline;
}
.postListWrap2 .postList2 li:hover a h3{
    opacity: 0.6;
}
.postListWrap2 .linkBtn1{
    margin: 0 auto;
}
.topPage .topBlock4{
    padding: 207px 0 200px;
    margin-bottom: 200px;
} 
.topPage .topBlock4 .topBlock4Container{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.topPage .topBlock4 .topBlock4Container .tit1{
    margin: 0 auto 98px;
}
.topPage .topBlock4 .topBlock4Container .topBlock4Inner{
    align-items: flex-end;
}
.topPage .topBlock4 .topBlock4Container .topBlock4Inner img{
    width: 50%;
    object-fit: cover;
}
.topPage .topBlock4 .topBlock4Container .topBlock4Inner .txtBox{
    width: 50%;
    padding-left: 5%;
    box-sizing: border-box;
}
.topPage .topBlock4 .topBlock4Container .topBlock4Inner .txtBox li{
    padding: 25px 0;
    border-bottom: 1px solid #AAAAAA;
}
.topPage .topBlock4 .topBlock4Container .topBlock4Inner .txtBox li:first-child{
    padding-top: 0;
}
.topPage .topBlock4 .topBlock4Container .topBlock4Inner .txtBox li .title{
    width: 20%;
    font-weight: 700;
    color: #3275A6;
}
.topPage .topBlock4 .topBlock4Container .topBlock4Inner .txtBox li .text{
    width: 70%;
    font-weight: 500;
}
.footBnr{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 200px;
}
.footBnr .titTxt{
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 32px;
}
.footBnr img.sp{
    display: none;
}
.contactBox{
    background: url('/wp-content/themes/a/img/contactBg.jpg') no-repeat center;
    background-size: cover;
    padding: 251px 0 122px;
}
.contactBox .titTxt{
    text-align: center;
    font-size: 46px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 3px 6px rgba(0,0,0,0.15);
    margin-bottom: 73px;
}
.contactBox .contactList{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 14px;
}
.contactBox .contactList li{
    height: 293px;
    position: relative;
    z-index: 1;
}
.contactBox .contactList li a{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
}
.contactBox .contactList .blue{
    background: linear-gradient(90deg,#5898c7 0%, #106db2 100%);
    font-size: 41px;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
}
.contactBox .contactList .blue::after{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg,#5898c7 0%, #106db2 100%);
    opacity: 0;
    transition: .8s;
    z-index: -1;
}
.contactBox .contactList .blue:hover::after{
    opacity: 1;
}
.contactBox .contactList li.blue a img{
    width: 60px;
    display: block;
    margin-bottom: 30px;
}
.contactBox .contactList .green{
    background: linear-gradient(90deg,#68c64a 0%, #11a710 100%);
    font-size: 34px;
    font-weight: 700;
}
.contactBox .contactList .green:after{
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(0deg,#68c64a 0%, #11a710 100%);
    opacity: 0;
    transition: .8s;
    z-index: -1;
}
.contactBox .contactList .green:hover:after{
    opacity: 1;
}
.contactBox .contactList li.green a img{
    width: 71px;
    display: block;
    margin-bottom: 20px;
}
footer{
    padding: 200px 0;
}
footer .footerContainer{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
}
footer .footerBlock1 .logo{
    margin-bottom: 24px;
}
footer .footerBlock1 .logo a{
    align-items: center;
    font-size: 39px;
    font-weight: 700;
    color: #1561B4;
}
footer .footerBlock1 .logo a img{
    display: block;
    margin-right: 16px;
}
footer .footerBlock1 .footBox.no1{
    margin-bottom: 24px;
}
footer .footerBlock1 .footBox.no2{
    margin-bottom: 16px;
}
footer .footerBlock1 .footBox.no3{
    margin-bottom: 48px;
}
footer .footerBlock1 .footBox .titBox{
    font-weight: 700;
    color: #3181BC;
}
footer .footerBlock1 .footBox .note{
    font-weight: 500;
} 
footer .footerBlock1 .copy{
    font-size: 10px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
footer .footerBlock1 .footerBlock2.sp{
    display: none;
}
footer .footerBlock2 .footLink.no1{
    margin-right: 36px;
    padding-right: 36px;
    border-right: 1px solid #D9D9D9;
}
footer .footerBlock2 .footLink li{
    border-bottom: 1px solid #D9D9D9;
}
footer .footerBlock2 .footLink li a{
    display: flex;
    align-items: center;
    padding: 28px 0;
    font-weight: 600;
}
footer .footerBlock2 .footLink li:hover a{
    color: #3181BC;
}
footer .footerBlock2 .footLink li:first-child a{
    padding-top: 0;
}
footer .footerBlock2 .footLink li a .iconWrap{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #3181BC;
    margin-right: 16px;
}
footer .footerBlock2 .footLink li a .iconWrap span{
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background-color: #3181BC;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 0;
}
footer .footerBlock2 .footLink li a .iconWrap span::after{
    display: block;
    content: url('/wp-content/themes/a/img/arrow_right_w.svg');
}
.subPage{
    padding-top: 132px;
}
.onlinePage .onlineContainer{
    padding-top: 26px;
}
.onlinePage .onlineContainer .pankuzu{
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 54px 5%;
}
.onlinePage .onlineContainer .pankuzu span{
    font-size: 14px;
    font-weight: 400;
    color: #1461B4;
}
.onlinePage .onlineContainer .pankuzu a{
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}
.onlinePage .onlineContainer .subPageVisual{
    width: 96%;
    margin: 0 auto 103px;
    position: relative;
}
.onlinePage .onlineContainer .subPageVisual img.sp{
    display: none;
}
.onlinePage .onlineContainer .subPageVisual h2{
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 92px;
    left: 3%;
}
.onlinePage .onlineContainer .subPageVisual h2 span{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    display: block;
    padding: 0 10px;
    background: linear-gradient(#5898c7 0%, #106db2 100%);
    width: fit-content;
}
.onlinePage .onlineBlock1{
    background: linear-gradient(90deg,#5898c7 0%, #106db2 100%);
    padding: 200px 0 200px;
    position: relative;
}
.onlinePage .onlineBlock1 .effect{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.onlinePage .onlineBlock1 .onlineBlock1Inner h3{
    padding: 23px 71px;
    background-color: #fff;
    border-radius: 54px;
    font-size: 40px;
    font-weight: 700;
    color: #3181BC;
    position: relative;
    width: fit-content;
    margin: 0 auto 40px;
}
.onlinePage .onlineBlock1 .onlineBlock1Inner h3::after{
    display: block;
    content: url('/wp-content/themes/a/img/hikidashi.svg');
    position: absolute;
    top: calc(100% - 5px);
    left: 50%;
    transform: translateX(-50%);
    width: 17px;
    height: 14px;
    line-height: 0;
}
.onlinePage .onlineBlock1 .onlineBlock1Inner .note{
    width: 90%;
    max-width: 718px;
    margin: 0 auto 72px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 41px;
    text-align: center;
}
.onlinePage .onlineBlock1 .onlineBlock1Inner img{
    width: 90%;
    max-width: 718px;
    margin: 0 auto;
    display: block;
    border-radius: 4px;
}
.onlinePage .onlineBlock2{
    padding: 200px 0;
    background-color: #F7FAFC;
}
.onlinePage .onlineBlock2 .onlineBlock2Inner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.onlinePage .onlineBlock2 .onlineBlock2Inner .tit1{
    margin: 0 auto 88px;
}
.onlinePage .onlineBlock2 .onlineBlock2Inner ul{
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 65px;
}
.onlinePage .onlineBlock2 .onlineBlock2Inner ul li img{
    width: 338px;
    display: block;
    margin: 0 auto 32px;
}
.onlinePage .onlineBlock2 .onlineBlock2Inner ul li h4{
    font-size: 24px;
    font-weight: 700;
    color: #3275A6;
    text-align: center;
}
.onlinePage .onlineBlock3{
    padding: 200px 0;
    background-color: #E2F3FF;
}
.onlinePage .onlineBlock3 .onlineBlock3Inner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.onlinePage .onlineBlock3 .onlineBlock3Inner .tit1{
    margin: 0 auto 100px;
}
.onlineFlow{
    background-color: #fff;
    padding: 100px 5% 80px 0;
}
.onlinePage .onlineBlock3 .onlineBlock3Inner .onlineFlow{
    border-top: 4px dashed #A7C7D8;
    border-bottom: 4px dashed #A7C7D8;
}
.servicePage .onlineFlow{
    border-top: 4px dashed #ADD8A7;
    border-bottom: 4px dashed #ADD8A7;
    margin-bottom: 40px;
}
.onlineFlow .stepBlock{
    align-items: flex-start;
    justify-content: flex-end;
}
.onlineFlow .stepBlock .stepDetail{
    width: 90%;
    align-items: center;
    position: relative;
    padding-right: 5%;
    box-sizing: border-box;
}
.onlinePage  .onlineFlow .stepBlock .stepDetail{
    border-bottom: 2px solid #A7C7D8;
}
.servicePage  .onlineFlow .stepBlock .stepDetail{
    border-bottom: 2px solid #ADD8A7;
}
.onlinePage .onlineBlock3 .onlineBlock3Inner .onlineFlow .stepBlock.no1 .stepDetail{
    padding-bottom: 80px;
}
.servicePage .onlineFlow .stepBlock.no1 .stepDetail{
    padding-bottom: 46px;
}
.onlinePage .onlineBlock3 .onlineBlock3Inner .onlineFlow .stepBlock.no2 .stepDetail{
    padding-top: 37px;
    padding-bottom: 40px;
}
.servicePage .onlineFlow .stepBlock.no2 .stepDetail{
    padding-top: 51px;
    padding-bottom: 44px;
}
.onlinePage .onlineBlock3 .onlineBlock3Inner .onlineFlow .stepBlock.no3 .stepDetail{
    padding-top: 58px;
    padding-bottom: 36px;
}
.servicePage .onlineFlow .stepBlock.no3 .stepDetail{
    padding-top: 51px;
    border-bottom: none;
}
.onlinePage .onlineBlock3 .onlineBlock3Inner .onlineFlow .stepBlock.no4 .stepDetail{
    padding-top: 61px;
    padding-bottom: 46px;
}
.onlinePage .onlineBlock3 .onlineBlock3Inner .onlineFlow .stepBlock.no5 .stepDetail{
    padding-top: 70px;
    padding-bottom: 63px;
}
.onlinePage .onlineBlock3 .onlineBlock3Inner .onlineFlow .stepBlock.no6 .stepDetail{
    padding-top: 53px;
    border-bottom: none;
}
.onlineFlow .stepBlock .stepDetail::before{
    display: block;
    content: "";
    width: 12px;
    position: absolute;
    top: 10px;
    right: calc(100% + 36px);
    height: calc(100% + 2px);
}
.onlinePage .onlineBlock3 .onlineBlock3Inner .onlineFlow .stepBlock .stepDetail::before{
    background-color: #9EC9E8;
}
.onlinePage .onlineBlock3 .onlineBlock3Inner .onlineFlow .stepBlock.no1 .stepDetail::before{
    top: 142px;
    height: 75%;
}
.servicePage .onlineFlow .stepBlock .stepDetail::before{
    background-color: #A3D89B;
}
.onlinePage .onlineBlock3 .onlineBlock3Inner .onlineFlow .stepBlock.no4 .stepDetail::before,
.servicePage .onlineFlow .stepBlock.no3 .stepDetail::before{
    height: 30%;
}
.onlineFlow .stepBlock .stepDetail .stepContent{
    width: 70%;
    padding-right: 10%;
    box-sizing: border-box;
}
.onlineFlow .stepBlock .stepDetail .stepContent h3{
    font-size: 30px;
    font-weight: 900;
    margin-bottom: 40px;
    position: relative;
}
.onlineFlow .stepBlock .stepDetail .stepContent h3 .stepNum{
    position: absolute;
    top: 50%;
    right: calc(100% + 3%);
    transform: translateY(-50%);
    background-color: #fff;
    width: 50px;
    font-size: 72px;
    font-weight: 600;
    font-style: italic;
    font-family: "Montserrat", sans-serif;
    box-sizing: border-box;
    text-align: center;
}
.onlinePage .onlineBlock3 .onlineBlock3Inner .onlineFlow .stepBlock .stepDetail .stepContent h3 .stepNum{
    color: #3181BC;
}
.servicePage .onlineFlow .stepBlock .stepDetail .stepContent h3 .stepNum{
    color: #3AB427;
}
.onlineFlow .stepBlock .stepDetail .stepContent p{
    font-weight: 500;
}
.onlineFlow .stepBlock .stepDetail .stepContent .gray{
    padding: 10px 12px;
    background-color: #F0F0F0;
    font-size: 14px;
    margin-top: 16px;
    width: fit-content;
}
.onlineFlow .stepBlock .stepDetail .stepContent .subTit{
    font-size: 14px;
    font-weight: 500;
    margin: 28px 0 0;
}
.onlineFlow .stepBlock .stepDetail .stepContent .red{
    background-color: #FF5858;
    padding: 16px 20px;
    width: fit-content;
}
.onlineFlow .stepBlock .stepDetail .stepContent .red p{
    font-weight: 500;
    color: #fff;
}
.onlineFlow .stepBlock.no1 .stepDetail .stepContent p{
    margin-bottom: 18px;
}
.onlineFlow .stepBlock.no1 .stepDetail .stepContent a{
    text-decoration: underline;
    color: #3181BC;
    transition: .3s;
    display: block;
    font-size: 20px;
}
.onlineFlow .stepBlock.no1 .stepDetail .stepContent a:hover{
    opacity: 0.6;
}
.onlineFlow .stepBlock .stepDetail .stepContent .c-red{
    color: #FE1F54;   
}
.onlineFlow .stepBlock .stepDetail .stepIcon{
    width: 30%;
}
.servicePage .onlineFlow .stepBlock.no3 .stepDetail .stepIcon img{
    width: 212px;
    display: block;
    margin: 0 auto;
}
.onlinePage .onlineBlock4{
    padding: 200px 0;
    background-color: #F7FAFC;
    margin-bottom: 200px;
}
.onlinePage .onlineBlock4 .onlineBlock4Inner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.onlinePage .onlineBlock4 .onlineBlock4Inner .tit1{
    margin: 0 auto 110px;
}
.onlinePage .onlineBlock4 .onlineBlock4Inner ul{
    grid-template-columns: 1fr 1fr;
    gap: 0 24px;
    margin-bottom: 51px;
}
.onlinePage .onlineBlock4 .onlineBlock4Inner ul li{
    background-color: #fff;
    padding: 57px 10% 50px;
    border: 1px solid #E3E3E3;
    border-radius: 4px;
}
.onlinePage .onlineBlock4 .onlineBlock4Inner ul li img{
    display: block;
    margin-bottom: 24px;
}
.onlinePage .onlineBlock4 .onlineBlock4Inner ul li h4{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.onlinePage .onlineBlock4 .onlineBlock4Inner ul li:nth-child(1) h4{
    color: #E35B46;
}
.onlinePage .onlineBlock4 .onlineBlock4Inner ul li:nth-child(2) h4{
    color: #359AAC;
}
.onlinePage .onlineBlock4 .onlineBlock4Inner ul li p{
    text-align: center;
    font-size: 24px;
    font-weight: 700;
}
.onlinePage .onlineBlock4 .onlineBlock4Inner .attention{
    text-align: center;
    font-weight: 500;
}
.servicePage .serviceContainer{
    padding-top: 26px;
}
.servicePage .serviceContainer .pankuzu{
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 54px 5%;
}
.servicePage .serviceContainer .pankuzu span{
    font-size: 14px;
    font-weight: 400;
    color: #1461B4;
}
.servicePage .serviceContainer .pankuzu a{
    font-size: 14px;
    font-weight: 400;
    text-decoration: underline;
}
.servicePage .serviceContainer .subPageVisual{
    width: 96%;
    margin: 0 auto 103px;
    position: relative;
}
.servicePage .serviceContainer .subPageVisual img.sp{
    display: none;
}
.servicePage .serviceContainer .subPageVisual h2{
    font-size: 50px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    bottom: 92px;
    left: 3%;
}
.servicePage .serviceContainer .subPageVisual h2 span{
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    display: block;
    padding: 0 10px;
    background: linear-gradient(90deg, #97d08c 0%, #4fbd38 100%);
    width: fit-content;
}
.servicePage .serviceBlock1{
    background: linear-gradient(90deg, #85d176 0%, #4fbd38 100%);
    padding: 200px 0 200px;
    position: relative;
}
.servicePage .serviceBlock1 .serviceBlock1Inner h3{
    padding: 29px 54px;
    background-color: #fff;
    border-radius: 54px;
    font-size: 40px;
    font-weight: 700;
    color: #3AB427;
    position: relative;
    width: fit-content;
    margin: 0 auto 40px;
}
.servicePage .serviceBlock1 .serviceBlock1Inner h3::after{
    display: block;
    content: url('/wp-content/themes/a/img/hikidashi.svg');
    position: absolute;
    top: calc(100% - 5px);
    left: 50%;
    transform: translateX(-50%);
    width: 17px;
    height: 14px;
    line-height: 0;
}
.servicePage .serviceBlock1 .serviceBlock1Inner .note{
    width: 90%;
    margin: 0 auto 72px;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 41px;
    text-align: center;
}
.servicePage .serviceBlock1 .serviceBlock1Inner img{
    width: 90%;
    max-width: 718px;
    margin: 0 auto;
    display: block;
    border-radius: 4px;
}
.servicePage .serviceBlock1 .effect{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.servicePage .serviceBlock1 .effect.sp,
.onlinePage .onlineBlock1 .effect.sp{
    display: none;
}
.servicePage .serviceBlock2{
    padding: 200px 0;
    background-color: #EDFCED;
}
.servicePage .serviceBlock2 .serviceBlock2Inner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.servicePage .serviceBlock2 .tit1{
    margin: 0 auto 110px;
}
.servicePage .serviceBlock2 .serviceBlock2Inner > img{
    width: 90%;
    display: block;
    margin: 0 auto 160px;
}
.servicePage .serviceBlock2 .serviceBlock2Inner > img.sp{
    display: none;
}
.servicePage .serviceBlock2 .serviceBlock2Inner .serviceBlock2Content{
    background: url('/wp-content/themes/a/img/serviceBlock2Bg.jpg') no-repeat center;
    background-size: cover;
    padding: 100px 7% 122px;
    position: relative;
}
.servicePage .serviceBlock2 .serviceBlock2Inner .serviceBlock2Content::before{
    width: 50%;
    max-width: 512px;
    height: 12px;
    display: block;
    content: "";
    background-color: #6A6A6A;
    border-radius: 0 0 4px 4px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.servicePage .serviceBlock2 .serviceBlock2Inner .serviceBlock2Content .tit1{
    margin: 0 auto 70px;
}
.servicePage .serviceBlock2 .serviceBlock2Inner .serviceBlock2Content ul li{
    align-items: center;
    margin-bottom: 41px;
}
.servicePage .serviceBlock2 .serviceBlock2Inner .serviceBlock2Content ul li:last-child{
    margin-bottom: 0;
}
.servicePage .serviceBlock2 .serviceBlock2Inner .serviceBlock2Content ul li img{
    width: 50%;
}
.servicePage .serviceBlock2 .serviceBlock2Inner .serviceBlock2Content ul li .txtBox{
    width: 50%;
    padding-left: 5%;
    box-sizing: border-box;
}
.servicePage .serviceBlock2 .serviceBlock2Inner .serviceBlock2Content ul li .txtBox h4{
    font-size: 24px;
    font-weight: 700;
    color: #3AB427;
    margin-bottom: 25px;
}
.servicePage .serviceBlock2 .serviceBlock2Inner .serviceBlock2Content ul li .txtBox p{
    font-weight: 500;
}
.servicePage .serviceBlock3{
    padding: 200px 0 275px;
    background-color: #CDF8CD;
} 
.servicePage .serviceBlock3 .serviceBlock3Inner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.servicePage .serviceBlock3 .serviceBlock3Inner .tit1{
    margin: 0 auto 100px;
}
.servicePage .serviceBlock3 .serviceBlock3Inner > img{
    display: block;
    margin-bottom: 40px;
}
.servicePage .serviceBlock3 .serviceBlock3Inner .bnr{
    display: block;
    width: 90%;
    max-width: 665px;
    height: 170px;
    position: relative;
    margin: 0 auto;
}
.servicePage .serviceBlock3 .serviceBlock3Inner .bnr img.sp{
    display: none;
}
.servicePage .serviceBlock3 .serviceBlock3Inner .bnr p{
    font-size: 33px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
}
.servicePage .serviceBlock4{
    padding: 200px 0;
    background-color: #EDFCED;
    margin-bottom: 200px;
}
.servicePage .serviceBlock4 .serviceBlock4Inner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.servicePage .serviceBlock4 .serviceBlock4Inner .tit1{
    margin: 0 auto 100px;
}
.servicePage .serviceBlock4 .serviceBlock4Inner a{
    display: block;
    width: 100%;
    height: 100%;
}
.servicePage .serviceBlock4 .serviceBlock4Inner a img.sp{
    display: none;
}
.catPage .categoryContainer{
    position: relative;
    z-index: 1;
    background-color: #F7FAFC;
    padding-top: 26px;
    padding-bottom: 200px;
    margin-bottom: 200px;
}
.catPage .categoryContainer .topBg{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    aspect-ratio: 1920 / 355;
    z-index: -1;
}
.catPage .categoryContainer .topBg.sp{
    display: none;
}
.catPage .categoryContainer .pankuzu{
    margin: 0 0 97px 5%;
    color: #fff;
    font-size: 14px;
}
.catPage .categoryContainer .pankuzu a{
    color: #fff;
    font-size: 14px;
    text-decoration: underline;
}
.catPage .categoryInner{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
}
.catPage .categoryInner .titWrap{
    justify-content: space-between;
    align-items: center;
    margin-bottom: 56px;
}
.catPage .categoryInner .titWrap .tit1{
    color: #fff;
    border-bottom: 3px solid #fff;
}
.catPage .categoryInner .titWrap .catList{
    grid-template-columns: 1fr 1fr 1fr;
    background-color: #fff;
    border-radius: 4px;
    padding: 5px 0;
    width: 483px;
    height: 72px;
}
.catPage .categoryInner .titWrap .catList li{
    border-right: 1px solid #AAAAAA;
    padding: 0 5px;
}
.catPage .categoryInner .titWrap .catList li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 4px;
    font-weight: 700;
    color: #3181BC;
}
.catPage .categoryInner .titWrap .catList li.active a{
    background-color: #EAEEF0;
}
.catPage .categoryInner .postListWrap2 .pagenationWrap ul{
    display: flex;
    align-items: center;
    justify-content: center;
}
.catPage .categoryInner .postListWrap2 .pagenationWrap ul li{
    margin-right: 48px;
    transition: .3s;
}
.catPage .categoryInner .postListWrap2 .pagenationWrap ul li:hover a{
    color: #3181BC;
}
.catPage .categoryInner .postListWrap2 .pagenationWrap ul li a,
.catPage .categoryInner .postListWrap2 .pagenationWrap ul li .current{
    font-size: 24px;
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
}
.catPage .categoryInner .postListWrap2 .pagenationWrap ul li .current{
    color: #3181BC;
}
.catPage .categoryInner .postListWrap2 .pagenationWrap ul .nextBtn{
    margin-left: 90px;
    margin-right: 0;
}
.catPage .categoryInner .postListWrap2 .pagenationWrap ul .prevBtn{
    margin-right: 90px;
}
.catPage .categoryInner .postListWrap2 .pagenationWrap ul .nextBtn a,
.catPage .categoryInner .postListWrap2 .pagenationWrap ul .prevBtn a{
    display: flex;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    font-family: "Noto Sans JP", sans-serif;
}
.catPage .categoryInner .postListWrap2 .pagenationWrap ul .nextBtn.noNext a p,
.catPage .categoryInner .postListWrap2 .pagenationWrap ul .prevBtn.noPrev a p{
    color: #ddd;
    pointer-events: none;
}
.catPage .categoryInner .postListWrap2 .pagenationWrap ul .iconWrap{
    width: 32px;
    height: 32px;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #3181BC;
}
.catPage .categoryInner .postListWrap2 .pagenationWrap ul .nextBtn .iconWrap{
    margin-left: 16px;
}
.catPage .categoryInner .postListWrap2 .pagenationWrap ul .prevBtn .iconWrap{
    margin-right: 16px;
}
.catPage .categoryInner .postListWrap2 .pagenationWrap ul .iconWrap span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    border-radius: 12px;
    background-color: #3181BC;
}
.catPage .categoryInner .postListWrap2 .pagenationWrap ul .iconWrap span:after{
    display: block;
    content: url('/wp-content/themes/a/img/arrow_right_w.svg');
    line-height: 0;
}
.catPage .categoryInner .postListWrap2 .pagenationWrap ul .prevBtn .iconWrap span:after {
    transform: rotate(180deg);
}
.singlePage .singleContainer{
    padding-top: 26px;
}
.singlePage .singleContainer .pankuzu{
    margin: 0 0 130px 5%;
}
.singlePage .singleContainer .pankuzu span{
    font-size: 14px;
    font-weight: 400;
    color: #3181BC;
}
.singlePage .singleContainer .pankuzu a{
    font-size: 14px;
    font-weight: 400;
    color: #454545;
    text-decoration: underline;
}
.singlePage .singleContentWrap{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 296px;
}
.singlePage .singleContentWrap .singleContent{
    width: 70%;
    padding-right: 10%;
    box-sizing: border-box;
}
.singlePage .singleContentWrap .singleContent h2{
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 24px;
}
.singlePage .singleContentWrap .singleContent .postData{
    align-items: center;
    margin-bottom: 72px;
}
.singlePage .singleContentWrap .singleContent .postData .date{
    font-weight: 500;
    font-family: "Montserrat", sans-serif;
    margin-right: 24px;
}
.singlePage .singleContentWrap .singleContent .postData .catName{
    font-weight: 600;
}
.singlePage .singleContentWrap .singleContent .postData .catName.newsCat{
    color: #006DE6;
}
.singlePage .singleContentWrap .singleContent .postData .catName.importantCat{
    color: #FE3A68;
}
.singlePage .singleContentWrap .singleContent .contentWrap{
    margin-bottom: 80px;
}
.singlePage .singleContentWrap .singleContent .contentWrap p{
    font-weight: 500;
}
.singlePage .singleContentWrap .singleContent .postLinkBox{
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
    height: 140px;
    padding: 10px 0;
    box-sizing: border-box;
    border-top: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
}
.singlePage .singleContentWrap .singleContent .postLinkBox li{
    border-right: 1px dashed #AAAAAA;
}
.singlePage .singleContentWrap .singleContent .postLinkBox li:last-child{
    border-right: none;
}
.singlePage .singleContentWrap .singleContent .postLinkBox li a,
.singlePage .singleContentWrap .singleContent .postLinkBox li > span{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}
.singlePage .singleContentWrap .singleContent .postLinkBox li a p,
.singlePage .singleContentWrap .singleContent .postLinkBox li > span p{
    font-size: 20px;
    font-weight: 500;
}
.singlePage .singleContentWrap .singleContent .postLinkBox li > span p{
    color: #ddd;
}
.singlePage .singleContentWrap .singleContent .postLinkBox li a .iconWrap,
.singlePage .singleContentWrap .singleContent .postLinkBox li > span .iconWrap{
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #3181BC;
    display: flex;
    align-items: center;
    justify-content: center;
}
.singlePage .singleContentWrap .singleContent .postLinkBox li.singlePrev a .iconWrap,
.singlePage .singleContentWrap .singleContent .postLinkBox li.singlePrev > span .iconWrap{
    margin-right: 20px;
}
.singlePage .singleContentWrap .singleContent .postLinkBox li.singleNext a .iconWrap,
.singlePage .singleContentWrap .singleContent .postLinkBox li.singleNext > span .iconWrap{
    margin-left: 20px;
}
.singlePage .singleContentWrap .singleContent .postLinkBox li a .iconWrap span,
.singlePage .singleContentWrap .singleContent .postLinkBox li > span .iconWrap span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background-color: #3181BC;
}
.singlePage .singleContentWrap .singleContent .postLinkBox li a .iconWrap span::after,
.singlePage .singleContentWrap .singleContent .postLinkBox li > span .iconWrap span::after{
    display: block;
    content: url('/wp-content/themes/a/img/arrow_right_w.svg');
    line-height: 0;
}
.singlePage .singleContentWrap .singleContent .postLinkBox li.singlePrev a .iconWrap span::after,
.singlePage .singleContentWrap .singleContent .postLinkBox li.singlePrev > span .iconWrap span::after{
    transform: rotate(180deg);
}
.singlePage .singleContentWrap aside{
    width: 30%;
}
.singlePage .singleContentWrap aside h3{
    font-weight: 700;
    color: #3181BC;
    padding-bottom: 16px;
    border-bottom: 1px solid #3181BC;
    margin-bottom: 16px;
}
.singlePage .singleContentWrap aside .catList li{
    border-bottom: 1px dashed #AAAAAA;
}
.singlePage .singleContentWrap aside .catList li a{
    padding: 16px 0 12px;
    display: flex;
    align-items: center;
    font-weight: 700;
}
.singlePage .singleContentWrap aside .catList li:first-child a{
    padding-top: 0;
}
.singlePage .singleContentWrap aside .catList li a .iconWrap{
    width: 32px;
    height: 32px;
    border-radius: 16px;
    border: 1px solid #3181BC;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 22px;
}
.singlePage .singleContentWrap aside .catList li a .iconWrap span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    background-color: #3181BC;
}
.singlePage .singleContentWrap aside .catList li a .iconWrap span:after{
    display: block;
    content: url('/wp-content/themes/a/img/arrow_right_w.svg');
    line-height: 0;
}
.subPageBnrWrap{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 200px;
    padding-bottom: 200px;
    border-bottom: 2px solid #CECECE; 
}
.subPageBnrWrap .tit1{
    margin: 0 auto 120px;
}
.otherLinkList{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto 200px;
    padding-bottom: 200px;
    border-bottom: 2px solid #CECECE;
}
.otherLinkList li{
    border-radius: 4px;
    overflow: hidden;
}
.otherLinkList li a{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.otherLinkList li a p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-size: 26px;
    font-weight: 700;
    color: #fff;
    width: fit-content;
    white-space: nowrap;
    text-align: center;
}
.otherLinkList{
    display: grid;
}
.otherLinkList.no1{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 0 20px;
}
.otherLinkList.no2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0 30px;
}
.hoverLinkBox{
    display: none;
}
@media(width < 1520px){
    header.pc h1 a{
        font-size: 20px;
    }
    header.pc nav{
        margin: 0 30px 0 auto;
    }
    header.pc nav li{
        margin-right: 20px;
    }
    header.pc nav li a{
        font-size: 14px;
    }
}
@media(width < 1200px){
    header.pc{
        display: none;
    }
    header.sp{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 13px 3%;
        background-color: #fff;
        z-index: 997;
        box-shadow: 0 7px 28px rgba(69,69,69,0.06);
    }
    header.sp h1 a{
        font-size: 20px;
        font-weight: 500;
        color: #1561B4;
        align-items: center;
    }
    header.sp h1 a img{
        margin-right: 8px;
    }
    header.sp .hbMenuWra{
        width: 40px;
    }
    header.sp .hbMenuBtn{
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 999;
        cursor: pointer;
    }
    header.sp .hbMenuBtn span{
        display: block;
        width: 24px;
        height: 2px;
        margin-bottom: 6px;
        background-color: #1461B4;
        transition: .3s;
    }
    header.sp .hbMenuBtn span:last-child{
        margin-bottom: 0;
    }
    header.sp .hbMenuWrap.on .hbMenuBtn span:nth-child(1){
        transform: rotate(30deg);
        margin-bottom: -2px;
    }
    header.sp .hbMenuWrap.on .hbMenuBtn span:nth-child(2){
        display: none;
    }
    header.sp .hbMenuWrap.on .hbMenuBtn span:nth-child(3){
        transform: rotate(-30deg);
        margin-bottom: 0;
    }
    header.sp .hbMenuBtn p{
        font-size: 10px;
        font-weight: 500;
        color: #1461B4;
        text-align: center;
        margin-bottom: 4px;
    }
    header.sp .hbMenuWrap.on .hbMenuBtn p{
        margin-top: 10px;
    }
    header.sp .hbMenu{
        width: 100%;
        height: 100vh;
        background-color: #fff;
        position: fixed;
        top: 0;
        left: 100%;
        z-index: 998;
        padding: 40px 5% 100px;
        box-sizing: border-box;
        transition: .3s;
    }
    header.sp .hbMenuWrap.on .hbMenu{
        left: 0;
    }
    header.sp .hbMenu .logo{
        margin-bottom: 60px;
    }
    header.sp .hbMenu .logo a{
        font-size: 20px;
        font-weight: 500;
        color: #1561B4;
        align-items: center;        
    }
    header.sp .hbMenu .logo a img{
        display: block;
        margin-right: 8px;
    }
    header.sp .hbMenu nav li{
        border-bottom: 1px solid #1561B4;
    }
    header.sp .hbMenu nav li a{
        padding: 40px 0.5em;
        font-size: 20px;
        font-weight: 500;
        color: #1561B4;
        display: block;
    }
    header.sp .hbMenu nav li:first-child a{
        padding-top: 0;
    }
    .hoverLinkBox{
        display: flex;
        width: 100%;
        height: 55px;
        padding: 2px;
        background-color: #fff;
        position: fixed;
        bottom: 0;
        left: 0;
        justify-content: space-between;
        align-items: center;
        z-index: 999;
    }
    .hoverLinkBox .hoverLink{
        width: 49%;
        position: relative;
    }
    .hoverLinkBox .hoverLink .subTit{
        font-size: 12px;
        font-weight: 700;
        text-align: center;
        position: relative;
        height: 30px;
        background-color: #fff; 
        display: block;
        border-radius: 15px;
        width: fit-content;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: -15px auto 0;
        padding: 0 15px;
    }
    .hoverLinkBox .hoverLink .linkTxt{
        color: #fff;
        justify-content: center;
    }
    .hoverLinkBox .hoverLink.blue{
        background-color: #3181BC;
    }
    .hoverLinkBox .hoverLink.blue .subTit{
        border: 2px solid #3181BC;
        color: #3181BC;
    }
    .hoverLinkBox .hoverLink.blue .linkTxt{
        font-weight: 500;
        font-family: "Montserrat", sans-serif;
    }
    .hoverLinkBox .hoverLink.blue .linkTxt .icon{
        display: block;
        width: 20px;
        height: 20px;
        position: relative;
    }
    .hoverLinkBox .hoverLink.blue .linkTxt .icon::before{
        display: block;
        content: url('/wp-content/themes/a/img/icon_tel_w.svg');
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        height: 100%;
    }
    .hoverLinkBox .hoverLink.green{
        background-color: #4FBD38;
    }
    .hoverLinkBox .hoverLink.green .subTit{
        border: 2px solid #4FBD38;
        color: #4FBD38;
    }
    .hoverLinkBox .hoverLink.green .linkTxt{
        font-weight: 600;
    }
    .hoverLinkBox .hoverLink.green .linkTxt .icon{
        display: block;
        width: 22px;
        height: 22px;
        position: relative;
        margin-right: 7px;
    }
    .hoverLinkBox .hoverLink.green .linkTxt .icon::before{
        display: block;
        content: url('/wp-content/themes/a/img/icon_line_g.svg');
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%,-50%);
        width: 100%;
        height: 100%;
    }
    .topPage,
    .subPage{
        padding-top: 75px;
    }
    .topPage .postListWrap.importantPost{
        flex-direction: column;
    }
    .topPage .postListWrap.importantPost .titTxt{
        width: 90%;
        margin: 0 auto 16px;
        padding: 0 0 16px;
        border-bottom: 1px solid #ED9C9C;
        border-right: none;
    }
    .topPage .postListWrap .postList{
        width: 100%;
    }
    .topPage .postListWrap.newPost{
        flex-direction: column;
    }
    .topPage .postListWrap.newPost .titTxt{
        width: 90%;
        margin: 0 auto 16px;
        padding: 0 0 16px;
        border-bottom: 1px solid #7B9DC3;
        border-right: none;
    }
    .topPage .topBlock1Inner .box1{
        flex-direction: column;
    }
    .topPage .topBlock1Inner .box1 .txtBox{
        width: 100%;
        padding: 0 8% !important;
        margin-bottom: 24px;
        order: 1;
    }
    .topPage .topBlock1Inner .box1 .txtBox h3{
        flex-flow: column;
    }
    .topPage .topBlock1Inner .box1.no1 .txtBox h3 img{
        margin: 0 auto 13px;
        width: fit-content;
    }
    .topPage .topBlock1Inner .box1.no2 .txtBox h3 img{
        margin: 0 auto 13px;
        width: fit-content;
    }
    .topPage .topBlock1Inner .box1 .txtBox .linkBtn1{
        margin: 0 auto;
    }
    .topPage .topBlock1Inner .box1 > img{
        width: 100%;
        order: 2;
    }
    .topPage .topBlock1Inner .box2Wrap{
        grid-template-columns: 1fr;
        gap: 24px 0;
    }
    .topPage .topBlock2 .infoWrap{
        grid-template-columns: 1fr;
        gap: 24px 0;
    }
    .topPage .topBlock2 .service .serviceList{
        grid-template-columns: 1fr 1fr;
    }
    .topPage .topBlock3 .topBlock3Inner .titWrap{
        flex-direction: column;
    }
    .postListWrap2 .postList2 li a{
        flex-wrap: wrap;
    }
    .postListWrap2 .postList2 li a .date{
        width: fit-content;
        margin-bottom: 8px;
        margin-right: 26px;
    }
    .postListWrap2 .postList2 li a .catName{
        width: fit-content;
    }
    .postListWrap2 .postList2 li a h3{
        width: 100%;
    }
    .topPage .topBlock4 .topBlock4Container .topBlock4Inner{
        flex-direction: column;
    }
    .topPage .topBlock4 .topBlock4Container .topBlock4Inner img{
        width: 100%;
        margin-bottom: 24px;
    }
    .topPage .topBlock4 .topBlock4Container .topBlock4Inner .txtBox{
        width: 100%;
        padding-left: 0;
    }
    .onlinePage .onlineContainer .subPageVisual h2{
        font-size: 30px;
        bottom: 24px;
    }
    .onlinePage .onlineContainer .subPageVisual h2 span{
        font-size: 26px;
    }
    .onlinePage .onlineContainer .subPageVisual h2 br.sp{        
        display: inline;
    }
    .onlinePage .onlineBlock1 .onlineBlock1Inner h3{
        text-align: center;
        font-size: 26px;
    }
    .onlinePage .onlineBlock1 .onlineBlock1Inner h3 br.sp{
        display: inline;
    }
    .onlinePage .onlineBlock2 .onlineBlock2Inner .tit1 br.sp{
        display: inline;
    }
    .onlineFlow{
        padding: 35px 5%;
    }
    .onlineFlow .stepBlock .stepDetail{
        padding-right: 0;
        flex-flow: column;
        width: 100%;
        padding-bottom: 32px;
    }
    .onlineFlow .stepBlock.no1 .stepDetail .stepContent a{
        margin-bottom: 40px;
    }
    .onlinePage .onlineBlock3 .onlineBlock3Inner .onlineFlow .stepBlock.no2 .stepDetail{
        padding-top: 34px;
        padding-bottom: 32px;
    }
    .onlinePage .onlineBlock3 .onlineBlock3Inner .onlineFlow .stepBlock.no3 .stepDetail{
        padding-top: 34px;
        padding-bottom: 32px;
    }
    .onlinePage .onlineBlock3 .onlineBlock3Inner .onlineFlow .stepBlock.no4 .stepDetail{
        padding-top: 34px;
        padding-bottom: 32px;
    }
    .onlinePage .onlineBlock3 .onlineBlock3Inner .onlineFlow .stepBlock.no5 .stepDetail{
        padding-top: 34px;
        padding-bottom: 32px;
    }
    .onlinePage .onlineBlock3 .onlineBlock3Inner .onlineFlow .stepBlock.no6 .stepDetail{
        padding-top: 34px;
        padding-bottom: 32px;
    }
    .onlinePage .onlineBlock3 .onlineBlock3Inner .onlineFlow .stepBlock.no6 .stepDetail::before, 
    .servicePage .onlineFlow .stepBlock.no3 .stepDetail::before{
        height: calc(90% - 40px);
    }
    .onlineFlow .stepBlock .stepDetail .stepContent{
        width: 80%;
        padding-right: 0;
    }
    .onlineFlow .stepBlock .stepDetail::before{
        top: 40px;
        right: 95%;
        height: calc(90% - 40px);
    }
    .onlineFlow .stepBlock .stepDetail .stepContent p{
        margin-bottom: 24px;
    }
    .onlineFlow .stepBlock .stepDetail .stepContent .red p{
        margin-bottom: 0;
    }
    .onlineFlow .stepBlock .stepDetail .stepContent .gray{
        width: 100%;
        margin-bottom: 40px;
        box-sizing: border-box;
    }
    .onlineFlow .stepBlock .stepDetail .stepContent .red{
        width: 100%;
        margin-bottom: 27px;
        box-sizing: border-box;
    }
    .onlineFlow .stepBlock .stepDetail .stepContent .red p{
        text-align: center;
    }
    .onlineFlow .stepBlock .stepDetail .stepContent .red p:first-child{
        padding: 0 0 14px;
        margin: 0 0 14px;
        border-bottom: 1px solid #fff;
    }
    .onlineFlow .stepBlock .stepDetail .stepContent .red p br.sp{
        display: inline;
    }
    .onlineFlow .stepBlock .stepDetail .stepIcon{
        width: 80%;
    }
    .onlineFlow .stepBlock .stepDetail .stepIcon img{ 
        width: 100%;
    }
    .onlinePage .onlineBlock4 .onlineBlock4Inner .tit1{
        text-align: center;
    }
    .onlinePage .onlineBlock4 .onlineBlock4Inner .tit1 br.sp{
        display: inline;
    }
    .servicePage .serviceBlock1 .serviceBlock1Inner h3{
        font-size: 26px;
        text-align: center;
    }
    .servicePage .serviceBlock1 .serviceBlock1Inner h3 br.sp{
        display: inline;
    }
    .servicePage .serviceBlock1 .serviceBlock1Inner .note{
        text-align: left;
    }
    .servicePage .serviceBlock1 .serviceBlock1Inner .note br{
        display: none;
    }
    .servicePage .serviceContainer .subPageVisual h2{
        font-size: 30px;
        bottom: 24px;
    }
    .servicePage .serviceContainer .subPageVisual h2 span{
        font-size: 26px;
    }
    .servicePage .serviceBlock2 .serviceBlock2Inner .serviceBlock2Content ul li{
        flex-direction: column;
        margin-bottom: 48px;
    }
    .servicePage .serviceBlock2 .serviceBlock2Inner .serviceBlock2Content ul li img{
        width: 100%;
        margin-bottom: 24px;
    }
    .servicePage .serviceBlock2 .serviceBlock2Inner .serviceBlock2Content ul li .txtBox{
        width: 100%;
        padding-left: 0;
    }
    .catPage .categoryInner .titWrap{
        flex-direction: column;
        margin-bottom: 24px;
    }
    .catPage .categoryInner .titWrap .tit1{
        margin-bottom: 39px;
    }
    .catPage .categoryInner .titWrap .catList{
        width: 100%;
    }
    .catPage .categoryContainer .topBg.pc{
        display: none;
    }
    .catPage .categoryContainer .topBg.sp{
        display: block;
        aspect-ratio: 375 / 372;
        object-fit: cover;
    }
    .otherLinkList.no1{
        grid-template-columns: 1fr;
        gap: 24px 0;
        padding-bottom: 64px;
        margin-bottom: 64px;
    }
    .singlePage .singleContentWrap{
        flex-direction: column;
        margin-bottom: 64px;
    }
    .singlePage .singleContentWrap .singleContent{
        width: 100%;
        padding-right: 0;
        margin-bottom: 64px;
    }
    .singlePage .singleContentWrap aside{
        width: 100%;
    }
}
@media(width < 820px){
    br.sp{
        display: inline;
    }
    .tit1{
        font-size: 26px;
    }
    .topPage .postListWrap .postList li a{
        flex-wrap: wrap;
    }
    .topPage .postListWrap .postList .date{
        width: fit-content;
        margin-bottom: 8px;
        margin-right: 16px;
    }
    .topPage .postListWrap .postList .catName{
        width: fit-content;
        margin-bottom: 8px;
    }
    .topPage .postListWrap .postList h3{
        width: 100%;
    }
    .topPage .mainVisualWrap{
        padding: 57px 0 51px;
        margin-bottom: 24px;
    }
    .topPage .mainVisualWrap .swiper-pagination{
        padding: 6px 8px;
        bottom: 11px;
        font-size: 12px;
    }
    .topPage .topBnr.pc{
        display: none;
    }
    .topPage .topBnr.sp{
        display: block;
    }
    .topPage .topBlock3 .topBlock3Inner .titWrap .catList{
        width: 100%;
        margin: 0 auto;
    }
    .topPage .postListWrap.newPost{
        margin-bottom: 64px;
    }
    .topPage .topBlock1{
        padding: 64px 0;
        margin-bottom: 64px;
    }
    .topPage .topBlock1Inner .tit1{
        margin-bottom: 32px;
    }
    .topPage .topBlock1Inner .box1{
        padding: 32px 0 0;
    }
    .topPage .topBlock1Inner .box1.no1 .txtBox{
        padding-right: 0;
        width: 90%;
        margin: 0 auto 24px;
    }
    .topPage .topBlock1Inner .box1 .txtBox h3{
        text-align: center;
        font-size: 22px;
        margin-bottom: 24px;
    }
    .topPage .topBlock1Inner .box1 .txtBox p{
        margin-bottom: 24px;
    }
    .linkBtn1{
        font-size: 16px;
        width: 224px;
        height: 50px;
    }
    .linkBtn1 .iconWrap{
        width: 27px;
        height: 27px;
    }
    .linkBtn1 .iconWrap .icon{
        width: 22px;
        height: 22px;
    }
    .topPage .topBlock1Inner .box2Wrap .box2{
        padding: 32px 0 0;
    }
    .topPage .topBlock1Inner .box2Wrap .box2 h3{
        flex-direction: column;
        font-size: 22px;
        margin-bottom: 17px;
    }
    .topPage .topBlock1Inner .box2Wrap .box2.no1 h3 img,
    .topPage .topBlock1Inner .box2Wrap .box2.no2 h3 img,
    .topPage .topBlock1Inner .box2Wrap .box2.no3 h3 img,
    .topPage .topBlock1Inner .box2Wrap .box2.no4 h3 img{
        margin: 0 auto 17px;
    }
    .topPage .topBlock1Inner .box2Wrap .box2.no1 p,
    .topPage .topBlock1Inner .box2Wrap .box2.no2 p,
    .topPage .topBlock1Inner .box2Wrap .box2.no3 p,
    .topPage .topBlock1Inner .box2Wrap .box2.no4 p{
        width: 90%;
        margin: 0 auto 17px;
    }
    .topPage .topBlock2{
        margin-bottom: 64px;
    }
    .topPage .topBlock2 .infoWrap .box1.no1 .titleTxt{
        font-size: 26px;
        margin-bottom: 24px;
    }
    .topPage .topBlock2 .tit1{
        margin-bottom: 40px;
    }
    .topPage .topBlock2 .infoWrap .box1.no1 table{
        margin-bottom: 24px;
    }
    .topPage .topBlock2 .infoWrap .box1.no1 table th{
        padding: 12px 0;
        font-size: 14px;
        vertical-align: middle;
    }
    .topPage .topBlock2 .infoWrap .box1.no1 table td{
        font-size: 12px;
        vertical-align: middle;
        padding: 10px 0;
    }
    .topPage .topBlock2 .infoWrap .box1.no2 iframe{
        aspect-ratio: 335 / 236;
    }
    .topPage .topBlock2 .infoWrap{
        gap: 40px 0;
    }
    .topPage .topBlock2 .infoWrap .box1 .titTxt{
        font-size: 16px;
    }
    .topPage .topBlock2 .service .serviceList{
        grid-template-columns: 1fr;
        gap: 8px 0;
    }
    .topPage .topBlock2 .service h3::before, 
    .topPage .topBlock2 .service h3::after{
        width: 25%;
    }
    .topPage .topBlock3{
        padding: 48px 0 65px;
    }
    .topPage .topBlock3 .bgImg.pc{
        display: none;
    }
    .topPage .topBlock3 .bgImg.sp{
        display: inline;
        width: 100%;
        aspect-ratio: 375 / 256;
    }
    .topPage .topBlock3 .topBlock3Inner .titWrap{
        margin-bottom: 24px;
    }
    .topPage .topBlock3 .topBlock3Inner .titWrap .tit1{
        margin-bottom: 40px;
    }
    .topPage .topBlock3 .topBlock3Inner .titWrap .catList{
        height: 50px;
    }
    .topPage .topBlock3 .topBlock3Inner .titWrap .catList li span{
        font-size: 12px;
    }
    .topPage .topBlock4{
        padding: 64px 0;
        margin-bottom: 64px;
    }
    .topPage .topBlock4 .topBlock4Container .tit1{
        margin-bottom: 40px;
    }
    .topPage .topBlock4 .topBlock4Container .topBlock4Inner .txtBox li .title{
        width: 30%;
    }
    .footBnr .titTxt{
        font-size: 18px;
    }
    .footBnr{
        margin-bottom: 64px;
    }
    .footBnr img.pc{
        display: none;
    }
    .footBnr img.sp{
        display: inline;
    }
    .contactBox{
        padding: 94px 0 87px;
    }
    .contactBox .titTxt{
        font-size: 26px;
        margin-bottom: 30px;
    }
    .contactBox .contactList li{
        height: 82px;
    }
    .contactBox .contactList li a{
        font-size: 18px;
    }
    .contactBox .contactList li.blue a img{
        width: 21px;
        margin-bottom: 3px;
    }
    .contactBox .contactList li.green a{
        font-size: 15px;
    }
    .contactBox .contactList li.green a img{
        width: 25px;
        margin-bottom: 3px;
    }
    footer{
        padding: 64px 0 16px;
    }
    footer .footerBlock1{
        width: 100%;
    }
    footer .footerBlock1 .logo{
        margin-bottom: 60px;
    }
    footer .footerBlock2.pc{
        display: none;
    }
    footer .footerBlock1 .footerBlock2.sp{
        display: block;
        margin-bottom: 40px;
    }
    footer .footerBlock1 .footerBlock2.sp .footLink.no1{
        margin-right: 0;
        padding-right: 0;
        border-right: none;
    }
    footer .footerBlock2.sp .footLink.no2 li:first-child a{
        padding-top: 28px;
    }
    .onlineFlow .stepBlock .stepDetail .stepContent h3{
        font-size: 18px;
    }
    .onlineBlock3Inner .onlineFlow .stepBlock.no3 .stepDetail .stepContent h3 br{
        display: none;
    }
    .onlineFlow .stepBlock .stepDetail .stepContent h3 .stepNum{
        font-size: 48px;
    }
    .onlineFlow .stepBlock .stepDetail::before{
        width: 7px;
    }
    .onlineFlow .stepBlock .stepDetail::before{
        right: 90%;
    }
    .onlineFlow .stepBlock .stepDetail .stepContent{
        margin: 0 0 0 auto;
    }
    .onlineFlow .stepBlock .stepDetail .stepIcon{
        margin: 0 0 0 auto;
    }
    .onlinePage .onlineContainer .subPageVisual img.pc{
        display: none;
    }
    .onlinePage .onlineContainer .subPageVisual img.sp{
        display: inline;
    }
    .onlinePage .onlineContainer .pankuzu{
        margin-bottom: 14px;
    }
    .onlinePage .onlineContainer .subPageVisual{
        margin-bottom: 13px;
    }
    .onlinePage .onlineBlock1{
        padding: 40px 0 105px;
    }
    .onlinePage .onlineBlock1 .onlineBlock1Inner h3{
        padding: 20px 26px;
    }
    .onlinePage .onlineBlock1 .onlineBlock1Inner .note{
        text-align: left;
        font-size: 20px;
        line-height: 34px;
        margin-bottom: 34px;
    }
    .onlinePage .onlineBlock1 .onlineBlock1Inner .note br{
        display: none;
    }
    .onlinePage .onlineBlock2{
        padding: 64px 0 67px;
    }
    .onlinePage .onlineBlock2 .onlineBlock2Inner .tit1{
        margin-bottom: 32px;
    }
    .onlinePage .onlineBlock2 .onlineBlock2Inner ul{
        grid-template-columns: 1fr;
        gap: 90px 0;
    }
    .onlinePage .onlineBlock2 .onlineBlock2Inner ul li h4{
        font-size: 22px;
    }
    .onlinePage .onlineBlock3{
        padding: 63px 0 64px;
    }
    .onlinePage .onlineBlock3 .onlineBlock3Inner .tit1{
        margin-bottom: 32px;
    }
    .onlinePage .onlineBlock4{
        padding: 67px 0 64px;
        margin-bottom: 64px;
    }
    .onlinePage .onlineBlock4 .onlineBlock4Inner .tit1{
        margin-bottom: 32px;
    }
    .onlinePage .onlineBlock4 .onlineBlock4Inner ul{
        grid-template-columns: 1fr;
        gap: 16px 0;
        margin-bottom: 16px;
    }
    .onlinePage .onlineBlock4 .onlineBlock4Inner ul li{
        padding: 32px 5% 33px;
    }
    .onlinePage .onlineBlock4 .onlineBlock4Inner ul li h4{
        font-size: 18px;
    }
    .onlinePage .onlineBlock4 .onlineBlock4Inner ul li p{
        font-size: 18px;
    }
    .onlinePage .onlineBlock4 .onlineBlock4Inner .attention{
        text-align: left;
    }
    .subPageBnrWrap .tit1{
        margin-bottom: 32px;
    }
    .subPageBnrWrap{
        padding-bottom: 64px;
        margin-bottom: 64px;
    }
    .otherLinkList.no2{
        grid-template-columns: 1fr;
        gap: 15px 0;
        padding-bottom: 64px;
        margin-bottom: 64px;
    }
    .otherLinkList li a p{
        font-size: 20px;
    }
    .servicePage .serviceBlock1 .serviceBlock1Inner h3{
        padding: 24px 26px;
    }
    .servicePage .serviceContainer .subPageVisual img.pc{
        display: none;
    }
    .servicePage .serviceContainer .subPageVisual img.sp{
        display: block;
    }
    .servicePage .serviceContainer .pankuzu{
        margin-bottom: 18px;
    }
    .servicePage .serviceContainer .subPageVisual{
        margin-bottom: 13px;
    }
    .servicePage .serviceBlock1{
        padding: 40px 0 109px;
    }
    .servicePage .serviceBlock1 .serviceBlock1Inner .note{
        font-size: 20px;
        margin-bottom: 32px;
    }
    .servicePage .serviceBlock2{
        padding: 64px 0;
    }
    .servicePage .serviceBlock2 .tit1{
        text-align: center;
        margin-bottom: 55px;
    }
    .servicePage .serviceBlock2 .serviceBlock2Inner > img.pc{
        display: none;
    }
    .servicePage .serviceBlock2 .serviceBlock2Inner > img.sp{
        display: block;
        margin-bottom: 64px;
    }
    .servicePage .serviceBlock2 .serviceBlock2Inner .serviceBlock2Content{
        padding: 42px 5% 40px;
    }
    .servicePage .serviceBlock2 .serviceBlock2Inner .serviceBlock2Content .tit1{
        margin-bottom: 32px;
    }
    .servicePage .serviceBlock2 .serviceBlock2Inner .serviceBlock2Content ul li .txtBox h4{
        font-size: 22px;
        margin-bottom: 17px;
    }
    .servicePage .serviceBlock3{
        padding: 64px 0;
    }
    .servicePage .serviceBlock3 .serviceBlock3Inner .tit1{
        margin-bottom: 32px;
    }
    .servicePage .onlineFlow .stepBlock.no2 .stepDetail,
    .servicePage .onlineFlow .stepBlock.no3 .stepDetail{
        padding-top: 34px;
    }
    .servicePage .serviceBlock3 .serviceBlock3Inner .bnr img.pc{
        display: none;
    }
    .servicePage .serviceBlock3 .serviceBlock3Inner .bnr img.sp{
        display: block;
    }
    .servicePage .serviceBlock3 .serviceBlock3Inner .bnr p{
        font-size: 20px;
    }
    .servicePage .serviceBlock4{
        padding: 64px 0;
        margin-bottom: 72px;
    }
    .servicePage .serviceBlock4 .serviceBlock4Inner .tit1{
        text-align: center;
        margin-bottom: 42px;
    }
    .servicePage .serviceBlock4 .serviceBlock4Inner a img.pc{
        display: none;
    }
    .servicePage .serviceBlock4 .serviceBlock4Inner a img.sp{
        display: block;
    }
    .catPage .categoryInner .postListWrap2 .pagenationWrap ul{
        justify-content: space-between;
    }
    .catPage .categoryInner .postListWrap2 .pagenationWrap ul .nextBtn{
        margin-left: 0;
    }
    .catPage .categoryInner .postListWrap2 .pagenationWrap ul .prevBtn{
        margin-right: 0;
    }
    .catPage .categoryInner .postListWrap2 .pagenationWrap ul li{
        margin-right: 0;
    }
    .catPage .categoryInner .postListWrap2 .pagenationWrap ul .nextBtn a, 
    .catPage .categoryInner .postListWrap2 .pagenationWrap ul .prevBtn a{
        font-size: 12px;
        flex-direction: column;
        align-items: center;
    }
    .catPage .categoryInner .postListWrap2 .pagenationWrap ul .nextBtn a .iconWrap, 
    .catPage .categoryInner .postListWrap2 .pagenationWrap ul .prevBtn a .iconWrap{
        margin: 0 0 10px;
    }
    .catPage .categoryInner .postListWrap2 .pagenationWrap ul .nextBtn .iconWrap{
        order: 1;
    }
    .catPage .categoryInner .postListWrap2 .pagenationWrap ul .nextBtn a p{
        order: 2;
    }
    .catPage .categoryInner .titWrap .catList li a{
        font-size: 12px;
    }
    .catPage .categoryContainer{
        padding-bottom: 64px;
        margin-bottom: 64px;
    }
    .catPage .categoryContainer .pankuzu{
        margin-bottom: 65px;
    }
    .singlePage .singleContainer .pankuzu{
        margin-bottom: 64px;
    }
    .singlePage .singleContentWrap .singleContent h2{
        font-size: 26px;
        margin-bottom: 16px;
    }
    .singlePage .singleContentWrap .singleContent .postData{
        margin-bottom: 40px;
    }
    .singlePage .singleContentWrap .singleContent .postLinkBox li a p{
        font-size: 20px;
    }
    .singlePage .singleContentWrap .singleContent .postLinkBox .singlePrev a{
        flex-direction: column;
    }
    .singlePage .singleContentWrap .singleContent .postLinkBox .singleNext a{
        flex-direction: column;
    }
    .singlePage .singleContentWrap .singleContent .postLinkBox .singlePrev a .iconWrap{
        margin-right: 0;
        margin-bottom: 10px;
    }
    .singlePage .singleContentWrap .singleContent .postLinkBox li.singleNext a .iconWrap, 
    .singlePage .singleContentWrap .singleContent .postLinkBox li.singleNext > span .iconWrap{
        margin-left: 0;
        margin-bottom: 10px;
        order: 1;
    }
    .singlePage .singleContentWrap .singleContent .postLinkBox .singleNext a p{
        order: 2;
    }
    .servicePage .serviceBlock1 .effect.pc,
    .onlinePage .onlineBlock1 .effect.pc{
        display: none;
    }
    .servicePage .serviceBlock1 .effect.sp,
    .onlinePage .onlineBlock1 .effect.sp{
        display: block;
    }
    .onlinePage .onlineBlock2 .onlineBlock2Inner ul li img{
        width: 90%;
    }
    .singlePage .singleContentWrap .singleContent .postLinkBox li a, 
    .singlePage .singleContentWrap .singleContent .postLinkBox li > span{
        flex-direction: column;
    }
    .singlePage .singleContentWrap .singleContent .postLinkBox li a p, 
    .singlePage .singleContentWrap .singleContent .postLinkBox li > span p{
        font-size: 12px;
    }
    .singlePage .singleContentWrap .singleContent .postLinkBox li.singlePrev a .iconWrap, 
    .singlePage .singleContentWrap .singleContent .postLinkBox li.singlePrev > span .iconWrap{
        margin: 0 0 10px;
    }
    .onlinePage .onlineFlow .stepBlock.no4 .stepDetail .stepContent h3 br{
        display: none;
    }
    .onlinePage .onlineFlow .stepBlock.no4 .stepDetail .stepContent h3 br.sp{
        display: inline;
    }
}