@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@500&display=swap');

bbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

body {
  line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block
}

nav ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: '';
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input,
select {
  vertical-align: middle
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

html {
  font-size: 62.5%;
}

* {
  max-height: 99999px;
}

body {
  font-family: "Nunito Sans", 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', '游ゴシック', 'Yu Gothic', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  -webkit-text-size-adjust: 100%;
  font-size: 1.6rem;
  color: #444;
  background: #fafafa;
  font-weight: 500;
  line-height: 1.75;
}

img,
video {
  vertical-align: bottom;
  max-width: 100%;
}

li {
  list-style: none;
}

a {
  color: #ed1b24;
}

a:hover {
  opacity: 0.6;
}

#wrap {
  overflow: hidden;
}

.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.inline {
  display: inline-block;
}

.left {
  float: left;
}

.right {
  float: right;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

.in {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.in_in {
  width: 650px;
  margin: 0 auto;
  position: relative;
  z-index: 3;
}

.flex {
  display: flex;
}

.flex_w {
  flex-wrap: wrap;
}

.palt {
  font-feature-settings: "palt";
}

.en {
  font-family: 'Roboto', sans-serif;
}

@media screen and (max-width: 750px) {
  body {
    font-size: 1.6rem;
  }

  #wrap {
    width: 100vw;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }

  .in,
  .in_in {
    width: 90%;
    margin: 0 auto;
  }

  .flex_w_sp {
    flex-wrap: wrap;
  }
}


#header {
  background: #fff;
  width: 100%;
  box-sizing: border-box;
  z-index: 999;
  padding: 10px 0;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

#header .header_w {
  justify-content: space-between;
  align-items: center;
}

#header .logo {
  text-align: center;
}

#header .logo img {
  width: 80px;
}

@media screen and (max-width: 750px) {
  #header .logo img {
    width: 70px;
  }
}

#main_v {
  padding: 60px 0;
}

#main_v h1 {
  text-align: center;
  font-size: 2.7rem;
  margin-top: 10px;
}

#main_v p {
  text-align: center;
}

@media screen and (max-width: 750px) {
  #main_v {
    padding: 40px 0;
  }

  #main_v h1 {
    text-align: center;
    font-size: 2.4rem;
    margin-top: 10px;
  }
}

#form {}

#form .form_w {
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 20px 0;
}

#form .form_row {
  padding: 15px 0 5px;
}

#form .form_row dt {
  padding-left: 20px;
  margin-bottom: 5px;
  font-weight: 900;
}

#form .form_row dt .s_txt,
#form .form_row dd .s_txt {
  font-size: 1.2rem;
  font-weight: normal;
}

#form .form_row dd .s_txt {
  margin-top: 5px;
  margin-bottom: 20px;
}

.req {
  color: #f42b2b;
}

#form .form_row dd {
  padding-left: 22px;
  padding-right: 22px;
}

#form .form_row dd input[type=text],
#form .form_row dd input[type=email],
#form .form_row dd input[type=tel],
#form .form_row dd input[type=date],
#form .form_row dd input[type=password],
#form .form_row dd select {
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 5px 10px;
  font-size: 1.6rem;
  border: 1px solid #888;
}

#form .form_row dd select {
  width: 100%;
  height: 40px;
  font-size: 1.4rem;
}

#form .form_row dd input[type=text],
#form .form_row dd input[type=email],
#form .form_row dd input[type=tel],
#form .form_row dd input[type=date],
#form .form_row dd input[type=password] {
  background: #eee;
}

#form .form_row dd textarea {
  width: 100%;
  height: 80px;
  border: 1px solid #888;
}

#form .form_row .s_t {
  margin-bottom: 2px;
  font-weight: 900;
  font-size: 1.4rem;
}

#form .form_row .s_t_03 {
  font-size: 1.8rem;
}

#form .form_row dd .s_t+* input {
  margin-bottom: 10px;
}

#form .form_row dd .mid_txt {
  margin-bottom: 10px;
}

.sel_ar_w {
  position: relative;
  display: table;
  width: 70%;
}

.select_w select {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #8e8e8e;
  width: 100%;
  height: 55px;
  box-sizing: border-box;
  font-size: 1.5rem;
  padding: 0 8px 0;
  background: #fff;
  color: #5d5d5d;
}

.sel_ar_w:after {
  content: "";
  width: 8px;
  height: 8px;
  border-top: 2px solid #8e8e8e;
  border-right: 2px solid #8e8e8e;
  display: block;
  position: absolute;
  right: 15px;
  top: 13px;
  transform: rotate(135deg) translate(-50%, 0);
}

#form .submit_w {
  padding: 20px;
  text-align: center;
}

#form .caution {
  font-size: 1.4rem;
  margin-bottom: 20px;
}

#form button {
  background: #cf3939;
  color: #fff;
  padding: 15px 30px 15px 30px;
  border-radius: 100px;
  color: #fff;
  text-align: center;
  display: inline-block;
  position: relative;
  box-sizing: border-box;
  font-size: 1.8rem;
  letter-spacing: 2px;
  border: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}

#form button.loading {
  opacity: 0.8;
}

#form button.loading:after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/loading.svg);
  background-size: cover;
}

.radio_w {
  padding-right: 15px;
  margin-bottom: 10px;
}

.radio_w input[type=radio] {
  display: none;
}

.radio_w input[type=radio]+label {
  padding-left: 25px;
  position: relative;
  font-size: 1.4rem;
}

.radio_w input[type=radio]+label:before {
  background: #fff;
  border-radius: 100px;
  width: 20px;
  height: 20px;
  border: 1px #ccc solid;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
}

.radio_w input[type=radio]+label:after {
  border-radius: 100px;
  width: 16px;
  height: 16px;
  background: #b8193f;
  content: "";
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  left: 3px;
  opacity: 0;
}

.radio_w input[type="radio"]:checked+label:after {
  opacity: 1;
}

.with-validate {
  display: block;
  position: relative;
}

.error {
  display: block;
  z-index: 5;
  background-color: #c3272a;
  color: #ffffff;
  padding: 5px 10px;
  font-size: 1.2rem;
  border-radius: 4px;
  margin-top: 5px;
  text-align: center;
}

.err_w {
  padding: 0 20px;
}

@media screen and (max-width: 750px) {
  #form .form_row dt {
    padding-left: 15px;
    margin-bottom: 15px;
  }

  #form .form_row dd {
    padding-left: 17px;
    padding-right: 17px;
  }
}

footer {
  text-align: center;
  padding: 20px;
}

.thanks #form .form_w {
  padding: 30px;
}

.thanks .form_w .sub_ttl {
  text-align: center;
  font-weight: 600;
  margin-bottom: 20px;
  font-size: 2.4rem;
  color: #ed1b24;
}

.thanks .form_w small {
  font-size: 1.0rem;
}

.check_w {
  padding: 20px;
  background: rgba(10, 57, 144, .1);
  margin: 20px 0 0;

}

.check_w .s_txt {
  font-size: 1.4rem;
  line-height: 1.5;
  display: inline-block;
}

.check_w .flex {
  justify-content: center;
}

input[type="checkbox"] {
  position: relative;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  vertical-align: -5px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  flex-shrink: 0;
  margin-right: 10px;
  margin-top: 5px;
  background: #fff;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: 0px;
  left: 4px;
  transform: rotate(50deg);
  width: 6px;
  height: 12px;
  border-right: 2px solid #ed1b24;
  border-bottom: 2px solid #ed1b24;
  content: '';
}

input[type="checkbox"] {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.check_w_02 {
  font-size: 1.4rem;
}

.check_w_f {
  margin-bottom: 10px;
}

.check_w_f:nth-last-of-type(1) {
  margin-bottom: 0;
}

#form .form_row.program {
  background: rgba(10, 57, 144, .1);
  padding: 25px 0 10px;
}

#form .form_row.program .s_t .s_txt {
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 1.25;
  display: inline-block;
}

.pr_sel_w {
  margin-bottom: 20px;
}

.program .radio_ww {
  margin-bottom: 15px;
}

.program .radio_ww:nth-last-of-type(1) {
  margin-bottom: 0;
}

.program .error {
  margin-bottom: 10px;
}

@media screen and (max-width: 750px) {
  .radio_ww {
    flex-wrap: wrap;
  }
}

.oth_txt {
  margin-top: 20px;
}

.check_other_txt {
  margin-top: 10px;
  display: none;
}

#form .heading {
  margin-top: 40px;
  font-size: 1.3em;
  font-weight: bold;
  padding: 15px 22px;
  background-color: #002D64;
  color: white;
}

#form .heading.mtz {
  margin-top: 0;
}

#form .heading:first-of-type {
  margin-top: 0;
}

/* Title radio button style */
.title_radio_ww {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
}

.title_radio_w {
  padding-right: 0;
  margin-bottom: 0;
}

.title_radio_w input[type="radio"] {
  display: none;
}

.title_radio_w input[type="radio"]+label {
  display: block;
  padding: 4px 12px;
  min-width: 44px;
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.4;
  color: #000;
  background: #fff;
  border: 1px solid #888;
  cursor: pointer;
  box-sizing: border-box;
}

.title_radio_w input[type="radio"]+label .ja_txt {
  display: block;
  font-size: 1.1rem;
}

.title_radio_w input[type="radio"]+label::before,
.title_radio_w input[type="radio"]+label::after {
  display: none;
}

.title_radio_w input[type="radio"]:checked+label {
  background: #0b78a5;
  color: #fff;
  font-weight: 700;
}

.title_radio_w+.title_radio_w label {
  border-left: none;
}

.title_radio_w:first-child label {
  border-radius: 4px 0 0 4px;
}

.title_radio_w:last-child label {
  border-radius: 0 4px 4px 0;
}



.form_row.program .lead {
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.form_row.program .pr_sel_w.PreferredSessionsToAttend .radio_w {
  border: 1px solid black;
  padding: 5px 10px;
  width: 100%;
  background-color: white;
}

.check_w.mtz {
  margin-top: 0;
}

.Other_w {
  margin-top: 5px;
}

@media screen and (max-width: 750px) {
  #form .heading {
    padding: 10px 20px;
    font-size: 1.1em;
  }

  .sel_ar_w {
    width: 100%;
  }
}

.radio_w.SameNationality input {
  vertical-align: -7px;
  margin-top: 10px;
  margin-right: 5px;
}