@charset "UTF-8";

/* CSS Document */

html {
  font-size: 62.5%;
  box-sizing: border-box;
}

body {
  font-size: 1.4rem;
  line-height: 1.5em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  background-color: #fff;
  color: #113961;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  transition: 0.3s;
}

.sp-only {
  display: none;
}

.pc-only {
  display: inline-block;
}

#wrap {
  width: 100%;
}

#header-wrap {
  width: 100%;
  max-height: 400px;
  background-color: #113961;
}

#header-bg {
  position: relative;
  display: block;
  width: 1424px;
  margin: 0px auto;
}

header {
  width: 100%;
  height: 0px;
  line-height: 1.8;
  font-size: 1.5rem;
  padding-top: 28.089%;
  overflow: hidden;
  background-color: #113961;
  background-image: url("../images/header_bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: contain;
  position: relative;
}

header .heading {
  position: absolute;
  top: 11%;
  left: 21.5%;
  width: 19.5%;
  height: auto;
}

#en header .heading {
  position: absolute;
  top: 10%;
  left: 21.5%;
  width: 19.5%;
  height: auto;
}

header .heading img {
  width: 100%;
  height: auto;
}

#lang-menu {
  position: absolute;
  top: 0px;
  right: 20%;
  width: 300px;
}

#lang-menu li {
  display: inline-block;
  width: 136px;
  height: 48px;
}

#lang-menu li:first-child {
  margin-right: 14px;
}

#lang-menu li a {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 1em;
  background-color: #fff;
  color: #113961;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
  border-radius: 0 0 10px 10px;
  border: solid 3px #113961;
  border-top: none;
  justify-content: center;
  align-items: center;
}

#lang-menu li a:hover {
  background-color: #E0E4E7;
}

#main {
  width: 1424px;
  margin: 0px auto;
}

#contents {
  width: 100%;
  padding: 45px 15%;
  text-align: center;
}

.lead {
  position: relative;
  font-size: 2.2rem;
  line-height: 1.8em;
  width: 100%;
  margin: 0px auto 2em;
}

#en .lead {
  width: 75%;
}

.lead::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -0.6em;
  margin: auto;
  display: block;
  content: "";
  height: 3px;
  width: 12em;
  background-color: #113961;
}

#outline p {
  line-height: 2em;
  margin-bottom: 2em;
}

#en #outline {
  width: 96%;
  margin: 0 auto 0;
}

#en #outline p {
  margin-bottom: 3em;
  text-align: left;
  font-size: 1.5rem;
}

.balloons {
  position: relative;
  background-color: #fff;
  padding: 0.5em 0em;
  border: solid 2px #113961;
  border-radius: 10px;
  box-sizing: border-box;
  font-size: 2.4rem;
  line-height: 1.2;
}

.balloons::before,
.balloons::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  margin: auto;
  border-style: solid;
}

.balloons::before {
  right: 430px;
  bottom: -22px;
  border-width: 22px 0px 0 16px;
  border-color: #113961 transparent transparent transparent;
}

.balloons::after {
  right: 432px;
  bottom: -17px;
  border-width: 20px 0px 0 14px;
  border-color: #fff transparent transparent transparent;
}

#theme {
  width: 96%;
  margin: 0px auto 3em;
  padding: 40px 40px 25px;
  background-color: #E0E4E7;
  border-radius: 40px;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  justify-content: center;
  flex-wrap: wrap;
}

#theme .row {
  width: 100%;
  display: flex;
  flex-direction: row;
}

#theme .row:nth-child(2) {
  margin-top: 30px;
}

#theme .balloons {
  width: 860px;
  height: 2.4em;
  flex: none;
  margin: 0.3em 0 50px 0;
}

#en #theme .balloons {
  height: 2.4em;
  line-height: 1.2;
}

.t_item_wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(100%/6);
  margin-bottom: 40px;
  z-index: 1;
}

.t_item_wrap:nth-child(-n+5) {
  width: 147px;
}

.t_item_wrap.active {
  z-index: 1000;
}

.t_item {
  width: 140px;
  height: 150px;
  margin-bottom: 5px;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  padding: 100px 0px 0px;
  position: relative;
  flex: none;
  vertical-align: middle;
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

#en .t_item {
  height: 170px;
}

#en .t_item.t01 {
  height: 280px;
}

#en .t_item_wrap.t01 .t_item {
  height: 280px;
}

.t_item::before {
  position: absolute;
  top: 0px;
  left: 0;
  right: 0;
  margin: auto;
  content: "";
  width: 90px;
  height: 90px;
}

.t01 .t_item::before {
  background: url("../images/icon_01.png") no-repeat center/contain;
}

.t02 .t_item::before {
  background: url("../images/icon_02.png") no-repeat center/contain;
}

.t03 .t_item::before {
  background: url("../images/icon_03.png") no-repeat center/contain;
}

.t04 .t_item::before {
  background: url("../images/icon_04.png") no-repeat center/contain;
}

.t05 .t_item::before {
  background: url("../images/icon_05.png") no-repeat center/contain;
}

.t06 .t_item::before {
  background: url("../images/icon_06.png") no-repeat center/contain;
}

.t07 .t_item::before {
  background: url("../images/icon_07.png") no-repeat center/contain;
}

.t08 .t_item::before {
  background: url("../images/icon_08.png") no-repeat center/contain;
}

.t09 .t_item::before {
  background: url("../images/icon_09.png") no-repeat center/contain;
}

.t10 .t_item::before {
  background: url("../images/icon_10.png") no-repeat center/contain;
}

.t11 .t_item::before {
  background: url("../images/icon_11.png") no-repeat center/contain;
}

.model-course-btn-wrap {
  position: relative;
  width: 110px;
  height: 24px;
  cursor: pointer;
}

.model-course-btn-wrap::before {
  content: "";
  position: absolute;
  top: -7px;
  left: -5px;
  width: 20px;
  height: 20px;
  background-color: transparent;
  border: solid 1px #fff;
  border-top: none;
  border-right: none;
}

.model-course-button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 110px;
  height: 24px;
  padding: 0px 0px 0px 12px;
  background-color: #fff;
  border-radius: 12px;
  font-size: 1.2rem;
  font-weight: normal;
}

#en .model-course-button {
  font-size: 1.1rem;
}

.model-course-button::before {
  display: inline;
  position: absolute;
  left: 7px;
  content: "";
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #579bc5;
}

.model-course-button::after {
  display: inline;
  position: absolute;
  content: "";
  left: 10px;
  width: 4px;
  height: 4px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

h4.model-course-button::after {
  top: 9px;
  left: 11px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.model-course-wrap {
  display: none;
  position: relative;
  flex: none;
  width: 800px;
  padding: 10px 40px 30px;
  margin: 50px 0 0;
  background-color: #fff;
}

.model-course-wrap::before {
  position: absolute;
  content: "";
  width: 1px;
  height: 60px;
  left: 200px;
  top: -55px;
  background-color: #fff;
}


.model-course {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.t01 .model-course-wrap {
  width: 520px;
  left: 190px;
}

.t01 .model-course-wrap::before {
  left: 10px;
}

.t03 .model-course-wrap {
  width: 760px;
  left: 0px;
}

.t03 .model-course-wrap::before {
  left: 320px;
}

.t04 .model-course-wrap {
  width: 570px;
  left: -140px;
}

.t04 .model-course-wrap::before {
  left: 365px;
}

.t05 .model-course-wrap {
  width: 780px;
  left: -305px;
}

.t05 .model-course-wrap::before {
  left: 635px;
}

.t06 .model-course-wrap {
  width: 740px;
  left: 310px;
}

.t06 .model-course-wrap::before {
  left: 0px;
}

.t07 .model-course-wrap {
  width: 780px;
  left: 220px;
}

.t07 .model-course-wrap::before {
  left: 110px;
}

.t10 .model-course-wrap {
  width: 550px;
  left: -230px;
}

.t10 .model-course-wrap::before {
  left: 445px;
}

#en .t01 .model-course-wrap {
  width: 560px;
  left: 210px;
}

#en .t01 .model-course-wrap::before {
  left: 10px;
}

#en .t03 .model-course-wrap {
  width: 880px;
  left: 0px;
  margin-top: 170px;
}

#en .t03 .model-course-wrap::before {
  left: 380px;
  top: -175px;
  height: 180px;
}

#en .t04 .model-course-wrap {
  width: 900px;
  left: -147px;
  margin-top: 170px;
}

#en .t04 .model-course-wrap::before {
  left: 537px;
  top: -175px;
  height: 180px;
}

#en .t05 .model-course-wrap {
  width: 940px;
  left: -295px;
  margin-top: 170px;
}

#en .t05 .model-course-wrap::before {
  left: 705px;
  top: -175px;
  height: 180px;
}

#en .t06 .model-course-wrap {
  width: 860px;
  left: 370px;
}

#en .t06 .model-course-wrap::before {
  left: 0px;
}

#en .t07 .model-course-wrap {
  width: 780px;
  left: 220px;
}

#en .t07 .model-course-wrap::before {
  left: 110px;
}

#en .t10 .model-course-wrap {
  width: 580px;
  left: -230px;
}

#en .t10 .model-course-wrap::before {
  left: 460px;
}

.course {
  position: relative;
  flex: none;
  padding: 0px;
  margin-right: 10px;
  border: solid 1px #113961;
  font-weight: bold;
}

.course.arrow {
  position: relative;
  margin-right: 40px;
}

.course.arrow::after {
  display: block;
  position: absolute;
  top: 20px;
  right: -32px;
  content: "";
  width: 20px;
  height: 20px;
  background: url("../images/icon_arrow.png") no-repeat center/contain;
  transform: rotate(-90deg);
}

/* #en .course.cr {
  padding: 0px;
} */

.course a {
  display: block;
  padding: 20px;
  color: #113961;
}

.course a:hover {
  background: #c6e9ff;
}

#en .course.cr a {
  padding: 10px;
}

.course:not(:has(a)) {
  padding: 20px;
}

.meal {
  flex: none;
  width: 30px;
  height: 0px;
  padding-top: 30px;
  margin-right: 10px;
  overflow: hidden;
  background: url("../images/icon_meal.png") no-repeat top center/contain;
}

.meal-hotel {
  flex: none;
  width: 30px;
  height: 0px;
  padding-top: 64px;
  overflow: hidden;
  background: url("../images/icon_meal.png") no-repeat top center/contain,
    url("../images/icon_hotel.png") no-repeat bottom center/contain;
}

.row {
  display: flex;
  justify-content: space-between;
}

.col {
  width: 48%;
}

#corporation #ct1,
#corporation #ct2,
#corporation #ct3 {
  margin-bottom: 60px;
}

#corporation .balloons {
  margin: 0px auto 1.5em;
}

#corporation #ct1 .balloons,
#corporation #ct3 .balloons {
  width: 8em;
}

#corporation #ct2 .balloons {
  width: 10em;
}

#en #corporation #ct1 .balloons {
  width: 14em;
}

#en #corporation #ct2 .balloons {
  width: 19em;
}

#en #corporation #ct3 .balloons {
  width: 10em;
}

#corporation .balloons::before {
  left: 88px;
  right: auto;
  bottom: -22px;
  border-width: 22px 16px 0 0px;
  border-color: #113961 transparent transparent transparent;
}

#corporation .balloons::after {
  left: 90px;
  right: auto;
  bottom: -17px;
  border-width: 20px 14px 0 0px;
  border-color: #fff transparent transparent transparent;
}

#corporation #ct2 .balloons::before {
  left: 112px;
  right: auto;
}

#corporation #ct2 .balloons::after {
  left: 114px;
  right: auto;
}

#en #corporation #ct1 .balloons::before {
  left: 160px;
  right: auto;
}

#en #corporation #ct1 .balloons::after {
  left: 162px;
  right: auto;
}

#en #corporation #ct2 .balloons::before {
  left: 220px;
  right: auto;
}

#en #corporation #ct2 .balloons::after {
  left: 222px;
  right: auto;
}

#en #corporation #ct3 .balloons::before {
  left: 112px;
  right: auto;
}

#en #corporation #ct3 .balloons::after {
  left: 114px;
  right: auto;
}

#corporation .row {
  margin-bottom: 0px;
}

#contents table {
  border-collapse: collapse;
  border: solid 2px #113961;
  width: 100%;
}

#contents table th,
#contents table td {
  padding: 0.5em 1em;
  border: solid 1px #113961;
  text-align: left;
}

#contents table th {
  color: #fff;
  background-color: #113961;
}

#contents table .company {
  background-color: #E0E4E7;
  white-space: nowrap;
}

#en #contents table .company {
  white-space: normal;
}

#contents table td.link {
  text-align: center;
}

#contents table td a {
  display: block;
  color: #fff;
  font-size: 1.2rem;
  line-height: 22px;
  height: 22px;
  background-color: #113961;
  padding: 0px 1rem;
  text-align: center;
  white-space: nowrap;
}

#contents table td a:hover {
  color: #113961;
  background-color: #EBE1B3
}

#ct1 table {
  width: 98%;
  margin: 0px auto;
}

#ct2 table {
  width: 100%;
  margin: 0px auto;
}

.pdf_link a {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  width: 20em;
  padding: 0.8em 2em;
  margin: 0px auto 60px;
  color: #113961;
  border: solid 2px #113961;
}

#en .pdf_link a {
  width: 70%;
}

.pdf_link a span {
  font-size: 1.8rem;
}

.pdf_link a:hover {
  background-color: #E0E4E7;
}

.pdf_link a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  width: 28px;
  height: 28px;
  background: url(../images/icon-arrow-invert.svg) no-repeat center/contain;
}

#flowchart {
  width: 80%;
  margin: 0px auto 80px;
  padding: 2em;
  background-color: #EBE7D5;
}

#flowchart .st {
  color: #fff;
  background-color: #113961;
  font-size: 1.5rem;
  padding: 0.4em;
  height: 30px;
  border-radius: 15px;
  margin-bottom: 2em;
}

#flowchart .note {
  margin: 0 auto 2em;
  padding: 0 0.4em;
  font-size: 1.6rem;
  font-weight: bold;
}

#en #flowchart .note {
  text-align: left;
}

.flow {
  width: 29%;
  padding: 1.2em 1em;
  background-color: #EBE1B3;
  position: relative;
  display: flex;
  flex-direction: column;
}

.flow::after {
  position: absolute;
  top: 0;
  bottom: 0;
  right: -28px;
  margin: auto;
  content: "";
  display: block;
  width: 0px;
  height: 0px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 14px solid #113961;
}

.flow:last-child::after {
  display: none;
}

.sst {
  font-size: 1.8rem;
  height: 2.4em;
  display: flex;
  align-items: center;
  text-align: left;
  margin-bottom: 1em;
  flex: none;
}

.num {
  display: block;
  width: 32px;
  height: 32px;
  margin-right: 10px;
  border-radius: 50%;
  line-height: 32px;
  text-align: center;
  background-color: #113961;
  color: #fff;
  font-size: 1.8rem;
  flex: none;
}

.flow p {
  text-align: left;
  display: flex;
  flex: none;
}

#flowchart ul {
  list-style: disc;
  text-align: left;
  margin: 2em 0px 1.2em 2em;
}

#flowchart ul li {
  margin: 0px 0px 0.5em;
}

#flowchart ul li.lf {
  font-size: 1.6rem;
}

#flowchart p.sf {
  font-size: 1.2rem;
  text-align: left;
  margin: 0 0 0 24px;
}

#access {
  margin: 0px auto 80px;
}


/*#access .row {
  display: flex;
  justify-content: space-between;
}*/

#access .row .col {
  text-align: left;
}

#access .row #map {
  width: 50%;
}

#access .row #acc {
  width: 46%;
}

#access .row #map {
  background: #d3dce0;
}

#access .row #map img {
  width: 100%;
  height: auto;
}

#access .row #acc {
  border: solid 1px #113961;
}

#access .row #acc h3 {
  background: #113961;
  color: #fff;
  padding: 8px 14px;
}

#access .row #acc h4 {
  color: #113961;
  padding: 0px 14px;
  line-height: 1em;
  margin: 8px 0px 0px 0px;
  display: flex;
  font-size: 1.2rem;
}

#access .row #acc h4::before {
  content: "";
  display: inline-block;
  background: #113961;
  width: 10px;
  height: 10px;
  margin-right: 4px;
  border-radius: 50%;
}

#contents #access table {
  border: none;
  width: auto;
  margin: 0px 0px 0px 14px;
}


#contents #access table th,
#contents #access table td {
  border: none;
  padding: 0px 2px;
  font-size: 1.2rem;
}

#contents #access table th {
  background: none;
  color: #113961;
  padding-right: 0.5em;
}

#contents #access table td.ts {
  color: #5A77A1;
  padding-left: 0.5em;
}

nav {
  margin-bottom: 120px;
}

nav li {
  display: inline-block;
  width: 314px;
}

nav li:first-child {
  margin-right: 50px;
}

nav li a {
  display: block;
  background-color: #113961;
  color: #fff;
  width: 100%;
  padding: 1em;
  font-size: 2.2rem;
  font-weight: bold;
  position: relative;
}

nav li a:hover {
  background-color: #EBE1B3;
  color: #113961;
}
nav li a::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 24px;
  height: 24px;
  background: url(../images/icon-arrow.svg) no-repeat center/contain;
}

#fixed_btn {
  width: 126px;
  height: auto;
  position: fixed;
  bottom: 10%;
  right: 10%;
  text-align: right;
}

#pagetop {
  width: 42px;
  height: 42px;
  position: relative;
  text-align: center;
  cursor: pointer;
  border-radius: 21px;
  background-color: #113961;
  margin: 0px 4px 8px auto;
}

#pagetop::after {
  content: "\02227";
  display: block;
  font-size: 2.8rem;
  line-height: 36px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #fff;
}

#btn_top {
  position: relative;
  width: 122px;
  height: 50px;
  margin: 0px 0px 0px auto;
}

#btn_top a {
  display: block;
  width: 100%;
  height: 0px;
  padding-top: 53px;
  overflow: hidden;
  background: url("../images/btn_top.png") no-repeat center/contain;
}

footer {
  color: #fff;
  background-color: #5A7797;
  text-align: center;
  padding: 3em 1em;
  font-size: 1.2rem;
}

footer .st {
  font-size: 1.4rem;
  margin: 2em 0px 0.5em;
}

footer .support {
  display: inline-block;
  font-size: 1.2rem;
  margin-top: 1.5em;
  padding-top: 0.5em;
  border-top: solid 1px #fff;
}

footer .copy {
  font-size: 1rem;
  margin-top: 2em;
}

.applications #contents {
  color: #212121;
}

.applications #contents h1 {
  width: 100%;
  max-width: 1000px;
  color: #fff;
  background-color: #113961;
  padding: 0.5em 1em;
  margin: 0 auto 1em;
  text-align: left;
  font-size: 2.2rem;
}

.applications #contents section {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto 1em;
}

.applications #contents h3 {
  width: 100%;
  max-width: 800px;
  font-size: 2rem;
  text-align: left;
  padding: 0.5em 1em;
  margin-bottom: 1em;
  border-left: solid 16px #5A77A1;
}

.applications dl {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1000px;
  margin-bottom: 4em;
}

.applications dt,
.applications dd {
  border-bottom: solid 1px #b5b5b5;
  font-size: 1.4rem;
  padding: 1em 0px;
  text-align: left;
}

.applications dt:nth-last-child(2),
.applications dd:last-child {
  border-bottom: none;
}

.applications dt {
  display: flex;
  flex-wrap: wrap;
  width: 32%;
}

.applications dt span {
  color: #E60012;
}

.applications dd {
  width: 68%;
}

.applications dd input[type="text"] {
  width: 90%;
  border-radius: 6px;
  border: solid 1px #ddd;
}

.applications dd input.short[type="text"] {
  width: 8em;
}

.applications dd label.half {
  width: 40%;
}

.applications dd input[type="radio"] {
  width: auto;
}

.applications dd label {
  display: inline-block;
  margin: 0px 1em 0.5em 0px;
}

.applications dd textarea {
  width: 90%;
  height: 10em;
  border: solid 1px #ddd;
  border-radius: 6px;
}

.applications #f3 dd label {
  display: inline-block;
  margin: 0px 2em;
}

.applications #f3 dd .ex {
  display: inline-block;
  margin: 0px 2em;
  font-size: 1rem;
}

.applications button {
  position: relative;
  display: block;
  width: 315px;
  margin: 0px auto;
  padding: 1em;
  background-color: #113961;
  color: #fff;
  text-align: center;
  font-size: 2.4rem;
  line-height: 1em;
}

.applications button:hover {
  background-color: #EBE1B3;
  color: #113961;
}

.applications button::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  margin: auto;
  width: 24px;
  height: 24px;
  background: url(../images/icon-arrow.svg) no-repeat center/contain;
}

#contents .home {
  width: 100%;
  margin: 10em auto 20em;
  text-align: center;
}

#contents .home a {
  display: inline-block;
  padding: 2em 4em;
  font-size: 2rem;
  color: #fff;
  background: #113961;
  border-radius: 10px;
}

#contents .home a:hover {
  color: #113961;
  background: #EBE1B3;
}

.contact {
  position: relative;
  padding-left: 18px;
  display: inline-block;
}

.mail.icon {
  display: block;
  color: #fff;
  position: absolute;
  left: 0;
  margin-left: 2px;
  margin-top: 4px;
  width: 14px;
  height: 10px;
  border-radius: 1px;
  border: solid 1px currentColor;
  background: #fff;
}

.mail.icon:before {
  content: '';
  position: absolute;
  left: 6px;
  top: -4px;
  width: 1px;
  height: 9px;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: rotate(-54deg);
  transform: rotate(-54deg);
  color: #5A7797;
}

.mail.icon:after {
  content: '';
  position: absolute;
  left: 6px;
  top: -4px;
  width: 1px;
  height: 9px;
  background-color: currentColor;
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: rotate(54deg);
  transform: rotate(54deg);
  color: #5A7797;
}


/*メディアクエリ*/

@media screen and (max-width:575px) {

  .row {
    display: block;
  }

  #corporation .col {
    width: 100%;
  }

  #en #corporation #ct1 .balloons,
  #en #corporation #ct2 .balloons,
  #en #corporation #ct3 .balloons {
    width: 75%;
  }

  #flowchart {
    width: 100%;
  }

  #flowchart .st {
    height: auto;
    padding: 1em;
  }

  .flow {
    width: 100%;
    padding: 1.2em 1em;
    background-color: #EBE1B3;
    position: relative;
    display: flex;
    flex-direction: column;
    margin-bottom: 2em;
  }

  .flow::after {
    position: absolute;
    top: 0;
    bottom: -120%;
    right: 0;
    left: 0;
    margin: auto;
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-bottom: none;
    border-top: 14px solid #113961;
    border-right: 14px solid transparent;
    border-left: 14px solid transparent;
  }

  #en .pdf_link a {
    width: 100%;
  }

  #access .row #map,
  #access .row #acc {
    width: 100%;
  }

  #access .row #map {
    margin-bottom: 20px;
  }

  #access .row #acc h4 {
    font-size: 1.4rem;
  }

  #access .row #acc h4::before {
    content: "";
    display: inline-block;
    background: #113961;
    width: 12px;
    height: 12px;
    margin-right: 4px;
    border-radius: 50%;
  }

  #contents #access table {
    border: none;
    width: auto;
    margin: 0px 0px 1em 14px;
  }

  #contents #access table th,
  #contents #access table td {
    border: none;
    padding: 0px 2px;
    font-size: 1.4rem;
  }

  /* その２ */

  #lang-menu {
    right: 10%;
  }

  #contents {
    padding: 45px 10%;
  }

  .lead {
    width: 100%;
  }

  #en .lead {
    width: 100%;
  }

  nav {
    display: block;
  }

  nav li {
    width: 75%;
  }

  nav li:first-child {
    margin: 0px auto 2em;
  }

  /* その3 */

  #theme .balloons {
    margin: 1em 112px 0 3em;
  }

  /* スマホ */
  #wrap {
    overflow: hidden;
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: inline-block;
  }

  #header-bg {
    width: 100%;
  }

  header {
    width: 100%;
    height: 0px;
    line-height: 1.8;
    font-size: 1.5rem;
    padding-top: 58%;
    overflow: hidden;
    background: #113961 url("../images/header_sp.jpg") no-repeat left bottom/contain;
  }

  header .heading {
    top: 21%;
    left: 9%;
    width: 43%;
    height: auto;
  }

  #en header .heading {
    top: 24%;
    left: 11%;
    width: 40%;
    height: auto;
  }

  #lang-menu {
    width: 180px;
    right: 10%;
    margin-left: auto;
  }

  #lang-menu li {
    width: 80px;
  }

  #main {
    width: 100%;
    margin: 0px auto;
  }

  #contents {
    padding: 45px 10%;
  }

  #outline p {
    text-align: left;
  }

  .lead {
    width: 100%;
    font-size: 2rem;
    margin-bottom: 2.6em;
  }

  #en .lead {
    width: 100%;
  }

  .lead::after {
    width: 100%;
    bottom: -1em;
  }

  #theme {
    width: 100%;
    padding: 40px 0px 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  #theme .row {
    display: inline;
    width: 100%;
  }

  #theme .balloons {
    width: 260px;
    height: 2.4em;
    margin: 0 auto 2em;
    font-size: 2rem;
  }

  #en #theme .balloons {
    width: 267px;
    height: 2.4em;
    margin: 0 auto 2em;
    font-size: 1.8rem;
  }

  .balloons::before {
    right: 122px;
    bottom: -22px;
  }

  .balloons::after {
    right: 124px;
    bottom: -17px;
  }

  #en .balloons::before {
    right: 125px;
    bottom: -22px;
  }

  #en .balloons::after {
    right: 127px;
    bottom: -17px;
  }

  #en #corporation #ct1 .balloons::before,
  #en #corporation #ct2 .balloons::before,
  #en #corporation #ct3 .balloons::before {
    left: 142px;
    right: auto;
  }

  #en #corporation #ct1 .balloons::after,
  #en #corporation #ct2 .balloons::after,
  #en #corporation #ct3 .balloons::after {
    left: 144px;
    right: auto;
  }

  .t_item_wrap,
  .t_item_wrap:nth-child(-n+5) {
    width: 50%;
    margin-bottom: 30px;
  }

  .t_item_wrap.t11 {
    margin-bottom: 0;
  }

  .t_item {
    margin: 0px auto 10px;
    padding: 92px 0px 0px;
    display: flex;
    width: 70%;
    height: 130px;
    font-size: 1.2rem;
  }

  .t_item_wrap.active .t_item {
    margin: 0px auto 50px;
  }

  .t_item::before {
    width: 80px;
    height: 80px;
  }

  #en .t_item_wrap.t01 .t_item {
    height: 235px;
  }

  #en .t_item_wrap.t01.active .t_item {
    margin-bottom: 20px;
  }

  #en .t_item_wrap.t03 .t_item {
    height: 150px;
  }

  #en .t_item_wrap.t03.active .t_item {
    margin-bottom: 40px;
  }

  #en .t_item_wrap.t04 .t_item {
    height: 150px;
  }

  #en .t_item_wrap.t04.active .t_item {
    margin-bottom: 40px;
  }

  #en .t_item_wrap.t05 .t_item {
    height: 150px;
  }

  #en .t_item_wrap.t05.active .t_item {
    margin-bottom: 40px;
  }

  #en .t_item_wrap.t06 .t_item {
    height: 150px;
  }

  #en .t_item_wrap.t06.active .t_item {
    margin-bottom: 40px;
  }

  #en .t_item_wrap.t07 .t_item {
    height: 170px;
  }

  #en .t_item_wrap.t07.active .t_item {
    margin-bottom: 20px;
  }

  #en .t_item_wrap.t10 .t_item {
    height: 130px;
  }

  #en .t_item_wrap.t11 .t_item {
    height: 130px;
  }

  #en .t_item_wrap.t10.active .t_item {
    margin-bottom: 20px;
  }

  .model-course-wrap {
    /* display: none; */
    position: relative;
    width: 100%;
    padding: 10px 0px 20px;
    margin: 0;
    background-color: #fff;
  }

  .t01 .model-course-wrap,
  .t03 .model-course-wrap,
  .t04 .model-course-wrap,
  .t05 .model-course-wrap,
  .t06 .model-course-wrap,
  .t07 .model-course-wrap,
  .t10 .model-course-wrap {
    width: 180%;
    left: 50%;
    margin-bottom: 20px;
  }

  .t04 .model-course-wrap,
  .t06 .model-course-wrap,
  .t10 .model-course-wrap {
    left: -50%;
  }

  .t01 .model-course-wrap::before,
  .t03 .model-course-wrap::before,
  .t04 .model-course-wrap::before,
  .t05 .model-course-wrap::before,
  .t06 .model-course-wrap::before,
  .t07 .model-course-wrap::before,
  .t10 .model-course-wrap::before {
    left: 0px;
    top: -50px;
    height: 50px;
  }

  .t04 .model-course-wrap::before,
  .t06 .model-course-wrap::before,
  .t10 .model-course-wrap::before {
    left: 150px;
  }

  #en .t01 .model-course-wrap,
  #en .t03 .model-course-wrap,
  #en .t04 .model-course-wrap,
  #en .t05 .model-course-wrap,
  #en .t06 .model-course-wrap,
  #en .t07 .model-course-wrap,
  #en .t10 .model-course-wrap {
    width: 180%;
    left: 50%;
    margin-top: 0px;
  }

  #en .t04 .model-course-wrap,
  #en .t06 .model-course-wrap,
  #en .t10 .model-course-wrap {
    left: -50%;
  }

  #en .t01 .model-course-wrap::before,
  #en .t03 .model-course-wrap::before,
  #en .t04 .model-course-wrap::before,
  #en .t05 .model-course-wrap::before,
  #en .t06 .model-course-wrap::before,
  #en .t07 .model-course-wrap::before,
  #en .t10 .model-course-wrap::before {
    left: 0px;
    top: -20px;
    height: 20px;
  }

  #en .t04 .model-course-wrap::before,
  #en .t06 .model-course-wrap::before,
  #en .t10 .model-course-wrap::before {
    left: 150px;
  }

  #en .t03 .model-course-wrap::before,
  #en .t04 .model-course-wrap::before,
  #en .t05 .model-course-wrap::before,
  #en .t06 .model-course-wrap::before {
    top: -40px;
    height: 40px;
  }

  .model-course {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  h4.model-course-button {
    margin-bottom: 5px;
  }

  .course {
    margin-right: 0px;
    margin-bottom: 10px;
    width: 90%;
  }

  .course.arrow {
    position: relative;
    margin-right: 0px;
    margin-bottom: 35px;
  }

  .course.arrow::after {
    display: block;
    position: absolute;
    top: auto;
    right: 0px;
    left: 0px;
    bottom: -30px;
    content: "";
    width: 20px;
    height: 20px;
    margin: 0 auto;
    background: url("../images/icon_arrow.png") no-repeat center/contain;
    transform: rotate(0deg);
  }

  .meal {
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .meal-hotel {
    flex: none;
    width: 64px;
    height: 0px;
    padding-top: 30px;
    overflow: hidden;
    background: url("../images/icon_meal.png") no-repeat center left/contain,
      url("../images/icon_hotel.png") no-repeat center right/contain;
  }

  #en #corporation #ct1 .balloons,
  #en #corporation #ct2 .balloons,
  #en #corporation #ct3 .balloons {
    width: 100%;
    font-size: 2.2rem;
  }

  .pdf_link a {
    width: 100%;
    font-size: 1.8rem;
    text-align: center;
    padding: 0.8em 3em 0.8em 1em;
  }

  .pdf_link a span {
    font-size: 1.4rem;
  }

  .pdf_link a::after {
    right: 1em;
  }

  nav {
    margin-bottom: 40px;
  }

  .flow .sst {
    justify-content: center;
  }

  #en .flow .sst {
    justify-content: flex-start;
  }

  nav li {
    width: 100%;
  }

  nav li:first-child {
    margin-bottom: 2em;
  }

  #fixed_btn {
    bottom: 5%;
    right: 5%;
  }

  .applications dl {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    max-width: 800px;
    margin-bottom: 4em;
  }

  .applications dt,
  .applications dd {
    border-bottom: solid 1px #b5b5b5;
    font-size: 1.4rem;
    padding: 1em 0px;
    text-align: left;
    width: 100%;
  }

  .applications dt {
    border-bottom: none;
    padding: 2em 0 0;
  }

  .applications dd {
    padding: 1em 0 2em;
  }

  .applications dd:last-child {
    border-bottom: solid 1px #b5b5b5;
  }

  .applications dd input,
  .applications dd textarea {
    font-size: 1.6rem;
  }

  .applications #f3 dd .ex {
    display: inline-block;
    margin: 1em 0px;
  }

  .applications button {
    width: 90%;
  }

  #contents table {
    width: auto;
    width: 200%;
  }

  .scroll {
    overflow: auto;
    position: relative;
  }

  .scroll::-webkit-scrollbar {
    height: 5px;
  }

  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }

  .scroll.touch {
    -webkit-overflow-scrolling: touch;
  }

  .scroll::before {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #666;
    opacity: 0.6;
  }

  .scroll::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 36px;
    margin: auto;
    content: "";
    vertical-align: middle;
    box-sizing: border-box;
    width: 19px;
    height: 19px;
    border: solid 19px transparent;
    border-right: solid 19px #fff;
  }

  .scroll.mkoff::before,
  .scroll.mkoff::before,
  .scroll.mkoff::after,
  .scroll.mkoff::after {
    display: none;
  }

  #contents #access table {
    display: block;
    border: none;
    width: auto;
    margin: 0px 0px 1em 14px;
  }

  #contents #access table tr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  #contents #access table th {
    display: block;
    flex: none;
    width: 100%;
  }

  #contents #access table td {
    display: block;
  }

  #contents #access table.rail td {
    width: 70%;
  }

  #contents #access table td.ts {
    width: 30%;
  }

  footer {
    padding: 3em 1em;
  }
}