@charset "utf-8"; #main_visual {
    /*display: none;*/
    position: relative;
    width: 100%;
    min-width: 1000px;
}

#main_visual .center {
    position: absolute;
    width: 716px;
    height: 111px;
    top: 0;
    bottom: 0;
    left: 0;   /* ← 修正 */
    right: 0;
    margin: auto;
    text-align: center; /* ← 追加 */
}

#main_visual .center h2 {
    font-size: 72px;
    font-family: "Poppins";
    color: #FFF;
    text-align: center; /* ← 修正 */
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.2rem;
}

#main_visual .center h2 span {
    display: block;
    font-size: 55px;
    font-family: "Poppins";
    color: #FFF;
    font-weight: bold;
    letter-spacing: 0;
    position: static; /* ← これ重要（ズレ消す） */
}

#main_visual .scroll {
    position: absolute;
    width: 7px;
    height: 30px;
    left: 0;
    right: 0;
    bottom: 67px;
    margin: auto;
}

#main_visual .scroll a {
    display: block;
}

#main .inner {
    width: 1000px;
    margin: 0 auto;
}

#main h2.ttl {
    line-height: 1.3;
    text-align: center;
    margin-bottom: 10px;
    font-size: 30px;
    font-weight: bold;
}

#main h2.ttl .niho {
    display: inline-block;
    font-size: 18px;
    text-align: center;
    line-height: 1;
    margin: 0 auto 25px;
    position: relative;
    letter-spacing: 0.1rem;
    left: -7px;
    top: -6px;
}

#main h2.ttl .cth {
    display: block;
    line-height: 1.4;
}

#main h2.ttl .eiji {
    display: block;
    font-size: 48px;
    font-family: "Poppins";
    color: rgb(0, 75, 180);
    font-weight: bold;
    display: block;
    line-height: 1;
    left: -4px;
    position: relative;
}

#main h2.ttl .niho:before, #main h2.ttl .niho:after {
    position: relative;
    content: '';
    background: #0f0f0f;
    width: 25px;
    height: 1px;
    bottom: 5px;
    margin: auto;
    display: inline-block;
}

#main h2.ttl .niho:before {
    left: -10px;
}

#main h2.ttl .niho:after {
    right: -9px;
}

#main p.txt {
    text-align: center;
    font-size: 16px;
}

#main #section01 {
    padding: 55px 0 25px;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-around;
    justify-content: space-between;
}

#main #section01 .lbox {
    width: 48%;
}

#main #section01 .rbox {
    width: 48%;
}

#main #section01 .rbox li {
    position: relative;
    margin: 0 0 30px;
}

#main #section01 .rbox li a {
    display: block;
    padding: 0 0 0 90px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#main #section01 .rbox li a:hover {
    opacity: 0.6;
}

#main #section01 .rbox li dt {
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 0px;
}

#main #section01 .rbox li dd.img {
    position: absolute;
    left: 0;
    top: 0;
}

#main #section01 .rbox li dd.img img {
    width: 80px;
}

#main #section01 .rbox li dd.des {
    font-size: 16px;
    line-height: 1.4;
}

#main #section02 {
    background: url(../img/top/section02.jpg?20230731) no-repeat center top;
    background-size: contain;
    padding-bottom: 31.25%;
    min-width: 1000px;
    min-height: 312.5px;
    box-sizing: border-box;
}

#main #section03 {
    padding: 50px 0 60px;
}

#main #section03 h2.ttl .niho:before {
    left: -20px;
}

#main #section03 h2.ttl .niho:after {
    right: -19px;
}

#main .btn01 {
    display: block;
    width: 298px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1;
    padding: 15px 0;
    margin: 26px auto;
    border: 2px solid #004bb4;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
}

#main .btn01:after {
    position: absolute;
    content: '';
    background: url(../img/v_01.png) no-repeat 0 0;
    width: 16px;
    height: 13px;
    top: 0;
    bottom: 3px;
    right: 18px;
    margin: auto;
}

#main .btn01:hover {
    color: #fff;
    background: #004bb4;
}

#main .btn01:hover:after {
    background: url(../img/v_03.png) no-repeat 0 0;
}

#main #section03 .btn01 {
    margin: 25px auto 0px;
}

#main #section04 {
    background: url(../img/top/section04.jpg) no-repeat center center;
    background-size: cover;
    padding-bottom: 27.667%;
    min-width: 1000px;
    min-height: 276.67px;
    box-sizing: border-box;
    position: relative;
}

#main #section04 h2.catch {
    position: absolute;
    color: #fff;
    height: 36px;
    font-size: 36px;
    text-align: center;
    line-height: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

#main #section05 {
    padding: 40px 0 52px;
    background: #004bb4;
}

#main #section05 h2.ttl {
    color: #FFF;
}

#main #section05 h2.ttl span {
    color: #FFF;
}

#main #section05 h2.ttl .niho {
    margin: 0 0 17px;
}

#main #section05 h2.ttl span:before {
    background: #FFF;
}

#main #section05 h2.ttl span:after {
    background: #FFF;
}

#main #section05 .txt {
    color: #FFF;
}

#main #section05 .movie {
    width: 710px;
    height: 400px;
    margin: 0 auto;
}

#main #section05 .movie iframe {
    width: 100%;
    height: 100%;
}

#main #section05 .staffList {
    width: 1000px;
    margin: 182px auto 0;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-between;
}

#main #section05 .staffList li {
    width: 24.1%;
}

#main #section05 .staffList li a {
    display: block;
    position: relative;
}

#main #section05 .staffList li a:hover {
    opacity: 0.6;
}

#main #section05 .staffList li a img {
    position: absolute;
    top: -150px;
    left: 0;
    right: 0;
    margin: auto;
}

#main #section05 .staffList li .white {
    background: #fff;
    padding: 77px 18px 22px;
}

#main #section05 .staffList li .white .name {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
}

#main #section05 .staffList li .white .name span {
    font-family: "Poppins";
    font-weight: 600;
    color: #004bb4;
    font-size: 12px;
    vertical-align: middle;
    display: block;
    margin: -3px 0 5px;
}

#main #section05 .staffList li .white .belong {
    color: #434343;
    font-size: 14px;
    text-align: center;
}

#main #section05 .staffList li .white .catch {
    margin-top: 12px;
    padding-top: 0px;
    font-weight: bold;
    position: relative;
    text-align: center;
}

#main #section06 {
    padding: 39px 0 65px;
    overflow: hidden;
    position: relative;
}

#main #section06 h2.ttl .niho:before {
    left: -45px;
}

#main #section06 h2.ttl .niho:after {
    right: -52px;
}

#main #section07 {
    background: #fff;
    padding: 50px 0 60px;
}

#main #section07 .btn01 {
    margin: 0px auto 0px;
    border-color: #000;
    color: #000;
}

#main #section07 .btn01:after {
    background-image: url(../img/v_02.png);
}

#main #section07 .btn01:hover {
    color: #FFF;
    background-color: #000;
}

#main #section07 .btn01:hover:after {
    background-image: url(../img/v_03.png);
}

#main #section07 .businesses {
    width: 1000px;
    margin: 38px auto 0;
    display: flex;
}

#main #section07 .businesses li {
    border: 4px solid #004bb4;
    background: #fff;
    width: 480px;
    padding: 20px 24px;
    box-sizing: border-box;
}

#main #section07 .businesses li p.th {
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
}

#main #section07 .businesses li p.td {
    line-height: 1.9;
    font-size: 14px;
}

#main #section07 .businesses li p.th.t1 {
    font-size: 24px;
    padding: 24px 0 22px;
}

#main #section07 .businesses li p.th.t3 {
    padding: 10px 0 7px;
    line-height: 1.5;
}

#main #section07 .businesses br {
    
    
    margin-bottom:10 ;
}

#main #section08 {
    padding: 55px 0 58px;
    background: #004bb4;
}

#main #section08 .inner {
    width: 840px;
}

#main #section08 h2.ttl {
    color: #FFF;
}

#main #section08 h2.ttl span {
    color: #FFF;
}

#main #section08 h2.ttl span:before {
    background: #FFF;
}

#main #section08 h2.ttl span:after {
    background: #FFF;
}

#main #section08 .txt {
    color: #FFF;
}

#main #section08 .products {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: center;
    margin: 40px auto 35px;
}

#main #section08 .products li:nth-child(n+2) {
    margin-left: 30px;
}

#main #section08 .products .name {
    font-size: 18px;
    text-align: center;
}

#main #section08 .btn01 {
    margin-top: 30px;
}

#main #section08 table {
    width: 100%;
    background: #FFF
}

#main #section08 table th {
    width: 177px;
    box-sizing: border-box;
    border: 1px solid #dcdcdc;
    border-right: none;
    padding: 16px 40px;
    text-align: left;
    vertical-align: middle;
}

#main #section08 table td {
    border: 1px solid #dcdcdc;
    border-left: none;
    vertical-align: middle;
    padding: 16px 0 16px 40px;
}

#main #section09 {
    padding: 50px 0 66px;
    background: #f1f1f1;
}

#main #section09 .links {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    justify-content: space-around;
    margin: 22px 0 0;
}

#main .btn02, #main .btn03 {
    display: block;
    width: 470px;
    box-sizing: border-box;
    text-align: center;
    line-height: 1;
    padding: 30px 0;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    letter-spacing: 0.1rem;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

#main .btn02:after, #main .btn03:after {
    position: absolute;
    content: '';
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 8px solid #fff;
    top: 0;
    bottom: 2px;
    right: 12px;
    margin: auto;
}

#main .btn02 {
    background: #0a8dcb;
    border: 1px solid #0a8dcb;
}

#main .btn02:hover {
    background: none;
    color: #0a8dcb;
}

#main .btn02:hover:after {
    border-left: 8px solid #0a8dcb;
}

#main .btn02.green {
    background: #0ab6c1;
    border: 1px solid #0ab6c1;
}

#main .btn02.green:hover {
    background: none;
    color: #0ab6c1;
}

#main .btn02.green:hover:after {
    border-left: 8px solid #0ab6c1;
}

#main .btn03 {
    background: #08a275;
    border: 1px solid #08a275;
}

#main .btn03:hover {
    background: none;
    color: #08a275;
}

#main .btn03:hover:after {
    border-left: 8px solid #08a275;
}

#main #section06 button.slick-prev.slick-arrow {
}

/*矢印画像*/
#main #section06 .slick-prev:before, #main #section06 .slick-next:before {
    opacity: 1;
    content: ' ';
    /*矢印画像 左*/
    background: no-repeat top left;
    width: 40px;
    height: 140px;
    display: block;
    background-size: contain;
}

#main #section06 .slick-prev:before, #main #section06 .slick-next:hover:before {
    opacity: 0.6;
}

#main #section06 .slick-prev:before {
    /*矢印画像 左*/
    background-image: url(../img/top/arw_l.png);
}

#main #section06 .slick-next:before {
    /*矢印画像 右*/
    background-image: url(../img/top/arw_r.png);
}

#main #section06 .slick-prev, #main #section06 .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    opacity: 0.9;
    display: block;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: none;
    background: transparent;
    z-index: 1;
    width: 40px;
    height: 140px;
    left: 0;
    right: 0;
    margin: auto;
    background: none;
    border: none;
}

#main #section06 .slick-prev {
    left: -610px;
}

#main #section06 .slick-next {
    right: -610px;
}

#main #section06 .slick-slide {
    margin: 0 8px;
}

#main #section11 {
    padding: 46px 0 20px;
}

#main #section11 .staffList {
    width: auto;
    margin: 20px auto 0;
    display: block;
}

#main #section11 .staffList li:nth-child(n+2) {
    margin-top: 20px;
}

#main #section11 .staffList li .white {
    background: #fff;
    padding: 10px 5% 15px;
}

#main #section11 .staffList li .white .name {
    font-size: 20px;
}

#main #section11 .staffList li .white .catch {
    font-size: 16px;
    margin-top: 15px;
    padding-top: 15px;
}

#main #section11 img{
  display:block;
  margin:0 auto;
  /* max-width:200%;
  width:2500px; */

}

.pc_img_wrap {
  display: flex;
  gap: 10px; /* 余白 */
}

.pc_img img {
  width: 100%;
  height: auto;
  display: block; /* ← 余白ズレ防止 */
}

#main #section11 .sp_img{
  display:none;
}

.pc_img {
  flex: 1; /* ← これが重要 */
  min-width: 0;   /* ← はみ出し防止（地味に大事） */
}

#section11 .inner div{
  display:flex;
  justify-content:center;
}
