@charset "UTF-8";
body{font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif; font-weight: 500;}
img{max-width: 100%; height: auto;}
p{line-height: 1.8;}
a{transition:0.5s;}
a:hover{opacity: 0.7;}
iframe{width: 100%;}
body {
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
    animation: fadeIn 2s ease 0s 1 normal;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
  @-webkit-keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
#header {
    background: #fff;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 70px;
    top: 0;
    padding: 10px;
    display: flex;
    align-items: center;
}
#header.header-shadow {
    box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
    transition: 0.5s;
}
.logo img {
    width: 260px;
}

@media screen and (max-width:1200px) {

#g-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    right: -120%;
    width: 100%;
    height: 100vh;
    background: #fff;
    transition: all 0.6s;
    margin-top: 70px;
    border-top: 1px solid #003891;
}
#g-nav.panelactive{
    right: 0;
}

#g-nav ul {
    position: absolute;
    z-index: 999;
    padding: 0;
    margin: 0;
    width: 100%;
}

#g-nav li{
	list-style: none;
}
#g-nav li a {
    color: #003891;
    text-decoration: none;
    padding: 20px 25px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    font-weight: bold;
    border-bottom: 1px solid;
    position: relative;
}
#g-nav li a::after {
    content: "";
    display: block;
    border-left: 4px solid #ccc;
    border-bottom: 4px solid #ccc;
    width: 15px;
    height: 15px;
    transform: rotate(225deg);
    position: absolute;
    top: 25px;
    right: 30px;
}

.openbtn{
	position:fixed;
    z-index: 9999;
	top:10px;
	right: 10px;
	cursor: pointer;
    width: 50px;
    height:50px;
}
.openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
	background-color: #003891;
  	width: 45%;
  }

.openbtn span:nth-of-type(1) {
	top:15px;	
}

.openbtn span:nth-of-type(2) {
	top:23px;
}

.openbtn span:nth-of-type(3) {
	top:31px;
}

.openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn.active span:nth-of-type(2) {
	opacity: 0;
}

.openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}
}
#mainvisual {
    margin-top: 70px;
    position: relative;
}
.slider {
    position: relative;
    z-index: 1;
    padding: 0;
    margin: 0;
}
.slider, .slider-item, .slider-item img {
    height: 60vh;
}
.slider-item img {
    width: 100%;
    object-fit: cover;
}
/* 

.slick-prev, 
.slick-next {
    position: absolute;
	z-index: 3;
    top: 42%;
    cursor: pointer;
    outline: none;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    height: 25px;
    width: 25px;
}

.slick-prev {
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {
    right:2.5%;
    transform: rotate(45deg);
} */

.slick-dots {
    position: relative;
    z-index: 3;
    text-align: center;
    margin: -30px 0 0 0;
    padding: 0;
}

.slick-dots li {
    display:inline-block;
	margin:0 10px;
}

.slick-dots button {
    color: transparent;
    outline: none;
    width: 12px;
    height: 12px;
    display: block;
    border-radius: 50%;
    background: #fff;
    border: none;
}

.slick-dots .slick-active button{
    background:#003891;
}

  .slick-dots > li:first-child:last-child {
    display: none;
}
p.copy {
    margin: 0;
    font-weight: bold;
    color: #fff;
    position: absolute;
    z-index: 10;
    bottom: 9%;
    left: 8%;
    font-size: 18px;
}
section {
    padding: 3rem 0;
}
h2 {
    color: #003891;
    text-align: center;
    margin-bottom: 2rem;
    font-weight: bold;
    line-height: 1.6;
}
h2 span.barlow {
    font-size: 30px;
}
h2 small{
    font-size: 15px;
}
figure.bg-purple {
    background: #f5f8ff;
    padding: 1rem;
    border-radius: 15px;
    margin-bottom: 3rem;
    text-align: center;
}
h3 {
    color: #042463;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    margin-bottom: 1.5rem;
}
.points figure {
    text-align: center;
    margin-bottom: 1.5rem;
}

.points .col-sm-4 {
    border-top: 1px solid #cccccc;
    padding: 2rem 0;
}
.points .col-sm-4:last-child{
    border-bottom: 1px solid #cccccc;
}
.points .col-sm-4 p {
    margin: 0;
}
a.link-btn {
    display: block;
    background: #293b77;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 1rem;
    text-decoration: none;
    width: 300px;
    margin: 2rem auto 0;
    border-radius: 5px;
    border: 5px solid #293b77;
}
a.link-btn:hover{
    opacity: 1;
    background: #fff;
    color: #293b77;
}
#news{
    background: #f5f8ff;
}
.barlow{
    font-family: "barlow-condensed", sans-serif;
    font-weight: 500;
    font-style: normal;
}

table {
    margin: 1rem 0;
    border-top: 1px solid;
    width: 100%;
}
tr {
    border-bottom: 1px solid #000;
}
th {
    color: #293b77;
    width: 25%;
}
th,td{
    padding: 10px;
    font-weight: bold;
}
.map {
    margin: 1rem 0 0;
}
.map iframe {
    height: 300px;
}
#footer {
    padding: 2rem 0;
    color: #293b77;
}
ul.f-navi {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: space-evenly;
}
ul.f-navi li{
    list-style-type: none;
}
ul.f-navi li a {
    color: #293b77;
    font-weight: bold;
    text-decoration: none;
    display: block;
    margin-bottom: 2rem;
}
p.copyright {
    margin: 0;
}

#page-top {
	position: fixed;
	right: 10px;
	z-index: 2;
	opacity: 0;
	transform: translateY(100px);
}
#page-top.UpMove{
	animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}
#page-top.DownMove{
	animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
  	opacity: 1;
	transform: translateY(0);
  }
  to {
  	opacity: 1;
	transform: translateY(100px);
  }
}
ul.news-list {
    padding: 0;
    margin: 0;
    border-bottom: 1px solid;
}
ul.news-list li {
    list-style-type: none;
    border-top: 1px solid;
    padding: 1rem;
}

ul.news-list li p {
    margin: 0;
    font-weight: bold;
}

ul.news-list li a {
    color: #000;
    text-decoration: none;
}

ul.news-list li a h3 {
    font-size: 16px;
    text-align: left;
    margin: 0;
    color: #000;
}
a[href $='.pdf'] {
    background: url(../img/ico-pdf.png) no-repeat center right;
    margin: 0;
    padding: 0px 45px 0 0;
    background-size: 40px;
    display: inline-block;
}




@media screen and (min-width:760px) {
    .slider, .slider-item, .slider-item img {
    height: 37vh;
}
p.copy {
    font-size: 24px;
}
figure.bg-purple img {
    width: 70%;
}
.points .col-sm-4 {
    border-top: none;
    border-left: 1px solid #ccc;
    padding: 1rem;
}
.points .col-sm-4 figure img {
    width: 150px;
}
.points .col-sm-4:last-child {
    border-bottom: none;
    border-right: 1px solid #ccc;
}
ul.f-navi {
    justify-content: flex-start;
}
ul.f-navi li a {
    padding-right: 30px;
}

}

@media screen and (min-width:1200px) {
    #header {
    justify-content: space-between;
}
#g-nav ul {
    padding: 0;
    margin: 0;
    display: flex;
}
#g-nav ul li {
    list-style-type: none;
}
#g-nav ul li a {
    color: #293b77;
    text-decoration: none;
    font-weight: bold;
    padding: 0;
    font-size: 18px;
    position: relative;
    display: block;
    width: 150px;
    text-align: center;
}
#g-nav ul li a:hover,ul.f-navi li a:hover{
    opacity: 1;
}
#g-nav ul li a::after ,ul.f-navi li a::after{
    content: "";
    display: block;
    width: 50px;
    height: 5px;
    background: #293b77;
    position: absolute;
    bottom: -10px;
    left: 0;
    opacity: 0;
    transition: 0.7s;
    right: 0;
    margin: 0 auto;
}
ul.f-navi li a::after {
    margin: 0;
    left: 11px;
}
/* ul.f-navi li:last-child a::after {
    left: 30px;
} */
#g-nav ul li a:hover::after,ul.f-navi li a:hover:after{
    opacity: 1;
    transition: 0.7s;
}
.slider, .slider-item, .slider-item img {
    height: 86vh;
}
    p.copy {
    font-size: 30px;
}
section {
    padding: 4rem 0;
}
h2 span.barlow {
    font-size: 40px;
}
h2 small {
    font-size: 24px;
}
.container {
    max-width: 1100px;
}
#overview h2 + p {
    max-width: 890px;
    margin: 0 auto 3rem;
}
figure.bg-purple img {
    width: 80%;
}
figure.bg-purple {
    padding: 3rem 0;
    margin-bottom: 4rem;
}
.points .col-sm-4 {
    padding: 2rem;
}
h3 {
    font-size: 20px;
}
a.link-btn {
    font-size: 18px;
    margin-top: 3rem;
}
#company .col-sm-5 {
    width: 44.666667%;
}
#company .col-sm-7 {
        width: 55.333333%;
    }
    th {
    text-align: center;
}
#company p.fw-bold {
    margin-bottom: 30px;
}
.map iframe {
    height: 500px;
}
#company,#overview {
    padding-bottom: 6rem;
}
#footer {
    padding: 4rem 0;
}
#footer .container {
    max-width: 1000px;
}
    ul.f-navi li a {
        padding-right: 0;
        padding-top: 10px;
        font-size: 18px;
        position: relative;
        width: 140px;
    }
    ul.news-list li {
        display: flex;
        align-items: baseline;
        padding: 1.5rem 6rem;
    }
ul.news-list li p {
    width: 150px;
}
.logo img {
    width: 340px;
}
}
@media screen and (min-width:1400px) {
    #header {
        padding: 10px 20px;
        padding-right: 0;
    }

    .slider, .slider-item, .slider-item img {
        height: 90vh;
    }
        p.copy {
        font-size: 40px;
    }
        section {
        padding: 5rem 0;
    }
        .container {
        max-width: 1300px;
    }
        #overview h2 + p {
        max-width: 1065px;
    }
    figure.bg-purple {
        margin-bottom: 6rem;
    }
    h3 {
        font-size: 24px;
    }
        #company p.fw-bold {
        margin-bottom: 1rem;
        font-size: 20px;
    }
    th, td {
    padding: 16px;
}
    #company, #overview {
        padding-bottom: 6rem;
    }
        #footer {
        padding: 5rem 0;
    }
        #footer .container {
        max-width: 1100px;
    }

    #footer p {
    line-height: 1.4;
}
#news {
    padding: 5rem 0 8rem;
}
}

@media screen and (min-width:1600px) {
        #g-nav ul li a {
        font-size: 20px;
    }
            #g-nav ul li a {
        width: 190px;
    }
        .container {
        max-width: 1400px;
    }
        a.link-btn {
        font-size: 20px;
        margin-top: 5rem;
        width: 380px;
    }
        .points .col-sm-4 figure img {
        width: 200px;
    }
        #company p.fw-bold {
        font-size: 22px;
    }
        th, td {
        padding: 19.5px;
    }
        #footer .container {
        max-width: 1200px;
    }
        #footer {
        padding: 6rem 0;
    }
}

/* news */
#page_header {
    margin-top: 70px;
    background: #f5f8ff;
    padding-top: 6rem;
    position: relative;
}
.page-title h1 {
    color: #003891;
    position: absolute;
    top: 18px;
    left: 0;
    right: 0;
    margin: 0;
    text-align: center;
    font-size: 30px;
}
.page-title h1 small {
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.bread {
    padding: 5px 0;
}
.bread a{
    color: #000;
}
.bread span{
    padding: 0 4px;
}
#page-content {
    padding: 2rem 0;
}
.pnavi {
    margin-top: 15px;
    text-align: center;
}
span.pages {
    display: none;
}
.wp-pagenavi a, .wp-pagenavi span {
    padding: 5px 10px!important;
    border: none!important;
    background: #f5f8ff!important;
    color: #003891;
}
.wp-pagenavi span.current {
    font-weight: bold;
    border: 1px solid #003891!important;
}
.entry-pager {
    margin-top: 3rem;
}
.back a, .next a {
    border: 2px solid #293b77;
    display: block;
    margin: 1rem 0;
    padding: 10px;
    color: #000;
    text-decoration: none;
    position: relative;
}
.back a {
    padding-left: 40px;
}
.next a {
    padding-right: 40px;
    text-align: end;
}
.back a::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-left: 3px solid #293b77;
    border-bottom: 3px solid #293b77;
    transform: rotate(45deg);
    position: absolute;
    top: 24px;
    left: 15px;
 }
.next a::before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    border-left: 3px solid #293b77;
    border-bottom: 3px solid #293b77;
    transform: rotate(-135deg);
    position: absolute;
    top: 24px;
    right: 15px;
}
@media screen and (min-width:760px) {
    .entry-pager {
    display: flex;
    justify-content: space-between;
}
.back a, .next a {
    width: 330px;
}
}
@media screen and (min-width:1200px) {
    #page-content {
    padding: 4rem 0;
}
#page_header {
    padding-top: 10rem;
}
.page-title h1 {
    font-size: 40px;
    top: 35px;
}

.page-title h1 small {
    font-size: 24px;
}
}