@charset "utf-8";

@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
/*========
基本設定
=============*/
body {
  font-size: 19px;
  color: #000;
  line-height: 1.8;
  margin: 0;
  font-family: "Noto Sans JP", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", YuGothic, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
}
a img:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  text-decoration: none;
}
a.opa85 img:hover {
  filter: alpha(opacity=85);
  -moz-opacity: 0.85;
  opacity: 0.85;
  text-decoration: none;
}
/*------SNSボタン------*/
ul.social_buttons {
  margin: 20px 0;
  float: right;
}
.bggray ul.social_buttons {
  margin-top: 0;
}
ul.social_buttons li {
  width: auto;
  float: left;
  margin-left: 19px;
}
ul.social_buttons li:first-child {
  margin-left: 0;
}
ul.social_buttons li div.fb-share-button > span {
  vertical-align: initial !important;
}
/*========
header
=============*/
.nbo_header {
  text-align: center;
  background: #000;
}
.msttlarea {
  background: #fafafa;
  text-align: center;
  padding: 25px 0;
}

.mv {
  background-color: #000;
}

.mv h1 {
  text-align: center;
}

.mv h1 img {
  width: 100%;
  max-width: 1500px;
}

.inner {
  width: 960px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}

.anchor {
  padding-top: 20px;
  padding-bottom: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.anchor .btn__orange {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 900px;
  border: solid 1px #ff8200;
  height: 72px;
  background-color: #ff8200;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  position: relative;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  margin-left: auto;
  margin-right: auto;
}

.anchor .btn__orange::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 30px;
}

.anchor .btn__orange:hover {
  background-color: #fff;
  color: #ff8200;  
}

.anchor .btn__orange:hover::after {
  border-top: 1px solid #ff8200;
  border-right: 1px solid #ff8200;
}

.anchor .btn__red {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 214px;
  border: solid 1px #ea1900;
  height: 161px;
  background-color: #ea1900;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  margin-top: 15px;
  line-height: 1.85;
  text-align: center;
}

.anchor .btn__red::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 20px;
  bottom: 36px;
}

.anchor .btn__red:hover {
  background-color: #fff;
  color: #ea1900;  
}

.anchor .btn__red:hover::after {
  border-top: 1px solid #ea1900;
  border-right: 1px solid #ea1900;
}

.target {
  background: url(sec2_bg.jpg) no-repeat top center;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 80px;
}

.target_ttl2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.target_ttl2 .__main {
  font-size: 34px;
  font-weight: bold;
  margin-top: 20px;
  line-height: 1;
}

.target__list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
}

.target_ttl3 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  margin-top: 60px;
  margin-bottom: 30px;
}

.target_ttl4 {
  font-size: 15px;
  font-weight: bold;
  margin-top: 50px;
  margin-bottom: 5px;
}

.target_ttl4::before {
  content: "●";
  color: #ff8200;
}

.target_link {
  font-size: 15px;
  color: #000;
  transition: 0.3s ease-in-out;
}

.target_link:hover {
  opacity: 0.65;
}

.c-text {
  font-size: 15px;
  line-height: 2.2;
}

.overview {
  overflow: hidden;
  background-color: #f5f5f5;
  padding-bottom: 100px;
}

.overview_ttl2 {
  background-color: #ff8200;
  position: relative;
  padding-top: 160px;
  padding-bottom: 50px;
  transform: skew(0deg, -5deg);
  margin-top: -90px;
}

.overview_ttl2 .text {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
  width: 960px;
  margin-left: auto;
  margin-right: auto;
  transform: skew(0deg, 5deg);
}

.overview_ttl2 .text .__main {
  font-size: 60px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 30px;
}

.overview_ttl2 .text .__sub {
  font-size: 25px;
  font-weight: bold;
}

.overview_anchor {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 15px;
  margin-top: -20px;
}

.overview_anchor li {
  width: 48.64%;
}

.overview_anchor li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 78px;
  font-size: 25px;
  font-weight: bold;
  position: relative;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  margin-bottom: 25px;
}

.overview_anchor li a::after {
  content: "";
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 30px;
  transition: 0.3s ease-in-out;
}

.overview_anchor li a.__red {
  background-color: #fccccb;
  border: solid 2px #f55753;
  color: #f55753;
}

.overview_anchor li a.__red::after {
  border-top: 1px solid #f55753;
  border-right: 1px solid #f55753;
}

.overview_anchor li a.__blue {
  background-color: #c8e7fd;
  border: solid 2px #48b0f7;
  color: #48b0f7;
}

.overview_anchor li a.__blue::after {
  border-top: 1px solid #48b0f7;
  border-right: 1px solid #48b0f7;
}

.overview_anchor li a.__orange {
  background-color: #ffe2cc;
  border: solid 2px #ff9d5b;
  color: #ff9d5b;
}

.overview_anchor li a.__orange::after {
  border-top: 1px solid #ff9d5b;
  border-right: 1px solid #ff9d5b;
}

.overview_anchor li a.__green {
  background-color: #d0eedc;
  border: solid 2px #5bc68f;
  color: #5bc68f;
}

.overview_anchor li a.__green::after {
  border-top: 1px solid #5bc68f;
  border-right: 1px solid #5bc68f;
}

.overview_anchor li a:hover {
  background-color: #fff;
}

.overview_box {
  background-color: #fff;
  padding-bottom: 0.1px;
  margin-bottom: 50px;
}

#Sec01 {
  background-color: #fdd7d5;
}

#Sec02 {
  background-color: #c8e7fd;
}

#Sec03 {
  background-color: #ffe2cc;
}

#Sec04 {
  background-color: #d0eedc;
}

.overview_box_ttl3 {
  font-size: 29px;
  font-weight: bold;
  line-height: 1.72;
  width: 860px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

.overview_box_ttl3 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  background-color: #ff8200;
}

.overview_table {
  margin-top: 45px;
  width: 860px;
  margin-left: auto;
  margin-right: auto;
}

.overview_table th {
  font-weight: bold;
  padding-bottom: 20px;
}

.overview_table td {
  padding-left: 20px;
  padding-bottom: 20px;
}

.overview .btn__red {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 752px;
  height: 74px;
  margin-left: auto;
  margin-right: auto;
  text-decoration: none;
  background-color: #ea1900;
  border: #ea1900 solid 1px;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  transition: 0.3s ease-in-out;
  margin-top: 30px;
}

.overview .btn__red::after {
  content: "";
  background: url(ico_arrow.png) no-repeat center;
  background-size: 100%;
  width: 36px;
  height: 10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: 0.3s ease-in-out;
}

.overview .btn__red:hover {
  background-color: #fff;
  color: #ea1900;
}

.overview .btn__red:hover::after {
  background: url(ico_arrow_red.png) no-repeat center;
  background-size: 100%;
  right: 20px;
}

.acMenu.__open {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 752px;
  height: 74px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  text-decoration: none;
  background-color: #fff;
  border: #ff8200 solid 1px;
  color: #ff8200;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  transition: 0.3s ease-in-out;
  margin-top: 30px;
  cursor: pointer;
}

.acMenu.__open::after {
  content: "";
  width: 12px;
  height: 12px;
  border-top: 1px solid #ff8200;
  border-right: 1px solid #ff8200;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  right: 30px;
  transition: 0.3s ease-in-out;
}

.acMenu.__open:hover {
  background-color: #ff8200;
  color: #fff;
}

.acMenu.__open:hover::after {
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}

.acMenu.__open.active::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.acBox {
  display: none;
  padding-top: 60px;
  padding: 50px;
}

.acBox_ttl2 {
  font-size: 22px;
  font-weight: bold;
  padding-bottom: 20px;
  line-height: 1;
  border-bottom: 2px solid #cccccc;
  position: relative;
  margin-bottom: 40px;
}

.acBox_ttl2::after {
  content: "";
  position: absolute;
  display: block;
  width: 7%;
  bottom: -2px;
  border-bottom: 2px solid #ff8200;
}

.acBox_list {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

.acBox_list.__sa {
  justify-content: space-around;
}

.acBox_list li {
  width: 230px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.acBox_list li.__over {
  width: 240px;
}

.acBox_list li:nth-child(4n) {
  margin-right: 0;
}

.acBox_list img {
  border-bottom: 4px solid #ff8200;
}

.acBox_list .name {
  font-size: 19px;
  font-weight: 500;
  margin-top: 20px;
}

.acBox_list .name span {
  font-size: 14px;
}

.acBox_list .detail {
  font-size: 12px;
  line-height: 1.583;
  text-align: center;
}

.mt80 {
  margin-top: 80px !important;
}

.acMenu.__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 400px;
  height: 76px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  border: 2px solid #ff8200;
  background-color: #fff;
  color: #ff8200;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}

.acMenu.__close::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 30px;
  transform: translateY(-50%);
  background: url(ico_cross.png) no-repeat center;
  background-size: 100%;
  width: 20px;
  height: 22px;
  transition: 0.3s ease-in-out;
}

.acMenu.__close:hover {
  background-color: #ff8200;
  color: #fff;
}

.acMenu.__close:hover::after {
  background: url(ico_cross_white.png) no-repeat center;
  background-size: 100%;
}

.csbox {
  margin-top: 60px;
  background-color: #fff;
  padding: 50px 30px;
}

.csbox_ttl3 {
  margin-bottom: 30px;
}

.csbox_ttl3 span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  font-size: 14px;
  color: #fff;
  background-color: #ff8200;
  margin-bottom: 10px;
}

#Download {
  padding-top: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
  background-color: #fff2e5;
  position: relative;
}

.download_ttl2 {
  display: flex;
  justify-content: center;
  align-items: center;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #ff8200;
}

.download_ttl2 .__sub {
  font-size: 25px;
  font-weight: bold;
  line-height: 2.16;
}

.download_ttl2 .__main {
  font-size: 40px;
  font-weight: bold;
}

.download_ttl3 {
  font-size: 22px;
  font-weight: bold;
  padding-top: 20px;
  margin-bottom: 20px;
  border-top: 1px solid #ccc;
  position: relative;
}

.download_ttl3::after {
  content: "";
  background: url(download_ttl_ico.png) no-repeat center;
  background-size: 100%;
  position: absolute;
  width: 547px;
  height: 21px;
  left: 0;
  bottom: 0;
}

.download_ttl3.__first {
  margin-top: 30px;
  border-top: none;
}

.download_list {
  width: 770px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.download_list li {
  width: 187px;
  margin-bottom: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.download_list li a {
  color: #2b6ed4;
  font-size: 13px;
  padding-left: 33px;
  position: relative;
  margin-top: 20px;
  line-height: 1.46;
}

.download_list li a::before {
  content: "";
  background: url(ico_pdf.png) no-repeat center;
  background-size: 100%;
  width: 25px;
  height: 32px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

.download_list li a:hover {
  opacity: 0.65;
}

.dlbtn {
  position: fixed;
  top: 55%;
  right: 50px;
}

.btn__red.__finish:hover {
  background-color: #ea1900;
  color: #fff;
}
.btn__red.__finish::after {
  content: none;
}