@charset "UTF-8";
/*
Version:	2.3
Creation Date:	2024.12.19
*/


/* import
------------------------------------------------------------ */
@import "https://use.fontawesome.com/releases/v5.15.1/css/all.css";
@import "https://cdnjs.cloudflare.com/ajax/libs/Swiper/5.4.5/css/swiper.css";
@import "https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap";


/* set
------------------------------------------------------------ */
* {
margin: 0;
padding: 0;
font-style: normal;
box-sizing: border-box;
}
html {
overflow-y: scroll;
}
body {
-webkit-text-size-adjust: 100%;
font-family: 'Noto Sans JP', sans-serif;
color: #000;
font-size: 16px;
font-weight: 500;
line-height: 1.6;
}
ul,ol {
list-style: none;
}
hr {
margin: 20px 0;
border: none;
border-bottom: dotted 1px #666;
}
img {
vertical-align: middle;
max-width: 100%;
height: auto;
border: 0;
}
iframe {
max-width: 100%;
}
a {
color: inherit;
text-decoration: none;
}
a:hover img {
opacity: .7;
}
header h1 a:hover img,
footer h1 a:hover img {
opacity: 1;
}
:hover {
transition: .3s;
}
.smd,.smp {
display: none;
}
.pc {
display: block;
}


/* header
------------------------------------------------------------ */
header {
background: #E66400;
color: #FFF;
width: 100%;
height: 60px;
position: fixed;
top: 0;
left: 0;
z-index: 2;
}
header section {
height: 100%;
}
header h1,
header nav {
align-self: center;
}
header h1 img + img {
margin-left: .5em;
}
header nav,
header ul {
height: 100%;
}
header ul li a {
font-size: 12px;
font-weight: 700;
height: 100%;
padding: 30px 10px 0;
display: block;
position: relative;
}
header ul li a:before {
content: "";
background: #FFF;
width: 100%;
height: 3px;
position: absolute;
top: 0;
left: 0;
transform: scale(0,1);
transform-origin: left top;
transition: .3s;
}
header ul li a:hover:before {
transform: scale(1,1);
}
header .close,
.triple {
display: none;
}


/* footer
------------------------------------------------------------ */
footer {
background: #E66400;
}
footer section {
color: #FFF;
font-size: 12px;
font-weight: 400;
padding: 30px 0;
align-items: center;
}
footer .item {
margin-bottom: 0;
}
footer h1 img + img {
margin-top: 5px;
display: block;
}
footer nav ul li a {
padding: 3px 0 3px 1em;
display: block;
}
footer nav ul li a:hover {
transform: rotateX(360deg);
transition: .5s;
}
footer nav ul li {
margin-bottom: 5px;
position: relative;
}
footer nav ul li:before {
content: "-";
position: absolute;
top: 3px;
left: 0;
}
footer article {
background: #FFF;
}
footer article section {
color: #000;
font-size: 10px;
padding: 10px 0;
}

/* #pagetop */
#pagetop {
display: none;
position: fixed;
right: .5%;
bottom: .5%;
z-index: 1;
}
#pagetop a {
background: #E66400;
color: #FFF;
font-size: 20px;
width: 40px;
height: 40px;
border-radius: 50%;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}


/* common
------------------------------------------------------------ */
/* layout */
main {
width: 100%;
margin-top: 60px;
display: block;
}
article {
width: 100%;
position: relative;
overflow: hidden;
}
section {
width: 1000px;
max-width: 90%;
margin: 0 auto;
position: relative;
overflow: hidden;
}
section.main {
position: absolute;
top: 50%;
left: 50%;
-webkit-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
overflow: visible;
}
#main {
flex-basis: 68%;
}
#side {
flex-basis: 28%;
}
#home #side {
flex-basis: 35%;
}

/* style */
h1.ttl {
text-align: center;
margin: 70px 0 40px;
}
h1.ttl em {
font-size: 28px;
line-height: 1;
max-width: auto;
padding: 0;
display: inline;
position: relative;
}
h1.ttl em:before,
h1.ttl em:after {
content: "";
background: #0E3C7E;
width: 20px;
height: 2px;
position: absolute;
top: 20px;
left: -30px;
}
h1.ttl em:after {
left: auto;
right: -30px;
}
h1 em,
h2 em {
color: #0E3C7E;
font-size: 48px;
font-weight: 900;
line-height: 1.3;
letter-spacing: -.05em;
text-align: center;
max-width: 90%;
margin: 50px auto;
padding: 20px 0;
display: block;
}
h2 em strong {
font-size: 65px;
color: #E00012;
display: block;
}
h2.line {
color: #0E3C7E;
font-size: 34px;
font-weight: 900;
margin-bottom: 20px;
border-bottom: solid 4px rgba(14,60,126,.2);
}
h2.wline {
line-height: 1.1;
margin-bottom: 30px;
padding: 15px 0 15px 75px;
border-top: solid 3px #CBCBCC;
border-bottom: solid 3px #CBCBCC;
position: relative;
}
h2.wline div {
color: #0E3C7E;
font-size: 12px;
line-height: 1.3;
text-align: center;
padding-top: 15px;
width: 60px;
height: 60px;
border-radius: 50%;
position: absolute;
top: 50%;
left: 0;
-webkit-transform: translateY(-50%);
transform: translateY(-50%);
}
h2.wline div span {
font-size: 16px;
display: block;
}
h2.wline em {
color: #000;
font-size: 22px;
text-align: left;
max-width: 100%;
margin: 0 auto;
padding: 0;
}
h2.wline strong {
color: #0E3C7E;
font-size: 32px;
font-weight: 900;
}
h3 {
font-size: 22px;
font-weight: 900;
line-height: 1.3;
margin-bottom: 20px;
}
h3.line {
color: #0E3C7E;
font-size: 24px;
font-weight: 900;
margin-bottom: 20px;
padding: 20px;
border-top: solid 4px rgba(14,60,126,.2);
border-bottom: solid 4px rgba(14,60,126,.2);
}
.center {
text-align: center;
}
.right,
.alignright {
text-align: right;
}
div.right {
text-align: left;
float: right;
display: inline-block;
}
.bg {
background: rgba(14,60,126,.1);
}
.red {
color: crimson;
}

p.flex.col-2  em,
p.flex.col-2  time,
.p_01, .p_02, .p_04, .p_06 {
font-size: 22px;
font-weight: 900;
line-height: 1.2;
margin-top: 15px;
padding: 20px 10px;
}
.p_01 {
background: #0E3C7E;
color: #FFF;
font-size: 24px;
text-align: center;
}
.p_02 {
border: solid 1px #000;
}
.p_04 {
background: #E95513;
color: #FFF;
}
.p_06 {
background: #036EB7;
color: #FFF;
}
p.flex.col-2 {
margin-top: 15px;
}
p.flex.col-2 .s7,
p.flex.col-2 .s3 {
display: flex;
align-items: center;
flex-basis: 70%;
padding: 15px 10px;
}
p.flex.col-2 .s3 {
flex-basis: 29.5%;
padding: 10px;
}
p.flex.col-2  em,
p.flex.col-2  time {
margin-top: 0;
padding: 0;
}
p.flex.col-2  span {
font-size: 18px;
font-weight: normal;
}
.p_03 .s7, .p_03 .s3 { background: #D7DEE1; }
.p_05 .s7, .p_05 .s3 { background: #FBDFB5; }
.p_07 .s7, .p_07 .s3 { background: #E7D7E9; }
.p_08 .s7, .p_08 .s3 { background: #D2ECFA; }
.p_09 .s7, .p_09 .s3 { background: #E8F0C4; }
.p_10 .s7, .p_10 .s3 { background: #FDE6BC; }
.p_05 time, .p_07 time { color: #E00012; }

/* .flex */
.flex {
display: flex;
}
.col-2,
.col-3,
.col-4 {
flex-wrap: wrap;
justify-content: space-between;
}
.item {
margin-bottom: 30px;
}
.col-2 .item {flex-basis: 49%;}
.col-3 .item {flex-basis: 31%;}
.col-4 .item {flex-basis: 23%;}
.item.s1 {flex-basis: 35%;}
.item.s2 {flex-basis: 63%;}
.col-3:after {
content: "";
width: 31%;
height: 0;
display: block;
}
.col-4:before,
.col-4:after {
content: "";
width: 23%;
height: 0;
display: block;
}
.col-4:before {
order: 1;
}
.col-3.center {
justify-content: center;
}
.col-3.center:after {
display: none;
}
.col-3.center .item {
margin: 0 .25% 30px;
}

/* .more */
.more {
display: inline-block;
border-radius: 18px;
position: relative;
z-index: 1;
overflow: hidden;
}
.more:before,
.more:after {
content: "";
display: block;
position: absolute;
z-index: -1;
}
.more,
.more:before,
.more:after {
transition: all .3s;
}
.more:after {
width: 100%;
height: 100%;
top: 0;
left: -100%;
}
.more:hover:after {
background: #0E3C7E;
left: 0;
}
.more a {
color: #0E3C7E;
font-size: 12px;
font-weight: 900;
line-height: 36px;
letter-spacing: .1em;
padding: 0 60px 0 30px;
display: block;
border: 1px solid #0E3C7E;
position: relative;
border-radius: 18px;
}
.more a:hover,
.more a:hover:before,
.more a:hover:after,
.more.reverse a,
.more.reverse a:before,
.more.reverse a:after {
color: #FFF;
}
.more a:before {
content: "";
background-color: currentColor;
color: #0E3C7E;
width: 20px;
height: 1px;
position: absolute;
top: 50%;
right: 20px;
}
.more a:after {
content: "";
color: #0E3C7E;
width: 6px;
border-top: solid 1px currentColor;
border-right: solid 1px currentColor;
-webkit-transform: rotate(40deg);
transform: rotate(40deg);
position: absolute;
top: 48%;
top: calc(50% - 2px);
right: 19px;
}
.more.reverse {
background: #0E3C7E;
}
.more.reverse:hover:after {
background: #FFF;
}
.more.reverse a:hover,
.more.reverse a:hover:before,
.more.reverse a:hover:after {
color: #0E3C7E;
}

/* .pho */
.pho {
overflow: hidden;
position: relative;
z-index: 1;
-webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.pho img {
object-fit: cover;
object-position: center center;
font-family: 'object-fit: cover; object-position: center center;';
transition: .5s;
}
.pho img:hover {
transform: scale(1.1);
transition: .5s;
}

/* .post */
.post {
line-height: 2;
clear: both;
overflow: hidden;
}
.post h2 {
color: #0E3C7E;
font-size: 24px;
line-height: 1.3;
margin: 10px 0 30px;
}
.post h3 {
font-size: 18px;
line-height: 1.2;
margin: 50px 0 20px;
padding-left: .5em;
border-left: solid 6px #CCC;
}
.post h3 span {
font-size: 14px;
}
.post h4 + h5 {
margin: 30px 0 20px;
}
.post h5 {
background: #F5CD3D;
font-size: 16px;
margin: 30px 0 20px;
padding: 0 1em;
display: inline-block;
border-radius: 3px;
}
.post p {
margin: 20px 0;
}
.post a {
color: #3553A3;
text-decoration: underline;
}
.post a:hover {
text-decoration: none;
}
.post ul {
margin: 20px 0;
}
.post ul li {
padding: 0 0 .5em 1.5em;
position: relative;
}
.post ul li:before {
content: "";
background: #707070;
width: 9px;
height: 9px;
border-radius: 50%;
position: absolute;
top: 12px;
left: 5px;
}
.blocks-gallery-grid li:before {
display: none;
}
.post ol {
margin: 20px 0;
padding-left: 1.5em;
list-style: decimal;
}
.post figure {
margin: 30px 0;
overflow: hidden;
}
.post figure.float div {
padding: 0 20px 20px;
float: left;
clear: both;
}
.post figure.float figcaption {
padding: 0 20px 20px;
}
.post figure.item figcaption {
line-height: 1.3;
padding-bottom: 5px;
}
.post .box {
margin: 30px 0;
padding: 20px;
border: solid 2px #CCC;
}

/* #pagenavi */
#pagenavi {
font-family: Lato, sans-serif;
font-weight: 900;
letter-spacing: .1em;
margin-top: 50px;
padding: 30px 0 150px;
border-top: solid 4px rgba(14,60,126,.2);
display: flex;
justify-content: center;
}
#pagenavi li {
line-height: 32px;
margin: 0 1%;
position: relative;
}
#pagenavi a,
#pagenavi .current span {
text-align: center;
width: 32px;
height: 32px;
display: block;
}
#pagenavi a:hover,
#pagenavi .current span {
background: #0E3C7E;
color: #FFF;
}
#pagenavi .previous,
#pagenavi .next,
#pagenavi .list {
font-size: 14px;
color: #CCC;
}
#pagenavi .previous {
margin-right: auto;
padding-left: 30px;
}
#pagenavi .next {
margin-left: auto;
padding-right: 30px;
}
#pagenavi .previous a,
#pagenavi .next a,
#pagenavi .list a {
color: #0E3C7E;
width: auto;
}
#pagenavi .previous:before,
#pagenavi .next:before,
#pagenavi .previous a:before,
#pagenavi .next a:before {
content: "";
background-color: currentColor;
color: #0E3C7E;
width: 20px;
height: 1px;
position: absolute;
top: 50%;
right: 1px;
}
#pagenavi .previous:before,
#pagenavi .previous a:before {
right: auto;
left: 1px;
}
#pagenavi .previous:after,
#pagenavi .next:after,
#pagenavi .previous a:after,
#pagenavi .next a:after {
content: "";
color: #0E3C7E;
width: 6px;
border-top: solid 1px currentColor;
border-right: solid 1px currentColor;
-webkit-transform: rotate(40deg);
transform: rotate(40deg);
position: absolute;
top: 48%;
top: calc(50% - 2px);
right: 0;
}
#pagenavi .previous:after,
#pagenavi .previous a:after {
-webkit-transform: rotate(140deg);
transform: rotate(140deg);
right: auto;
left: 0;
}
#pagenavi .previous:before,
#pagenavi .previous:after,
#pagenavi .previous a:hover,
#pagenavi .previous a:hover:before,
#pagenavi .previous a:hover:after,
#pagenavi .next:before,
#pagenavi .next:after,
#pagenavi .next a:hover,
#pagenavi .next a:hover:before,
#pagenavi .next a:hover:after,
#pagenavi .list a:hover {
color: #CCC;
z-index: -1;
}
#pagenavi .previous a:hover,
#pagenavi .next a:hover,
#pagenavi .list a:hover {
background: none;
}


/* #side */
#side ul li {
text-align: center;
margin-bottom: 16px;
}


/* #home
------------------------------------------------------------ */
#home section {
width: 800px;
padding-bottom: 80px;
}

/* .greeting */
#home .greeting section.main {
width: 1000px;
padding-bottom: 0;
top: 10%;
-webkit-transform: translate(-50%,0);
transform: translate(-50%,0);
}
.greeting p {
font-weight: 900;
line-height: 2;
padding: 20px 0;
}
.greeting .more  {
position: absolute;
bottom: 35%;
left: 40%;
border-radius: 23px;
}
.greeting .more a {
font-size: 16px;
line-height: 46px;
border-radius: 23px;
background-color: #FFF;
}
@media screen and (max-width: 1600px) {
.greeting .more  {
border-radius: 18px;
}
.greeting .more  a {
font-size: 12px;
line-height: 36px;
border-radius: 18px;
}
}

/* .latest_news */
section.latest_news {
	padding-top: 80px;
}
.latest_news ul li {
	display: flex;
	margin-bottom: 20px;
	}
	.latest_news ul li time {
	color: #0E3C7E;
	font-weight: 400;
	width: 9em;
	}
	.latest_news ul li p a {
	text-decoration: underline;
	}
	.latest_news ul li p a:hover {
	text-decoration: none;
	}


/* .action */
.swiper-container.main {
max-width: 96%;
margin: 0 auto 80px;
}
.action p {
padding: 10px;
}

/* .policy */
.policy {
text-align: center;
margin-bottom: 30px;
}
.policy h2 {
	background: url(images/gamu_back.png) repeat-x;
	margin-bottom: 40px;
}
.policy ol {
counter-reset: policy;
display: inline-block
}
/*.policy ol li:before {
counter-increment: policy;
content: counter(policy);
font-family: 'Helvetica Neue', Helvetica, Arial, 'Noto Sans JP', sans-serif;
color: #0E3C7E;
font-size: 68px;
font-weight: 700;
line-height: 1;
padding-right: 15px;
border-right: solid 3px rgba(14,60,126,.2);
position: absolute;
top: 0;
left: 0;
}*/
.policy ol li {
font-size: 22px;
font-weight: 700;
line-height: 1.3;
text-align: left;
margin-bottom: 40px;
padding-left: 0;
position: relative;
}
.policy ol li strong {
color: #0E3C7E;
font-size: 32px;
display: block;
}
.policy ol .more {
float: right;
}

/* .news */
.news ul li a {
display: flex;
margin-bottom: 20px;
}
.news ul li time {
color: #0E3C7E;
font-weight: 400;
width: 9em;
}
.news ul li a p {
text-decoration: underline;
}
.news ul li a p:hover {
text-decoration: none;
}

/* .profile */
.profile .more {
margin-top: 20px;
float: right;
}

/* .supporter */
.supporter .flex {
width: 640px;
max-width: 100%;
margin: 40px auto 60px;
}
.supporter address strong {
font-size: 20px;
font-weight: 900;
line-height: 1.3;
display: block;
}
.supporter address em {
font-size: 20px;
font-weight: 700;
line-height: 1.3;
padding: 5px 0;
display: block;
}
.supporter .flex .more {
margin-top: 15px;
display: block;
}

/* .map */
.map figure {
margin-bottom: 50px;
}
.map figure div {
margin-bottom: 10px;
}
.map figure em {
font-size: 20px;
font-weight: 900;
line-height: 1.3;
margin-bottom: 5px;
display: block;
}
.map figcaption.flex {
justify-content: center;
margin-bottom: 70px;
}
.map figcaption.flex em {
margin-right: 40px;
}


/* #greeting
------------------------------------------------------------ */
#greeting h2 {
font-size: 34px;
font-weight: 900;
margin-top: 20px;
}
#greeting p {
padding-top: 40px;
}
#greeting .right {
margin: 40px auto 80px;
}
#greeting time {
margin-bottom: 10px;
display: block;
}


/* #profile
------------------------------------------------------------ */
#profile section.main {
font-size: 14px;
line-height: 2;
width: 45%;
left: 55%;
-webkit-transform: translate(0,-50%);
transform: translate(0,-50%);
}
#profile section.main h1 {
color: #0E3C7E;
font-size: 32px;
font-weight: 900;
line-height: 1.3;
}
#profile section.main div {
background: rgba(14,60,126,.5);
color: #FFF;
margin-top: 30px;
padding: 35px;
display: inline-block;
}
#profile section.main h2 {
font-size: 26px;
font-weight: 900;
margin-bottom: 10px;
}
#profile section.main h2 span {
font-size: 20px;
}
#profile section.flex {
line-height: 2;
padding: 50px 0;
}
#profile section.flex em {
color: #0E3C7E;
font-size: 18px;
display: block;
}
#profile section.flex dl {
padding-right: 20px;
border-right: solid 4px rgba(14,60,126,.2);
}
#profile section.flex dt {
float: left;
}
#profile section.flex dd {
padding-left: 6em;
}


/* #future
------------------------------------------------------------ */
#future section {
padding-bottom: 80px;
}
#future .flex.col-2 {
font-size: 14px;
font-weight: 700;
line-height: 2;
}

/* #sec_01 */
#future #sec_01 h2.wline {
padding: 0;
}
#future #sec_01 h3 {
color: #656464;
font-size: 24px;
font-weight: 900;
margin-top: 30px;
}

/* #sec_02 */
#future #sec_02 .item p strong {
font-size: 22px;
font-weight: 900;
line-height: 1;
margin: 15px 0;
display: block;
}
#future #sec_02 p.center {
font-size: 16px;
margin-bottom: 10px;
}
#future #sec_02 div.center {
margin-top: 20px;
}
#future #sec_02 div.center + p {
line-height: 1.3;
width: 80%;
margin: 10px auto 0;
}
#future #sec_02 h3 {
color: #0E3C7E;
font-size: 24px;
font-weight: 900;
text-align: center;
margin-bottom: 10px;
padding: 15px;
}
#future #sec_02 p em {
font-size: 16px;
font-weight: 900;
line-height: 1;
margin: 15px 0 10px;
display: block;
}
#future #sec_02 dl {
margin: 20px 0 10px;
padding-bottom: 20px;
border-bottom: solid 1px #CBCBCC;
}
#future #sec_02 dt {
font-weight: 400;
float: left;
}
#future #sec_02 dd {
padding-left: 6.5em;
}
#future #sec_02 dl + p {
color: #0E3C7E;
}
#future #sec_02 dl + p span {
width: 50px;
height: 20px;
margin: 0 5px;
display: inline-block;
vertical-align: middle;
}

/* #sec_03 */
#future #sec_03 figure + div {
margin-top: 20px;
}
#future #sec_03 p + div {
margin-top: 40px;
}

/* #sec_06 */
#future #sec_06 p + figure {
margin-top: 40px;
}


/* #office 
------------------------------------------------------------ */
#office section {
width: 800px;
}
#office h2 {
font-size: 20px;
font-weight: 900;
margin: 10px 20px;
}
#office address {
margin: 10px 20px 70px;
}
#office  .more {
width: 230px;
margin-top: 10px;
}
#office div.center {
margin: 20px auto 80px;
}


/* .form
------------------------------------------------------------ */
.form section {
width: 800px;
padding-bottom: 80px;
}
.form h2 {
font-size: 20px;
font-weight: 900;
padding-top: 20px;
}
.form h3 {
margin-top: 20px;
}
.form p {
padding-top: 20px;
}
.form table {
border-collapse: separate;
border-spacing: 5px;
width: 100%;
margin-top: 30px;
}
.form table th,
.form table td {
text-align: left;
padding: 5px 10px;
border: none;
}
.form table th {
background: rgba(14,60,126,.2);
width: 30%;
padding: 5px 40px;
white-space: nowrap;
}

/* form set */
input[type="text"],
input[type="email"],
select,
label,
textarea {
background: none;
font-size: 100%;
width: 100%;
max-width: 100%;
margin: 0;
padding: 0;
border: none;
outline: none;
box-shadow: none !important;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}
select::-ms-expand {
display: none;
}
::-webkit-input-placeholder {color: #A3A3A3;}
::-moz-placeholder {color: #A3A3A3;}
:-ms-input-placeholder {color: #A3A3A3;}
:focus::-webkit-input-placeholder {color: transparent;}
:focus:-moz-placeholder {color: transparent;}
:focus::-moz-placeholder {color: transparent;}

input[type="text"],
input[type="email"],
select,
textarea {
width: 100%;
max-width: 100%;
height: 40px;
margin: 5px 0;
padding: 0 1em;
border: solid 1px #898989;
}
label,
select {
cursor: pointer;
}
textarea {
height: 	200px;
padding: 1em;
}
input[type="text"]#zip {
width: 40%;
}
label.select {
display: inline-block;
position: relative;
}
label.select:after {
content: "";
width: 5px;
height: 5px;
margin: 0 auto;
display: block;
border-top: solid 1px #333;
border-right: solid 1px #333;
position: absolute;
top: 15px;
right: 20px;
-webkit-transform: rotate(135deg);
transform: rotate(135deg);
}

input[type="checkbox"],
input[type="radio"] {
display: none;
}
input[type="checkbox"] + span,
input[type="radio"] + span {
margin-right: 25px;
padding: 2px 0 0 30px;
position: relative;
}
input[type="checkbox"] + span:before,
input[type="radio"] + span:before {
content: "";
width: 20px;
height: 20px;
border: 1px solid #AEAEAE;
border-radius: 3px;
display: block;
position: absolute;
top: 2px;
left: 0;
}
input[type="radio"] + span:before {
border-radius: 50%;
}
input[type="checkbox"]:checked + span:after,
input[type="radio"]:checked + span:after {
content: "";
width: 9px;
height: 18px;
display: block;
border-bottom: 3px solid #59c3e1;
border-right: 3px solid #59c3e1;
position: absolute;
top: -5px;
left: 8px;
transform: rotate(40deg);
}
input[type="radio"]:checked + span:after {
background: #59c3e1;
width: 11px;
height: 11px;
border-radius: 50%;
top: 6px;
left: 4px;
}
input[type="submit"] {
background: #0E3C7E;
color: #FFF;
font-size: 16px;
font-weight: bold;
line-height: 50px;
text-align: center;
width: 240px;
max-width: 100%;
height: 50px;
margin: 50px auto;
padding: 0 20px;
border: solid 1px #0E3C7E;
border-radius: 5px;
cursor: pointer;
}
input[type="submit"]:hover {
background: #FFF;
color: #0E3C7E;
transition: .3s;
}

.screen-reader-response {
display: none;
}
.wpcf7-not-valid-tip {
color: #F00;
font-size: 14px;
display: block;
}
div.wpcf7-response-output {
background: #F00;
font-size: 14px;
line-height: 2.5;
color: #FFF;
text-align: center;
width: 70%;
margin: 0 auto;
border: none;
}
div.wpcf7-mail-sent-ok {
background: #F18E1D;
border: none !important;
}
div.wpcf7-validation-errors {
border: none !important;
}

#thanks .phone {
margin: 20px 0 50px;
}
#thanks .phone a {
font-size: 24px;
}


/* #link
------------------------------------------------------------ */
#link section {
width: 800px;
}
#link ul {
margin-bottom: 80px;
}
#link ul li {
padding: 5px 20px;
}
#link ul li:before {
content: "・";
margin-right: 10px;
}
#link ul li a {
color: #666;
text-decoration: underline;
}
#link ul li a:hover {
color: #0E3C7E;
text-decoration: none;
}


/* #scrum
------------------------------------------------------------ */
#scrum .flex.col-4 {
font-size: 14px;
margin: 60px 0 80px;
padding-top: 80px;
border-top: solid 4px rgba(14,60,126,.2);
border-bottom: solid 4px rgba(14,60,126,.2);
}
#scrum .item  {
text-align: center;
margin-bottom: 80px;
}
#scrum .item  p {
padding: 10px;
}
#scrum .item a {
color: #FFF;
line-height: 30px;
display: block;
}
#scrum .scrum_pc,
#scrum .scrum_smp {
width: 48%;
display: inline-block;
border-radius: 3px;
}
#scrum .scrum_pc {background: rgba(14,60,126,1);}
#scrum .scrum_pc:hover {background: rgba(14,60,126,.8);}
#scrum .scrum_smp {background: rgba(230,100,0,1);}
#scrum .scrum_smp:hover {background: rgba(230,100,0,.8);}


/* #category
------------------------------------------------------------ */
 #category section {
width: 800px;
}


/* #single
------------------------------------------------------------ */
#single section.flex.col-2 {
padding-top: 50px;
border-top: solid 4px rgba(14,60,126,.2);
}


/* #infra
------------------------------------------------------------ */
#infra section {
padding: 50px 0 100px;
}


/* #gamushara
------------------------------------------------------------ */
#gamushara h2 {
	margin-top: 110px;
	background: url(images/gamu_back.png) repeat-x;
	margin-bottom: 40px;
	text-align: center;
}

#gamushara section {
	padding: 0 0 100px;
}

/* #SNS
------------------------------------------------------------ */
.sns article {
	margin-bottom: 32px;
}

.sns article img {
	width: 100%;
}

.sns .more {
	margin-top: 8px;
}

.sns .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 16px;
}

.upper {
	width: 49%;
}

.sns_box {
	width: 32%;
}

.sns_box a {
	display: block;
	width: 100%;
}

.sns_link {
	width: 100%;
	padding: 16px;
	color: #fff;
}

.sns_link:hover {
	opacity: .9;
}

.sns_link--fb {
	background-color: #0866FF;
}

.sns_link--in {
	background: -webkit-linear-gradient(to top, #F27121, #E94057, #8A2387);
	background: linear-gradient(to top, #F27121, #E94057, #8A2387);
}

.sns_link--x {
	background-color: #000;
}

.sns_link_title {
	font-size: 20px;
	margin-bottom: 8px;
}

.sns_link_text {
	width: 100%;
	background-color: #fff;
	padding: 2px;
	border-radius: 12px;
	text-align: center;
	color: #000;
}

@media screen and (max-width: 1024px) {
/* iPad横以下 */


}


@media screen and (max-width: 1024px) and (orientation:portrait) {
/* iPad縦以下 */

/* set
------------------------------------------------------------ */
.pc {
display: none;
}
.smd {
display: block;
}

/* footer
------------------------------------------------------------ */
footer .col-2 h1.item {
flex-basis: 30%;
}
footer .col-2 nav.item {
flex-basis: 60%;
}
footer article section div {
margin-right: 40px;
}

/* common
------------------------------------------------------------ */
/* style */
h2.wline em {
font-size: 20px;
}
h2.wline strong {
font-size: 28px;
}
p.flex.col-2  em,
p.flex.col-2  time,
.p_01, .p_02, .p_04, .p_06 {
font-size: 18px;
}
.p_01 {
font-size: 22px !important;
}
p.flex.col-2  span {
font-size: 14px;
display: block;
}

/* #home
------------------------------------------------------------ */
/* .greeting */
.greeting h2 img {
width: 280px;
}
.greeting p {
padding: 10px 0;
text-shadow: 2px  2px 5px #FFF,-2px  2px 5px #FFF, 2px -2px 5px #FFF,-2px -2px 5px #FFF;
}
.greeting .more  {
bottom: 25%;
}

/* #greeting
------------------------------------------------------------ */
#greeting h1 img {
width: 380px;
}
#greeting h2 {
font-size: 25px;
}

/* #profile
------------------------------------------------------------ */
#profile section.main {
width: 50%;
left: 50%;
}
#profile section.main h1 {
font-size: 28px;
}
#profile section.main div {
margin-top: 10px;
padding: 10px 20px;
}
#profile section.flex {
font-size: 14px;
}

/* #future
------------------------------------------------------------ */
#future div.flex.col-2 {
display: block;
}
#future figcaption {
text-align: center;
}

/* #sec_01 */
#future #sec_01 .p_05 img {
width: 60px;
}

/* #sec_02 */
#future #sec_02 div.center + p {
text-align: center;
width: 100%;
}

/* #scrum
------------------------------------------------------------ */
#scrum .flex.col-4 .item {flex-basis: 31%;}
#scrum .flex.col-4:after {width: 31%;}
#scrum .flex.col-4:before {display: none;}

}


@media screen and (max-width: 740px) {
/* iPhone以下 */

/* set
------------------------------------------------------------ */
body {
font-size: 14px;
}
.smd {
display: none;
}
.smp {
display: block;
}
br.smp {
font-size: 0;
}

/* header
------------------------------------------------------------ */
header {
position: absolute;
}
header h1 {
position: absolute;
top: 10px;
left: 0
}
header h1 img {
width: auto;
height: 12px;
}
header h1 img + img {
height: 30px;
}
header nav {
display: none;
background: rgba(255,255,255,.9);
text-align: center;
width: 100%;
height: auto;
max-height: calc(100% - 60px);
padding-top: 30px;
position: fixed;
top: 0;
right: 0;
overflow-y: scroll;
-webkit-overflow-scrolling: touch;
transition: 0;
}
header nav ul.flex {
display: block;
}
header nav ul li {
margin: 	0;
}
header nav ul li a {
color: #000;
font-size: 16px;
padding:  10px;
display: block;
}
header .close {
background: #000;
margin: 20px 0 0;
display: block;
}
header .close a {
color: #FFF;
font-size: 14px;
padding:  15px;
}
header ul li a:before {
display: none;
}

/* .triple */
.triple {
display: block;
background: #E66400;
width: 60px;
height: 60px;
position: fixed;
top: 0;
right: 0;
z-index: 2;
cursor: pointer;
}
.triple a {
color: #FFF;
font-size: 11px;
position: absolute;
bottom: 9px;
left: 14px;
}
.triple:before,
.triple:after,
.triple a:before {
content: "";
background: #FFF;
width: 22px;
height: 3px;
margin-top: 8px;
position: absolute;
top: 8px;
left: 18px;
transition: .3s;
}
.triple:after {
top: 15px;
}
.triple a:before {
top: -11px;
left: 4px;
}
.triple.open a:before {
display: none;
}
.triple.open:before,
.triple.open:after {
content: "";
top: 14px;
-webkit-transform:	rotate(-45deg);
transform:	rotate(-45deg);
transition: .3s;
}
.triple.open:after {
-webkit-transform:	rotate(45deg);
transform:	rotate(45deg);
}

/* footer
------------------------------------------------------------ */
footer section.fadeInUp30 {
display: block;
padding: 15px 0;
}
footer h1 img + img {
margin-bottom: 10px;
}
footer nav {
flex-wrap: nowrap !important;
}
footer nav ul:first-child {
min-width: 100px;
}
footer nav ul li {
margin-bottom: 0;
}
footer article section {
font-size: 8px;
flex-direction: column-reverse;
}
footer article section div {
text-align: right;
width: 100%;
margin: 0 0 10px;
}
footer article section div img {
width: auto;
height: 30px;
}
footer article section p {
padding-right: 40px;
}

/* common
------------------------------------------------------------ */
/* layout */
section.main {
text-align: center;
padding: 20px 0 40px;
position: static;
-webkit-transform: translate(0,0) !important;
transform: translate(0,0) !important;
}

/* style */
h1.ttl {
margin: 50px 0 40px;
}
h1.ttl em {
font-size: 24px;
}
h1 em,
h2 em {
font-size: 24px;
margin: 20px auto;
padding: 10px 0;
}
h2 em strong {
font-size: 30px;
}
h2.line {
font-size: 24px;
}
h2.wline {
padding: 15px 0 15px 65px;
}
h2.wline em {
font-size: 13px;
}
h2.wline strong {
font-size: 22px;
}
h3,
h3.line {
font-size: 21px;
}
p.flex.col-2  em,
p.flex.col-2  time,
.p_01, .p_02, .p_04, .p_06 {
font-size: 12px;
padding: 10px 5px;
}
p.flex.col-2 .s7,
p.flex.col-2 .s3 {
flex-basis: 63%;
padding: 10px 5px;
}
p.flex.col-2 .s3 {
flex-basis: 36.5%;
padding: 10px 5px;
}
p.flex.col-2  em,
p.flex.col-2  time {
margin-top: 0;
padding: 0;
}
p.flex.col-2  span {
font-size: 9px;
}

/* #home
------------------------------------------------------------ */
/* .greeting */
.greeting  {
padding-bottom: 40px;
border-bottom: solid 1px #CCC;
}
.greeting h2 img {
width: auto
}
.greeting p {
text-align: left;
text-shadow: none;
}
.greeting p br {
display: none;
}
.greeting .more {
margin-right: 5%;
float: right;
position: static;
}

/* .policy */
.policy {
margin-bottom: 0;
}
.policy ol li:before {
font-size: 40px;
padding-right: 8px;
}
.policy ol li {
font-size: 13px;
margin-bottom: 30px;
padding-left: 0;
}
.policy ol li strong {
font-size: 18px;
}

/* .sns */
.sns {
margin-bottom: 0;
}
.sns h2 {
text-align: left;
}
.sns .flex {
display: block;
}

/* .news */
.news ul li a {
display: block;
}

/* .supporter */
.supporter h3 {
font-size: 26px;
}
.supporter .flex {
display: block;
margin-bottom: 20px;
}
.supporter .more {
max-width: 220px;
margin: 0 auto;
}
.supporter .more a {
text-align: left;
}

/* .map */
.map figcaption.flex {
display: block;
margin-bottom: 0;
}
.map div.col-2 {
display: block;
}

/* #greeting
------------------------------------------------------------ */
#greeting section.main {
padding: 20px 0 0;
}
#greeting h1 img {
width: auto;
}
#greeting h2 {
font-size: 22px;
}
#greeting .right img {
width: 150px
}

/* #profile
------------------------------------------------------------ */
#profile section.main {
text-align: left;
width: 100%;
padding: 20px 0 0;
}
#profile section.main h1 {
font-size: 24px;
position: absolute;
top: -70%;
left: 50%;
}
#profile section.main div {
margin-top: 0;
}
#profile section.main h2 {
font-size: 24px;
margin-bottom: 5px;
}
#profile section.main h2 span {
font-size: 18px;
}
#profile section.flex {
padding: 20px 0;
display: block;
}
#profile section.flex em {
color: #0E3C7E;
font-size: 18px;
display: block;
}
#profile section.flex dl {
padding: 0 0 30px;
border-right: none;
border-bottom: solid 4px rgba(14,60,126,.2);
}
#profile article p.item.fadeInUp50 {
margin-top: -30px;
}

/* #future
------------------------------------------------------------ */
#future {
overflow: hidden;
}
#future .flex.col-2 {
font-size: 12px;
}

/* #sec_01 */
#future #sec_01 {
overflow: visible;
}
#future #sec_01 .p_01:before {
content: "";
background: #0E3C7E;
width: 200%;
height: 100%;
position: absolute;
top: 0;
left: -50%;
z-index: -1;
}
#future #sec_01 .p_05 img {
width: 30px;
}

/* #sec_02 */
#future #sec_02 p strong {
font-size: 19px;
}
#future #sec_02 p.center {
font-size: 13px;
}
#future #sec_02 h3 {
font-size: 17px;
padding: 10px;
}
#future #sec_02 dd {
padding-left: 6em;
}

/* #sec_03 */
#future #sec_03 p + div {
margin-top: 20px;
}

/* #office
------------------------------------------------------------ */
#office h2 {
font-size: 19px;
text-align: center;
}
#office h3 {
text-align: center;
}
#office address {
margin: 10px 0 70px;
display: block;
}
#office address div {
text-align: center;
margin-top: 10px;
}
#office address .more {
text-align: left;
}
#office div.center {
margin: 20px auto 80px;
}

/* .form
------------------------------------------------------------ */
.form h2 {
font-size: 19px;
text-align: center;
}
.form table th,
.form table td {
width: 100%;
max-width: 100%;
padding: 5px 10px;
display: block;
}
.form table td {
padding: 5px 0 10px;
}

/* #link 
------------------------------------------------------------ */
#link ul li {
padding: 5px 10px;
}
#link ul li:before {
margin-right: 5px;
}

/* #scrum
------------------------------------------------------------ */
#scrum .flex.col-4 {
margin: 0 0 40px;
padding-top: 20px;
}
#scrum .flex.col-4 .item {
margin-bottom: 30px;
flex-basis: 49%;
}
#scrum .flex.col-4:after {display: none;}
#scrum .scrum_pc,
#scrum .scrum_smp {
width: 100%;
margin-bottom: 5px;
display: block;
}

/* #single
------------------------------------------------------------ */
#single section.flex.col-2 {
padding-bottom: 50px;
display: block;
}

}