@charset "utf-8";



/**************************************************/
/********** Responsive Base Font Setting **********/
/**************************************************/

@media print, screen and ( min-width: 769px ) {
  html {
    font-size: 62.5%;
  }
}
@media screen and ( max-width: 768px ) {
  html {
    font-size: 56.3%;
  }
}
@media screen and ( max-width: 320px ) {
  html {
    font-size: 50.0%;
  }
}



/*******************************************************/
/********** Responsive Contents Setting (320) **********/
/*******************************************************/

@media screen and ( max-width: 320px ) {



/**********************************/
/********** Base Setting **********/
/**********************************/

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.alignleft,
.alignright,
.aligncenter {
  width: 100%;
  display: block!important;
  margin: 20px auto!important;
  text-align: center!important;
}



/*******************************/
/********** Container **********/
/*******************************/

#container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow-x: hidden;
}
.home #container {
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}



/****************************/
/********** Header **********/
/****************************/

#header {
  background-color: #FFFFFF;
}
header {
  position: relative;
  z-index: 7777;
  width: 100%;
  margin: auto;
  padding: 15px 20px;
}
header h1 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  flex: none;
}
header h1 a {
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  color: #000000;
}
header h1 a:hover {
  color: #000000;
}
header h1 a:before {
  content: "";
  display: inline-block;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 31px;
  height: 30px;
  vertical-align: middle;
  margin: 0 12px 0 0;
}
header ul {
  display: none;
}



/****************************************/
/********** Respomsive Swicher **********/
/****************************************/

#trigger {
  position: fixed;
  z-index: 8888;
  right: 0;
  top: 0;
}
#trigger-close {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
}
#trigger a,
#trigger-close a {
  display: block;
  color: #FFFFFF;
  background-color: #2D2F7F;
  font-size: 1.5rem;
  text-decoration: none;
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#background-close a {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#modal-window {
  display: none;
  width: 280px;
  height: 100%;
  background: linear-gradient(to right, #2D2F7F, #26408C, #1171AF);
  color: #FFFFFF;
}
#modal-window ul {
  margin: 0;
  padding: 0;
}
#modal-window ul li {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 100%;
  background-color: #2D2F7F;
  color: #FFFFFF;
  border-bottom: 1px solid #1171AF;
  cursor: pointer;
}
#modal-window ul li a {
  display: block;
  background-color: #2D2F7F;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
  padding: 15px 20px;
  cursor: pointer;
}
#modal-window ul li a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  margin: 0 6px 0 0;
  font-size: 1.2rem;
  font-weight: 900;
  color: #FFFFFF;
}
#modal-window ul li a:hover,
#modal-window ul li.current a {
  background-color: #0099CB;
  color: #FFFFFF;
}

#modal-window ul li > ul.level2 {
  margin: 0;
  padding: 0;
}
#modal-window ul li > ul.level2 li {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 100%;
  border: none;
}
#modal-window ul li > ul.level2 li a {
  display: block;
  background-color: #2D2F7F;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
  padding: 15px 30px;
  cursor: pointer;
}
#modal-window ul li > ul li a:hover {
  background-color: #0099CB;
  color: #FFFFFF;
}

#pageslide {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 7777;
  margin: 0;
  padding: 0;
  background: rgba(0,0,0,0.7);
}



/****************************/
/********** Footer **********/
/****************************/

#footer {
  background-color: #FFFFFF;
}
footer {
  margin: auto;
  padding: 20px 20px 0 20px;
  width: 100%;
  text-align: center;
}
footer .credit .title {
  margin: 0;
  padding: 0;
}
footer .credit .title a {
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: #000000;
}
footer .credit address {
  font-size: 1.2rem;
  border-top: 3px solid #EAEAEA;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}
footer #pagetop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 7777;
  color: #2571A3;
}
footer #pagetop a {
  color: #FFFFFF;
  background-color: #2D2F7F;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 140%;
  text-decoration: none;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer #pagetop a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0d8";
  font-size: 3.0rem;
  font-weight: 900;
  margin: 2px auto;
}
footer #pagetop a:hover {
  background-color: #0099CB;
}
footer #copyright {
  margin: auto;
  padding: 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  color: #000000;
}



/**************************/
/********** Main **********/
/**************************/

main {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: left;
  flex-grow: 1;
  position: relative;
}
.page main {
  border-bottom: 1px solid #2D2F7F;
}



/*****************************/
/********** Content **********/
/*****************************/

.content {
  margin: 0 auto;
  padding: 20px;
}



/**************************/
/********** Home **********/
/**************************/

.home #section01 {
  background: linear-gradient(to bottom, #2D2F7F 30%, rgba(34,72,148,0.9) 50%, rgba(1,145,208,0.8) 70%, transparent);
  color: #FFFFFF;
  width: 100%;
}
.home #section01 .content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.home #section01 .paragraph {
  margin: auto 0;
}
.home #section01 .paragraph h2 {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0;
}
.home #section01 .paragraph p {
  font-size: 1.3rem;
  line-height: 160%;
}
.home #section01 .slideshow {
  margin: 0;
  padding: 0;
  position: absolute;
  right: -25px;
  top: -10px;
  overflow: hidden;
  width: 160px;
  height: 140px;
}
.home #section01 .slideshow img {
  position: absolute;
}

.home #section02 {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
}
.home #section02 .content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
}
.home #section02 h2 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  color: #2D2F7F;
  margin: 20px auto;
}
.home #section02 .block dl {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px dotted #CCCCCC;
}
.home #section02 .block dl dt {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}
.home #section02 .block dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}

.home #section03 {
  background-color: #2D2F7F;
  color: #FFFFFF;
  width: 100%;
}
.home #section03 .content {
  position: relative;
  padding-bottom: 30px;
}
.home #section03 h2 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  color: #FFFFFF;
  margin: 20px auto;
  text-align: center;
}
.home #section03 .block {
}
.home #section03 .block ul {
  margin: 10px 0;
  padding: 0;
}
.home #section03 .block ul li {
  margin: 4px 0;
  padding: 0;
  list-style: none;
}
.home #section03 .block ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f111";
  margin: 0 6px 0 0;
  font-size: 1.3rem;
  font-weight: 800;
  list-style-position: outside;
}
.home #section03 a {
  color: #FFFFFF;
}
.home #section03 .float-image {
  position: absolute;
  right: -60px;
  top: 210px;
  width: 42%;
}

.home #section04 {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
}
.home #section04 .content {
  position: relative;
  padding-bottom: 30px;
}
.home #section04 h2 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  color: #2D2F7F;
  margin: 20px auto;
  text-align: center;
}
.home #section04 h3 {
  background: none;
  margin: 20px 0;
  padding: 0;
  font-size: 1.5rem;
  color: #000000;
}
.home #section04 .block ul {
  margin: 10px 0;
  padding: 0;
}
.home #section04 .block ul li {
  margin: 4px 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}
.home #section04 .block ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  margin: 0 6px 0 0;
  font-size: 1.3rem;
  font-weight: 900;
  list-style-position: outside;
}

.home #section06 {
  background: linear-gradient(to bottom, #2D2F7F 30%, #2D539B 60%, rgba(45,83,155,0.9) 80%, rgba(45,83,155,0.8) 100%);
  color: #FFFFFF;
  width: 100%;
}
.home #section06 .content {
  position: relative;
}
.home #section06 .float-image {
  position: absolute;
  right: -10px;
  top: -30px;
  width: 46%;
}
.home #section06 h2 {
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  color: #FFFFFF;
  margin: 20px auto;
}
.home #section06 .block {
  width: 100%;
}
.home #section06 .block ul {
  margin: 10px 0;
  padding: 0;
}
.home #section06 .block ul li {
  margin: 4px 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}
.home #section06 .block ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  margin: 0 6px 0 0;
  font-size: 1.3rem;
  font-weight: 900;
  list-style-position: outside;
}
.home #section06 .block ul li a {
  color: #FFFFFF;
}



/********************************/
/********** Page Title **********/
/********************************/

.page-title {
  margin: auto;
  padding: 0;
  background: linear-gradient(to bottom, #2D2F7F, #26408C, #1171AF);
  color: #FFFFFF;
  width: 100%;
}
.page-title nav {
  margin: 0 auto;
  padding: 10px 20px;
  width: 100%;
}
.page-title h2 {
  margin: 24px 0 6px 0;
  padding: 0;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin-left: auto;
  margin-top: 10px;
  padding: 0;
  width: 100%;
}
#breadcrumbs ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#breadcrumbs ul li {
  margin: 0 0 0 6px;
  font-size: 1.2rem;
  color: #FFFFFF;
}
#breadcrumbs ul li a {
  font-size: 1.2rem;
  color: #FFFFFF;
  text-decoration: underline;
}
#breadcrumbs ul li a:hover {
  text-decoration: none;
}
#breadcrumbs ul li:after {
  content: ">";
  margin: 0 0 0 6px;
  font-size: 1.0rem;
}
#breadcrumbs ul li:last-child:after {
  content: none;
}



/**************************/
/********** Page **********/
/**************************/




}



/************************************************************/
/********** Responsive Contents Setting (320-480) ***********/
/************************************************************/

@media screen and ( min-width: 321px ) and ( max-width: 480px ) {



/**********************************/
/********** Base Setting **********/
/**********************************/

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.alignleft,
.alignright,
.aligncenter {
  width: 100%;
  display: block!important;
  margin: 20px auto!important;
  text-align: center!important;
}



/*******************************/
/********** Container **********/
/*******************************/

#container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow-x: hidden;
}
.home #container {
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}



/****************************/
/********** Header **********/
/****************************/

#header {
  background-color: #FFFFFF;
}
header {
  position: relative;
  z-index: 7777;
  width: 100%;
  margin: auto;
  padding: 15px 20px;
}
header h1 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  flex: none;
}
header h1 a {
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
  color: #000000;
}
header h1 a:hover {
  color: #000000;
}
header h1 a:before {
  content: "";
  display: inline-block;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 41px;
  height: 40px;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
header ul {
  display: none;
}



/****************************************/
/********** Respomsive Swicher **********/
/****************************************/

#trigger {
  position: fixed;
  z-index: 8888;
  right: 0;
  top: 0;
}
#trigger-close {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
}
#trigger a,
#trigger-close a {
  display: block;
  color: #FFFFFF;
  background-color: #2D2F7F;
  font-size: 1.5rem;
  text-decoration: none;
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#background-close a {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#modal-window {
  display: none;
  width: 300px;
  height: 100%;
  background: linear-gradient(to right, #2D2F7F, #26408C, #1171AF);
  color: #FFFFFF;
}
#modal-window ul {
  margin: 0;
  padding: 0;
}
#modal-window ul li {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 100%;
  background-color: #2D2F7F;
  color: #FFFFFF;
  border-bottom: 1px solid #1171AF;
  cursor: pointer;
}
#modal-window ul li a {
  display: block;
  background-color: #2D2F7F;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
  padding: 15px 20px;
  cursor: pointer;
}
#modal-window ul li a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  margin: 0 6px 0 0;
  font-size: 1.2rem;
  font-weight: 900;
  color: #FFFFFF;
}
#modal-window ul li a:hover,
#modal-window ul li.current a {
  background-color: #0099CB;
  color: #FFFFFF;
}

#modal-window ul li > ul.level2 {
  margin: 0;
  padding: 0;
}
#modal-window ul li > ul.level2 li {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 100%;
  border: none;
}
#modal-window ul li > ul.level2 li a {
  display: block;
  background-color: #2D2F7F;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
  padding: 15px 30px;
  cursor: pointer;
}
#modal-window ul li > ul li a:hover {
  background-color: #0099CB;
  color: #FFFFFF;
}

#pageslide {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 7777;
  margin: 0;
  padding: 0;
  background: rgba(0,0,0,0.7);
}



/****************************/
/********** Footer **********/
/****************************/

#footer {
  background-color: #FFFFFF;
}
footer {
  margin: auto;
  padding: 20px 20px 0 20px;
  width: 100%;
  text-align: center;
}
footer .credit .title {
  margin: 0;
  padding: 0;
}
footer .credit .title a {
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 1.8rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  color: #000000;
}
footer .credit address {
  font-size: 1.2rem;
  border-top: 3px solid #EAEAEA;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}
footer #pagetop {
  position: fixed;
  bottom: 20px;
  right: 10px;
  z-index: 7777;
  color: #2571A3;
}
footer #pagetop a {
  color: #FFFFFF;
  background-color: #2D2F7F;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 140%;
  text-decoration: none;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer #pagetop a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0d8";
  font-size: 3.0rem;
  font-weight: 900;
  margin: 2px auto;
}
footer #pagetop a:hover {
  background-color: #0099CB;
}
footer #copyright {
  margin: auto;
  padding: 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  color: #000000;
}



/**************************/
/********** Main **********/
/**************************/

main {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: left;
  flex-grow: 1;
  position: relative;
}
.page main {
  border-bottom: 1px solid #2D2F7F;
}



/*****************************/
/********** Content **********/
/*****************************/

.content {
  margin: 0 auto;
  padding: 20px;
}



/**************************/
/********** Home **********/
/**************************/

.home #section01 {
  background: linear-gradient(to bottom, #2D2F7F 30%, rgba(34,72,148,0.9) 50%, rgba(1,145,208,0.8) 70%, transparent);
  color: #FFFFFF;
  width: 100%;
}
.home #section01 .content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.home #section01 .paragraph {
  margin: auto 0;
}
.home #section01 .paragraph h2 {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0;
}
.home #section01 .paragraph p {
  font-size: 1.3rem;
  line-height: 160%;
}
.home #section01 .slideshow {
  margin: 0;
  padding: 0;
  position: absolute;
  right: -25px;
  top: -10px;
  overflow: hidden;
  width: 172px;
  height: 150px;
}
.home #section01 .slideshow img {
  position: absolute;
}

.home #section02 {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
}
.home #section02 .content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
}
.home #section02 h2 {
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  color: #2D2F7F;
  margin: 20px auto;
}
.home #section02 .block dl {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px dotted #CCCCCC;
}
.home #section02 .block dl dt {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}
.home #section02 .block dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}

.home #section03 {
  background-color: #2D2F7F;
  color: #FFFFFF;
  width: 100%;
}
.home #section03 .content {
  position: relative;
  padding-bottom: 30px;
}
.home #section03 h2 {
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  color: #FFFFFF;
  margin: 20px auto;
  text-align: center;
}
.home #section03 .block {
}
.home #section03 .block ul {
  margin: 10px 0;
  padding: 0;
}
.home #section03 .block ul li {
  margin: 4px 0;
  padding: 0;
  list-style: none;
}
.home #section03 .block ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f111";
  margin: 0 6px 0 0;
  font-size: 1.3rem;
  font-weight: 800;
  list-style-position: outside;
}
.home #section03 a {
  color: #FFFFFF;
}
.home #section03 .float-image {
  position: absolute;
  right: -60px;
  top: 210px;
  width: 42%;
}

.home #section04 {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
}
.home #section04 .content {
  position: relative;
  padding-bottom: 30px;
}
.home #section04 h2 {
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  color: #2D2F7F;
  margin: 20px auto;
  text-align: center;
}
.home #section04 h3 {
  background: none;
  margin: 20px 0;
  padding: 0;
  font-size: 1.5rem;
  color: #000000;
}
.home #section04 .block ul {
  margin: 10px 0;
  padding: 0;
}
.home #section04 .block ul li {
  margin: 4px 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}
.home #section04 .block ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  margin: 0 6px 0 0;
  font-size: 1.3rem;
  font-weight: 900;
  list-style-position: outside;
}

.home #section06 {
  background: linear-gradient(to bottom, #2D2F7F 30%, #2D539B 60%, rgba(45,83,155,0.9) 80%, rgba(45,83,155,0.8) 100%);
  color: #FFFFFF;
  width: 100%;
}
.home #section06 .content {
  position: relative;
}
.home #section06 .float-image {
  position: absolute;
  right: -10px;
  top: -40px;
  width: 40%;
}
.home #section06 h2 {
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  color: #FFFFFF;
  margin: 20px 0;
}
.home #section06 .block {
  width: 100%;
}
.home #section06 .block ul {
  margin: 10px 0;
  padding: 0;
}
.home #section06 .block ul li {
  margin: 4px 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}
.home #section06 .block ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  margin: 0 6px 0 0;
  font-size: 1.3rem;
  font-weight: 900;
  list-style-position: outside;
}
.home #section06 .block ul li a {
  color: #FFFFFF;
}



/********************************/
/********** Page Title **********/
/********************************/

.page-title {
  margin: auto;
  padding: 0;
  background: linear-gradient(to bottom, #2D2F7F, #26408C, #1171AF);
  color: #FFFFFF;
  width: 100%;
}
.page-title nav {
  margin: 0 auto;
  padding: 10px 20px;
  width: 100%;
}
.page-title h2 {
  margin: 32px 0 6px 0;
  padding: 0;
  font-size: 2.0rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin-left: auto;
  margin-top: 10px;
  padding: 0;
  width: 100%;
}
#breadcrumbs ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#breadcrumbs ul li {
  margin: 0 0 0 6px;
  font-size: 1.2rem;
  color: #FFFFFF;
}
#breadcrumbs ul li a {
  font-size: 1.2rem;
  color: #FFFFFF;
  text-decoration: underline;
}
#breadcrumbs ul li a:hover {
  text-decoration: none;
}
#breadcrumbs ul li:after {
  content: ">";
  margin: 0 0 0 6px;
  font-size: 1.0rem;
}
#breadcrumbs ul li:last-child:after {
  content: none;
}



/**************************/
/********** Page **********/
/**************************/



}



/***********************************************************/
/********** Responsive Contents Setting (480-768) **********/
/***********************************************************/

@media screen and ( min-width: 481px ) and ( max-width: 768px ) {



/**********************************/
/********** Base Setting **********/
/**********************************/

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.alignleft,
.alignright,
.aligncenter {
  width: 100%;
  display: block!important;
  margin: 20px auto!important;
  text-align: center!important;
}



/*******************************/
/********** Container **********/
/*******************************/

#container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow-x: hidden;
}
.home #container {
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}



/****************************/
/********** Header **********/
/****************************/

#header {
  background-color: #FFFFFF;
}
header {
  position: relative;
  z-index: 7777;
  width: 100%;
  margin: auto;
  padding: 20px;
}
header h1 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  flex: none;
}
header h1 a {
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: left;
  text-decoration: none;
  color: #000000;
}
header h1 a:hover {
  color: #000000;
}
header h1 a:before {
  content: "";
  display: inline-block;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 51px;
  height: 50px;
  vertical-align: middle;
  margin: 0 15px 0 0;
}
header ul {
  display: none;
}



/****************************************/
/********** Respomsive Swicher **********/
/****************************************/

#trigger {
  position: fixed;
  z-index: 8888;
  right: 0;
  top: 0;
}
#trigger-close {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
}
#trigger a,
#trigger-close a {
  display: block;
  color: #FFFFFF;
  background-color: #2D2F7F;
  font-size: 1.5rem;
  text-decoration: none;
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#background-close a {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#modal-window {
  display: none;
  width: 300px;
  height: 100%;
  background: linear-gradient(to right, #2D2F7F, #26408C, #1171AF);
  color: #FFFFFF;
}
#modal-window ul {
  margin: 0;
  padding: 0;
}
#modal-window ul li {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 100%;
  background-color: #2D2F7F;
  color: #FFFFFF;
  border-bottom: 1px solid #1171AF;
  cursor: pointer;
}
#modal-window ul li a {
  display: block;
  background-color: #2D2F7F;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
  padding: 15px 20px;
  cursor: pointer;
}
#modal-window ul li a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  margin: 0 6px 0 0;
  font-size: 1.2rem;
  font-weight: 900;
  color: #FFFFFF;
}
#modal-window ul li a:hover,
#modal-window ul li.current a {
  background-color: #0099CB;
  color: #FFFFFF;
}

#modal-window ul li > ul.level2 {
  margin: 0;
  padding: 0;
}
#modal-window ul li > ul.level2 li {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 100%;
  border: none;
}
#modal-window ul li > ul.level2 li a {
  display: block;
  background-color: #2D2F7F;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
  padding: 15px 30px;
  cursor: pointer;
}
#modal-window ul li > ul li a:hover {
  background-color: #0099CB;
  color: #FFFFFF;
}

#pageslide {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 7777;
  margin: 0;
  padding: 0;
  background: rgba(0,0,0,0.7);
}



/****************************/
/********** Footer **********/
/****************************/

#footer {
  background-color: #FFFFFF;
}
footer {
  margin: auto;
  padding: 20px 20px 0 20px;
  width: 100%;
  text-align: center;
}
footer .credit .title {
  margin: 0;
  padding: 0;
}
footer .credit .title a {
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: center;
  text-decoration: none;
  color: #000000;
}
footer .credit address {
  font-size: 1.2rem;
  border-top: 3px solid #EAEAEA;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}
footer .credit address br:first-child {
  display: none;
}
footer #pagetop {
  position: fixed;
  bottom: 30px;
  right: 10px;
  z-index: 7777;
  color: #2571A3;
}
footer #pagetop a {
  color: #FFFFFF;
  background-color: #2D2F7F;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 140%;
  text-decoration: none;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer #pagetop a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0d8";
  font-size: 3.0rem;
  font-weight: 900;
  margin: 2px auto;
}
footer #pagetop a:hover {
  background-color: #0099CB;
}
footer #copyright {
  margin: auto;
  padding: 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  color: #000000;
}



/**************************/
/********** Main **********/
/**************************/

main {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: left;
  flex-grow: 1;
  position: relative;
}
.page main {
  border-bottom: 1px solid #2D2F7F;
}



/*****************************/
/********** Content **********/
/*****************************/

.content {
  margin: 0 auto;
  padding: 20px;
}



/**************************/
/********** Home **********/
/**************************/

.home #section01 {
  background: linear-gradient(to bottom, #2D2F7F 30%, rgba(34,72,148,0.9) 50%, rgba(1,145,208,0.8) 70%, transparent);
  color: #FFFFFF;
  width: 100%;
}
.home #section01 .content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 20px;
}
.home #section01 .paragraph {
  margin: auto 0;
}
.home #section01 .paragraph h2 {
  font-size: 2.0rem;
  font-weight: 400;
  line-height: 180%;
  letter-spacing: 0.1rem;
  margin-bottom: 40px;
}
.home #section01 .paragraph p {
  font-size: 1.4rem;
  line-height: 160%;
}
.home #section01 .slideshow {
  margin: 0;
  padding: 0;
  position: absolute;
  right: -25px;
  top: -13px;
  overflow: hidden;
  width: 217px;
  height: 190px;
}
.home #section01 .slideshow img {
  position: absolute;
}

.home #section02 {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
}
.home #section02 .content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
}
.home #section02 h2 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  color: #2D2F7F;
  margin: 30px auto;
}
.home #section02 .block dl {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px dotted #CCCCCC;
}
.home #section02 .block dl dt {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}
.home #section02 .block dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
}

.home #section03 {
  background-color: #2D2F7F;
  color: #FFFFFF;
  width: 100%;
}
.home #section03 .content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}
.home #section03 h2 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  color: #FFFFFF;
  margin: 30px 0;
}
.home #section03 .block {
  width: 50%;
}
.home #section03 .block ul {
  margin: 10px 0;
  padding: 0;
}
.home #section03 .block ul li {
  margin: 4px 0;
  padding: 0;
  list-style: none;
}
.home #section03 .block ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f111";
  margin: 0 6px 0 0;
  font-size: 1.3rem;
  font-weight: 800;
  list-style-position: outside;
}
.home #section03 a {
  color: #FFFFFF;
}
.home #section03 .float-image {
  position: absolute;
  right: -90px;
  top: 40px;
  width: 60%;
}

.home #section04 {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
}
.home #section04 .content {
  position: relative;
  padding-bottom: 30px;
}
.home #section04 h2 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  color: #2D2F7F;
  margin: 30px 0;
}
.home #section04 h3 {
  background: none;
  margin: 20px 0;
  padding: 0;
  font-size: 1.5rem;
  color: #000000;
}
.home #section04 .block ul {
  margin: 10px 0;
  padding: 0;
}
.home #section04 .block ul li {
  margin: 4px 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}
.home #section04 .block ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  margin: 0 6px 0 0;
  font-size: 1.3rem;
  font-weight: 900;
  list-style-position: outside;
}

.home #section06 {
  background: linear-gradient(to bottom, #2D2F7F 30%, #2D539B 60%, rgba(45,83,155,0.9) 80%, rgba(45,83,155,0.8) 100%);
  color: #FFFFFF;
  width: 100%;
}
.home #section06 .content {
  position: relative;
}
.home #section06 .float-image {
  position: absolute;
  right: -20px;
  top: -60px;
  width: 50%;
}
.home #section06 h2 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  color: #FFFFFF;
  margin: 30px 0;
}
.home #section06 .block {
  width: 100%;
}
.home #section06 .block ul {
  margin: 10px 0;
  padding: 0;
}
.home #section06 .block ul li {
  margin: 4px 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}
.home #section06 .block ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  margin: 0 6px 0 0;
  font-size: 1.3rem;
  font-weight: 900;
  list-style-position: outside;
}
.home #section06 .block ul li a {
  color: #FFFFFF;
}



/********************************/
/********** Page Title **********/
/********************************/

.page-title {
  margin: auto;
  padding: 0;
  background: linear-gradient(to bottom, #2D2F7F, #26408C, #1171AF);
  color: #FFFFFF;
  width: 100%;
}
.page-title nav {
  margin: 0 auto;
  padding: 10px 20px;
  width: 100%;
}
.page-title h2 {
  margin: 36px 0 12px 0;
  padding: 0;
  font-size: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin-left: auto;
  margin-top: 10px;
  padding: 0;
  width: 100%;
}
#breadcrumbs ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#breadcrumbs ul li {
  margin: 0 0 0 8px;
  font-size: 1.3rem;
  color: #FFFFFF;
}
#breadcrumbs ul li a {
  font-size: 1.3rem;
  color: #FFFFFF;
  text-decoration: underline;
}
#breadcrumbs ul li a:hover {
  text-decoration: none;
}
#breadcrumbs ul li:after {
  content: ">";
  margin: 0 0 0 8px;
  font-size: 1.0rem;
}
#breadcrumbs ul li:last-child:after {
  content: none;
}



/**************************/
/********** Page **********/
/**************************/



}



/************************************************************/
/********** Responsive Contents Setting (768-1024) **********/
/************************************************************/

@media screen and ( min-width: 769px ) and ( max-width: 1024px ) {



/**********************************/
/********** Base Setting **********/
/**********************************/

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

.alignleft,
.alignright,
.aligncenter {
  width: 100%;
  display: block!important;
  margin: 20px auto!important;
  text-align: center!important;
}



/*******************************/
/********** Container **********/
/*******************************/

#container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
  overflow-x: hidden;
}
.home #container {
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}



/****************************/
/********** Header **********/
/****************************/

#header {
  background-color: #FFFFFF;
}
header {
  position: relative;
  z-index: 7777;
  width: 100%;
  margin: auto;
  padding: 20px;
}
header h1 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  flex: none;
}
header h1 a {
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: left;
  text-decoration: none;
  color: #000000;
}
header h1 a:hover {
  color: #000000;
}
header h1 a:before {
  content: "";
  display: inline-block;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  height: 60px;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
header ul {
  display: none;
}



/****************************************/
/********** Respomsive Swicher **********/
/****************************************/

#trigger {
  position: fixed;
  z-index: 8888;
  right: 0;
  top: 0;
}
#trigger-close {
  position: fixed;
  z-index: 9999;
  right: 0;
  top: 0;
}
#trigger a,
#trigger-close a {
  display: block;
  color: #FFFFFF;
  background-color: #2D2F7F;
  font-size: 1.5rem;
  text-decoration: none;
  width: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}
#background-close a {
  display: block;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#modal-window {
  display: none;
  width: 320px;
  height: 100%;
  background: linear-gradient(to right, #2D2F7F, #26408C, #1171AF);
  color: #FFFFFF;
}
#modal-window ul {
  margin: 0;
  padding: 0;
}
#modal-window ul li {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 100%;
  background-color: #2D2F7F;
  color: #FFFFFF;
  border-bottom: 1px solid #1171AF;
  cursor: pointer;
}
#modal-window ul li a {
  display: block;
  background-color: #2D2F7F;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
  padding: 15px 20px;
  cursor: pointer;
}
#modal-window ul li a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  margin: 0 6px 0 0;
  font-size: 1.2rem;
  font-weight: 900;
  color: #FFFFFF;
}
#modal-window ul li a:hover,
#modal-window ul li.current a {
  background-color: #0099CB;
  color: #FFFFFF;
}

#modal-window ul li > ul.level2 {
  margin: 0;
  padding: 0;
}
#modal-window ul li > ul.level2 li {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 100%;
  border: none;
}
#modal-window ul li > ul.level2 li a {
  display: block;
  background-color: #2D2F7F;
  color: #FFFFFF;
  font-size: 1.2rem;
  font-weight: normal;
  text-decoration: none;
  margin: 0;
  padding: 15px 30px;
  cursor: pointer;
}
#modal-window ul li > ul li a:hover {
  background-color: #0099CB;
  color: #FFFFFF;
}

#pageslide {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 7777;
  margin: 0;
  padding: 0;
  background: rgba(0,0,0,0.7);
}



/****************************/
/********** Footer **********/
/****************************/

#footer {
  background-color: #FFFFFF;
}
footer {
  margin: auto;
  padding: 20px 20px 0 20px;
  width: 100%;
  text-align: center;
}
footer .credit .title {
  margin: 0;
  padding: 0;
}
footer .credit .title a {
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: center;
  text-decoration: none;
  color: #000000;
}
footer .credit address {
  font-size: 1.2rem;
  border-top: 3px solid #EAEAEA;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}
footer .credit address span:before {
  content: "|";
  margin: 0 12px;
}
footer .credit address br {
  display: none;
}
footer #pagetop {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 7777;
  color: #2571A3;
}
footer #pagetop a {
  color: #FFFFFF;
  background-color: #2D2F7F;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 140%;
  text-decoration: none;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer #pagetop a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0d8";
  font-size: 3.0rem;
  font-weight: 900;
  margin: 2px auto;
}
footer #pagetop a:hover {
  background-color: #0099CB;
}
footer #copyright {
  margin: auto;
  padding: 0;
  text-align: center;
  font-size: 1.2rem;
  font-weight: normal;
  color: #000000;
}



/**************************/
/********** Main **********/
/**************************/

main {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: left;
  flex-grow: 1;
  position: relative;
}
.page main {
  border-bottom: 1px solid #2D2F7F;
}



/*****************************/
/********** Content **********/
/*****************************/

.content {
  margin: 0 auto;
  padding: 20px;
}



/**************************/
/********** Home **********/
/**************************/

.home #section01 {
  background: linear-gradient(to bottom, #2D2F7F 30%, rgba(34,72,148,0.9) 50%, rgba(1,145,208,0.8) 70%, transparent);
  color: #FFFFFF;
  width: 100%;
  height: 450px;
}
.home #section01 .content {
  position: relative;
  display: flex;
  padding: 0 20px;
}
.home #section01 .paragraph {
  margin: auto 20px auto 0;
}
.home #section01 .paragraph h2 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.1rem;
}
.home #section01 .paragraph p {
  font-size: 1.4rem;
  line-height: 160%;
}
.home #section01 .slideshow {
  margin: -37px -240px -37px auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 600px;
  height: 524px;
  flex: none;
}
.home #section01 .slideshow img {
  position: absolute;
}

.home #section02 {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
}
.home #section02 .content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
}
.home #section02 h2 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  color: #2D2F7F;
  margin: 30px auto;
}
.home #section02 .block dl {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px dotted #CCCCCC;
}
.home #section02 .block dl dt {
  margin: 0 30px 0 0;
  padding: 0;
  white-space: nowrap;
  font-size: 1.4rem;
  width: 80px;
}
.home #section02 .block dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  width: 100%;
}

.home #section03 {
  background-color: #2D2F7F;
  color: #FFFFFF;
  width: 100%;
}
.home #section03 .content {
  position: relative;
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
}
.home #section03 h2 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  color: #FFFFFF;
  margin: 30px 0;
}
.home #section03 .block {
  width: 50%;
}
.home #section03 .block ul {
  margin: 10px 0;
  padding: 0;
}
.home #section03 .block ul li {
  margin: 4px 0;
  padding: 0;
  list-style: none;
}
.home #section03 .block ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f111";
  margin: 0 6px 0 0;
  font-size: 1.3rem;
  font-weight: 800;
  list-style-position: outside;
}
.home #section03 a {
  color: #FFFFFF;
}
.home #section03 .float-image {
  margin-top: -60px;
  position: absolute;
  right: -80px;
  width: 60%;
}

.home #section04 {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
}
.home #section04 .content {
  position: relative;
  padding-bottom: 30px;
}
.home #section04 h2 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  color: #2D2F7F;
  margin: 30px 0;
}
.home #section04 h3 {
  background: none;
  margin: 20px 0;
  padding: 0;
  font-size: 1.5rem;
  color: #000000;
}
.home #section04 .block ul {
  margin: 10px 0;
  padding: 0;
}
.home #section04 .block ul li {
  margin: 4px 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}
.home #section04 .block ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  margin: 0 6px 0 0;
  font-size: 1.3rem;
  font-weight: 900;
  list-style-position: outside;
}

.home #section06 {
  background: linear-gradient(to bottom, #2D2F7F 30%, #2D539B 60%, rgba(45,83,155,0.9) 80%, rgba(45,83,155,0.8) 100%);
  color: #FFFFFF;
  width: 100%;
}
.home #section06 .content {
  position: relative;
}
.home #section06 .float-image {
  margin-top: -80px;
  position: absolute;
  right: -100px;
  width: 50%;
}
.home #section06 h2 {
  font-size: 2.2rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0;
  color: #FFFFFF;
  margin: 30px 0;
}
.home #section06 .block {
  width: 50%;
}
.home #section06 .block ul {
  margin: 10px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 280px;
}
.home #section06 .block ul li {
  margin: 4px 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  width: 250px;
}
.home #section06 .block ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  margin: 0 6px 0 0;
  font-size: 1.3rem;
  font-weight: 900;
  list-style-position: outside;
}
.home #section06 .block ul li a {
  color: #FFFFFF;
}



/********************************/
/********** Page Title **********/
/********************************/

.page-title {
  margin: auto;
  padding: 0;
  background: linear-gradient(to bottom, #2D2F7F, #26408C, #1171AF);
  color: #FFFFFF;
  width: 100%;
}
.page-title nav {
  margin: 0 auto;
  padding: 10px 20px;
  width: 100%;
}
.page-title h2 {
  margin: 36px 0 12px 0;
  padding: 0;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin-left: auto;
  margin-top: 10px;
  padding: 0;
  width: 100%;
}
#breadcrumbs ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#breadcrumbs ul li {
  margin: 0 0 0 10px;
  font-size: 1.3rem;
  color: #FFFFFF;
}
#breadcrumbs ul li a {
  font-size: 1.3rem;
  color: #FFFFFF;
  text-decoration: underline;
}
#breadcrumbs ul li a:hover {
  text-decoration: none;
}
#breadcrumbs ul li:after {
  content: ">";
  margin: 0 0 0 10px;
  font-size: 1.0rem;
}
#breadcrumbs ul li:last-child:after {
  content: none;
}



/**************************/
/********** Page **********/
/**************************/



}



/********************************************************/
/********** Responsive Contents Setting (1024) **********/
/********************************************************/

@media print, screen and ( min-width: 1025px ) {



/**********************************/
/********** Base Setting **********/
/**********************************/

a[href^="tel:"] {
  pointer-events: none;
}

img {
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}



/*******************************/
/********** Container **********/
/*******************************/

#container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  overflow-x: hidden;
}
.home #container {
  background-image: url("../images/bg.jpg");
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
}



/****************************/
/********** Header **********/
/****************************/

#header {
  background-color: #FFFFFF;
}
header {
  position: relative;
  z-index: 7777;
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1080px;
  margin: auto;
  padding: 40px;
}
header h1 {
  margin: 0;
  padding: 0;
  line-height: 100%;
  flex: none;
}
header h1 a {
  display: flex;
  align-items: center;
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: left;
  text-decoration: none;
  color: #000000;
}
header h1 a:hover {
  color: #000000;
}
header h1 a:before {
  content: "";
  display: inline-block;
  background-image: url("../images/logo.png");
  background-repeat: no-repeat;
  background-size: contain;
  width: 62px;
  height: 60px;
  vertical-align: middle;
  margin: 0 20px 0 0;
}
header ul {
  margin: 10px auto;
  padding: 0;
  width: 100%;
  display: flex;
  justify-content: flex-end;
}
header ul li {
  font-size: 1.3rem;
  color: #000000;
}
header ul li+li:before {
  content: "・";
  margin: 0 4px;
}
header ul li.language {
  margin: 0 0 0 12px;
}
header ul li.language:before {
  content: none;
}
header ul li.language a {
  font-size: 1.3rem;
  font-weight: bold;
  color: #FFFFFF;
  background-color: #0099CB;
  border-radius: 20px;
  padding: 5px 30px;
  text-decoration: none;
}
header ul li.language a:hover {
  background-color: #2D2F7F;
  color: #FFFFFF;
}



/********************************/
/********** Global Nav **********/
/********************************/

.global-nav {
  margin: auto;
  padding: 0;
  width: 100%;
  max-width: 1080px;
  position: relative;
  z-index: 9999;
}
.global-nav ul {
  margin: auto;
  padding: 0 20px;
  display: flex;
}
.global-nav ul li {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 100%;
  flex-grow: 1;
  text-align: center;
  position: relative;
  z-index: 6666;
}
.global-nav ul li+li:before {
  position: absolute;
  display: block;
  content: "";
  height: 14px;
  border-left: 1px solid #7F7F7F;
}
.global-nav ul li a {
  display: block;
  width: 100%;
  font-size: 1.4rem;
  font-weight: 400;
  color: #000000;
  text-decoration: none;
  margin: 0;
  padding: 0 0 24px 0;
}
.global-nav ul li a:hover,
.global-nav ul li.current a {
  color: #0099CB;
}
.global-nav ul.add-menu {
  display: none;
}

.global-nav ul li > ul.level2 {
  display: none;
}
.global-nav ul li.accordion:hover > ul.level2 {
  display: block;
  position: absolute;
  left: 0;
  width: 280px;
  z-index: 7777;
  border: 1px solid #CCCCCC;
  background-color: #2D2F7F;
  margin: 0;
  padding: 0;
}
.global-nav ul li > ul.level2 li {
  margin: 0;
  padding: 0;
  font-size: 1.2rem;
  line-height: 100%;
}
.global-nav ul li > ul.level2 li a {
  display: block;
  font-size: 1.2rem;
  text-decoration: none;
  margin: 0;
  padding: 15px 20px;
  text-align: left;
  color: #FFFFFF;
}
.global-nav ul li > ul.level2 li a:hover {
  color: #0099CB;
}
.global-nav ul li > ul.level2 li+li {
  border-top: 1px solid #FFFFFF;
  border-left: none;
}



/****************************************/
/********** Respomsive Swicher **********/
/****************************************/

#trigger {
  display: none;
}
#trigger-close {
  display: none;
}



/****************************/
/********** Footer **********/
/****************************/

#footer {
  background-color: #FFFFFF;
}
footer {
  margin: auto;
  padding: 40px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 1080px;
}
footer .credit .title {
  margin: 0;
  padding: 0;
}
footer .credit .title a {
  margin: auto;
  padding: 0;
  width: 100%;
  height: 100%;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.1rem;
  text-align: left;
  text-decoration: none;
  color: #000000;
}
footer .credit address {
  font-size: 1.2rem;
  border-top: 3px solid #EAEAEA;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
}
footer .credit address span:before {
  content: "|";
  margin: 0 12px;
}
footer .credit address br {
  display: none;
}
footer #pagetop {
  position: fixed;
  bottom: 80px;
  right: 40px;
  z-index: 7777;
  color: #2571A3;
}
footer #pagetop a {
  color: #FFFFFF;
  background-color: #2D2F7F;
  display: block;
  width: 60px;
  height: 60px;
  line-height: 140%;
  text-decoration: none;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
footer #pagetop a:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0d8";
  font-size: 3.0rem;
  font-weight: 900;
  margin: 2px auto;
}
footer #pagetop a:hover {
  background-color: #0099CB;
}
footer #copyright {
  margin-left: auto;
  padding: 0;
  text-align: right;
  font-size: 1.2rem;
  font-weight: normal;
  color: #000000;
}



/**************************/
/********** Main **********/
/**************************/

main {
  display: block;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  text-align: left;
  flex-grow: 1;
  position: relative;
}
.page main {
  border-bottom: 1px solid #2D2F7F;
}



/*****************************/
/********** Content **********/
/*****************************/

.content {
  margin: 0 auto;
  padding: 40px;
  max-width: 1080px;
}



/**************************/
/********** Home **********/
/**************************/

.home #section01 {
  background: linear-gradient(to bottom, #2D2F7F 30%, rgba(34,72,148,0.9) 50%, rgba(1,145,208,0.8) 70%, transparent);
  color: #FFFFFF;
  width: 100%;
  height: 500px;
}
.home #section01 .content {
  position: relative;
  display: flex;
  padding: 0 40px;
}
.home #section01 .paragraph {
  margin: auto 20px auto 0;
  padding: 0;
}
.home #section01 .paragraph h2 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.2rem;
}
.home #section01 .paragraph p {
  font-size: 1.4rem;
  line-height: 160%;
}
.home #section01 .slideshow {
  margin: -41px -140px -41px auto;
  padding: 0;
  position: relative;
  overflow: hidden;
  width: 666px;
  height: 582px;
  flex: none;
}
.home #section01 .slideshow img {
  position: absolute;
}

.home #section02 {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
}
.home #section02 .content {
  position: relative;
}
.home #section02 h2 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.1rem;
  color: #2D2F7F;
  text-align: center;
}
.home #section02 .block {
  margin: 10px 0 30px 0;
}
.home #section02 .block dl {
  display: flex;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px dotted #CCCCCC;
}
.home #section02 .block dl dt {
  margin: 0 30px 0 0;
  padding: 0;
  white-space: nowrap;
  font-size: 1.4rem;
  width: 80px;
}
.home #section02 .block dl dd {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  width: 100%;
}

.home #section03 {
  background-color: #2D2F7F;
  color: #FFFFFF;
  width: 100%;
  height: 360px;
}
.home #section03 .content {
  position: relative;
}
.home #section03 h2 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.1rem;
  color: #FFFFFF;
}
.home #section03 .block ul {
  margin: 10px 0;
  padding: 0;
}
.home #section03 .block ul li {
  margin: 4px 0;
  padding: 0;
  list-style: none;
}
.home #section03 .block ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f111";
  margin: 0 6px 0 0;
  font-size: 1.3rem;
  font-weight: 800;
  list-style-position: outside;
}
.home #section03 a {
  color: #FFFFFF;
}
.home #section03 .float-image {
  margin-top: -100px;
  margin-right: -160px;
  float: right;
  height: 0;
}

.home #section04 {
  background-color: #FFFFFF;
  color: #000000;
  width: 100%;
  height: 460px;
}
.home #section04 .content {
  position: relative;
}
.home #section04 h2 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.1rem;
  color: #2D2F7F;
}
.home #section04 h3 {
  background: none;
  margin: 20px 0;
  padding: 0;
  font-size: 1.5rem;
  color: #000000;
}
.home #section04 .block ul {
  margin: 10px 0;
  padding: 0;
}
.home #section04 .block ul li {
  margin: 4px 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
}
.home #section04 .block ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  margin: 0 6px 0 0;
  font-size: 1.3rem;
  font-weight: 900;
  list-style-position: outside;
}

.home #section06 {
  background: linear-gradient(to bottom, #2D2F7F 30%, #2D539B 60%, rgba(45,83,155,0.9) 80%, rgba(45,83,155,0.8) 100%);
  color: #FFFFFF;
  width: 100%;
  height: 420px;
}
.home #section06 .content {
  position: relative;
  display: flex;
}
.home #section06 .float-image {
  margin-top: -120px;
  margin-left: -70px;
}
.home #section06 h2 {
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0.1rem;
  color: #FFFFFF;
}
.home #section06 .block {
  margin: 0 0 0 60px;
}
.home #section06 .block ul {
  margin: 10px 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 280px;
}
.home #section06 .block ul li {
  margin: 4px 0;
  padding: 0;
  list-style: none;
  list-style-position: outside;
  width: 250px;
}
.home #section06 .block ul li:before {
  font-family: 'Font Awesome 5 Free';
  content: "\f0da";
  margin: 0 6px 0 0;
  font-size: 1.3rem;
  font-weight: 900;
  list-style-position: outside;
}
.home #section06 .block ul li a {
  color: #FFFFFF;
}



/********************************/
/********** Page Title **********/
/********************************/

.page-title {
  margin: auto;
  padding: 0;
  background: linear-gradient(to bottom, #2D2F7F, #26408C, #1171AF);
  color: #FFFFFF;
  width: 100%;
}
.page-title nav {
  margin: 0 auto;
  padding: 40px;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1080px;
}
.page-title h2 {
  margin: 12px 0;
  padding: 0;
  font-size: 2.4rem;
  font-weight: 400;
  letter-spacing: 0.2rem;
}



/*********************************/
/********** Breadcrumbs **********/
/*********************************/

#breadcrumbs {
  margin-left: auto;
  padding: 0;
  width: 50%;
}
#breadcrumbs ul {
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
#breadcrumbs ul li {
  margin: 0 0 0 10px;
  font-size: 1.3rem;
  color: #FFFFFF;
}
#breadcrumbs ul li a {
  font-size: 1.3rem;
  color: #FFFFFF;
  text-decoration: underline;
}
#breadcrumbs ul li a:hover {
  text-decoration: none;
}
#breadcrumbs ul li:after {
  content: ">";
  margin: 0 0 0 10px;
  font-size: 1.0rem;
}
#breadcrumbs ul li:last-child:after {
  content: none;
}



/**************************/
/********** Page **********/
/**************************/



}