@charset "UTF-8";
img {
  width: 100%;
}

.test1 {
  -webkit-transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  transition: all 0.4s cubic-bezier(0.33, 1, 0.68, 1) 0.01s;
  -webkit-transition: all 0.4s ease-out 0.01s;
  transition: all 0.4s ease-out 0.01s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transform: scale(1);
  transform: rotate(-45deg);
  border-radius: 50%;
  animation: Flash1 1s infinite;
  animation: beyooon_a 1s forwards;
  animation: beyooon_b 1s forwards;
  font-family: "Noto Serif JP", serif;
  background: linear-gradient(90deg, rgb(0, 72, 110) 0%, rgb(0, 120, 155) 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}
@keyframes beyooon_a {
  0% {
    transform: translate(-50%, 0%) scale(0.5);
  }
  16% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1.22);
  }
  28% {
    transform: translate(-50%, 0%) scale(1);
  }
  88% {
    transform: translate(-50%, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(-50%, 0%) scale(1);
  }
}
@keyframes beyooon_b {
  0% {
    transform: scale(0.5);
  }
  16% {
    transform: scale(1.32);
  }
  28% {
    transform: scale(0.87);
  }
  44% {
    transform: scale(1.05);
  }
  59% {
    transform: scale(0.98);
  }
  73% {
    transform: scale(1.01);
  }
  88% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.test {
  content: "\f105";
  font-family: FontAwesome;
}

.shadow {
  text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.4), 1px 3px 3px rgba(0, 0, 0, 0.4), 1px 2px 3px rgba(0, 0, 0, 0.4);
}

/**scss共通ここまで***/
#section01 {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #section01 {
    height: 54vw;
  }
}
#section01 .backimg {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  top: 0;
  left: 0;
  background: url(../images/foreigner/head_pc.jpg) no-repeat center top;
  background-size: cover;
}
@media screen and (max-width:800px) {
  #section01 .backimg {
    background: url(../images/foreigner/head_sp.jpg) no-repeat center top;
    background-size: cover;
  }
}
#section01 h1 {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  letter-spacing: 0.1em;
  z-index: 5;
}
#section01 h1 .mini {
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
#section01 h1 .jpn {
  text-align: center;
  font-weight: 700;
  color: #fff;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}

#foreigner .block--flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width:800px) {
  #foreigner .block--flex {
    display: block;
    margin-top: 8vw;
  }
}
#foreigner .block--flex.block--flex--reverse {
  flex-direction: row-reverse;
}
#foreigner .block--flex.block--flex--reverse {
  flex-direction: row-reverse;
}
#foreigner .block--flex.block--ai-c {
  align-items: center;
}
#foreigner .block--flex dt {
  width: 50%;
}
@media screen and (max-width:800px) {
  #foreigner .block--flex dt {
    width: 100%;
  }
}
#foreigner .block--flex dd {
  width: 46%;
}
@media screen and (max-width:800px) {
  #foreigner .block--flex dd {
    width: 100%;
    margin-top: 4vw;
  }
}
#foreigner .block--flex dd h3 {
  color: #0060B0;
  font-weight: 600;
  margin-bottom: 0.8em;
}
#foreigner .block--flex dd .base_text {
  line-height: 160%;
}

#foreigner_sec01 {
  width: 100%;
  padding: 100px 0;
}
@media screen and (max-width:800px) {
  #foreigner_sec01 {
    padding: 10vw 0;
  }
}
#foreigner_sec01 .section__in {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#foreigner_sec01 .block_wrap .block--flex {
  margin-top: 50px;
}
#foreigner_sec01 .block_wrap .block--flex:first-child {
  margin-top: 0;
}


#foreigner_sec02 {
  width: 100%;
  padding: 100px 0;
  background-color: #F0F5F7;
}
@media screen and (max-width:800px) {
  #foreigner_sec02 {
    padding: 10vw 0;
  }
}
#foreigner_sec02 .section__in {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#foreigner_sec02 .base_text {
  text-align: center;
  margin-bottom: 1em;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  #foreigner_sec02 .base_text {
    text-align: left;
  }
}
#foreigner_sec02 ul.cvbox {
  width: 100%;
  max-width: 690px;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}
@media screen and (max-width:800px) {
  #foreigner_sec02 ul.cvbox {
    flex-wrap: wrap;
  }
}
#foreigner_sec02 ul.cvbox li.cv_mousi {
  width: 48.9%;
}
@media screen and (max-width:800px) {
  #foreigner_sec02 ul.cvbox li.cv_mousi {
    width: 100%;
    margin-bottom: 2.5vw;
  }
}
#foreigner_sec02 ul.cvbox li.cv_mousi a {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 1em 0;
  background-color: #EB4D59;
  border-radius: 50px !important;
  color: #fff !important;
  font-weight: 600;
}
@media screen and (max-width:800px) {
  #foreigner_sec02 ul.cvbox li.cv_mousi a {
    padding: 0.7em 0;
  }
}
#foreigner_sec02 ul.cvbox li.cv_mousi a span {
  display: inline-block;
  padding-right: 1.75em;
  position: relative;
}
#foreigner_sec02 ul.cvbox li.cv_mousi a span::after {
  content: "";
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 50%;
  right: 0em;
  background: url(../images/next_bt.png) no-repeat center;
  background-size: contain;
  transform: translate(0, -50%);
}
#foreigner_sec02 ul.cvbox li.cv_siryo {
  margin-left: auto;
  width: 48.9%;
  border-bottom: 0;
}
@media screen and (max-width:800px) {
  #foreigner_sec02 ul.cvbox li.cv_siryo {
    width: 100%;
  }
}
#foreigner_sec02 ul.cvbox li.cv_siryo a {
  display: inline-block;
  padding: 1em 0;
  width: 100%;
  text-align: center;
  border-radius: 50px !important;
  color: #fff !important;
  background-color: #0060B0;
  font-weight: 600;
}
@media screen and (max-width:800px) {
  #foreigner_sec02 ul.cvbox li.cv_siryo a {
    padding: 0.7em 0;
  }
}
#foreigner_sec02 ul.cvbox li.cv_siryo a span {
  display: inline-block;
  padding-right: 1.75em;
  position: relative;
}
#foreigner_sec02 ul.cvbox li.cv_siryo a span::after {
  content: "";
  width: 1.2em;
  height: 1.2em;
  position: absolute;
  top: 50%;
  right: 0em;
  background: url(../images/next_bt.png) no-repeat center;
  background-size: contain;
  transform: translate(0, -50%);
}
#foreigner_sec02 .clumbox {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#foreigner_sec02 .clumbox .left {
  width: 65%;
  border-right: 1px dotted #666;
}
@media screen and (max-width:800px) {
  #foreigner_sec02 .clumbox .left {
    width: 100%;
    border-right: 0;
    border-bottom: 1px dotted #666;
    padding-bottom: 5vw;
    margin-bottom: 5vw;
  }
}
#foreigner_sec02 .clumbox .right {
  width: 35%;
  padding-left: 2em;
}
@media screen and (max-width:800px) {
  #foreigner_sec02 .clumbox .right {
    width: 100%;
    padding-left: 0em;
  }
}
#foreigner_sec02 .clumbox h4 {
  font-weight: 700;
  color: #0060B0;
  margin-bottom: 0.5em;
}
#foreigner_sec02 .clumbox ul li {
  margin-bottom: 0.25em;
}
#foreigner_sec02 .clumbox .mini {
  line-height: 160%;
  margin-top: 1em;
}
#foreigner_sec02 .toiawasebox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#foreigner_sec02 .toiawasebox .telsbox_waku {
  width: 70.8%;
  border-radius: 10px;
  border: 2px solid #0060B0;
  overflow: hidden;
}
@media screen and (max-width:800px) {
  #foreigner_sec02 .toiawasebox .telsbox_waku {
    width: 100%;
    margin-bottom: 4vw;
  }
}
#foreigner_sec02 .toiawasebox .telsbox_waku .tls {
  width: 100%;
  padding: 0.35em 0 0.45em 0;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #0060B0;
}
#foreigner_sec02 .toiawasebox .telsbox_waku .telbox {
  width: 90%;
  max-width: 745px;
  margin: 2em auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media screen and (max-width:800px) {
  #foreigner_sec02 .toiawasebox .telsbox_waku .telbox {
    margin: 1em auto;
  }
}
#foreigner_sec02 .toiawasebox .telsbox_waku .telbox .tels {
  width: 63%;
}
@media screen and (max-width:800px) {
  #foreigner_sec02 .toiawasebox .telsbox_waku .telbox .tels {
    width: 90%;
    margin: 0 auto 1.5vw auto;
  }
}
#foreigner_sec02 .toiawasebox .telsbox_waku .telbox .tels_text {
  width: 35%;
  text-align: center;
  font-weight: 700;
  line-height: 130%;
}
@media screen and (max-width:800px) {
  #foreigner_sec02 .toiawasebox .telsbox_waku .telbox .tels_text {
    width: 100%;
  }
}
#foreigner_sec02 .toiawasebox .telsbox_waku .telbox .tels_text span {
  font-size: 85%;
}
#foreigner_sec02 .toiawasebox a.websbox {
  width: 27.5%;
  display: block;
  background-color: #EB4D59;
  border-radius: 10px;
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.6em 0;
}
@media screen and (max-width:800px) {
  #foreigner_sec02 .toiawasebox a.websbox {
    width: 100%;
  }
}
#foreigner_sec02 .toiawasebox a.websbox span {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: 700;
  line-height: 140%;
  width: 100%;
}
#foreigner_sec02 .toiawasebox a.websbox::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/icon_yaji_a.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  bottom: 0.5em;
  right: 0.5em;
}


#foreigner_sec03 {
  width: 100%;
  padding: 100px 0;
  background-color: #fff;
}
@media screen and (max-width:800px) {
  #foreigner_sec03 {
    padding: 10vw 0;
  }
}
#foreigner_sec03 .section__in {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
}
#foreigner_sec03 .block {
  margin-top: 50px;
}
@media screen and (max-width:800px) {
  #foreigner_sec03 .block {
    margin-top: 8vw;
  }
}
#foreigner_sec03 .block:first-child {
  margin-top: 0;
}
#foreigner_sec03 .block .h3title_common {
  text-align: left;
  padding: 0.55em 2em 0.65em 3.5em;
  position: relative;
  top: 0;
  left: 0;
  border-radius: 15px;
  transition: all 0.3s;
  cursor: pointer;
}
#foreigner_sec03 .block .h3title_common:after {
  content: "Q.";
  position: absolute;
  top: 0.55em;
  left: 2em;
}
#foreigner_sec03 .block .h3title_common .open_icon {
  position: absolute;
  top: 0.95em;
  right: 2.2em;
  width: 0.8em;
  height: 0.8em;
}
@media screen and (max-width:800px) {
  #foreigner_sec03 .block .h3title_common .open_icon {
    right: 1em;
  }
}
#foreigner_sec03 .block .h3title_common .open_icon .open_icon_in {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#foreigner_sec03 .block .h3title_common .open_icon .open_icon_in:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
#foreigner_sec03 .block .h3title_common .open_icon .open_icon_in:before {
  content: "";
  transition: all 0.3s;
  position: absolute;
  top: 3%;
  left: 47%;
  width: 2px;
  height: 100%;
  background-color: #fff;
}
#foreigner_sec03 .block .white_common {
  padding: 2.3em 5em;
  display: none;
}
@media screen and (max-width:800px) {
  #foreigner_sec03 .block .white_common {
    padding: 1.3em 2em 1.3em 3em;
  }
}
#foreigner_sec03 .block .white_common .base_text {
  line-height: 160%;
  position: relative;
  top: 0;
  left: 0;
}
#foreigner_sec03 .block .white_common .base_text:after {
  content: "A.";
  position: absolute;
  top: 0em;
  left: -1.2em;
}
#foreigner_sec03 .block.block--open .h3title_common {
  border-radius: 15px 15px 0 0;
}
#foreigner_sec03 .block.block--open .h3title_common .open_icon .open_icon_in:before {
  opacity: 0;
}




#foreigner .base_text_lead {
  line-height: 180%;
  text-align: center;
  margin-bottom: 70px;
}



/*# 特徴 */
.nav_block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 70px;
}
.nav_block li {
  width: 32.3%;
  margin-top: 0;
}
@media screen and (max-width:800px) {
  .nav_block li {
    width: 99%;
    margin-top: 2%;
  }
}
.nav_block li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border: 2px solid #0060B0;
  color: #0060B0;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 15px 10px;
  text-align: center;
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
@media screen and (max-width:800px) {
  .nav_block li a {
    padding: 0.5em 10px;
  }
}
.nav_block li a .nav_icon {
  display: block;
}
.nav_block li .nav_icon {
  margin: 0 auto;
  width: 19%;
}
@media screen and (max-width:800px) {
  .nav_block li .nav_icon {
    width: 27%;
  }
}
.nav_block li .nav_icon--arw {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #0060B0;
  border-radius: 15px 0 10px 0;
}

/*# リンクボタン */
#section__access a.qabt {
  display: inline-block;
  padding: 0.6em 0 0.7em 0;
  font-weight: 700;
  text-align: center;
  border: 2px solid #0060B0;
  color: #0060B0;
  width: 100%;
  border-radius: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width:800px) {
  #section__access a.qabt {
    margin-bottom: 15px;
  }
}
#section__access a.qabt span {
  display: inline-block;
  padding-right: 1.5em;
  position: relative;
}
#section__access a.qabt span::after {
  content: "";
  width: 1em;
  height: 1em;
  background: url(../images/icon_yaji_b.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}


/*# アクセスマップ */
#section__access {
  width: 100%;
  background-color: #F0F5F7;
}
#section__access .section__in {
  width: 90%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 100px;
}
@media screen and (max-width:800px) {
  #section__access .section__in {
    padding-bottom: 15vw;
  }
}
#section__access h2.h2title {
  text-align: center;
  padding: 100px 0 1px 0;
  margin-bottom: 50px;
}
@media screen and (max-width:800px) {
  #section__access h2.h2title {
    padding: 17.5vw 0 0 0;
    margin-bottom: 7.5vw;
  }
}
#section__access h2.h2title .eng {
  text-align: center;
  color: #fff;
  font-weight: 500;
}
#section__access h2.h2title .lines_title {
  width: 1px;
  height: 1em;
  background-color: #0060B0;
  margin: 0 auto 0.5em auto;
}
#section__access h2.h2title .jpn {
  text-align: center;
  color: #0060B0;
  font-weight: 700;
  letter-spacing: 0.1em;
}
#section__access .maps {
  margin-bottom: 2.5em;
}
#section__access .maps iframe {
  width: 100%;
  height: 615px;
}
@media screen and (max-width:800px) {
  #section__access .maps iframe {
    height: 400px;
  }
}
#section__access .subtext {
  text-align: center;
  font-weight: 600;
  color: #0060B0;
  margin-bottom: 0.5em;
  letter-spacing: 0.1em;
}
#section__access .base_text {
  line-height: 180%;
  text-align: center;
  margin-bottom: 2.5em;
}
@media screen and (max-width:800px) {
  #section__access .base_text {
    text-align: left;
  }
}



/*# 表 */

table.lists {
  table-layout: fixed;
}
table.lists tr.titles td {
  color: #fff;
  text-align: center;
  font-weight: 700;
  padding: 0.45em 0 0.55em 0;
  border-right: 1px solid #fff;
  background-color: #0060B0;
}
@media screen and (max-width:800px) {
  table.lists tr.titles td {
    padding: 0.45em 0 0.45em 0;
  }
}
table.lists tr.titles td:first-child {
  border-radius: 15px 0 0 0;
}
table.lists tr.titles td:last-child {
  border-radius: 0 15px 0 0;
  border-right: 0;
}
table.lists tr.titles td.midashi {
  width: 12em;
}
@media screen and (max-width:800px) {
  table.lists tr.titles td.midashi {
    width: 6em;
  }
}
table.lists tr.titles td.half {
  width: calc((100% - 12em) / 2);
}
@media screen and (max-width:800px) {
  table.lists tr.titles td.half {
    width: calc((100% - 6em) / 2);
  }
}
table.lists td {
  border-right: 1px solid #0060B0;
  border-bottom: 1px solid #0060B0;
  vertical-align: middle;
  text-align: center;
  padding: 1em 0;
  line-height: 160%;
}
@media screen and (max-width:800px) {
  table.lists td {
    padding: 1em 0.5em 1em 0.5em;
  }
}
table.lists td:last-child {
  border-right: 0px solid #0060B0;
}
table.lists td.ttls {
  font-weight: 700;
  color: #0060B0;
}
table.lists tr:nth-child(2n) {
  background-color: #F0F5F7; /* お好きな色に */
}
.mini {
  padding-top: 0.5em;
}



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