@charset "UTF-8";
/* //////////////////////////////////////
- reset
////////////////////////////////////// */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
  list-style-position: inside;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #FFFFFF;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  outline: none;
}

select::-ms-expand {
  display: none;
}

input,
textarea {
  border-radius: 0;
  border: 0;
  outline: none;
}

[type=submit],
[type=reset],
[type=button],
button {
  border: 0;
  cursor: pointer;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
input[type=search],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

:root {
  --cBase: #FFFFFF;
  --cBlack: #222222;
  --cBase-rgb: 128, 112, 104;
  --cBase_bg: #00A0E9;
  --cHeroTitle: #CFFF31;
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  font-family: "Hiragino Kaku Gothic W6 JIS2004", "Hiragino Sans", "Noto Sans JP", sans-serif;
  line-height: 2;
}

.serif {
  font-family: "Noto Serif JP", serif;
}

.latin {
  font-family: "Roboto", sans-serif;
}

a {
  text-decoration: none;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
  opacity: 0.75;
  cursor: pointer;
}
img {
  width: 100%;
    vertical-align: bottom;
  }  
/* //////////////////////////////////////
- resetここまで
////////////////////////////////////// */

@media screen and (max-width: 768px) {
    .sp-hide {
        display: none !important;
    }
}
@media screen and (min-width: 769px) {
  .pc-hide {
      display: none !important;
  }
}

#mv {
  height: 540px;
  background-image: url(../img/mv_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: -100px;
}
#mv .logo {
width: 220px;
margin: 0 40px;
    padding: 30px 0;
}

.content-wrap {
  max-width: 1280px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
#side-menu{
  position: sticky;
position: -webkit-sticky; /* Safari */
top:30px;
left: 0;
width: 160px;
height: 380px;
margin-right: 160px;
}
#side-menu ul li {
  margin-bottom: 32px;
}
#side-menu ul li a{
  color: #202020;
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  transition: none;
}
#side-menu ul li a:hover{
  color:#01A0E9;
  opacity: 1;
}
#side-menu ul li a.is-current {
  color:#01A0E9;
}
@media screen and (max-width: 1200px) {
  aside {
    margin-right: 6%;
  }
}
main {
  flex: 1;
}
#mv {
  position: relative;
}
.mv-tit {
    position: relative;
    margin: 0 0 100px;
    height: 105px;
}
.mv-tit::after{
  content: "";
  display: block;
  width: 25vw;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
}
.mv-tit h1 {
  max-width: 1300px;
  width:100%;
  height: 100%;
  margin: 0 auto;
}
.mv-tit h1 span{
  position: relative;
  z-index: 1;
  border-radius: 0 10px 0 0;
  padding: 30px 50px 0 0;
  display: inline-block;
  height: 100%;
  font-size: 50px;
  font-weight: 600;
  line-height: normal;
  background-color: #fff;
}
section {
  margin-bottom: 160px;
}
h2 {
  font-size: 32px;
  font-weight: 600;
  line-height: normal;
  color: #202020;
  margin-bottom: 48px;
  padding-bottom:24px;
    background: linear-gradient(90deg, #01A0E9 0% 100%);
    background-repeat: no-repeat;
    background-size: 40px 4px;
    background-position: left bottom;
}
h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: normal;
  color: #202020;
  margin:45px 0 0 0;
}
main p,dl,dd {
  font-size: 20px;
  font-weight: 300;
}
main dl dt {
  font-weight: 600;
}
.flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#kankyo img {
  width: 49%;
  margin-top: 40px;
}

.kensyu-box_pc {
  width: 100%;
  display:grid;
     grid-template-rows:48px 48px 48px 48px 48px 48px 48px 48px;
     grid-template-columns:7% 20% 10% 10% 10% 10% 10% 10% 10%;
     row-gap: 1%;
    column-gap: 0.6%;
}
.kensyu-box_pc > div{
  font-weight: 400;
}
.kensyu-category,.kensyu-category_b,.apr_01,.may,.jul,.sep,.oct,.apr_02,.syu_k,.kou_k,.syu_j,.sei,.sei_02,.syu_j_02,.ei_k,.kari,.bum_j,.kari_02,.kari_03,.sei_0,.kou_j,.kou_j_02,.gai_k{
  border-radius: 5px;
  font-weight: 200;
  display: flex;
  align-items: center;
  justify-content: center;
}
.kensyu-category {
  background-color: #007AB2;
  color: #fff;
}
.kensyu-category:nth-child(1) {
  grid-column: 1 / 2;
  grid-row: 2 / 8;
}
.kensyu-category:nth-child(2) {
  grid-column: 1 / 3;
  grid-row: 8 / 9;
}
.kensyu-category_b {
  background-color: #01A0E9;
  color: #fff;
}
.kensyu-category_b {
  grid-column: 2 / 3;
}
.kara {
  grid-column: 1 / 3;
  grid-row: 1 / 2;
}
.apr_01, .may, .jul, .sep, .oct, .apr_02 {
  background-color: #01A0E9;
  color: #fff;
  grid-row: 1 / 2;
}
.apr_01 {
  grid-column: 3 / 5;
}
.syu_k, .kou_k, .syu_j, .syu_j_02, .ei_k, .bum_j,.kou_j,.kou_j_02,.gai_k {
  background-color: #F8F8F8;
}
.kari, .kari_02, .kari_03 {
  background-color: #EAEAEA;
}
.sei,.sei_02 {
  background-color: #DDDDDD;
}
.syu_k {
  grid-column: 3 / 4;
  grid-row: 2 / 9;
}
.kou_k {
  grid-column: 4 / 5;
  grid-row: 2 / 8;
}
.kou_j {
  grid-column: 5 / 6;
  grid-row: 2 / 7;
}
.kou_j_02 {
  grid-column: 6 / 9;
  grid-row: 2 / 6;
}
.gai_k {
  grid-column: 5 / 6;
  grid-row: 8 / 7;
}
.ei_k {
  grid-column: 6 / 8;
  grid-row: 6 / 7;
}
.bum_j {
  grid-column: 6 / 7;
  grid-row: 8 / 7;
}
.kari {
  grid-column: 8 / 9;
  grid-row: 6 / 7;
}
.kari_02 {
  grid-column: 7 / 9;
  grid-row: 7 / 8;
}
.kari_03 {
  grid-column: 4 / 8;
  grid-row: 8 / 9;
}
.sei {
  grid-column: 9 / 10;
  grid-row: 2 / 8;
}
.sei_02 {
  grid-column: 8 / 10;
  grid-row: 8 / 9;
}


#fqa dl {
  border-bottom: solid 1px #DEDEDE;
}
#fqa dl dt {
  padding: 48px 0 0 24px;
  margin-bottom: 32px;
  border-top: solid 1px #DEDEDE;
}
#fqa dl dd {
  padding: 24px 0 24px 24px;
  margin-bottom: 32px;
  background-color: #F8F8F8;
  border-radius: 5px;
  text-indent: -2em;
    padding-left: 4rem;
}
#fqa dl span {
  margin-right: 24px;
}
#fqa dd span {
  color: #01A0E9;
  width: 16px;
}

#kensyu img {
  margin-top: 32px;
}

#flow dl {
  margin-top: 48px;
  background: linear-gradient(90deg, #01A0E9 0% 100%);
  background-repeat: no-repeat;
  background-size: 1px 600px;
  background-position: 11% center;
  text-align: center;
}
#flow dl dt {
  color: #FFFFFF;
  background-color: #01A0E9;
  width: 22%;
}
#flow dl dd {
  font-weight: 600;
  background-color: #F8F8F8;
  width: 76%;
}
dl.flow-flex dt,dl.flow-flex dd {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  margin-bottom: 40px;
}
dl.flow-flex dt:last-of-type {
  margin-bottom: 0px;
}
dl.flow-flex dd:last-child {
  margin-bottom: 0px;
}
#flow dl dd span {
  display: contents;
}

#bosyu dl dt,#bosyu dl .dd-wrap{
  border-top: solid 1px #DEDEDE;
}
#bosyu dl {
  border-bottom: solid 1px #DEDEDE;
}
#bosyu dl dt {
  width: 18%;
}
#bosyu dl .dd-wrap {
  width: 82%;
  padding-bottom: 40px;
}
#bosyu dl dt,#bosyu dl dd {
  padding-top: 40px;
}
#bosyu dl dd span {
  font-weight: 600;
}

#kinmu dl dt{
  width: 18%;
}
#kinmu dl dd{
  width: 82%;
}
#kinmu dl dt,#kinmu dl dd{
  padding: 48px 0;
  border-top: solid 1px #DEDEDE;
}
#kinmu dl dt:last-of-type{
  border-bottom: solid 1px #DEDEDE;
}
#kinmu dl dd:last-of-type{
  border-bottom: solid 1px #DEDEDE;
}

.link-box {
  font-weight: 600;
  max-width: 848px;
  height: 160px;
  text-align: center;
}
.link-box:first-of-type{
  margin: 64px 0 32px 0;
}
.link-box a {
  background-color: #01A0E9;
  color: #FFFFFF;
  border-radius: 8px;
  font-size: 24px;
  height: 160px;
  width: 100%; 
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;  
}
.link-box a::after {
  content: "";
    display: block;
    width: 36px;
    height: 36px;
    position: absolute;
    right: 62px;
    /* top: 50%;と、transform: translateY(-50%) で上下中央に配置 */
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  background-image: url(../img/link-icon_w.svg);
}
.link-box a:hover {
  background-color: #007EDB;

}

footer {
  border-top: solid 1px #DEDEDE;
}
.footer-inner {
  max-width: 1280px;
  margin: 0 auto;
}
.footer-inner .logo {
  width: 220px;
  margin: 64px 0 48px 0;
}
.footer-inner div.flex-wrap {
  margin-bottom: 64px;
}
.footer-inner ul li {
  margin-right: 74px;
}
.footer-inner ul li a{
  font-size: 16px;
  color: #202020;
  position: relative;
}
.footer-inner ul li a::after{
  content: "";
    display: block;
    width: 18px;
    height: 14px;
    position: absolute;
    right: -25px;
    top: 50%;
    transform: translateY(-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  background-image: url(../img/link-icon_b.svg);
}
.footer-inner p.footer_copyright {
  font-family: "Rajdhani", sans-serif;
    font-weight: bold;
    font-size: 15px;
}

@media screen and (max-width: 768px) {
  .mv-tit{
    margin: 0 0 30px;
    height: auto;
  }
  .mv-tit::after{
    display: none;
  }
  .mv-tit h1 span{
    font-size: 24px;
    padding: 20px 30px 0px 25px;
  }
  .content-wrap {
    margin: 0 15px;
    display: block;
}
  #mv {
    height: 195px;
    background-image: url(../img/mv_sp.png);
    margin-bottom: -50px;
}
#mv .logo {
  width: 98px;
  height: 20px;
  padding: 0;
  margin: 0 15px;
}
#mv h1 {
  font-size: 24px;
  padding: 23px 30px 0;
}
#sp-manu {
  margin-bottom: 60px;
}
#sp-manu ul {
  justify-content: center;
}
#sp-manu ul li {
 width: 48%;
 padding: 6.5px 10px;
 border: solid 1px #DEDEDE;
 border-radius: 5px;
margin-bottom: 15px;
text-align: center;
font-size: 15px;
}
#sp-manu ul li:nth-of-type(odd) {
  margin-right: 4%;
}
#sp-manu ul li:last-child {
  margin: 0;
}
#sp-manu ul li a {
   color: #000;
   font-weight: 600;
   position: relative;
  display: block;
  padding-right: 10%;
}
#sp-manu ul li a::after {
  content: '';
  width: 9px;
  height: 9px;
  border: 0;
  border-bottom: solid 2px #01A0E9;
  border-right: solid 2px #01A0E9;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 7px;
  margin: auto;
}
h2 {
  font-size: 24px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  background-size: 30px 4px;
}
h3 {
  font-size: 18px;
  margin-bottom: 0px;
}
main p, dl, dd {
  font-size: 16px;
  line-height: 1.6rem;
}
section {
  margin-bottom: 80px;
}
#kankyo img {
  width: 100%;
  margin-top: 80px;
}
#kankyo img:nth-of-type(2) {
  margin-top: 10px;
}
#fqa dl dt {
  padding: 40px 0 0 15px;
  margin-bottom: 15px;
  text-indent: -1.7em;
        padding-left: 2.8rem;
}
#fqa dl span {
  margin-right: 15px;
}
#fqa dl dd {
  padding: 15px;
  margin-bottom: 30px;
  text-indent: -1.7em;
        padding-left: 2.8rem;
}


.kensyu-category {
  background-color: #007AB2;
}
.kensyu-category_b {
  background-color: #01A0E9;
  margin-bottom: 15px;
}
.kensyu-category,.kensyu-category_b {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px;
  font-weight: 400;
}
div.kensyu-category:nth-child(14){
  margin: 60px 0 30px;
}
.kensyu-box_01 {
  width: 100%;
  height: 310px;
  display:grid;
     grid-template-rows:40px 40px 40px 40px 40px 40px 40px;
     grid-template-columns:18% 80%;
     row-gap: 2%;
     column-gap:2%;
}
.kensyu-box_01 > div{
  font-weight: 400;
}
.apr_01,.may,.jul,.sep,.oct,.apr_02,.syu_k,.kou_k,.syu_j,.sei,.syu_j_02,.ei_k,.kari,.bum_j,.kari_02,.kari_0,.sei_sp{
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.apr_01,.may,.jul,.sep,.oct,.apr_02 {
  background-color: #01A0E9;
  color: #fff;
  grid-column:1 / 2;
}
.syu_k,.kou_k,.syu_j,.syu_j_02,.ei_k,.bum_j{
  background-color: #F8F8F8;
  grid-column:2 / 3;
}
.sei,.sei_sp{
  background-color: #DDDDDD;
  grid-column:2 / 3;
}
.kari,.kari_02,.kari_03 {
  background-color: #EAEAEA;
  grid-column:2 / 3;
}
.apr_01{
  grid-row:1 / 3;
}
.may{
  grid-row:3 / 4;
}
.jul{
  grid-row:4 / 5;
}
.sep{
  grid-row:5 / 6;
}
.oct{
  grid-row:6 / 7;
}
.apr_02{
  grid-row:7 / 8;
}
.syu_k {
  grid-row:1 / 2;
}
.kou_k {
  grid-row:2 / 3;
}
.syu_j {
  grid-row:3 / 7;
}
.syu_j_02 {
  grid-row:3 / 4;
}
.bum_j {
  grid-row:4 / 5;
}
.ei_k {
  grid-row:4 / 6;
}
.kari {
  grid-row:6 / 7;
}
.kari_02 {
  grid-row:5 / 7;
}
.kari_03 {
  grid-row:2 / 6;
}
.sei {
  grid-row:7 / 8;
}
.sei_sp {
  grid-row:6 / 8;
}

#flow dl {
  background: none;
}
#flow dl dt {
  width: 100%;
  height: 48px;
  margin-bottom: 10px;
}
#flow dl dd {
  width: 100%;
  height: 75px;
  margin-bottom: 30px;
}
#flow dl dd:last-child{
  margin-bottom: 0px;
}

#bosyu dl dt {
  width: 100%;
  margin-bottom: 30px;
  font-size: 18px;
}
#bosyu dl .dd-wrap {
  width: 100%;
  border-top:none;
}
#bosyu dl dd span{
  display: inline-block;
  margin-bottom: 8px;
}
#bosyu dl dd:first-of-type {
  padding-top: 0px;
}
#kinmu dl dt{
  width: 100%;
}
#kinmu dl dd{
  width: 100%;
}
#kinmu dl dt {
  padding: 40px 0 0;
  border-top: solid 1px #DEDEDE;
}
#kinmu dl dd {
  padding: 0 0 40px;
  border-top:none;
}
#kinmu dl dt:last-of-type {
  border-bottom: none;
}

.link-box {
  width: 100%;
  height: 120px;
}
.link-box:first-of-type {
  margin: 30px 0;
}
.link-box a {
  font-size: 18px;
  height: 120px;
  width: 100%;  
}
.link-box a::after {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 30px;
}

.footer-inner {
  width: 258px;
}
.footer-inner .logo {
  width: 220px;
  margin: 40px 15px;
}
.footer-inner div.flex-wrap {
  margin-bottom: 40px;
}
.footer-inner ul li {
  margin-right: 0px;
}
.footer-inner ul li:first-of-type a{
  margin-left: -20px;
}
.footer-inner ul li:nth-of-type(1) {
  width: 100%;
  text-align: center;
}
.footer-inner ul li:nth-of-type(2) {
  width: 50%;
}
.footer-inner ul li:nth-of-type(3) {
  width: 50%;
}
.footer-inner p.footer_copyright {
  margin-top: 40px;
  text-align: center;
  width: 100%;
}

/*-- Pagetop --*/
#page-top{
  position: fixed;
  right: 5%;
  bottom: 10%;
  width: 50px;
  height: 50px;
  background: #fff;
  border: 2px solid #01A0E9;
  border-radius: 50%;
  z-index: 999;
}
#page-top a{
  display: block;
  position: relative;
  height: 100%;
}
#page-top a:after{
  position: absolute;
  content: "";
  left: 50%;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -4px;
  margin-left: -7px;
  border-top: 2px solid #01A0E9;
  border-right: 2px solid #01A0E9;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

}

