@charset "UTF-8";

html {
font-size:62.5%;
scroll-behavior: smooth;
}
body {
font-size:1.4rem;
/*font-family: "Zen Kaku Gothic Antique", sans-serif;*/
font-family: "IBM Plex Sans JP", sans-serif;
font-size:15px;
color: #444;
line-height:1.4;
background: #f1f1f1;
letter-spacing: 1px;
}

a{color: #123577;}

*, *::before, *::after {
box-sizing:border-box;
}

.cf::after {
content:'';
display:block;
clear:both;
}

img{
width: 100%;
height: auto;
vertical-align: bottom;
}

.pcnone{display: none;}

.mgr_70{margin-right: 70px;}
.mgl_70{margin-left: 70px;}
.mgb_50{margin-bottom: 50px;}
.mgb_30{margin-bottom: 30px;}
.mgb_10{margin-bottom: 10px;}



.pd_b60{padding-bottom: 60px;}
.pd_60{padding: 60px 0;}
.pt_30{padding-top: 30px;}
.pt_60{padding-top: 60px;}

.pt_190{padding-top: 190px;padding-bottom: 100px;}

.bg_white{background: #fff;}

.text_center{text-align: center;}


header{
position: fixed;
z-index: 50;
width: 100%;
top: 0;
}

.logo{
width: 300px;
float: left;
padding: 20px;
position: relative;
background: #fff;
}

section{
width: 100%;
clear:both;
position: relative;
}

main{
width: 90%;
margin: 0 auto;
background: #fff;
}

h1{
font-size: 2.6rem;
position: absolute;
right: 50px;
bottom: 160px;
color: #4A4949;
z-index: 20;
text-shadow: 0px 0px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
padding: 30px 30px;
border-radius: 5px;
}

p{
line-height: 2;
}
p.def-text{
line-height:1.4;
text-align:left;
}

.small-text{
font-size:14px;
}

h2{
font-size: 3rem;
font-weight: 700;
margin-bottom: 45px;
color: #39607E;
text-align: center;
}

h2.single_title{
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 45px;
  color: #39607E;
  text-align: left;
}


.mainimg{
width: 100%;
background: url(../images/main3.jpg) no-repeat;
min-height: 80vh;
background-size: cover;
background-position: 50% 0%;
}

.content_box_top {
padding:80px 0;
background: #fff;
width: 95%;
border-radius: 50px 0 0 0;
margin: 0 auto;
}

.content_box{
padding: 60px;
background: #fff;
width: 95%;
border-radius: 50px 0 0 0;
margin: 0 auto;
}

.flexbox{
display: flex;
align-items: center;
}



.content_box_center{
padding: 30px 60px;
background: #fff;
width: 95%;
margin: 0 auto;
}

.naiyo p{
margin-bottom: 10px;
}

.shien-naiyo{
max-width: 900px;
margin: 0 auto;
}

.daihyo-img{
padding: 20px;
}

.daihyo-messege{
padding: 20px;
}


.service-img{
max-width: 800px;
margin: 0 auto;
}




/*TOPページ*/

.full-wide-01{
padding: 80px 0;
background: #e7e7e7;
}

.full-wide-02{
padding: 80px 0;
background: #f5f6ff;
}

.full-wide-03{
padding: 80px 0;
background: #fffff1;
}

.shien{
display: flex;
gap: 30px;
margin-bottom: 10px;
}

.shien li a{
background: #e1921a;
padding: 30px 0;
border-radius: 5px;
font-size: 18px;
color: #fff;
display: block;
width: 300px;
text-align: center;
transition : all 0.5s ease 0s;
}

.shien li a:hover{
background: #d989d7;
}

h3{
font-size:2rem;
margin-bottom:15px;
}


.grid-box-03{
display:grid;
grid-template-columns:1fr 1fr 1fr;
gap:20px;
}

.anshin-point li{
border: 3px solid #77bf8e;
border-radius: 10px;
padding: 15px;
}

.anshin-point-title{
color: #fff;
background: #77bf8e;
text-align: center;
font-size: 18px;
padding: 10px 15px;
border-radius: 10px;
}

.grid-box-04{
display:grid;
grid-template-columns:1fr 1fr 1fr 1fr;
gap:20px;
}

.nayami li{
background: #587cbd;
display: flex;
justify-content: center;
align-items: center;
padding: 20px 10px;
border-radius: 5px;
font-size: 16px;
color: #fff;
}

.nayami li i{
margin-right:3px;
font-size: 23px;
color: #e1e1e1;
}

.planbox{
margin-bottom:50px;
}

.planbox li{
padding:30px;
border-radius: 10px;
text-align: center;
}

.planbox li a{
color:#fff;
display:block;
}

.plan-title{
font-size: 22px;
display: inline-block;
position: relative;
margin-bottom: 35px;
}

.plan-title:before {
content: '';
display: inline-block;
position: absolute;
bottom: -15px;
left: 50%;
transform: translateX(-50%);
width: 60px;
height: 4px;
background-color: #fff;
border-radius: 20px;
}

.planbox li.plan-01{
background:#339752;
color:#fff;
}

.planbox li.plan-02{
background:#c265c3;
color:#fff;
}

.planbox li.plan-03{
background:#306ad4;
color:#fff;
}

.service-top{
margin-top:30px;
}
.service-top dl{
width:100%;
float:left;
margin-bottom:20px;
}

.service-top dt{
background: #536fa1;
clip-path: polygon(0 0, 100% 0, 100% 75%, 50% 100%, 0 75%);
width: 18%;
height: 100px;
text-align: center;
padding-top: 30px;
color: #fff;
float: left;
}

.service-top dd{
float: left;
width: 70%;
margin-left: 40px;
padding-top: 15px;
}

.service-start{
background: #43c181;
text-align: center;
font-size: 22px;
padding: 18px;
font-weight: 700;
color: #fff;
}

.button-1 a{
display: flex;
justify-content: center;
align-items: center;
width: 250px;
padding: .9em 2em;
border-radius: 5px;
background-color: #e7822f;
color: #fff;
font-size: 1em;
transition : all 0.5s ease 0s;
}

.button-1 a::after {
transform: rotate(45deg);
width: 5px;
height: 5px;
margin-left: 10px;
border-top: 2px solid #fff;
border-right: 2px solid #fff;
content: '';
}

.button-1 a:hover{
background-color:#17a9e1;
}

.content{
max-width: 1100px;
margin: 0 auto;
}



.grid-box-02{
display:grid;
grid-template-columns:1fr 1fr;
gap:20px;
}

.info_title{
text-align:center;
font-weight:600;
font-size:30px;
margin-bottom: 30px;
}

.info_box li a{
text-align:center;
font-size:24px;
background:#5c98b5;
padding:30px;
color:#fff;
display:block;
transition : all 0.5s ease 0s;
}
.info_box li a:hover{
background: #85c1c1;
}

.info_box li i{
color:#fff;
font-size:36px;
}

.banner{

text-align: center;
}
.banner img{
width: 300px;
}













/*固定ページ*/
.page_header{
padding: 90px 0;
background: #6088b1;
margin-top: 70px;
}

h2.page_title{
font-weight:400;
letter-spacing:7px;
margin: 0;
color: #fff;
}

.entry-content{
width:1000px;
margin:0 auto;
padding:80px 0;
}





.single_contents{
width:800px;
margin:0 auto;
}

.single_data{
margin-bottom:7px;
}



.news-box{
width: 800px;
margin: 0 auto;
border: 1px solid #ccc;
padding: 30px;
background: #fff;
overflow: auto;
height: 200px;
}

.news-box dd {
border-bottom: 1px solid #ccc;
margin-bottom: 13px;
padding: 10px 0;
}

.news-box-title{
	text-align:center;
}

.news-box h2.heading-6{
	margin-bottom:20px;
}
.heading-6 {
    display: inline-block;
    position: relative;
    padding: 0 2.5em;
    color: #333333;
}

.heading-6::before,
.heading-6::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    width: 45px;
    height: 3px;
    background-color: #ccc;
}

.heading-6::before {
    left: 0;
}

.heading-6::after {
    right: 0;
}




footer{
width: 100%;
float: left;
background: #39607E;
padding: 20px;
color: #fff;
}

.copy{
text-align: center;
font-size: 14px;
}