@charset "utf-8";
/* CSS Document */

.main_btn:link,
.main_btn__blue:link {
  position: relative;
  display: block;
  width: fit-content;
  margin-top: 20px;
  padding: 15px 70px 15px;
  border-radius: 50px;
  background: #ffffff;
  text-decoration: none;
  color: #0254a6!important;
  
  box-shadow: 2px 4px 10px 0px #c1c1c173;
}
.main_btn__blue:link {
  background-color: #0254a6!important;
  color: #fff!important;
  text-transform: none!important;
}

.main_btn:visited {
  color: #0254a6!important;
}
.main_btn__blue:visited {
  color: #fff!important;
}

.main_btn:before,
.main_btn__blue:before {
  content: "";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: rotate(45deg) translateY(-60%);
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  color: #0254a6;
}
.main_btn__blue:before {
  color: #fff!important;
}

@media screen and (min-width: 769px){
.sp {
  display: none;
}

/* header style */
header article {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
}

header article .inner_left {
  width: 240px;
  height: auto;
  margin-left: 40px;
  padding: 0;
  float: left;
}

header article .inner_left img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

header article .inner_left a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}

header article .inner_right {
  width: 800px;
  height: auto;
  margin-right: 40px;
  padding: 0;
  float: right;
}

header article .inner_right ul {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

header article .inner_right ul li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
}

header article .inner_right ul li a {
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2em;
  color: #0f53a6;
  padding: 22px 0 16px 0;
  display: block;
}

header article .inner_right ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

.fixheader {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: table;
  z-index: 3;
}

.is-fixed {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 3;
}

/* main style */
main article.first {
  width: 100%;
  height: 960px;
  margin: 0;
  padding: 0;
  background-image: url("../images/top_main_bg.jpg");
  background-position: center center; 
  background-repeat: no-repeat;
  background-size: cover; 
}

main article.first section {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 250px 0 0 200px;
}

main article.first section h1 {
  font-size: 60px;
  line-height: 1.2em;
  color: #ffffff;
  text-shadow: 1px 2px 3px #888888; 
  margin-bottom: 40px;
}

main article.second {
  width: 100%;
  height: 850px;
  margin: 0;
  padding: 0;
  background-image: url("../images/top_sub_main_bg.jpg");
  background-position: center center; 
  background-repeat: no-repeat;
  background-size: cover; 
}

main article.second section {
  width: 720px;
  height: 850px;
  margin: 0;
  padding-top: 300px;
  background-color: rgba(15,83,166,0.55);
  float: left;  
}

main article.second section ul {
  width: 80.55555555%;
  height: auto;
  margin: 0 auto;
  padding: 0; 
}

main article.second section ul li {
  width: 100%;
  height: auto;
  margin-bottom: 80px;
  padding: 0; 
}

main article.second section ul li strong {
  font-size: 30px;
  line-height: 1.2em;
  color: #ffffff;
  display: block; 
}

main article.second section ul li p {
  font-size: 20px;
  line-height: 1.3em;
  color: #ffffff; 
}

main article.third {
  width: 100%;
  height: 570px;
  margin: 0;
  padding: 0;
  display: table;
}

main article.third section.first,
main article.third section.second,
main article.third section.third,
main article.third section.fourth {
  width: 100%;
  height: 570px;
  margin: 0;
  padding: 0;
  display: flex;
}

main article.third section.first .inner_left {
  width: 50%;
  height: 100%;
  margin: 0;
  padding: 0;
  background-image: url("../images/top_img01.jpg");
  background-position: left center;
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
}

main article.third section.second .inner_right {
  width: 50%;
  height: 570px;
  margin: 0;
  padding: 0;
  background-image: url("../images/top_img02.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  float: right;
  order: 2;
}

main article.third section.third .inner_left {
  width: 50%;
  height: 570px;
  margin: 0;
  padding: 0;
  background-image: url("../images/top_img03.jpg");
  background-position: left center; 
  background-repeat: no-repeat;
  background-size: cover;
  float: left;
}

main article.third section.fourth .inner_right {
  width: 50%;
  height: 570px;
  margin: 0;
  padding: 0;
  background-image: url("../images/top_img04.jpg");
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
  float: right;
  order: 2;
}

main article.third section.first .inner_right {
  width: 50%;
  /* height: 570px; */
  margin: 0;
  background-color: #0f53a6;
  float: right;
}

main article.third section.third .inner_right {
  width: 50%;
  height: 570px;
  margin: 0;
  background-color: #0f53a6;
  float: right;
}

main article.third section.second .inner_left {
  width: 50%;
  height: 570px;
  margin: 0;
  background-color: #0f53a6;
  float: left;
  order: 1;
}

main article.third section.fourth .inner_left {
  width: 50%;
  height: 570px;
  margin: 0;
  background-color: #0f53a6;
  float: left;
}

main article.third section.first .inner_right ul,
main article.third section.third .inner_right ul {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-left: 17%;
}

main article.third section.second .inner_left ul,
main article.third section.fourth .inner_left ul {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: auto;
  margin: 0 auto;
  padding-left: 18%;
}

main article.third section.first .inner_right ul li,
main article.third section.third .inner_right ul li,
main article.third section.second .inner_left ul li,
main article.third section.fourth .inner_left ul li {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
  padding: 0;
}

main article.third section.first .inner_right ul li strong,
main article.third section.third .inner_right ul li strong,
main article.third section.second .inner_left ul li strong,
main article.third section.fourth .inner_left ul li strong {
  font-size: 28px;
  line-height: 1.1em;
  color: #ffffff;
  display: block; 
}

main article.third section.first .inner_right ul li p,
main article.third section.third .inner_right ul li p,
main article.third section.second .inner_left ul li p,
main article.third section.fourth .inner_left ul li p {
  font-size: 18.5px;
  line-height: 1.3em;
  color: #ffffff;
  margin-bottom: 20px;    
}

main article.fourth {
  width: 100%;
  height: auto;
  margin: 0;
  padding-bottom: 50px;
  display: table;
}

main article.fourth section.left {
  max-width: 750px;
  width: 40%;
  height: auto;
  margin: 0;
  padding: 9% 0 9% 135px;
  background-color: #2c72c8;
  float: right;
}

@media screen and ( min-width:1900px ) {
  main article.fourth section.left {
    padding: 191px 0 191px 135px;
  }
}

main article.fourth section.left strong {
  font-size: 30px;
  line-height: 1.1em;
  color: #ffffff;
  display: block;
}

main article.fourth section.right {
  max-width: 1000px;
  width: 50%;
  height: auto;
  margin-left: 5%;
  padding: 5px;
  float: left;
}

main article.fourth section.right .inner {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
}

main article.fourth section.right .inner figure {
  width: 17.6%;
  height: auto;
  margin: 0;
  padding: 0;
}

main article.fourth section.right .inner figure img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
}

main article.fourth section.right .inner figure a:hover img {
  transition: 1.0s;
  opacity: 0.3;
}































/* pagetop style */
p.pagetop {
  width: 58px;
  height: 58px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  background-color: #2c72ca; 
}

p.pagetop span {
  width: 34px;
  position: absolute;
  top: 25%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: 5px solid #ffffff;
  display: block;
}

p.pagetop a {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-top: solid 5px #ffffff;
  border-right: solid 5px #ffffff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  display: block;
}

p.pagetop:hover {
  transition: 1.0s;
  opacity: 0.3;
}

/* footer style */
footer article.first {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 60px 0;
}

footer article.first section {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: table;
}

footer article.first section .left {
  width: 40%;
  height: auto;
  margin-right: 5%;
  padding: 0;
  float: left;
}

footer article.first section .left li {
  width: 100%;
  height: auto;
  margin-bottom: 35px;
  padding: 0;
}

footer article.first section .left li:first-child img {
  width: 50%;
  height: auto;
  margin: 0;
  padding: 0;
}

footer article.first section .left li p {
  font-size: 20px;
  line-height: 1.4em;
  color: #0f53a6;
}

footer article.first section .left li p a {
  font-size: 20px;
  color: #0f53a6;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.05em;
}

footer article.first section .left li p a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

footer article.first section .center {
  width: 21%;
  height: auto;
  margin-right: 5%;
  padding: 0;
  float: left;
}

footer article.first section .center li {
  width: 100%;
  height: auto;
  margin-bottom: 37px;
  padding: 0;
}

footer article.first section .center li:first-child {
  margin-bottom: 50px;
}

footer article.first section .center li strong {
  font-size: 30px;
  line-height: 1.2em;
  color: #0f53a6;
  display: block;
}

footer article.first section .center li a {
  font-size: 20px;
  text-decoration: none;
  line-height: 1.2em;
  color: #0f53a6;
  display: block;
  text-transform: uppercase;
}

footer article.first section .center li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

footer article.first section .right {
  width: 29%;
  height: auto;
  margin: 0;
  padding: 0;
  float: left;
}

footer article.first section .right li {
  width: 100%;
  height: auto;
  margin-bottom: 40px;
  padding: 0;
}

footer article.first section .right li:first-child {
  margin-bottom: 50px;
}

footer article.first section .right li strong {
  font-size: 30px;
  line-height: 1.2em;
  color: #0f53a6;
  display: block;
}

footer article.first section .right li.address a {
  font-size: 20px;
  line-height: 1.3em;
  color: #0f53a6;
  text-decoration: underline;
  text-underline-offset: 0.1em;
  text-decoration-thickness: 0.05em;
}

footer article.first section .right li.tel a,
footer article.first section .right li.form a {
  font-size: 20px;
  text-decoration: none;
  line-height: 1.2em;
  color: #0f53a6;
  display: block;
}

footer article.first section .right li.address {
  padding-left: 50px;
  background-image: url("../images/footer_map_icon.png");
  background-position: 0 6px; 
  background-repeat: no-repeat;
}

footer article.first section .right li.tel {
  padding-left: 50px;
  background-image: url("../images/footer_tel_icon.png");
  background-position: 0 center; 
  background-repeat: no-repeat;
}

footer article.first section .right li.form {
  padding-left: 50px;
  background-image: url("../images/footer_contact_icon.png");
  background-position: 0 center; 
  background-repeat: no-repeat;
}

footer article.first section .right li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

footer article.second {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  background-color: #ebf5ff;
}

footer article.second section {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
}

footer article.second section ul {
  width: 70%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}

footer article.second section ul li {
  width: 33.33333333%;
  height: auto;
  margin: 0;
  padding: 0;
}

footer article.second section ul li a {
  font-family: "arial","helvetica","メイリオ";
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 1.2em;
  color: #050505;
  display: block;
}

footer article.second section ul li:first-child a {
  /*background-image: url("../images/japanese_icon.png");*/
  background-position: 12% center; 
  background-repeat: no-repeat;
}

footer article.second section ul li a {
  /*background-image: url("../images/chinese_icon.png");*/
  background-position: 10% center; 
  background-repeat: no-repeat;
}

footer article.second section ul li:last-child a {
  /*background-image: url("../images/thai_icon.png");*/
  background-position: 10% center; 
  background-repeat: no-repeat;
}

footer article.second section ul li a:hover {
  transition: 1.0s;
  opacity: 0.3;
}

footer copyright {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 20px 0;
  display: table;
  background-color: #0f53a6;
  position: relative;
}

footer copyright p {
  font-size: 14px;
  text-align: center;
  line-height: 1.3em;
  color: #ffffff;
}
}