@charset "UTF-8";
@import url(base.css);
html {
  font-size: 62.5%;
  /*10px*/ }

body {
  text-align: center;
  color: #000;
  font-family: Raleway, "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "ＭＳ ゴシック";
  word-wrap: break-word; }

body::before {
  background: #fff; /*url("../images/bg.png") no-repeat left top*/
  background-size: 100% auto;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-bottom: 108px;
  content: "";
  z-index: -1; }

h1, h2, h3, h4, h5, h6, li, dt, dd, th, td, p, a, address, select, option, input, textarea, button {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif, "ＭＳ ゴシック";
  font-weight: 500; }

a {
  color: #000;
  outline: none;
  text-decoration: none; }

.logo_nai {
text-align: left !important;	
}

.logo_nai img{
width:200px;
}
	
@media (max-width: 767px) {
  .logo_nai{
   margin-bottom:2em;
  }
}

/*-----------------------------------------------------------------------
common
-----------------------------------------------------------------------*/
.buttons {
  margin-top: 40px; }

.button {
  display: inline-block;
  /*	width: 200px;*/
  padding: 20px;
  margin: 10px;
  border-radius: 4px;
  background-color: #1E5CA5; }
  .button a {
    color: #fff;
    text-decoration: none;
    letter-spacing: 1px; }

.showy {
  background-color: #1E5CA5; }

table {
  width: 100%;
  margin: 60px auto;
  border-top: 1px solid #888; }
  table th,
  table td {
    padding: 20px;
    text-align: left;
    border-bottom: 1px solid #888; }
    table th > a > img,
    table td > a > img {
      vertical-align: middle; }
  table th {
    font-weight: bold;
    font-size: 1.4rem; }

.txt-red {
  color: red; }

.txt-c{text-align: center !important;}

/*-----------------------------------------------------------------------
header
-----------------------------------------------------------------------*/
.header .site-title-sub {
  margin: 0 0 0px;
  letter-spacing: 1px; }
  .header .site-title-sub::before, .header .site-title-sub::after {
    content: '';
    height: 2px;
    background-color: #000;
    vertical-align: middle; }
.header .site-title {
  margin-bottom: 40px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 100%; }
  .header .site-title span {
    font-size: 4.0rem;
    display: block; }
    @media screen and (max-width: 767px) {

      .header .site-title{
        padding-top: 40px; }

      .header .site-title span {
        font-size: 3.0rem; } }
.header .site-description {
  margin-bottom: 50px;
  color: #000;
  font-size: 1.6rem; }

/*-----------------------------------------------------------------------
wrap
-----------------------------------------------------------------------*/
.wrap {
  margin: 30px auto 40px auto; }
  .wrap::after {
    content: '';
    display: block;
    clear: both; }

.heading {
  font-weight: bold;
  position: relative;
  display: inline-block;
  margin: 30px 0 15px;
  padding-bottom: 15px;
  letter-spacing: 2px; }
  .heading::before, .heading::after {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    border-bottom: 1px solid #999; }
  .heading::before {
    bottom: 5px; }
  .heading span {
    display: block;
    font-size: 1.6rem;
    font-weight: normal;
    padding-top: 5px; }

/*-- qualfications --*/
.qualfications {
  /*background: url(../images/bg_download.png);*/
  padding: 0px 30px; }
  .qualfications ol {
    list-style-type: decimal;
    text-align: left;
    width: 80%;
    margin: 0 auto; }

/*-- adoption --*/
.adoption {
  background: url(../images/bg_download.png);
  padding: 80px 30px; }
  .adoption .text {
    margin: 30px 0; }
  .adoption table a {
    text-decoration: underline;
    transition-property: all;
    transition: 0.3s linear; }
    .adoption table a:hover {
      text-decoration: none;
      opacity: 0.5; }
  .adoption table thead {
    background: url(../images/bg_download.png); }
  .adoption table th, .adoption table td {
    border-right: 1px solid #888;
    padding: 20px; }
    @media screen and (max-width: 767px) {
      .adoption table th, .adoption table td {
        border-left: 1px solid #888; } }
    @media screen and (min-width: 768px) {
      .adoption table th:last-child, .adoption table td:last-child {
        border-right: none; } }
  .adoption table th {
    background: url(../images/bg_download.png); }

 p.info{
  font-size:18px;
}

@media screen and (max-width: 767px) {
table,
table tbody,
table tr,
table th,
table td {
  display: block;
  width: 100%;
}

table th{
  border-bottom:none;
  padding-bottom:10px;
}
table td {
  border-top:none;
  padding-top:10px;
  padding-bottom:30px;
  font-size:14px;
}

table td.sub-title{
  border-bottom:none;
  padding-bottom:0;
}

 p.info{
  font-size:14px;
  text-align:left;}

}

/*-- outline --*/
.outline {
  padding: 80px 30px;
  background-color: #000;
  color: #333; }

.outline p{
	width:80%;
	text-align: left;
	margin:0 auto;
	line-height: 220%;
}
  .outline .outline-text {
    margin: 30px 0; }
  .outline ul {
    margin: 30px auto; }
    .outline ul li {
      padding-bottom: 20px;
      display: inline-block; }
      .outline ul li:first-child {
        margin-right: 20px; }
      .outline ul li::before {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 1.8rem;
        padding-right: 10px; }
      .outline ul li a {
        color: #333; }
        .outline ul li a:hover {
          text-decoration: underline; }

/*-- outline END --*/
/*-- award --*/
.award {
  padding: 80px 30px; }
.award p{
	text-align:left;
}
  .award ul {
    margin: 30px auto; }
    .award ul li {
      padding-bottom: 20px; }
      .award ul li::before {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 1.8rem;
        padding-right: 10px; }
      .award ul li a:hover {
        text-decoration: underline; }

/*-- award END --*/
/*-- point --*/
.point {
  padding: 80px 30px; }
  .point h2 {
    margin-bottom: 40px; }
  .point h3 {
    font-weight: bold;
    text-align: left;
    width: 70%;
    margin: 0 auto 20px auto; }
    @media screen and (max-width: 767px) {
      .point h3 {
        width: 100%; } }
  .point p + h3 {
    margin-top: 40px; }
  .point p {
    text-align: left;
    width: 70%;
    margin: 0 auto;
    line-height: 180%; }
    @media screen and (max-width: 767px) {
      .point p {
        width: 100%; } }

/*-- point END --*/
/*-- targets --*/
.targets {
  background-color: #383634;
  padding: 80px 0; }
  .targets .info {
    padding-right: 30px;
    padding-left: 30px;
text-align: left;}

.targets ol{
	list-style-type: decimal;
  text-align: left;
  width: 60%;
  margin: 70px auto;}
	

	.targets ol li{margin-bottom:1em;}
/*
.targets-wrapper {
  width: 100%;
  margin-top: 60px;
  table-layout: fixed; }
  .targets-wrapper .target-box {
    position: relative; }
    .targets-wrapper .target-box::after {
      content: '';
      position: absolute;
      left: 0;
      width: 100%;
      background: no-repeat;
      opacity: 0.2;
      transform: scaleY(-1); }
  .targets-wrapper .target01::after {
    background-image: url("../images/01.jpg"); }
  .targets-wrapper .target02::after {
    background-image: url("../images/02.jpg"); }
  .targets-wrapper .target04::after {
    background-image: url("../images/04.jpg"); }
  .targets-wrapper .target05::after {
    background-image: url("../images/03.jpg"); }

.target03 .inner01 {
  background-image: url("../images/05_02.jpg"); }

.target03 .inner02 {
  background-image: url("../images/05_03.jpg"); }

.info {
  padding-top: 30px; }

.target-description {
  top: 50%;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 50%; }

.target-description-inner {
  display: table;
  width: 100%;
  height: 100%;
  padding: 20px; }

.target-text {
  display: table-cell;
  vertical-align: middle;
  font-size: 1.2rem;
  line-height: 2;
  text-align: left; }

.target-text .button {
  width: 60%;
  margin-top: 20px;
  padding: 8px; }

.button-ghost {
  border: 1px solid #000;
  background-color: rgba(255, 255, 255, 0.15); }

.target-image {
  width: 100%;
  margin: 0 0 60%; }

.target01 .target-image,
.target02 .target-image {
  margin: 60% 0 0; }

.target01 .target-description,
.target01::after,
.target02 .target-description,
.target02::after,
.target03 .target-description,
.target03::after {
  top: 0  !important; }
*/
/*
.target-box:nth-child(odd) .target-image{
	margin: 60% 0 0;
}


.target-box:nth-child(odd) .target-description,
.target-box:nth-child(odd)::after{
	top: 0;
}
*/
@media screen and (min-width: 999px) and (max-width: 1080px) {
  .target-description-inner {
    padding: 10px; } }
@media screen and (min-width: 999px) {
  .targets-wrapper {
    display: table; }

  .target-box {
    display: table-cell; }

  .target-box::after {
    top: 50%;
    height: 50%;
    background-size: 100% 100%; }

  .target-image {
    display: block; }

  .target-description {
    position: absolute; } }
@media screen and (max-width: 998px) {
  .targets-wrapper,
  .target-box {
    display: block; }

  .target-box::after {
    top: 0;
    height: 100%;
    background-size: cover !important; }

  .target-image {
    display: none; }

  .target-description {
    position: relative; } 
}
/*-- targets END --*/
/*-- commendation --*/
.commendation {
  padding: 80px 30px; }

.commendation th{
	white-space: nowrap;
}

/*-- commendation END --*/
/*-- schedules --*/

@media screen and (min-width: 768px) {
	.schedules .schedules-wrapper {
    width: 70%;
    margin: 50px auto 0;
    display: flex;
 flex-wrap: wrap; }
	.schedules .schedules-wrapper .schedule-box{
	width: calc(25%);
}
}
.schedules {
  padding: 80px 0;
  background-color: #000;
  color: #333; }
  .schedules .schedules-wrapper {
    width: 70%;
    margin: 50px auto 0;
}

    .schedules .schedules-wrapper .schedule-box .schedule-icon {
      margin-bottom: 30px; }
    .schedules .schedules-wrapper .schedule-box i {
      padding: 20px; }
      .schedules .schedules-wrapper .schedule-box i::before {
        content: '';
        /*何も入れない*/
        width: 150px;
        /*画像の幅*/
        height: 150px;
        /*画像の高さ*/
        padding: 40px;
        display: inline-block;
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: center center;
        border: 4px solid;
        border-radius: 50%;
        fill: #1E5CA5;
        color: #1E5CA5; }
    .schedules .schedules-wrapper .schedule-box .fa-calendar:before {
      background-image: url(../images/calendar-days-regular.svg); }
    .schedules .schedules-wrapper .schedule-box .fa-check:before {
      background-image: url(../images/check-solid.svg); }
    .schedules .schedules-wrapper .schedule-box .fa-users:before {
      background-image: url(../images/users-solid.svg); }
    .schedules .schedules-wrapper .schedule-box .fa-trophy:before {
      background-image: url(../images/trophy-solid.svg); }
    .schedules .schedules-wrapper .schedule-box h3 {
      margin: 0 20px 20px;
      font-size: 2rem; }
    .schedules .schedules-wrapper .schedule-box .schedule-text {
      line-height: 2; }

/*-- schedules END --*/
/*-- requirements --*/
.requirements {
  padding: 80px 30px;
  background-color: #383634; }
  .requirements table a {
    color: #00FFFF; }
    .requirements table a:hover {
      text-decoration: underline; }

/*-- requirements END --*/
/*-- past --*/
.past {
  padding: 80px 30px;
  background-color: #000;
  color: #333; }
  .past ul {
    margin: 30px auto; }
    .past ul li {
      padding-bottom: 20px; }
      .past ul li::before {
        content: "\f105";
        font-family: FontAwesome;
        font-size: 1.8rem;
        padding-right: 10px; }
      .past ul li a {
        color: #333; }
        .past ul li a:hover {
          text-decoration: underline; }

/*-- past END --*/
/*-- contact --*/
.contact {
  padding-top: 80px; }
  .contact h3 {
    margin: 20px 0;
    font-weight: bold;
    letter-spacing: 1px; }
  .contact .contact_text {
    padding-bottom: 10px;
    line-height: 1.8; }
    .contact .contact_text > a > img {
      vertical-align: middle; }

/*-- contact END --*/
/*-- form --*/
.form {
  /* チェックボックス全体 */
  /* デフォルトチェックボックス非表示 */
  /* チェックボックスのスタイル */
  /* チェックマーク作成 */
  /* チェック時のスタイル */
  /* チェック時 チェックマーク表示 */
  /* スクロールバー2 */ }
  .form span {
    color: #ED1A3D; }
  .form label {
    display: block; }
  .form .checknox-wrap {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-top: 12px;
    cursor: pointer;
    font-size: 14px;
    user-select: none; }
  .form .checknox-wrap input {
    display: none; }
  .form .checknox-wrap .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 2px solid #999999;
    box-sizing: border-box;
    border-radius: 4px; }
  .form .checknox-wrap .checkmark:after {
    content: "";
    position: absolute;
    display: none;
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: 2px solid #FFF;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg); }
  .form .checknox-wrap input:checked + .checkmark {
    background-color: #1E5CA5;
    border: 2px solid #1E5CA5; }
  .form .checknox-wrap input:checked + .checkmark:after {
    display: block; }
  .form .textbox-label,
  .form .textbox {
    color: #333; }
  .form .textbox-label {
    display: inline-block;
    margin-bottom: 5px;
    font-size: .9em; }
  .form .textbox {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    background: #f7f7f7;
    font-size: 1em;
    line-height: 1.5; }
  .form .textbox::placeholder {
    color: #999; }
  .form .btn_area {
    text-align: left;
    width: fit-content;
    block-size: fit-content;
    margin: 20px auto; }

  .form .btn_area label{
    font-size:16px;
}
  .form .scroll::-webkit-scrollbar {
    width: 16px; }
  .form .scroll::-webkit-scrollbar-thumb {
    background: #1E5CA5;
    border-radius: 8px;
    border-right: 4px solid transparent;
    /* 透明なボーダーをつける */
    border-left: 4px solid transparent;
    /* 透明なボーダーをつける */
    background-clip: padding-box;
    /* 背景を切り取る */ }
  .form .scroll::-webkit-scrollbar-track {
    /* 上下に余白を付ける */
    margin-top: 4px;
    margin-bottom: 4px; }
  .form .box-style {
    height: 200px;
    margin: 40px auto;
    border: 1px solid #000;
    text-align: left;
    overflow-y: scroll; }
    .form .box-style dt {
      font-weight: bold;
      padding-bottom: 10px; }
    .form .box-style dd + dt {
      padding-top: 20px; }
  .form .box-style + .box-style {
    margin-top: 50px; }

/*-- form END --*/
/*-----------------------------------------------------------------------
footer
-----------------------------------------------------------------------*/
footer small {
  padding: 12px 0;
  font-size: 1.3rem; }

/*-----------------------------------------------------------------------
pc
-----------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  body {
    font-size: 1.4rem; }

  /*-- header --*/
  .header {
    padding-top: 50px;
    /*padding-bottom: 80px;*/ }
    .header .site-title {
      margin-top: 50px;
      font-size: 7.6rem; }
    .header .site-title-sub {
      font-size: 2.2rem; }
      .header .site-title-sub::before, .header .site-title-sub::after {
        display: inline-block;
        width: 140px;
        margin: 0 30px; }

  /*-- header END --*/
  .button:hover {
    opacity: 0.9; }

  .heading {
    font-size: 4rem; }

  .info,
  .outline-text {
    line-height: 2.5;
	width:80%;
	margin: 0 auto;}

  .outline-text{
	text-align: left;

  .schedules-wrapper {
    display: table; }

  .schedule-box {
    display: table-cell; }

  .schedule-text {
    margin: 0 20px; }

  .contact {
    padding-bottom: 150px; }

  .contact-form {
    width: 50%; }

  .sp_br {
    display: none; }

  table {
    width: 80%; }

  .sub-title {
    width: 20%; }

  .box-style {
    padding: 50px;
    width: 80%; } }
/*-----------------------------------------------------------------------
sp
-----------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  body {
    font-size: 1.3rem; }

  /*-- header --*/
  .header {
    padding-top: 60px; }
    .header .site-title {
      margin-top: 35px;
      font-size: 5rem; }
    .header .site-title-sub {
      font-size: 1.7rem; }
      .header .site-title-sub::before, .header .site-title-sub::after {
        display: block;
        width: 80%;
        margin: 10px auto; }

  /*-- header END --*/
  .button:hover {
    opacity: 1; }

  .heading {
    font-size: 2.5rem; }

  .info,
  .outline-text {
    line-height: 1.8;
    text-align: left !important;
	}

  .schedules-wrapper,
  .schedule-box {
    display: block; }

  .schedule-box {
    margin: 40px auto; }

  .schedule-text {
    margin: 0; }

  .contact {
    padding-bottom: 80px; }

  .contact-form {
    width: 80%; }

  table {
    width: 100%; }
    table th,
    table td {
      display: block;
      padding: 20px 0 20px 0; }
    table th {
      border-bottom: none;
      padding-bottom: 5px; }
    table td {
      padding-top: 0; }

  .pc_br {
    display: none; }

  .sub-title {
    padding-top: 20px; }

  .button {
    width: 90%; }

  .box-style {
    padding: 20px;
    width: 100%; } }
/* その他 */

/*# sourceMappingURL=style.css.map */

