@charset "UTF-8";
*{
font-family: 'Noto Sans JP', sans-serif;
}

.wrap{
    width: 80%;
    margin: 20px auto;
    max-width: 1280px;
}

.header_inner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding: 15px 10px;
}

header ul {
  display: flex;
}

header ul a {
    padding-left: 25px;
    color: #727171;
}

header h1 img {
    height: 60px;
}

.headerH1 h1{
  color: #ffffff;
  font-size: 31px;
  padding:143px 0 20px;
  text-shadow: 0px 0px 26px #000000;
    width: 80%;
    margin: 0 auto;
}
.headerH1 p {
  display: block;
  color: #ffffff;
  font-size: 20px;
  width: 80%;
  margin: 0 auto;
  line-height: 1.9;
}
.bn_h1 h1 {
  text-shadow:initial;
}
/* ハンバーガーメニュー▼▼▼ ------------------------------------------------- */
.hamburger {
display : block;
position: fixed;
z-index : 3;
right : 13px;
top   : 12px;
width : 42px;
height: 42px;
cursor: pointer;
text-align: center;
}
.hamburger span {
display : block;
position: absolute;
width   : 30px;
height  : 2px ;
left    : 6px;
background : #555;
-webkit-transition: 0.3s ease-in-out;
-moz-transition   : 0.3s ease-in-out;
transition        : 0.3s ease-in-out;
}
.hamburger span:nth-child(1) {
top: 10px;
}
.hamburger span:nth-child(2) {
top: 20px;
}
.hamburger span:nth-child(3) {
top: 30px;
}
.hamburger.active span:nth-child(1) {
top : 16px;
left: 6px;
background :#fff;
-webkit-transform: rotate(-45deg);
-moz-transform   : rotate(-45deg);
transform        : rotate(-45deg);
}
.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
top: 16px;
background :#fff;
-webkit-transform: rotate(45deg);
-moz-transform   : rotate(45deg);
transform        : rotate(45deg);
}
nav.globalMenuSp {
position: fixed;
z-index : 2;
top  : 0;
right: -120%;
color: #fff;
background: rgba(0,0,0,0.7);
text-align: center;
width: 100%;
/* opacity: 0; */
transition: opacity .6s ease, visibility .6s ease;
height: 100%;
display: flex;
align-items: center;
transition: all 0.6s;
}
nav.globalMenuSp ul {
margin: 0 auto;
padding: 0;
width: 100%;
flex-wrap: wrap;
}
nav.globalMenuSp ul li {
list-style-type: none;
padding: 0;
width: 100%;
transition: .4s all;
}
nav.globalMenuSp ul li:last-child {
padding-bottom: 0;
}
nav.globalMenuSp ul li:hover{
background :#000;
}
nav.globalMenuSp ul li a {
display: block;
color: #fff;
padding: 1em 0;
text-decoration :none;
}
nav.globalMenuSp.active {
opacity: 100;
right: 0;
}
/* ハンバーガーメニュー▲▲▲ ------------------------------------------------- */

/* ヘッダー画像▼▼▼ ------------------------------------------------- */
.bg_img {
  background-attachment: fixed;
  position: relative;
  min-height: 100%;
  /* height: 100%; */
  height: 322px;
}
.planning_img {
  background: url(../img/planning_img_1.jpg) no-repeat center top/cover;
}
.reporting_img {
  background: url(../img/reporting_img_1.jpg) no-repeat center top/cover;
}
.form_img {
  background: url(../img/form_img_1.jpg) no-repeat center top/cover;
}
.about_img {
  background: url(../img/about_img_1.jpg) no-repeat center top/cover;
}
.archive_img{
  background-color: #004A75;
}
/* ヘッダー画像▲▲▲ ------------------------------------------------- */

.text_sec {
  margin-top: 50px;
}

.text_sec p{
  line-height: 1.9;
}

.li_sec li {
    line-height: 1.7;
    list-style-type: disc;
    margin: 0 0 10px 20px;
}

main h2 {
  margin-top: 100px;
  margin-bottom: 30px;
  height: 40px;
  background-color: #004A75;
  color: #ffffff;
        line-height: 40px;
        padding-left: 12px;
}

.img_wrap {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
}
/* .img_wrap img {
  width: 95%;
} */

.text_s_wrap {
display: flex;
justify-content: space-between;
margin-bottom: 30px;
flex-wrap:wrap;
}
.text_s_wrap::after{
  content:"";
  display: block;
  width:32%;
}
.text_s_wrap > div {
  width:32%;
  margin-bottom: 20px;
}
.text_s_wrap > div img {
  width:100%;
}
.text_s_wrap a{
  display: inline-block;
  margin: 10px 0;
}
.TEXT_b {
    font-weight: 600;
}
.TEXT_b::after {
  content: '\f1c1';
  font-family: Font Awesome\ 5 Free;
      font-weight: 400;
      margin-left: 5px;
}
.bn20::before {
  content: "";
  display: inline-block;
  background: #004A75;
  width: 10px;
  height: 10px;
  margin-right: 5px;
}

.box_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 50px;
}

.box_wrap > div {
  background-color: #F5F5F8;
  width:49%;
  margin-bottom: 20px;
}

.box_text {
  padding: 20px;
    line-height: 1.5;
}

.box_title {
    width: 100%;
text-align: center;
background-color: #004A75;
padding: 10px;
}

.box_title + div{
  padding: 10px;
}
.box_title p {
padding: 10px 0;
    color: #ffffff;
}

.about_tbl {
  border-collapse: collapse;
  margin: 50px auto 0;
}


.about_tbl th, .about_tbl td {
  padding: 10px;
border: solid 2px #9FA0A0;
font-size: 15px;
  line-height: 1.5;
}

.about_tbl th {
  width: 20%;
  background-color: #F5F5F8;
}

.fm_table_wrap_pc {
  background-color: #F5F5F8;
  width: 100%;
  margin-top: 50px;
  padding: 40px;
}
.fm_table_pc {
  width: 90%;
      max-width: 1000px;
  margin: 0 auto;
}

.fm_table_pc th, .fm_table_pc td {
padding: 10px 0;
border-bottom: solid 1px #9FA0A0;
font-size: 15px;
line-height: 1.5;
}

.none_border {
border-style: none !important;
}

input[type="text"],
input[type="user_name"],
input[type="tel"],
input[type="email"],
textarea {
  border: 1px solid #9FA0A0;
  background-color: #ffffff;
  /* width: 100%; */
}
textarea {
height: 100px;
}

.asterisk {
  color: #A40B5D;
}

.formBtn {
  text-align: center;
  margin-top: 100px;
}

.formBtn .btn, .formBtn a {
    display: inline-block;
    color: #004870;
    font-size: 22px;
    padding: 20px;
    width: 100%;
    background-color: #CACAD7;
    font-weight:700 ;
}
dl {
line-height: 1.5em;
font-size: 14px;
line-height: 1.5em;
}
dt {
float: left;
}
.note{font-size: 12px;}

.cp_wrap {
display: flex;
justify-content: space-between;
}
}
.cp_wrap a{
display: block;
background-color: black;
height: 50px;
}
.cp_60{
  width: 58%;
}
.cp_40{
  width: 39%;
}
.cp_60 img{
  display: block;
  width: 100%;
  border: 1px solid #000000;
}
.cp_40 img{
  display: block;
  width: 30%;
border: 1px solid #000000;
margin-right: 10px;
}
.cp_2 {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}
.cp_b {
line-height: 2.3;
}

.bn div {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
      line-height: 1.9;
}
.bn20 {
  width: 19%;
}
.bn80 {
  width: 77%;
}
.indent {
  padding-left: 1em;
}


footer {
margin-top: 100px;
  text-align: center;
  padding: 20px 0 15px 0;
  font-weight: 100;
  font-size: 12px;
  position: relative;
}

 footer p{
   width: 80%;
   margin: 0 auto;
 }

 @media screen and (min-width:1099px){
 .hamburger, .globalMenuSp {display: none }
 }
 @media screen and (max-width:1100px){
 .header_nav {display: none }
 }



 @media screen and (min-width:641px){
 .sp{display: none !important;}
 .tbl_sp{display: none !important;}
 .fm_table_wrap_sp{display: none !important;}
 }

 @media screen and (max-width:640px){
.wrap {
      width: 90%;
}
main h2 {
  margin-top: 50px;
  margin-bottom: 20px;
}
.formBtn {
  margin-top: 60px;
}
footer {
margin-top:40px;
}
footer p{
  width: 100%;
}
header h1 img {
  height: 30px;
}
.img_wrap {
display: block;
margin-bottom: 20px;
}
.img_wrap img {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
.box_wrap {
  display: block;
}
.box_wrap > div {
    width:100%;
}
.tbl_pc {display: none;}
/* .fm_table_wrap_pc {display: none;} */

.tbl_sp th {
  width: 100%;
}
.fm_table_wrap_sp {
  background-color: #F5F5F8;
  width: 100%;
  margin-top: 50px;
  padding: 20px 0;
}
.fm_table_sp {
  width: 90%;
  margin: 0 auto;
}
.fm_table_sp th {
  font-size: 15px;
    line-height: 1.5;
}
.fm_table_sp td {
padding: 5px 0 10px 0;
border-bottom: solid 1px #9FA0A0;
  font-size: 15px;
    line-height: 1.5;
}
.none_border {
border-style: none;
}
.text_s_wrap > div {
  width:100%;
}
.cp_wrap {
  display: block;
}
.cp_60 {
  width: 100%;
  margin-bottom: 20px;
}
.cp_40 {
  width: 100%;
}
.bn div {
  display: block;
}
.br_pc {display: none;}
 }
 .bn80 {
   width: 100%;
 }


/*
===============================
form
===============================
*/
.form-group{
display: flex;
border-bottom: solid 1px #9FA0A0;
padding: 20px 0;
justify-content: space-between;
flex-wrap: wrap;
}
[type="text"], [type="email"], [type="tel"]{height: 2em;}
.form-group p{
  width: 40%;
  font-weight: 700;
}
[type="text"], input[type="tel"], input[type="email"], textarea, .form-group > div{
  width: 55%;
}
.form_check .read{
margin-bottom: 40px;
line-height: 1.5em;
}
.form_check form p{
  font-weight: 700;
  margin-bottom: 10px;
}
.form_check form p.answer, .form_check form p.error{
  font-weight: 400;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #727171;
  font-size: 90%;
}
.check_btn{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-size: 22px;
}
.check_btn [type="submit"]{
  background: #004870;
  color: #fff;
  padding: 20px;
  font-weight: 700;
  transition: .3s;
  width: 48%;
  text-align: center;
}
.check_btn [type="button"]{
  background-color: #CACAD7;
  color: #004870;
  padding: 20px;
  font-weight: 700;
  transition: .3s;
  width: 48%;
  text-align: center;
}

.check_btn input:hover{
  opacity: .8;
}
@media screen and (max-width:640px){
  .form-group p{margin-bottom: 10px;}
  .form-group p,
[type="text"], input[type="tel"], input[type="email"], textarea, .form-group > div{
  width: 100%;
}
.check_btn [type="button"]{
  width: 100%;
  margin: 40px 0 0 0;
}
.check_btn [type="submit"]{
  width: 100%;
  margin: 20px 0 0 0;
}

}
