@charset "UTF-8";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0;
  color: #000000;
  word-break: break-all;
  overflow-x: hidden;
}
body.is_fixed {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s ease;
}

a:active {
  text-decoration: none;
  color: #000 !important;
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.8;
}

div,
a {
  box-sizing: border-box;
}

li {
  list-style: none;
}

section {
  box-sizing: border-box;
}

.e_enTxt {
  font-family: "Noto Sans Myanmar", sans-serif;
}

.is-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .is-sp {
    display: block;
  }
}

.is-pc {
  display: block;
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}

.section__title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .section__title {
    font-size: 8.5333333333vw;
  }
}

.titleArea {
  position: relative;
}

.section__title--en {
  position: absolute;
  top: -65px;
}
@media screen and (max-width: 768px) {
  .section__title--en {
    top: -50px;
  }
}
@media screen and (max-width: 768px) {
  .section__title--en img {
    transform: scale(0.7);
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
  padding: 20px 30px;
  z-index: 1003;
}
@media screen and (max-width: 1320px) {
  .header {
    padding: 20px 15px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    padding: 15px 20px;
  }
}
.header .on {
  display: none;
}
.header .off {
  display: block;
}
@media screen and (max-width: 768px) {
  .header__logo {
    width: 57.0666666667vw;
  }
}
.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .header__nav {
    display: none;
  }
}
.header__nav ul {
  display: flex;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 1320px) {
  .header__nav ul {
    gap: 25px;
  }
}
.header__nav ul a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  white-space: nowrap;
}
@media screen and (max-width: 1320px) {
  .header__nav ul a {
    font-size: 12px;
  }
}
.header__right {
  display: flex;
  align-items: center;
  gap: 12px;
}
@media screen and (max-width: 768px) {
  .header__right {
    display: none;
  }
}
.header__right .btn {
  padding: 12px 45px 12px 22px;
  border-radius: 1000px;
  font-size: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 1320px) {
  .header__right .btn {
    font-size: 12px;
  }
}
.header__right .btn01 {
  background: #fff;
  color: #000000;
  background-image: url(../img/common/icon_arrow_bk.svg);
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 22px;
}
.header__right .btn02 {
  background: #277194;
  color: #fff;
  background-image: url(../img/common/icon_arrow_wh.svg);
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 22px;
}
.header.is_active {
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
}
.header.is_active .on {
  display: block;
}
.header.is_active .off {
  display: none;
}
.header.is_active .header__nav a {
  color: #000;
}
.header.is_active .btn01 {
  border: 1px solid #000;
}
.header.is_active .header__btn {
  background: #378BB2;
}

.header__btns {
  cursor: pointer;
  width: 30px;
  height: 25px;
  position: fixed;
  top: 38px;
  right: 20px;
  z-index: 1003;
  display: none;
}
@media screen and (max-width: 768px) {
  .header__btns {
    display: block;
    width: 20px;
    top: 20px;
    right: 15px;
  }
}

.header__btn {
  display: block;
  width: 100%;
  height: 1px;
  background: #fff;
  margin: 5px 0;
  transition: all 0.3s ease;
}

.header__btns.active .header__btn {
  background: #378BB2;
}

/* メニュー表示時のアニメーション（ハンバーガーが×になる） */
.header__btns.active .header__btn:nth-child(1) {
  transform: translateY(3px) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .header__btns.active .header__btn:nth-child(1) {
    transform: translateY(3px) rotate(45deg);
  }
}

.header__btns.active .header__btn:nth-child(2) {
  transform: translateY(-3px) rotate(-45deg);
}
@media screen and (max-width: 768px) {
  .header__btns.active .header__btn:nth-child(2) {
    transform: translateY(-3px) rotate(-45deg);
  }
}

.header__btns.active .header__btn:nth-child(3) {
  opacity: 0;
}

/* メニュー本体 */
.hamburger__nav {
  position: fixed;
  top: 0;
  right: 0;
  opacity: 0;
  z-index: -100;
  width: 100%;
  height: 100%;
  background: #fff;
  transition: opacity 0.5s ease;
  overflow-y: auto;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.7);
  padding: 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 768px) {
  .hamburger__nav {
    padding: 17.3333333333vw 0 18.6666666667vw;
  }
}
.hamburger__nav--main {
  display: flex;
  flex-direction: column;
  gap: 50px;
  margin-bottom: 60px;
}
@media screen and (max-width: 768px) {
  .hamburger__nav--main {
    gap: 0;
    margin-bottom: 11.7333333333vw;
  }
}
.hamburger__nav--main li {
  font-size: 16px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .hamburger__nav--main li {
    border-bottom: 1px solid #949393;
  }
  .hamburger__nav--main li a {
    display: block;
    width: 100%;
    padding: 22px 40px;
    background: rgba(53, 139, 178, 0.2);
  }
}
.hamburger__nav--btns {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .hamburger__nav--btns {
    padding: 5.3333333333vw;
  }
}
.hamburger__nav--btns .btn {
  width: 48%;
  padding: 12px 35px 12px 14px;
  border-radius: 1000px;
  font-size: 16px;
  white-space: nowrap;
  text-align: center;
}
.hamburger__nav--btns .btn01 {
  background: #fff;
  color: #000000;
  background-image: url(../img/common/icon_arrow_bk.svg);
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 22px;
  border: 1px solid #000000;
}
.hamburger__nav--btns .btn02 {
  background: #277194;
  color: #fff;
  background-image: url(../img/common/icon_arrow_wh.svg);
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 22px;
  border: 1px solid #277194;
}

.hamburger__nav.active {
  z-index: 1001;
  opacity: 1;
}

.footer {
  box-sizing: border-box;
}
.footer__inner {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .footer__inner {
    flex-direction: column-reverse;
  }
}
.footer__main {
  width: 60%;
  background: url(../img/common/footer-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 80px 100px;
}
@media screen and (max-width: 1320px) {
  .footer__main {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__main {
    background: url(../img/common/footer-bg.jpg) no-repeat;
    background-size: cover;
    background-position: center;
    width: 100%;
    padding: 18.6666666667vw 5.3333333333vw 10.6666666667vw;
  }
}
.footer__contact {
  width: 40%;
  background: #378BB2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px;
}
@media screen and (max-width: 1320px) {
  .footer__contact {
    padding: 0 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact {
    width: 100%;
    padding: 13.3333333333vw 5.3333333333vw;
  }
}
.footer__contact--text {
  color: #fff;
  line-height: 1.7;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .footer__contact--text {
    font-size: 4.2666666667vw;
    margin-bottom: 10px;
  }
}
.footer__contact--tel {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  border-bottom: 1px solid #fff;
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1320px) {
  .footer__contact--tel {
    font-size: 32px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__contact--tel {
    font-size: 8.5333333333vw;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
.footer__contact--tel a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  gap: 10px;
}
.footer__contact--button {
  padding: 17px 60px 17px 30px;
  background: #fff;
  color: #000;
  font-size: 16px;
  background-image: url(../img/common/icon_arrow_bk.svg);
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: 22px;
  border-radius: 1000px;
}
.footer__logo {
  margin-bottom: 15px;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  .footer__logo {
    width: 67.4666666667vw;
    display: block;
    margin: 0 auto 10px;
  }
}
.footer__address {
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .footer__address {
    text-align: center;
    margin-bottom: 40px;
  }
}
.footer__nav {
  margin-bottom: 70px;
}
.footer__nav ul {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 0;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 1320px) {
  .footer__nav ul {
    gap: 20px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 50px 24px;
  }
}
.footer__nav ul a {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
@media screen and (max-width: 1320px) {
  .footer__nav ul a {
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  .footer__nav ul a {
    font-size: 4.2666666667vw;
  }
}
.footer__copy {
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .footer__copy {
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */