@charset "UTF-8";
.bloc ol {
  -webkit-align-items: flex-start;
          align-items: flex-start;
  -webkit-justify-content: center;
          justify-content: center;
  margin-bottom: 2em;
}

.bloc ol li {
  background: #b7c9df;
  position: relative;
  width: 200px;
  height: 70px;
  padding: 10px;
  box-sizing: border-box;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: center;
          justify-content: center;
}

.bloc ol li + li {
  margin-left: 4em;
}

.bloc ol li:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 70px 50px;
  border-color: transparent transparent #b7c9df transparent;
  position: absolute;
  top: 0;
  left: -50px;
}

.bloc ol li:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 70px 50px 0 0;
  border-color: #b7c9df transparent transparent transparent;
  position: absolute;
  top: 0;
  right: -50px;
}

.bloc ol li .num {
  color: #b7c9df;
  background: #00418f;
  width: 20px;
  height: 20px;
  display: block;
  border-radius: 50%;
  text-align: center;
  font-size: 16px;
  line-height: 22px;
  font-family: "Roboto", sans-serif;
  position: absolute;
  top: 5px;
  left: 5px;
}

.bloc ol li h3 {
  color: #fff;
}

.bloc ol li h3 .main {
  display: block;
  color: #00418f;
  font-size: 20px;
  line-height: 1em;
}

.bloc ol li h3 .sub {
  display: block;
  color: #00418f;
  font-size: 14px;
  line-height: 1em;
  font-weight: 500;
  font-style: italic;
  font-family: "Roboto", sans-serif;
  margin-top: 5px;
}

@media screen and (max-width: 959px) {
  .bloc ol li + li {
    margin-left: 0;
    margin-top: 1em;
  }
  .bloc ol li h3 .main {
    font-size: 16px;
  }
  .bloc ol li {
    height: 62px;
  }
  .bloc ol li:before {
    border-width: 0 0 62px 30px;
    left: -30px;
  }
  .bloc ol li:after {
    border-width: 62px 30px 0 0;
    right: -30px;
  }
}

.animated {
  -webkit-animation-duration: 1.4s;
          animation-duration: 1.4s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes slide-to-right {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-to-right {
  0% {
    -webkit-transform: translateX(-100px);
            transform: translateX(-100px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(-100py);
            transform: translateY(-100py);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-up {
  0% {
    -webkit-transform: translateY(-100py);
            transform: translateY(-100py);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    opacity: 1;
  }
}

.flow_card {
  width: 23%;
  border: 1px solid #00418f;
  padding: 0;
  -webkit-align-self: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
  position: relative;
  -webkit-transform: translateX(-100px);
          transform: translateX(-100px);
  opacity: 0;
}

.flow_card.show {
  display: -webkit-flex;
  display: flex;
  -webkit-animation-name: slide-to-right;
          animation-name: slide-to-right;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: none;
          animation-iteration-count: none;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.flow_card::after {
  content: "";
  position: absolute;
  bottom: calc(50% - 45px);
  left: 100%;
  height: 60px;
  width: 40px;
  background-color: #00418f;
  -webkit-clip-path: polygon(0 0, 50% 25%, 0 50%, 0 100%);
  clip-path: polygon(0 0, 50% 25%, 0 50%, 0 100%);
  margin: 0;
}

.flow_card:last-child::after {
  background: none;
}

.flow_card img {
  width: 180px;
  margin: 0 auto;
}

.flow_card .card-top {
  background-color: #bdd5f2;
  width: 100%;
  padding: 18px;
  position: relative;
  overflow: hidden;
}

.flow_card .card-top span {
  color: #fff;
  position: absolute;
  top: 0;
  left: -25px;
  width: 80px;
  height: 85px;
  background: #00418f;
  -webkit-clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
          clip-path: polygon(0 0, 100% 0, 0 100%, 0 100%);
}

.flow_card .card-bottom {
  min-height: 146px;
  padding: 18px;
}

.flow_card p {
  font-size: 0.8em;
  text-align: justify;
}

.card {
  width: 30%;
  padding: 18px 0 0;
  -webkit-align-self: stretch;
              -ms-grid-row-align: stretch;
          align-self: stretch;
  background-color: #fff;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.37);
  margin-top: 20px;
  -webkit-transform: translateY(100px);
          transform: translateY(100px);
  opacity: 0;
}

.card.show {
  -webkit-animation-name: slide-up;
          animation-name: slide-up;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-iteration-count: none;
          animation-iteration-count: none;
  -webkit-animation-timing-function: ease-out;
          animation-timing-function: ease-out;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

.card .card-top {
  width: 100%;
  padding: 0;
  position: relative;
}

.card .card-top img {
  max-width: 640px;
  margin: 22px auto;
  width: 100%;
}

.card .card-top span {
  color: #ebeef1;
  position: absolute;
  top: -18px;
  left: 0;
  width: 100%;
  height: 30px;
  padding: 5px 0;
  background: linear-gradient(to bottom, #0e63c5bf 0%, #7186dc 100%);
  font-weight: bold;
}

.card .card-bottom {
  min-height: 150px;
  padding: 18px;
  text-align: justify;
}

.card p {
  font-size: 0.8em;
}

@media (max-width: 759px) {
  .card,
  .flow_card {
    width: 100%;
  }
  .flow_card::after {
    display: none;
  }
  .flow_card .card-bottom {
    min-height: 50px;
  }
}

table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 3px;
  table-layout: fixed;
  max-width: 960px;
  margin: 0 auto;
}

table th {
  padding: 0.8em;
  font-weight: 900;
  box-sizing: border-box;
  height: 68px;
}

table td {
  padding: 0.8em;
  box-sizing: border-box;
  height: 68px;
}

table thead th {
  background: #00418f;
  color: #fff;
  font-size: 18px;
  line-height: 1.4em;
  border: solid 1px #00418f;
}

table tbody th {
  background: #bdd5f2;
  color: #00418f;
  font-size: 18px;
  line-height: 1.4em;
  border: solid 1px #00418f;
}

table tbody td {
  background: #fff;
  color: #313131;
  font-size: 15px;
  line-height: 1.4em;
  border: solid 1px #00418f;
}

@media screen and (max-width: 959px) {
  table thead th {
    font-size: 12px;
    font-weight: normal;
  }
  table tbody th {
    font-size: 12px;
    font-weight: normal;
  }
  table tbody td {
    font-size: 12px;
    text-align: center;
  }
  table th {
    padding: 5px;
    height: auto;
  }
  table td {
    padding: 5px;
    height: auto;
  }
}

header {
  padding: 1em 0;
}

header .inner {
  position: relative;
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  box-sizing: border-box;
  width: 100%;
}

.header_logo {
  max-width: 130px;
}

header .inner .contact_bloc a {
  background: #80c269;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 2.3em;
  margin-right: 0.4em;
  border-radius: 45px;
}

header .inner .contact_bloc a:hover {
  background: rgba(128, 194, 105, 0.9);
}

header .inner .contact_bloc a span {
  font-size: 20px;
  line-height: 1.2em;
}

/* hero */
.hero {
  background-image: linear-gradient(to top, #0054b59e 0%, #00000052 100%), url(../images/bg-lines-min.png), url(../images/topimg.webp);
  background-position: right, center 300px, center;
  background-repeat: repeat-x, no-repeat, no-repeat;
  background-size: 100%, cover, contain;
  padding: 0;
  box-sizing: border-box;
  height: 600px;
  position: relative;
}

.hero::before {
  content: "";
  background: #000000db;
  height: 600px;
  width: 100vw;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  z-index: -1;
}

.hero .hero-inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 50px;
  -webkit-align-items: center;
          align-items: center;
  position: relative;
}

.hero-text {
  position: relative;
  text-align: center;
  max-width: 600px;
  margin-left: 60px;
  z-index: 10;
}

.hero-text .hero_logo {
  width: 150px;
  margin: 0 auto 1.6em;
}

.hero-text h1 {
  color: #fff;
}

.hero-text h1 img {
  transition: all 1 ease-out;
  -webkit-animation-name: slide;
          animation-name: slide;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes slide {
  from {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 1;
  }
}

@keyframes slide {
  from {
    -webkit-transform: translateX(-50px);
            transform: translateX(-50px);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 0;
  }
  to {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transform-origin: left;
            transform-origin: left;
    opacity: 1;
  }
}

.hero-text .catchcopy {
  font-weight: 700;
  font-size: 1.6em;
  line-height: 1.8em;
  font-style: italic;
  color: #fff;
}

.hero-text h1 .title {
  font-size: 0.85em;
  line-height: 1em;
  color: #fff;
  border-top: solid 1px #fff;
  padding-top: 10px;
  margin-top: 10px;
  margin-bottom: 0.5em;
}

.hero-image {
  width: 100%;
  position: relative;
  z-index: 1;
  opacity: 0.8;
}

.hero-image img {
  margin: 0 auto;
}

.hero-svg {
  -webkit-transform: translate(116px, -25px);
          transform: translate(116px, -25px);
}

@media (max-width: 1200px) {
  .hero-svg {
    -webkit-transform: translate(116px, 30px);
            transform: translate(116px, 30px);
  }
}

/* section bg */
.bg_blue {
  background-color: #e0f8fc;
}

.bg_gray {
  background-color: #e7e7e5;
}

/* section title */
.title_bloc {
  margin-bottom: 2em;
}

.title_bloc h2 {
  display: inline-block;
}

.title_bloc h2 .title {
  font-size: 30px;
  line-height: 1.2em;
  border-bottom: solid 10px #bdd5f2;
  padding-bottom: 4px;
  margin-top: 60px;
  margin-bottom: 40px;
  display: block;
}

.title_catch {
  margin-bottom: 2em;
}

.title_catch h3 {
  display: inline-block;
  color: #00418f;
  font-size: 30px;
  margin-bottom: 0.4em;
  overflow: hidden;
  position: relative;
}

.title_catch h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1.5em;
  position: absolute;
  bottom: 3px;
  transition: all 0.5 ease-out;
  -webkit-animation-name: scaleUp;
          animation-name: scaleUp;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-duration: 0.5s;
          animation-duration: 0.5s;
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
  background: linear-gradient(transparent 60%, #bdd5f2 60%);
  z-index: -1;
}

.title_catch p {
  font-size: 16px;
  line-height: 1.8em;
  color: #313131;
}

.service_bloc {
  margin-bottom: 40px;
}

.img-dammy {
  width: 50%;
  background-color: #e7e7e5;
}

.flex-item {
  width: 48%;
  -webkit-align-content: stretch;
          align-content: stretch;
  text-align: left;
}
/*-- myanmar cc --*/
.myanmar_bloc {
  font-size: 16px;
}

.myanmar_bloc .flex-2col {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}

.myanmar_bloc .col-left {
  width: 48%;
  max-width: 600px;
  object-fit: cover;
}
.myanmar_bloc .col-right {
  width: 48%;
  display: inline-block;
  text-align: left;
  font-size: 0.85em;
}
.myanmar_bloc .col-right p {
  line-height: 2em;
}

/*-- inquiry --*/
.cta {
  background: #00418f;
  color: #fff;
  padding: 2em 0 0;
}

.cta .inner {
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-justify-content: center;
          justify-content: center;
}

.cta .inner > .detail {
  margin-left: 3em;
  margin-bottom: 3em;
}

.cta .inner > .detail h2 {
  font-size: 33px;
  line-height: 1.4em;
  text-align: left;
  border-bottom: solid 1px #fff;
  padding-bottom: 15px;
  margin-bottom: 10px;
}

.cta .inner > .detail p {
  margin-bottom: 1em;
}

.cta .inner > .detail .bloc .contact_bloc a {
  background: #80c269;
  display: block;
  color: #fff;
  text-decoration: none;
  padding: 10px 2.3em;
  margin-right: 0.4em;
  border-radius: 45px;
}

.cta .inner > .detail .bloc .contact_bloc a:hover {
  background: rgba(128, 194, 105, 0.9);
}

.cta .inner > .detail .bloc .contact_bloc a span {
  font-size: 20px;
  line-height: 1.2em;
}

.cta .inner > .detail .bloc .tel_bloc {
  -webkit-align-items: center;
          align-items: center;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.cta .inner > .detail .bloc .tel_bloc .tel {
  margin-left: 1em;
}

.cta .inner > .detail .bloc .tel_bloc .tel h3 {
  font-size: 18px;
  line-height: 1em;
  font-weight: normal;
  margin-bottom: 10px;
}

.cta .inner > .detail .bloc .tel_bloc .tel a {
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  font-size: 36px;
  line-height: 1em;
  color: #fff;
  text-decoration: none;
  font-style: italic;
}

/*-- price --*/
.price_bloc table tbody td .num {
  color: #00418f;
  font-size: 1.5em;
  font-weight: 900;
}

footer {
  background: #fff;
}

footer .inner {
  -webkit-align-items: flex-end;
          align-items: flex-end;
  -webkit-justify-content: space-between;
          justify-content: space-between;
}

footer .footer_logo {
  max-width: 200x;
}

footer .copy {
  color: #000;
}

footer .copy small {
  font-size: 13px;
  line-height: 1em;
  color: #000;
}

@media (max-width: 959px) {
  header {
    padding: 10px;
  }
  .header_logo {
    max-width: none;
    width: 40vw;
  }
  .hero {
    height: auto;
    padding: 0;
    background-size: 100%, cover, cover;
  }
  .hero::before {
    height: auto;
  }
  .hero .hero-inner {
    padding: 20px 0;
  }
  .hero-text {
    margin: 0 auto;
  }
  .title_bloc {
    margin-bottom: 1em;
  }
  .title_bloc h2 .en {
    font-size: 20px;
  }
  .title_bloc h2 .title {
    font-size: 20px;
  }
  .title_catch {
    margin-bottom: 1em;
  }
  .title_catch h3 {
    font-size: 24px;
  }
  .title_catch p {
    font-size: 14px;
    line-height: 1.4em;
    text-align: justify;
  }
  footer {
    padding: 10px;
  }
  footer .inner {
    display: block;
    text-align: center;
  }
  footer .footer_logo {
    display: inline-block;
    max-width: none;
    width: 40vw;
  }
  footer .copy small {
    font-size: 10px;
  }
}

@media (max-width: 759px) {
  /*〜 759px*/
  header .inner .contact_bloc a {
    padding: 10px 0.8em;
  }
  header .inner .contact_bloc a span {
    font-size: 16px;
  }
  .hero {
    padding: 5vw 0 0;
  }
  .hero .hero-inner {
    padding: 20px 0;
  }
  .hero .hero-inner::after {
    display: none;
  }
  .hero-text {
    max-width: none;
    width: 84vw;
    padding: 1em;
    text-align: center;
  }
  .hero-text .hero_logo {
    width: 70px;
    margin-bottom: 0;
  }
  .hero-text h1 {
    display: block;
    margin-bottom: 18px;
    font-size: 1.4em;
  }
  .hero-text h1::after {
    height: 45%;
    left: 0;
  }
  .hero-text .catchcopy {
    font-size: 1.4em;
  }
  .hero-text h1 .title {
    font-size: 0.6em;
    line-height: 1.2em;
    margin-left: 8px;
  }
  .hero-image {
    width: 100%;
    position: relative;
    margin: 0;
    padding-bottom: 40px;
  }
  .hero-image img {
    min-height: 100px;
  }
  .flex-item {
    width: 100%;
  }
  .sp_column_revserse {
    -webkit-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .cta {
    padding: 1em 1em 0;
  }
  .cta .inner > figure {
    width: 16vw;
  }
  .cta .inner > .detail {
    margin-left: 0;
    margin-bottom: 1em;
    -webkit-flex: 100%;
            flex: 100%;
  }
  .cta .inner > .detail h2 {
    font-size: 20px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  .cta .inner > .detail .bloc .contact_bloc {
    margin-bottom: 10px;
    width: 100%;
  }
  .cta .inner > .detail .bloc .contact_bloc a {
    padding: 10px 1em;
  }
  .cta .inner > .detail .bloc .contact_bloc a span {
    display: block;
    font-size: 16px;
  }
  .cta .inner > .detail .bloc .tel_bloc figure {
    width: 16%;
  }
  .cta .inner > .detail .bloc .tel_bloc .tel {
    margin-left: 0.5em;
  }
  .cta .inner > .detail .bloc .tel_bloc .tel h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .cta .inner > .detail .bloc .tel_bloc .tel a {
    font-size: 8vw;
  }
  .cta .inner > .detail .bloc .tel_bloc {
    -webkit-align-items: center;
            align-items: center;
    -webkit-justify-content: center;
            justify-content: center;
    width: 100%;
  }
  .myanmar_bloc {
    font-size: 12px;
    font-weight: normal;
  }
  .myanmar_bloc .flex-2col {
    flex-wrap: wrap;
  }
  
  .myanmar_bloc .col-left {
    width: 100%;
    margin: auto;
  }
  .myanmar_bloc .col-right {
    width: 100%;
    margin: 40px 0;
    font-size: 1em;
  }
}

@-webkit-keyframes bgSlideRight {
  0% {
    background-size: 0;
  }
  100% {
    background: linear-gradient(transparent 60%, #bdd5f2 60%);
    background-size: 100%;
  }
}

@keyframes bgSlideRight {
  0% {
    background-size: 0;
  }
  100% {
    background: linear-gradient(transparent 60%, #bdd5f2 60%);
    background-size: 100%;
  }
}

@media (max-width: 600px) {
  .hero-text .catchcopy {
    font-size: 1.2em;
  }
}
/*# sourceMappingURL=style.css.map */