/*
Theme Name: chiikihito_themes
Description: Description
Version: 1.0.0
--------------------------------------------------------------*/
@charset "UTF-8";
/* CSS Document */

.btn {
  border-radius: 12px;
  text-align: center;
  font-size: 20px;
  padding: 5px 20px;
  display: inline-block;
  color: #fff;
  line-height: 1.55;
}

.btn_pat01 {
  background: #30a0d2;
}

.btn_pat02 {
  background: #f8622b;
}

.btn_pat03 {
  background: #3fb4b9;
}

.btn_pat04 {
  background: #fcbd47;
}

.sec {
  padding-top: 70px;
}

.sec_pageHead {
  margin-bottom: 60px;
  padding-top: 0;
}

.sec_pageHead .page_ttl {
  font-weight: 400;
  font-size: 50px;
  line-height: 1.45;
}

.sec_pageHead .en {
  font-size: 32px;
  color: #71c6d4;
  margin-bottom: 40px;
  letter-spacing: 0.2em;
  display: block;
}
@media screen and (max-width: 480px) {
  .sec_pageHead {
    margin-bottom: 35px;
    text-align: center;
  }

  .sec_pageHead .page_ttl {
    font-size: 30px;
  }

  .sec_pageHead .en {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 1000px) {
}

.sec_topHero {
  background: url(assets/images/home/img_hero.png) center top no-repeat;
  background-size: 100%;
  padding-top: 50%;
}

.sec_topHero .copy {
  font-size: 65px;
  line-height: 1.45;
  font-weight: 500;
  margin-bottom: 20px;
}

.sec_topHero .desc {
  font-size: 24px;
  line-height: 1.66;
  font-weight: 500;
}
@media screen and (max-width: 1000px) {
  .sec_topHero {
    background: url(assets/images/home/img_hero.png) center top no-repeat;
    background-size: 50%;
    padding-top: 25%;
  }
}
@media screen and (max-width: 480px) {
  .sec_topHero {
    background: url(assets/images/home/img_hero.png) center top no-repeat;
    background-size: 100%;
    padding-top: 50%;
  }
}
@media screen and (max-width: 480px) {
  .sec_topHero .copy {
    font-size: 30px;
  }

  .sec_topHero .desc {
    font-size: 16px;
  }
}

.el_secTop_ttl {
  text-align: center;
  font-size: 30px;
  margin-bottom: 55px;
  font-weight: 500;
}

.el_secTop_ttl .en {
  padding: 20px 10px 5px;
  font-size: 24px;
  color: #a09f9f;
  border-bottom: solid 1px #a09f9f;
  display: inline-block;
}

.topNews {
  padding: 0 55px;
  margin-bottom: 60px;
}

.topNews a {
  border-bottom: dotted 1px #ccc;
  font-size: 18px;
  padding: 20px 10px;
  display: block;
  position: relative;
}

.topNews a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
  right: 3px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.topNews a:hover {
  color: #f8622b;
  opacity: 1;
}

.topNews a:hover .date {
  color: #f8622b;
}

.topNews a:hover::before {
  border-top: 2px solid #f8622b;
  border-right: 2px solid #f8622b;
}

.topNews a .date {
  color: #aaa;
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  .topNews {
    padding: 0;
  }

  .topNews a .date {
    display: block;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

.topAbout {
  padding: 0 55px;
  margin-bottom: 60px;
}

.topAbout .img {
  width: 50%;
}

.topAbout .img img {
  border-radius: 20px;
}

.topAbout .info {
  width: 40%;
}

.topAbout .ttl {
  font-size: 26px;
  color: #3fb4b9;
  margin-bottom: 30px;
}

.topAbout .num {
  font-size: 30px;
  margin-right: 20px;
}

.topAbout .sub {
  font-size: 18px;
  line-height: 1.44;
  margin-bottom: 30px;
}

.topAbout .link {
  color: #3fb4b9;
  font-size: 24px;
  padding-bottom: 10px;
  background: url(assets/images/home/ico_more_arw.png) left bottom no-repeat;
  background-size: 100%;
  width: 116px;
  display: inline-block;
}

.topAbout .ito {
  width: 110px;
  display: inline-block;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .topAbout {
    padding: 0;
  }
  .topAbout .img {
    width: 50%;
  }

  .topAbout .info {
    width: 45%;
  }
}
@media screen and (max-width: 480px) {
  .topAbout .img,
  .topAbout .info {
    width: 100%;
  }
  .topAbout .img {
    margin-bottom: 30px;
  }

  .topAbout .ttl {
    font-size: 24px;
  }
}

.topEnglish {
  /* border-radius: 20px;
  border: dotted 2px #707070; */
  padding: 30px 55px;
}

.topEnglish .img {
  /* max-width: 405px; */
  width: 50%;
}

.topEnglish .info {
  /* padding-right: 55px; */
  /* max-width: 355px; */
  width: 40%;
}

.topEnglish .flex {
  align-items: center;
  height: 100%;
  border-top: solid 1px #707070;
  border-bottom: solid 1px #707070;
  padding: 25px 25px;
}

.topEnglish .info .desc {
  font-size: 22px;
  line-height: 1.38;
}
@media screen and (max-width: 480px) {
  .topEnglish {
    padding: 30px 20px;
  }

  .topEnglish .img {
    width: 100%;
  }

  .topEnglish .info {
    padding-right: 0;
    max-width: inherit;
    width: 100%;
    text-align: center;
    margin-top: 50px;
  }

  .topEnglish .flex {
    display: block;
    width: 100%;
    padding-top: 30px;
  }
  .topEnglish .info .desc {
    font-size: 22px;
  }
}

.sec_subsidy {
  padding-bottom: 80px;
}

.subsidy_links {
  align-items: center;
}

.subsidy_links a {
  font-size: 22px;
  line-height: 1.45;
  text-align: center;
  width: 30%;
  vertical-align: middle;
}

.subsidy_links a {
  font-size: 22px;
  line-height: 1.45;
  text-align: center;
  margin-bottom: 5%;
}

.subsidy_links a.pref img {
  max-width: 211px;
}

.subsidy_links a.city img {
  max-width: 234px;
}

.subsidy_links a.wam img,
.subsidy_links a.kyumin img {
  max-width: 120px;
}
@media screen and (max-width: 480px) {
  .subsidy_links a {
    font-size: 18px;
    width: 100%;
    margin-bottom: 30px;
  }

  .subsidy_links a.pref img {
    width: 211px;
  }

  .subsidy_links a.city img {
    width: 234px;
  }

  .subsidy_links a.wam img {
    width: 120px;
  }
  .subsidy_links a.kyumin img {
    width: 120px;
  }
  .subsidy_links a.akaihane img {
    width: 240px;
  }
}

.sec_privacy .privacy {
  font-size: 14px;
  line-height: 1.75;
  font-weight: normal;
}

.sec_privacy .privacy dt {
  font-weight: bold;
  margin-top: 1em;
}

.sec_privacy .privacy a {
  max-width: 215px;
  display: inline-block;
}

.sec_aboutHead {
  background: #12770a;
  border-radius: 20px;
  padding: 35px 10%;
  color: #fff;
  margin-bottom: 30px;
}

.sec_aboutHead .ttl {
  letter-spacing: 0.2em;
  font-size: 50px;
}

.sec_aboutHead dt {
  font-size: 30px;
  line-height: 1.45;
  margin-top: 40px;
}

.sec_aboutHead dd {
  margin-top: 20px;
  font-size: 20px;
  line-height: 1.45;
}
@media screen and (max-width: 480px) {
  .sec_aboutHead {
    padding: 40px 20px;
    margin-bottom: 50px;
  }

  .sec_aboutHead .ttl {
    text-align: center;
  }

  .sec_aboutHead dt {
    font-size: 18px;
  }

  .sec_aboutHead dd {
    font-size: 14px;
  }
}

.service {
  padding: 80px 0 0;
  border-bottom: solid 1px #707070;
}

.service:last-child {
  border-bottom: none;
}

.service_head {
  margin-bottom: 80px;
}

.service_head .img {
  width: 50%;
}

.service_head .img img {
  border-radius: 20px;
}

.service_head .info {
  width: 45%;
}

.service_head .ttl {
  font-size: 30px;
  color: #3fb4b9;
  margin-bottom: 15px;
}

.service_head .num {
  font-size: 32px;
  margin-right: 20px;
}

.service_head .sub {
  font-size: 22px;
  line-height: 1.45;
  margin-bottom: 25px;
}

.service_head .desc {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 35px;
}

.service_head .links .btn {
  width: 141px;
  margin-right: 30px;
  display: inline-block;
}

.service_head .links .yt {
  width: 146px;
  display: inline-block;
  vertical-align: top;
  padding-top: 5px;
}

.service_head .links .bnr {
  width: 124px;
  display: inline-block;
  vertical-align: middle;
}

.service_subTtl {
  font-size: 30px;
  color: #767676;
  text-align: center;
  margin-bottom: 40px;
}

.service .imgs img {
  margin-bottom: 30px;
  border-radius: 20px;
  width: 48%;
}

.service_desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.5;
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .service {
    padding: 30px 0 0;
    border-bottom: solid 1px #707070;
  }

  .service_head {
    margin-bottom: 60px;
  }

  .service_head .img {
    width: 100%;
    margin-bottom: 30px;
  }

  .service_head .info {
    width: 100%;
  }

  .service_head .ttl {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .service_head .num {
    margin-right: 10px;
  }

  .service_head .sub {
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 20px;
  }

  .service_head .desc {
    font-size: 18px;
    margin-bottom: 30px;
  }

  .service_head .links .btn {
    width: 141px;
    margin-right: 30px;
    display: inline-block;
  }

  .service_head .links .yt {
    width: 120px;
    padding-top: 7px;
  }

  .service_head .links .bnr {
    width: 103px;
    vertical-align: middle;
  }

  .service_subTtl {
    font-size: 24px;
    margin-bottom: 25px;
    margin-top: 60px;
  }

  .service .imgs img {
    margin-bottom: 20px;
    width: 100%;
  }

  .service_desc {
    font-size: 13px;
    margin-bottom: 30px;
  }
}

.special {
  border-top: dotted 1px #707070;
  padding: 60px 40px 80px;
}

.special .info {
  width: 55%;
}

.special .sp_head {
  font-size: 20px;
  margin-bottom: 15px;
}

.special .sp_ttl {
  font-size: 30px;
  line-height: 1.2;
  margin-bottom: 25px;
}

.special .sp_sub {
  font-size: 22px;
  line-height: 1.45;
  margin-bottom: 25px;
}

.special .sp_desc {
  font-size: 18px;
  line-height: 1.55;
}

.special .img {
  width: 33%;
  text-align: center;
}

.special .img img {
  margin-bottom: 10px;
}

@media screen and (max-width: 768px) {
  .special .info {
    width: 100%;
    margin-bottom: 30px;
  }
  .special .img {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  .special {
    padding: 30px 0 80px;
  }

  .special .sp_head {
    font-size: 18px;
    margin-bottom: 10px;
  }

  .special .sp_ttl {
    font-size: 24px;
  }

  .special .sp_sub {
    font-size: 18px;
  }

  .special .sp_desc {
    font-size: 13px;
  }
}

.vision .sec_pageHead {
  background: url(assets/images/vision/img_vision.png) center top no-repeat;
  background-size: auto 100%;
}

.sec_vision .msg {
  font-size: 22px;
  line-height: 1.45;
  font-weight: 400;
  margin-bottom: 60px;
}

.sec_vision .info dt {
  font-size: 20px;
  margin-bottom: 30px;
}

.sec_vision .info dd {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.55;
  margin-bottom: 50px;
}

.sec_vision .info dd a {
  display: inline-block;
  margin-right: 15px;
}
@media screen and (max-width: 1000px) {
  .vision .sec_pageHead {
    background: url(assets/images/vision/img_vision.png) left 60% top no-repeat;
    background-size: auto 100%;
  }
}
@media screen and (max-width: 768px) {
  .vision .sec_pageHead {
    background: url(assets/images/vision/img_vision.png) center bottom no-repeat;
    background-size: 100% auto;
    padding-bottom: 60%;
  }
}
@media screen and (max-width: 480px) {
  .vision .sec_pageHead {
    background: url(assets/images/vision/img_vision.png) center bottom no-repeat;
    background-size: 100% auto;
    padding-bottom: 60%;
  }
  .vision .sec_pageHead .page_ttl {
    text-align: left;
  }
  .vision .sec_pageHead .page_ttl .en {
    text-align: center;
  }

  .sec_vision .msg {
    font-size: 13px;
    margin-bottom: 40px;
  }

  .sec_vision .info dt {
    font-size: 20px;
    margin-bottom: 20px;
  }

  .sec_vision .info dd {
    font-size: 13px;
    margin-bottom: 40px;
  }

  .sec_vision .info dd a {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.sec_donation {
  border-radius: 20px;
  background: #fcf0e5;
  padding: 50px 85px;
}

.sec_donation .ttl,
.sec_donation dt {
  color: #f8622b;
}

.sec_donation .ttl {
  font-size: 30px;
  margin-bottom: 50px;
  text-align: center;
}

.sec_donation .ttl .en {
  font-size: 40px;
  margin-right: 20px;
  letter-spacing: 0.1em;
}

.sec_donation .desc {
  font-size: 20px;
  font-weight: 300;
  line-height: 1.4;
  margin-bottom: 40px;
}

.sec_donation dt {
  font-size: 24px;
  margin-bottom: 30px;
  position: relative;
  padding-left: 30px;
  line-height: 1.45;
  text-indent: -1.5em;
  padding-left: 1.5em;
}

.sec_donation dt .en {
  font-size: 30px;
  margin-right: 15px;
  position: absolute;
  top: 2px;
  left: 0;
  line-height: 1;
  position: static;
}

.sec_donation dd {
  font-size: 18px;
  line-height: 1.55;
  font-weight: 300;
  margin-bottom: 40px;
}

.members {
  font-size: 20px;
  font-weight: 700;
  text-align: left;
}

.members th,
.members td {
  padding: 5px 0;
  padding-right: 30px;
}
@media screen and (max-width: 480px) {
  .sec_donation {
    width: calc(100% + 60px);
    transform: translateX(-30px);
    padding: 30px;
  }

  .sec_donation .ttl {
    margin-bottom: 25px;
    text-align: center;
  }

  .sec_donation .ttl .en {
    margin-right: 0;
  }

  .sec_donation .desc {
    font-size: 13px;
    margin-bottom: 30px;
  }

  .sec_donation dt {
    font-size: 20px;
    margin-bottom: 20px;
    padding-top: 0;
  }

  .sec_donation dt .en {
    font-size: 24px;
    margin-right: 10px;
  }

  .sec_donation dd {
    font-size: 13px;
  }

  .members {
    font-size: 12px;
    width: 100%;
  }

  .members th,
  .members td {
    padding: 5px 0;
    padding-right: 0;
  }

  .members th {
    padding-right: 3%;
  }
}

.foreign .sec_pageHead {
  padding: 0 55px;
}

.foreign .sec_pageHead .page_ttl {
  max-width: 592px;
  width: 65%;
}

.foreign .msg {
  font-size: 18px;
  line-height: 1.45;
  margin-bottom: 40px;
  padding: 0 55px;
}
.foreign .msg:nth-child(2) {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .foreign .sec_pageHead {
    padding: 0;
  }

  .foreign .sec_pageHead .page_ttl {
    max-width: inherit;
    width: 100%;
    text-align: center;
  }

  .foreign .msg {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .foreign .msg {
    font-size: 13px;
  }
}

.foreign_city {
  padding: 60px 55px 0;
}

.foreign_blc .blc_head {
  margin-bottom: 65px;
  text-align: center;
  font-size: 22px;
}

.foreign_blc .blc_head .en {
  color: #a09f9f;
  font-size: 40px;
  line-height: 1.2;
  margin-bottom: 10px;
  display: inline-block;
}

.foreign_city .blc_head .en {
  font-size: 30px;
}

.foreign_blc .city {
  border: dotted 2px #707070;
  padding: 20px;
  border-radius: 20px;
  width: 48%;
  text-align: center;
}

.foreign_blc .city .name {
  color: #f8622b;
  margin-bottom: 15px;
  font-size: 40px;
  letter-spacing: 0.1em;
}

.foreign_blc .city .ttl {
  font-size: 26px;
  line-height: 1.2;
  margin-bottom: 15px;
  letter-spacing: 0.1em;
}

.foreign_blc .city .ja {
  font-size: 18px;
  line-height: 1.55;
  margin-bottom: 15px;
}

.foreign_blc .city .img {
  margin: 0 auto 30px;
}

.foreign_blc .city:nth-child(1) .ttl,
.foreign_blc .city:nth-child(1) .ja {
  margin-bottom: 30px;
}

.foreign_blc .city:nth-child(1) .img {
  max-width: 211px;
  width: 56%;
}

.foreign_blc .city:nth-child(2) .img {
  max-width: 294px;
  width: 78%;
}
@media screen and (max-width: 768px) {
  .foreign_city {
    padding: 60px 0 0;
  }
}
@media screen and (max-width: 480px) {
  .foreign_city {
    padding: 60px 0 0;
  }
  .foreign_blc .blc_head {
    margin-bottom: 40px;
    text-align: center;
    font-size: 20px;
  }

  .foreign_blc .blc_head .en {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .foreign_city .blc_head {
    font-size: 13px;
  }

  .foreign_city .blc_head .en {
    font-size: 28px;
    line-height: 0.6;
  }

  .foreign_city .blc_head .min {
    font-size: 14px;
    padding-top: 5px;
  }

  .foreign_blc .city {
    width: 100%;
    margin-bottom: 30px;
  }

  .foreign_blc .city .ttl {
    font-size: 24px;
    margin-bottom: 30px;
  }

  .foreign_blc .city .ja {
    font-size: 16px;
    margin-bottom: 30px;
  }
}

.foreign_call {
  padding: 70px 0 80px;
}

.emg_calls {
  max-width: 656px;
  width: 72%;
  margin: 0 auto;
}

.emg_calls .call {
  width: 30%;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  padding: 15px 0;
}

.emg_calls .call .name {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 10px;
  display: block;
}

.emg_calls .call .num {
  font-size: 60px;
}

.emg_calls .call01 .name {
  font-size: 30px;
  margin-bottom: 20px;
}

.emg_calls .call01 {
  background: #767676;
  padding-top: 20px;
}

.emg_calls .call02 {
  background: #f42046;
}

.emg_calls .call03 {
  background: #fcbd47;
}
@media screen and (max-width: 768px) {
  .emg_calls {
    max-width: inherit;
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .foreign_call {
    padding: 70px 0 50px;
  }

  .emg_calls {
    width: 192px;
  }

  .emg_calls .call {
    width: 192px;
    padding: 15px 0;
    margin-bottom: 30px;
  }
  .emg_calls .call03 {
    margin-bottom: 0;
  }

  .emg_calls .call .name {
    margin-bottom: 5px;
  }
  .emg_calls .call01 .name {
    margin-bottom: 15px;
  }
}

.foreign_app {
  background: #f8f8f8;
  border-radius: 20px;
  padding: 25px 15%;
  margin-bottom: 35px;
}

.foreign_app .apps .img {
  max-width: 274px;
  width: 45%;
}

.foreign_app .apps .info {
  width: 45%;
}

.foreign_app .apps .txt {
  font-size: 14px;
  line-height: 1.4;
  font-weight: 400;
  margin-bottom: 15px;
}

.foreign_app .apps .official {
  font-size: 16px;
  font-weight: 400;
  padding: 3px 40px;
}
@media screen and (max-width: 480px) {
  .foreign_app {
    width: calc(100% + 60px);
    transform: translateX(-30px);
    padding: 30px;
    border-radius: 0;
    margin-bottom: 50px;
  }

  .foreign_app .apps .img {
    max-width: 274px;
    width: 100%;
    margin: 0 auto 35px;
  }

  .foreign_app .apps .info {
    width: 100%;
  }

  .foreign_app .apps .txt {
    font-size: 13px;
    margin-bottom: 55px;
    text-align: center;
  }

  .foreign_app .apps .official {
    font-size: 26px;
    padding: 3px 0;
    margin: 0 auto;
    display: block;
    width: 214px;
    text-align: center;
  }
}

.foreign_utility {
  padding: 30px 20px;
  background: #fcf8e5;
  border-radius: 20px;
}

.foreign_utility .utility {
  border-top: dotted 1px #a09f9f;
  padding: 25px 12%;
}

.foreign_utility .utility .ttl {
  text-align: center;
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 1.2;
}

.foreign_utility .utility .ttl .sub {
  padding-top: 20px;
  font-size: 16px;
  line-height: 1.5;
  display: block;
}

.foreign_utility .util {
  width: 45%;
  font-weight: 400;
  margin-bottom: 10%;
}

.foreign_utility .util .name_ja {
  font-size: 20px;
  color: #f42046;
  margin-bottom: 15px;
  line-height: 1.45;
}

.foreign_utility .util .name_en {
  font-size: 14px;
  color: #f42046;
  margin-bottom: 15px;
  line-height: 1.45;
}

.foreign_utility .util .txt_ja,
.foreign_utility .util .txt_en {
  font-size: 14px;
  margin-bottom: 15px;
  line-height: 1.5;
}
.foreign_utility .util .btn {
  font-size: 16px;
  font-weight: 400;
  padding: 3px 40px;
}

.foreign_utility .other_util {
  text-align: center;
  display: block;
  margin: 20px auto;
}

.foreign_utility .other_util a {
  text-decoration: underline;
  color: #3fb4b9;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .foreign_utility .utility {
    padding: 25px 20px;
  }
}
@media screen and (max-width: 480px) {
  .foreign_utility {
    width: calc(100% + 60px);
    transform: translateX(-30px);
    padding: 30px;
    border-radius: 0;
  }

  .foreign_utility .blc_head {
    font-size: 18px;
    line-height: 1.45;
  }

  .foreign_utility .utility {
    padding: 40px 0 0;
  }

  .foreign_utility .utility .ttl {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 1.75;
  }

  .foreign_utility .utility .ttl .sub {
    font-size: 13px;
  }

  .foreign_utility .util {
    width: 100%;
    margin-bottom: 40px;
  }

  .foreign_utility .other_util {
    margin: 0 auto;
  }
}

.sec_news .news_head {
  margin-bottom: 30px;
}

.sec_news .news_head .news_ttl {
  font-size: 30px;
  color: #3fb4b9;
  margin-bottom: 15px;
}

.sec_news .sec_news .news_date {
  font-size: 14px;
}

.sec_news .news_body {
  margin-bottom: 100px;
}

.sec_news .news_body p {
  font-size: 18px;
  line-height: 1.75;
  margin-bottom: 2em;
}

.sec_news .news_body img {
  max-width: 100%;
  width: auto;
  margin-bottom: 2em;
}

.sec_news .news_link {
  margin-bottom: 100px;
  text-align: center;
}

.sec_news .news_link a {
  font-size: 16px;
  font-weight: 700;
  padding: 10px 40px;
}
