:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  box-sizing: border-box; }

@font-face {
  font-family: 'notoSans bold';
  src: url("../fonts/NotoSansCJKjp-Bold.otf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'notoSans medium';
  src: url("../fonts/NotoSansCJKjp-Medium.otf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'notoSans regular';
  src: url("../fonts/NotoSansCJKjp-Regular.otf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'notoSans black';
  src: url("../fonts/NotoSansCJK-Black.ttc") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'CenturyGothicPro Bold';
  src: url("../fonts/CenturyGothicPro-Bold.otf") format("truetype");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'YuGothic-Medium';
  src: url("assets/fonts/YuGothic-Medium.otf") format("truetype");
  font-weight: 300;
  font-style: normal; }

.font-noto-bold {
  font-family: 'notoSans bold'; }

.font-noto-medium {
  font-family: 'notoSans medium'; }

.font-noto-regular {
  font-family: 'notoSans regular'; }

.font12 {
  font-size: 12px !important;
  line-height: 18px; }

.font14 {
  font-size: 14px !important;
  line-height: 20px; }

.font15 {
  font-size: 15px !important;
  line-height: 22px; }

.font16 {
  font-size: 16px !important;
  line-height: 19px; }

.font18 {
  font-size: 18px !important;
  line-height: 22px; }

.font20 {
  font-size: 20px !important;
  line-height: 30px; }

.font22 {
  font-size: 22px !important;
  line-height: 30px; }

.font24 {
  font-size: 24px !important;
  line-height: 30px; }

.font25 {
  font-size: 25px !important;
  line-height: 30px; }

.font28 {
  font-size: 28px !important;
  line-height: 35px; }

.font30 {
  font-size: 30px !important;
  line-height: 36px; }

.font32 {
  font-size: 32px !important;
  line-height: 38px; }

.font34 {
  font-size: 34px !important;
  line-height: 39px; }

.font36 {
  font-size: 36px !important;
  line-height: 40px; }

.font40 {
  font-size: 40px !important;
  line-height: 55px; }

.text-red {
  color: #ff3333; }

.text-primary {
  color: var(--primary-color) !important; }

.text-title-secondary {
  color: var(--title-secondary-color) !important; }

.text-title-primary {
  color: var(--title-primary-color) !important;
  font-family: 'notoSans bold'; }

.text-black {
  color: #000000 !important; }

.text-white {
  color: #FFFFFF !important; }

.text-deleted {
  text-decoration: line-through; }

.text-disable {
  opacity: 0.3; }

.text-normal {
  font-weight: normal; }

.text-bold {
  font-weight: bold; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

:root {
  --bg-primary-color: 	#2788ca;
  --bg-secondary-color: #30726C;
  --bg-light-color: #F2F2F2;
  --primary-color: #59BCB0;
  --footer-color: #497296;
  --title-dark-color: #606060;
  --title-primary-color: #30726C;
  --title-secondary-color: #14B6E2; }

.container {
  max-width: 1010px;
  margin: 0 auto;
  padding: 0 15px; }

@media (max-width: 768px) {
  .container {
    padding: 0 15px; } }

html {
  scroll-behavior: smooth; }

body {
  margin: 0 auto !important;
  padding: 0;
  font-family: "notoSans regular";
  color: #2E3C4D;
  position: relative;
  min-height: 100vh;
  transition: 0.5s; }

body.disable-scroll {
  overflow: hidden; }

img {
  max-width: 100%; }

a {
  text-decoration: none; }

p {
  margin-bottom: 5px; }

a:hover, a:visited, a:link, a:active {
  text-decoration: none !important; }

.container-full {
  display: block;
  margin: 20px auto;
  width: 100%; }

.bg-light {
  background-color: var(--bg-light-color); }

.bg-green-default-color {
  background-color: #00b2cc; }

.bg-rose-default-color {
  background: #e7447d; }

.color-default {
  color: #00b2cc; }

.color-rose {
  color: #e7447d; }

.bg-footer {
  background-color: var(--footer-color); }

.bg-gradient {
  background-image: linear-gradient(var(--bg-primary-color), var(--bg-secondary-color));
  padding: 100px 0; }

@media (max-width: 768px) {
  .bg-gradient {
    padding: 0; } }

.button--no-border {
  border: 0 none;
  background: transparent; }

.row {
  margin-left: -15px;
  margin-right: -15px; }

.row .col {
  padding-left: 15px;
  padding-right: 15px;
  float: left; }

.row-2-col .col {
  width: 50%; }

@media (max-width: 768px) {
  .row-2-col .col {
    width: 100%; } }

@keyframes a-ltr-after {
  0% {
    transform: translateX(-100%); }
  100% {
    transform: translateX(101%); } }

@keyframes a-ltr-before {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(200%); } }

@keyframes a-top-bottom-before {
  0% {
    transform: translateY(0); }
  100% {
    transform: translateY(200%); } }

@keyframes animateOverlay {
  to {
    opacity: 1;
    bottom: 0; } }

a[disabled] {
  opacity: 0.3;
  cursor: not-allowed; }

a[disabled] > span {
  opacity: 1 !important; }

button {
  height: 44px;
  padding: 20px;
  display: flex;
  line-height: 0 !important;
  align-items: center;
  justify-content: center;
  outline: none;
  cursor: pointer; }

button.outline {
  background: transparent;
  color: var(--primary-color);
  border: 1px solid var(--primary-color); }

button.outline:hover {
  background: #00a6b633;
  transition: 0.5s; }

button.filled {
  background: var(--title-secondary-color);
  color: #fff;
  border: 2px solid transparent; }

button.filled:hover {
  color: white;
  background: #00a6b633;
  transition: 0.5s; }

button:disabled {
  color: var(--primary-color);
  border: 2px solid;
  background: transparent;
  cursor: not-allowed; }

button:disabled:hover {
  color: var(--primary-color);
  border: 2px solid;
  background: transparent; }

.pd0 {
  padding: 0 !important; }

.pt-50 {
  padding-top: 50px !important; }

.m-0 {
  margin: 0 auto !important; }

.mt-10 {
  margin-top: 10px !important; }

.mt-20 {
  margin-top: 20px !important; }

.pv-30 {
  padding: 30px 0 !important; }

.pv-20 {
  padding: 20px 0 !important; }

.disabled {
  display: none; }

.block-center {
  display: flex;
  justify-content: center;
  align-items: center; }

#scroll-top {
  display: inline-block;
  background: url("../images/scroll-top.svg") no-repeat center 50%;
  background-color: rgba(5, 36, 63, 0.5);
  width: 50px;
  height: 50px;
  text-align: center;
  border: 0.2px solid transparent;
  border-radius: 40px;
  box-shadow: 0 0 transparent;
  position: fixed;
  bottom: 50px;
  right: 30px;
  transition: background-color .3s, opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000; }

@media (max-width: 768px) {
  #scroll-top {
    display: none !important; } }

#scroll-top:hover {
  cursor: pointer;
  background-color: #333; }

#scroll-top:active {
  background-color: #555; }

#scroll-top.show {
  opacity: 1;
  visibility: visible; }

#home {
  max-width: 1440px;
  width: 100%; }

#header {
  background-image: url("../images/bg-header.png");
  background-repeat: no-repeat;
  background-position: top center;
  min-height: 840px;
  background-size: cover; }

#header .container-header {
  max-width: 1230px;
  width: 100%;
  position: relative;
  min-height: 840px; }

#header .container-header .logo-block {
  padding-top: 40px;
  padding-bottom: 92px; }

#header .container-header .logo-block .logo {
  width: 151px; }

#header .container-header .intro-header-block .title-header h4 {
  font-size: 58px;
  font-family: "notoSans bold";
  color: #FFFFFF;
  margin-bottom: 30px; }

#header .container-header .intro-header-block .title-header .more-content {
  font-size: 20px;
  color: #FFFFFF; }

#header .container-header .intro-header-block .title-header .more-content p {
  margin-bottom: 10px;
  font-size: 20px; }

#header .container-header .link-btn {
  position: absolute;
  bottom: 90px;
  left: 45px; }

#header .container-header .link-btn a {
  font-family: "notoSans bold";
  font-size: 24px;
  background: #fb8600;
  color: #FFFFFF;
  padding: 21px 53px;
  transition: 0.3s;
  -webkit-transition: 0.3s; }

#header .container-header .link-btn a:hover {
  background-color: #ff9926; }

#introduce {
  padding-top: 90px;
  padding-bottom: 107px; }

#introduce h4.st-title {
  text-align: center;
  font-size: 56px;
  font-family: "notoSans bold";
  color: #00b2cc;
  margin-bottom: 82px; }

.it1 .it1-wrap {
  display: flex; }

.it1 .it1-wrap .left-it1 {
  width: 55%;
  margin-bottom: 85px; }

.it1 .it1-wrap .right-it1 {
  width: 174px;
  margin-left: 100px; }

.it1 .it1-wrap .it1-item .it1-ct1 {
  margin-top: 57px;
  margin-bottom: 36px; }

.it1 .it1-wrap .it1-item .it1-ct2 {
  margin-bottom: 38px; }

.it1 .it1-wrap .it1-item p {
  font-size: 16px;
  margin-bottom: 10px; }

.it1 .it1-wrap .it1-item .it-title {
  font-family: "notoSans medium";
  font-size: 32px; }

@media (max-width: 768px) {
  .it1 .it1-wrap .it1-item .it-title {
    font-size: 25px; } }

.it1 .it1-wrap .it1-item .cycle-st {
  border-radius: 50%;
  width: 174px;
  height: 174px;
  background: #00b2cc;
  color: #FFFFFF;
  font-size: 31px;
  font-family: "notoSans medium";
  text-align: center;
  padding-top: 49px;
  line-height: 41px; }

.it1 .it1-wrap .it1-item .cycle1 {
  margin-top: 9px; }

.it1 .it1-wrap .it1-item .cycle2 {
  margin-top: 18px; }

.it2 .it2-ct1 {
  margin-bottom: 56px; }

.it2 .st-it2 {
  width: 242px;
  height: 129px;
  text-align: center;
  padding: 45px 0px; }

.it2 .st-it2 p {
  color: #FFFFFF;
  font-family: "notoSans bold";
  font-size: 28px; }

.it2 .it2-ct-wrap {
  display: flex; }

.it2 .it2-ct-wrap .text-b1 {
  padding-top: 15px; }

.it2 .it-text-block {
  margin-left: 56px;
  font-size: 28px;
  font-family: "notoSans medium"; }

.it2 .it-text-block p {
  margin-bottom: 5px; }

.icon-x-block {
  position: relative;
  text-align: center;
  height: 71px; }

span.icon-x {
  background: transparent;
  position: absolute;
  top: 38px;
  left: 54px;
  display: inline-block;
  margin: 0.4em 0;
  max-width: 68px; }

span.icon-x, span.icon-x:before, span.icon-x:after {
  background: #00b2cc;
  border-radius: 0.05em;
  height: 2px;
  transition: all 0.2s ease-in-out;
  width: 100%; }

span.icon-x {
  background: transparent; }

span.icon-x:before, span.icon-x:after {
  content: '';
  left: 0;
  position: absolute; }

span.icon-x:before {
  top: 0;
  transform: rotate(-45deg);
  background-color: #00b2cc; }

span.icon-x:after {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #00b2cc; }

#emeo {
  background: #00b2cc;
  padding: 73px 0px 89px 0px; }

#emeo h4.title-emeo {
  font-size: 56px;
  font-family: "notoSans bold";
  color: #FFFFFF;
  text-align: center; }

#emeo .font-emeo {
  font-family: 'Roboto', sans-serif;
  font-size: 88px; }

#emeo .p-emeo {
  font-size: 20px;
  font-family: "notoSans medium";
  text-align: center;
  color: #FFFFFF; }

#emeo .block-emeo {
  padding-top: 70px; }

#emeo .block-emeo .block-emeo-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

#emeo .block-emeo .block-emeo-wrap .emeo-item {
  width: calc((100%) / 3 - 20px);
  background: #fcee21;
  padding: 30px 21px 31px; }

#emeo .block-emeo .block-emeo-wrap .emeo-item p {
  color: #006191;
  font-size: 22px;
  font-family: "notoSans medium";
  margin-bottom: 5px; }

#emeo .block-emeo2 {
  background-color: #FFFFFF;
  margin-top: 84px;
  padding-top: 33px; }

#emeo .block-emeo2 .bl-emeo2-wrap {
  max-width: 826px; }

#emeo .block-emeo2 .bl-emeo2-wrap h4 {
  font-size: 42px;
  font-family: "notoSans medium";
  color: #00b2cc;
  text-align: center;
  padding-bottom: 37px; }

#emeo .block-emeo2 .bl-emeo2-wrap h4 span.font-emeo2 {
  font-family: 'Roboto', sans-serif;
  font-size: 72px; }

#emeo .block-emeo2 .bl-emeo2-wrap .check-block {
  background-color: #f2f2f2;
  padding: 5px 0px;
  height: 104px; }

#emeo .block-emeo2 .bl-emeo2-wrap .check-block1 {
  margin-bottom: 25px; }

#emeo .block-emeo2 .bl-emeo2-wrap .check-true-wrap {
  display: flex;
  max-width: 480px;
  margin: 0 auto; }

#emeo .block-emeo2 .bl-emeo2-wrap .check-true-wrap .check-icon {
  width: 80px; }

#emeo .block-emeo2 .bl-emeo2-wrap .check-true-wrap .check-true-item span.icon-true {
  display: block;
  border: 4px solid #00b2cc;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  margin-top: 15px; }

#emeo .block-emeo2 .bl-emeo2-wrap .check-true-wrap .check-true-item .p-emeo2 {
  font-family: "CenturyGothicPro Bold";
  font-size: 37px;
  color: #00b2cc;
  margin-bottom: 0px; }

#emeo .block-emeo2 .bl-emeo2-wrap .check-true-wrap .check-true-item .p-emeo3 {
  font-size: 26px;
  font-family: "notoSans medium";
  color: #e7447d;
  margin-top: 5px; }

#emeo .block-emeo2 .bl-emeo2-wrap .check-true-wrap .check-true-item p:last-child {
  font-size: 22px;
  margin-bottom: 5px; }

#emeo .block-emeo2 .bl-emeo2-wrap .check-true-wrap .check-true-item:last-child {
  margin-left: 38px; }

#emeo .block-emeo2 .bl-emeo2-wrap .emeo2-image-block {
  margin-top: 50px; }

#emeo .block-emeo2 .bl-emeo2-wrap .emeo2-image-block .emeo2-image-wrap {
  display: flex; }

#emeo .block-emeo2 .bl-emeo2-wrap .emeo2-image-block .emeo2-image-wrap .emeo2-image-text {
  width: 47%; }

#emeo .block-emeo2 .bl-emeo2-wrap .emeo2-image-block .emeo2-image-wrap .emeo2-image-text p {
  margin-bottom: 5px; }

#emeo .block-emeo2 .bl-emeo2-wrap .emeo2-image-block .emeo2-image-wrap .emeo2-image-img {
  margin-left: 71px; }

#emeo .gg-emeo-block {
  margin-top: 40px; }

#emeo .gg-emeo-block .gg-emeo-wrap {
  display: flex; }

#emeo .gg-emeo-block .gg-emeo-wrap .list-item {
  width: 92%;
  margin-right: 12px; }

#emeo .gg-emeo-block .gg-emeo-wrap .list-item p.GMB {
  font-size: 13px;
  text-align: right; }

#emeo .gg-emeo-block .gg-emeo-wrap .list-item .gg-item {
  padding: 7px 10px;
  margin-bottom: 4px; }

#emeo .gg-emeo-block .gg-emeo-wrap .list-item .gg-item p {
  font-size: 20px;
  font-family: "notoSans medium";
  color: #FFFFFF;
  letter-spacing: -0.8px; }

#emeo .gg-emeo-block .gg-emeo-wrap .list-item .gg-item:first-child {
  background-color: #66d1e0; }

#emeo .gg-emeo-block .gg-emeo-wrap .list-item .gg-item:nth-child(2) {
  background-color: #33c1d6; }

#emeo .gg-emeo-block .gg-emeo-wrap .list-item .gg-item:nth-child(3) {
  background-color: #00b2cc; }

#emeo .gg-emeo-block .gg-emeo-wrap .list-item .gg-item:nth-child(4) {
  background-color: #0095ab; }

#emeo .gg-emeo-block .gg-emeo-wrap .list-item .gg-item:nth-child(5) {
  background-color: #007282; }

#emeo .block-point {
  margin-top: 83px;
  padding-bottom: 109px; }

#emeo .block-point .point-wrap {
  display: flex; }

#emeo .block-point .point-wrap .point-item {
  background-color: #00b2cc;
  width: 30.5%;
  margin-right: 60px;
  height: 164px; }

#emeo .block-point .point-wrap .point-item p {
  font-size: 28px;
  font-family: "notoSans bold";
  color: #FFFFFF;
  text-align: center;
  padding: 60px 0px; }

#emeo .block-point .point-wrap .point-item2 p {
  font-size: 22px;
  font-family: "notoSans medium";
  letter-spacing: -3px;
  line-height: 38px; }

#study {
  background-color: #e2f6fa;
  padding: 100px 0px 98px 0px; }

#study > h4 {
  font-size: 56px;
  font-family: "notoSans bold";
  color: #006191;
  margin-bottom: 20px; }

#study > p {
  font-size: 20px;
  font-family: "notoSans medium";
  color: #006191; }

#study .block-detail-study {
  margin-top: 88px; }

#study .block-detail-study .bd-study-container {
  background-color: #FFFFFF;
  padding: 61px 93px 53px 93px; }

#study .block-detail-study .bd-study-container a.btn-study {
  padding: 3px 16px;
  font-size: 28px;
  color: #FFFFFF;
  background-color: #006191;
  font-family: "notoSans medium";
  display: inline-block;
  margin-bottom: 33px; }

#study .block-detail-study .bd-study-container > p {
  font-size: 16px;
  color: #4d4d4d; }

#study .block-detail-study .bd-study-container .study-line {
  margin-top: 37px; }

#study .block-detail-study .bd-study-container .study-line .study-line-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

#study .block-detail-study .bd-study-container .study-line .study-line-wrap .sl-item {
  width: calc((100%) / 2 - 30px); }

#study .block-detail-study .bd-study-container .study-line .study-line-wrap .sl-item .line1 {
  margin-bottom: 27px; }

#study .block-detail-study .bd-study-container .study-line .study-line-wrap .table-study table {
  width: 100%;
  border: 2px solid #a4a4a4; }

#study .block-detail-study .bd-study-container .study-line .study-line-wrap .table-study th {
  font-weight: normal;
  text-align: center;
  padding: 2px 20px;
  border-top: 2px solid #a4a4a4;
  border-bottom: 2px solid #a4a4a4; }

#study .block-detail-study .bd-study-container .study-line .study-line-wrap .table-study tr td:nth-child(2) {
  border-right: 1px dashed #a3a3a3; }

#study .block-detail-study .bd-study-container .study-line .study-line-wrap .table-study tr td:nth-child(1) {
  border-right: 2px solid #a4a4a4; }

#study .block-detail-study .bd-study-container .study-line .study-line-wrap .table-study th:nth-child(1) {
  border-left: 2px solid #a4a4a4; }

#study .block-detail-study .bd-study-container .study-line .study-line-wrap .table-study th:nth-child(3) {
  border-right: 2px solid #a4a4a4; }

#study .block-detail-study .bd-study-container .study-line .study-line-wrap .table-study tr:nth-child(3), #study .block-detail-study .bd-study-container .study-line .study-line-wrap .table-study tr:nth-child(9) {
  border: 4px solid #e7447d; }

#study .block-detail-study .bd-study-container .study-line .study-line-wrap .table-study tr:nth-child(5), #study .block-detail-study .bd-study-container .study-line .study-line-wrap .table-study tr:nth-child(6), #study .block-detail-study .bd-study-container .study-line .study-line-wrap .table-study tr:nth-child(7), #study .block-detail-study .bd-study-container .study-line .study-line-wrap .table-study tr:nth-child(8), #study .block-detail-study .bd-study-container .study-line .study-line-wrap .table-study tr:nth-child(11) {
  border-top: 1px dashed #a3a3a3; }

#study .block-detail-study .bd-study-container .study-line .study-line-wrap .table-study td {
  text-align: center;
  padding: 2px 20px; }

#study .block-detail-study .bd-study-container .study-line .study-line-wrap .table-study td.bg-st {
  background-color: #f2f2f2; }

#study .block-detail-study .bd-study-container .study-line .text-sl {
  padding: 0px 80px;
  margin-top: 65px;
  text-align: center; }

#study .block-detail-study .bd-study-container .study-line .text-sl > p {
  font-size: 28px;
  font-family: "notoSans medium";
  color: #006191;
  position: relative;
  z-index: 1;
  padding: 0px 10px;
  display: inline-block; }

#study .block-detail-study .bd-study-container .study-line .text-sl > p:first-child {
  margin-bottom: 18px; }

#study .block-detail-study .bd-study-container .study-line .text-sl > p:after {
  content: "";
  background-color: #fcee21;
  height: 15px;
  display: block;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 5px;
  z-index: -1; }

#study .block-detail-study .text-above-study {
  font-size: 33px;
  font-family: "notoSans bold";
  color: #006191;
  margin-top: 73px; }

#support {
  padding: 100px 0px 150px 0px; }

#support h4.title-sp {
  font-size: 56px;
  font-family: "notoSans bold";
  color: #006191;
  text-align: center;
  margin-bottom: 86px; }

#support .btn-support {
  text-align: center;
  background-color: #006191;
  color: #ffffff;
  font-size: 28px;
  font-family: "notoSans medium";
  padding: 3px 0px; }

#support .list-sp-gg {
  margin-top: 53px; }

#support .list-sp-gg .list-sp-st {
  margin-bottom: 64px; }

#support .list-sp-gg .list-sp-st h3 {
  font-size: 28px;
  font-family: "notoSans medium";
  color: #006191;
  margin-bottom: 30px; }

#support .list-sp-gg .list-sp-st p {
  font-size: 20px;
  margin-bottom: 12px; }

#support .list-sp-gg .list-sp-gg2 {
  margin-bottom: 89px; }

#support .list-sp-gg .list-sp-gg3 {
  margin-top: 54px; }

#support .list-sp-gg .list-sp-gg4 .list-sp-wrap {
  display: flex; }

#support .list-sp-gg .list-sp-gg4 .list-sp-wrap .list-sp-item {
  width: calc(100% / 2 - 30px); }

#support .list-sp-gg .list-sp-gg4 .list-sp-wrap .lsi1 {
  border: 1px solid #498eb1;
  position: relative;
  width: 68%;
  margin-top: 24px; }

#support .list-sp-gg .list-sp-gg4 .list-sp-wrap .lsi1 > h4 {
  font-size: 28px;
  font-family: "notoSans medium";
  color: #ffffff;
  background-color: #006191;
  position: absolute;
  top: -22px;
  left: 25px;
  border-radius: 20px;
  padding: 6px 36px; }

#support .list-sp-gg .list-sp-gg4 .list-sp-wrap .lsi1 p {
  font-size: 20px; }

#support .list-sp-gg .list-sp-gg4 .list-sp-wrap .lsi1 .ct-sp {
  padding: 65px 0px 64px 35px; }

#support .list-sp-gg .list-sp-gg4 .list-sp-wrap .lsi2 {
  font-size: 20px;
  font-family: "notoSans medium";
  color: #006191;
  position: relative;
  top: -67px;
  left: 20px; }

#support .list-sp-gg .list-sp-gg4 .list-sp-wrap .lsi2 img {
  margin-bottom: 45px; }

#support .list-sp-gg .list-sp-gg5 {
  margin-top: 80px; }

#support .list-sp-gg .list-sp-gg5 .lsg5-wrap {
  display: flex; }

#support .list-sp-gg .list-sp-gg5 .lsg5-wrap .lsg5-item1 {
  width: 59%; }

#support .list-sp-gg .list-sp-gg5 .lsg5-wrap .lsg5-item1 h3 {
  font-size: 28px;
  font-family: "notoSans medium";
  color: #006191;
  margin-bottom: 30px; }

#support .list-sp-gg .list-sp-gg5 .lsg5-wrap .lsg5-item1 > p {
  font-size: 20px;
  line-height: 38px; }

#support .list-sp-gg .list-sp-gg5 .lsg5-wrap .lsg5-item1 ul {
  margin-top: 15px;
  padding: 0px;
  list-style: none; }

#support .list-sp-gg .list-sp-gg5 .lsg5-wrap .lsg5-item1 ul li {
  font-size: 20px;
  color: #006191;
  padding: 4px 0px; }

#support .list-sp-gg .list-sp-gg5 .lsg5-wrap .lsg5-item2 {
  width: 39%;
  padding-top: 64px;
  padding-left: 55px; }

#support .list-sp-gg .list-sp-gg5 .lsg5-wrap .lsg5-item2 img {
  margin-bottom: 40px; }

#support .list-sp-gg .list-sp-gg5 .lsg5-wrap .lsg5-item2 p {
  font-size: 20px;
  font-family: "notoSans medium";
  color: #006191; }

#support .list-sp-gg .list-sp-gg6 {
  margin-top: 77px; }

#support .list-sp-gg .list-sp-gg6 p {
  font-size: 33px;
  font-family: "notoSans bold";
  color: #006191;
  position: relative;
  z-index: 1;
  padding: 0px 5px;
  display: inline-block; }

#support .list-sp-gg .list-sp-gg6 p:after {
  content: "";
  background-color: #fcee21;
  height: 15px;
  display: block;
  position: absolute;
  width: 100%;
  left: 0px;
  bottom: 5px;
  z-index: -1; }

#contact {
  background-color: #00b2cc;
  padding: 100px 0px;
}

#contact h4 {
  font-family: "notoSans bold";
  font-size: 56px;
  color: #ffffff; }

#address {
  padding: 96px 0px; }

#address h4 {
  font-family: "notoSans bold";
  font-size: 56px;
  color: #00b2cc;
  text-align: center; }

#address .ad-block {
  width: 700px;
  margin: 119px auto 0px;
  max-width: 100%;
  font-size: 20px; }

#address .adb-wrap {
  display: flex;
  padding-top: 10px;
  padding-bottom: 23px; }

#address .adb-wrap .adb-item1 {
  width: 26%; }

#address .adb-wrap:nth-child(2) {
  border-top: 2px solid #94dfea;
  border-bottom: 2px solid #94dfea;
  padding: 30px 0px; }

#address .adb-wrap:nth-child(3) {
  padding-top: 24px; }

#address .adb-wrap:nth-child(3) p {
  margin-left: -6px;
  margin-bottom: 10px; }

#footer {
  background-color: #999999;
  padding: 14px 0px; }

#footer p {
  font-size: 16px;
  color: #ffffff; }

.icon-false-block {
  position: relative;
  text-align: center;
  height: 71px; }

.icon-false {
  background: transparent;
  position: absolute;
  top: 38px;
  left: 0px;
  display: inline-block;
  margin: 0.4em 0;
  max-width: 75px; }

.icon-false, .icon-false:before, .icon-false:after {
  background: #e7447d;
  border-radius: 0.05em;
  height: 4px;
  transition: all 0.2s ease-in-out;
  width: 100%; }

.icon-false {
  background: transparent; }

.icon-false:before, .icon-false:after {
  content: '';
  left: 0;
  position: absolute; }

.icon-false:before {
  top: 0;
  transform: rotate(-45deg);
  background-color: #e7447d; }

.icon-false:after {
  bottom: 0;
  transform: rotate(45deg);
  background-color: #e7447d; }

@media (max-width: 768px) {
  #header .logo-block {
    padding-bottom: 45px; }
  #header .container-header .intro-header-block .title-header h4 {
    font-size: 40px; }
  #header .container-header .intro-header-block .title-header .more-content p {
    font-size: 18px; }
  #header .container-header .link-btn a {
    font-size: 20px; }
  #introduce h4.st-title {
    font-size: 40px; }
  .it1 .it1-wrap .right-it1 {
    margin-left: 30px; }
  .it2 .it2-ct-wrap .text-b1 {
    padding-top: 0px; }
  .it2 .it-text-block {
    font-size: 18px;
    margin-left: 30px; }
  .it1 .it1-wrap .left-it1 {
    width: 100%; }
  .it1 .it1-wrap .it1-item .cycle-st {
    font-size: 24px;
    padding-top: 45px;
    line-height: 35px; }
  .it2 .st-it2 p {
    font-size: 24px; }
  #emeo .block-emeo .block-emeo-wrap .emeo-item p {
    font-size: 15px; }
  #emeo .block-point .point-wrap .point-item2 p {
    font-size: 18px;
    line-height: 30px; }
  #emeo h4.title-emeo {
    font-size: 40px; }
  #emeo .font-emeo {
    font-size: 70px; }
  #emeo .block-emeo2 .bl-emeo2-wrap h4 span.font-emeo2 {
    font-size: 70px; }
  #emeo .block-emeo2 .bl-emeo2-wrap h4 {
    font-size: 40px; }
  #emeo .block-emeo2 .bl-emeo2-wrap .check-true-wrap .check-true-item .p-emeo2 {
    font-size: 30px; }
  #emeo .block-emeo2 .bl-emeo2-wrap .check-true-wrap .check-true-item p:last-child {
    font-size: 18px; }
  #emeo .gg-emeo-block .gg-emeo-wrap .list-item .gg-item p {
    font-size: 17px; }
  #emeo .block-point .point-wrap .point-item p {
    font-size: 25px;
    padding: 50px 0px; }
  #emeo .block-point .point-wrap .point-item {
    margin-right: 45px;
    height: 130px; }
  #study > h4 {
    font-size: 40px; }
  #study .block-detail-study .bd-study-container a.btn-study {
    font-size: 20px; }
  #study .block-detail-study .bd-study-container .study-line .text-sl {
    padding: 0px 10px; }
  #study .block-detail-study .bd-study-container .study-line .text-sl > p {
    font-size: 23px; }
  #study .block-detail-study .text-above-study {
    font-size: 24px; }
  #study .block-detail-study .bd-study-container .study-line .study-line-wrap .sl-item {
    width: calc(100%);
    text-align: center; }
  #study .block-detail-study .bd-study-container .study-line .study-line-wrap .sl-item:first-child {
    margin-bottom: 35px; }
  #support h4.title-sp {
    font-size: 40px; }
  #support .btn-support {
    font-size: 20px; }
  #support .list-sp-gg .list-sp-st h3 {
    font-size: 20px;
    margin-bottom: 15px; }
  #support .list-sp-gg .list-sp-gg4 .list-sp-wrap .lsi1 > h4 {
    font-size: 20px; }
  #support .list-sp-gg .list-sp-gg4 .list-sp-wrap .lsi1 .ct-sp {
    padding: 50px 15px 50px 15px; }
  #support .list-sp-gg .list-sp-gg4 .list-sp-wrap .lsi2 {
    font-size: 16px; }
  #support .list-sp-gg .list-sp-gg5 .lsg5-wrap .lsg5-item1 h3 {
    font-size: 20px;
    margin-bottom: 15px; }
  #support .list-sp-gg .list-sp-gg5 .lsg5-wrap .lsg5-item1 > p {
    font-size: 16px;
    line-height: 25px; }
  #support .list-sp-gg .list-sp-gg5 .lsg5-wrap .lsg5-item1 ul li {
    font-size: 16px; }
  #support .list-sp-gg .list-sp-gg5 .lsg5-wrap .lsg5-item2 p {
    font-size: 15px; }
  #support .list-sp-gg .list-sp-gg6 p {
    font-size: 25px; }
  #support .list-sp-gg .list-sp-st p {
    font-size: 16px;
    margin-bottom: 5px; }
  #contact h4 {
    font-size: 40px; }
  #address h4 {
    font-size: 40px; } }

@media (max-width: 428px) {
  #header {
    background-image: url(../images/bg-header-sp.png); }
  #header, #header .container-header {
    min-height: 800px; }
  #header .container-header .link-btn {
    bottom: 65px; }
  #header .container-header .logo-block {
    padding-bottom: 45px; }
  #header .container-header .intro-header-block .title-header h4 {
    font-size: 40px; }
  #header .container-header .intro-header-block .title-header .more-content p {
    font-size: 19px; }
  #header .container-header .link-btn a {
    font-size: 15px; }
  #introduce h4.st-title {
    font-size: 30px; }
  .it1 .it1-wrap .it1-item .it-title {
    font-size: 15px; }
  .it1 .it1-wrap .left-it1 {
    width: 100%; }
  .it1 .it1-wrap .right-it1 {
    margin-left: 10px; }
  .it1 .it1-wrap .it1-item .cycle-st {
    width: 100px;
    height: 100px;
    padding-top: 22px;
    line-height: 25px;
    font-size: 15px; }
  span.icon-x {
    left: 16px; }
  .it2 .st-it2 p {
    font-size: 20px; }
  .it2 .it2-ct-wrap {
    flex-wrap: wrap;
    justify-content: space-between; }
  .it2 .st-it2 {
    width: 110px;
    height: 100px;
    padding: 34px 0px; }
  .it2 .it2-ct-wrap .text-b1, .it2 .it-text-block {
    width: 59%; }
  .it2 .it-text-block {
    font-size: 16px; }
  #emeo h4.title-emeo {
    font-size: 30px; }
  #emeo .font-emeo {
    font-size: 50px; }
  #emeo .block-emeo .block-emeo-wrap .emeo-item {
    width: calc((100%) / 3 - 5px);
    padding: 15px 10px 15px; }
  #emeo .block-emeo .block-emeo-wrap .emeo-item p {
    font-size: 11px; }
  #emeo .block-emeo2 .bl-emeo2-wrap h4 span.font-emeo2 {
    font-size: 50px; }
  #emeo .block-emeo2 .bl-emeo2-wrap h4 {
    font-size: 30px; }
  #emeo .block-emeo2 .bl-emeo2-wrap .check-true-wrap .check-true-item .p-emeo2 {
    font-size: 30px; }
  #emeo .block-emeo2 .bl-emeo2-wrap .check-true-wrap .check-true-item p:last-child {
    font-size: 15px; }
  #emeo .block-emeo2 .bl-emeo2-wrap .check-true-wrap .check-icon {
    width: 55px;
    margin-left: 10px; }
  #emeo .block-emeo2 .bl-emeo2-wrap .check-true-wrap .check-true-item span.icon-true {
    width: 50px;
    height: 50px; }
  #emeo .block-emeo2 .bl-emeo2-wrap .emeo2-image-block .emeo2-image-wrap {
    flex-wrap: wrap;
    justify-content: space-between; }
  #emeo .block-emeo2 .bl-emeo2-wrap .emeo2-image-block .emeo2-image-wrap .emeo2-image-text {
    width: 100%; }
  #emeo .block-emeo2 .bl-emeo2-wrap .emeo2-image-block .emeo2-image-wrap .emeo2-image-img {
    width: 100%;
    margin-left: 0px;
    text-align: center; }
  #emeo .gg-emeo-block .gg-emeo-wrap .list-item .gg-item p {
    font-size: 14px; }
  #emeo .block-point .point-wrap .point-item2 p {
    font-size: 14px;
    line-height: 25px; }
  #emeo .block-point .point-wrap .point-item {
    width: 50.5%;
    margin-right: 20px;
    height: 120px; }
  #emeo .block-point .point-wrap .point-item p {
    padding: 45px 0px;
    font-size: 20px; }
  #study .block-detail-study .bd-study-container {
    padding: 61px 20px 53px 20px; }
  #study .block-detail-study .bd-study-container .study-line .text-sl {
    padding: 0px 0px; }
  #study .block-detail-study .bd-study-container .study-line .text-sl > p {
    font-size: 12px; }
  #study .block-detail-study .bd-study-container .study-line .text-sl > p:after {
    height: 10px;
    bottom: 10px; }
  #study .block-detail-study .text-above-study {
    font-size: 18px; }
  #support h4.title-sp {
    font-size: 30px; }
  #support .list-sp-gg .list-sp-st h3 {
    font-size: 20px; }
  #support .list-sp-gg .list-sp-st p {
    font-size: 16px; }
  #support .btn-support {
    font-size: 20px; }
  #support .list-sp-gg .list-sp-gg4 .list-sp-wrap {
    flex-wrap: wrap;
    justify-content: space-between; }
  #support .list-sp-gg .list-sp-gg4 .list-sp-wrap .lsi1 {
    width: 100%; }
  #support .list-sp-gg .list-sp-gg4 .list-sp-wrap .lsi2 {
    width: 100%;
    top: 10px; }
  #support .list-sp-gg .list-sp-gg4 .list-sp-wrap .lsi1 > h4 {
    font-size: 20px;
    top: -20px; }
  #support .list-sp-gg .list-sp-gg4 .list-sp-wrap .lsi1 .ct-sp {
    padding: 40px 35px 30px 35px; }
  #support .list-sp-gg .list-sp-gg4 .list-sp-wrap .lsi1 p {
    font-size: 14px; }
  #support .list-sp-gg .list-sp-gg4 .list-sp-wrap .lsi2 {
    font-size: 16px; }
  #support .list-sp-gg .list-sp-gg5 .lsg5-wrap {
    flex-wrap: wrap;
    justify-content: space-between; }
  #support .list-sp-gg .list-sp-gg5 .lsg5-wrap .lsg5-item1 {
    width: 100%; }
  #support .list-sp-gg .list-sp-gg5 .lsg5-wrap .lsg5-item2 {
    width: 100%; }
  #support .list-sp-gg .list-sp-gg5 .lsg5-wrap .lsg5-item1 h3 {
    font-size: 22px; }
  #support .list-sp-gg .list-sp-gg5 .lsg5-wrap .lsg5-item1 > p {
    font-size: 14px;
    line-height: 25px; }
  #support .list-sp-gg .list-sp-gg5 .lsg5-wrap .lsg5-item1 ul li {
    font-size: 16px; }
  #support .list-sp-gg .list-sp-gg5 .lsg5-wrap .lsg5-item2 p {
    font-size: 14px; }
  #support .list-sp-gg .list-sp-gg6 p {
    font-size: 16px; }
  #support .list-sp-gg .list-sp-gg6 p:after {
    height: 5px; }
  #contact h4 {
    font-size: 30px; }
  #address .ad-block {
    margin: 35px auto 0px; }
  #address h4 {
    font-size: 30px; }
  #address .ad-block {
    font-size: 14px; }
  #address .adb-wrap {
    display: block; }
  #address .adb-wrap .adb-item1 {
    padding: 10px 0px; }
  #footer {
    padding: 10px 0px; }
  #footer p {
    font-size: 14px; } }
