@charset "UTF-8";
/* =========================================================================================================
 　　bases
========================================================================================================= */
body {
  position: relative;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  color: #7d7d7d;
  font-size: 1.4rem;
  line-height: 1.6;
}

.sp {
  display: none;
}

.pc {
  display: block;
}

#wrapper {
  position: relative;
  overflow: hidden;
}

a {
  color: inherit;
  display: inline-block;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  transition: all 0.5s cubic-bezier(0.5, 0, 0, 1);
}

a figure img {
  transition: all 0.5s cubic-bezier(0.4, 0.8, 0.74, 1) 0s;
}

.container {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .container {
    position: unset;
  }
}

/* =====================
  main
===================== */
.main {
  margin-top: 150px;
}
@media screen and (max-width: 1024px) {
  .main {
    margin-top: 100px;
  }
}

.mv {
  height: min((700/1600)*100vw,700px);
  width: 100%;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  .mv {
    height: 36.5vw;
  }
}
@media screen and (max-width: 768px) {
  .mv {
    height: 800px;
  }
}

/* =====================
  pnkz
===================== */
.pnkz {
  padding: 70px 0;
  text-align: right;
  font-size: 1.4rem;
}
.pnkz_flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
@media screen and (max-width: 1024px) {
  .pnkz {
    font-size: 12px;
    padding: 25px 0;
  }
}
.pnkz a {
  transition: 0.5s all;
  text-decoration: underline;
}
.pnkz a:hover {
  opacity: 0.7;
  transition: 0.5s all;
  text-decoration: none;
}

/* =====================
  header
===================== */
.header {
  transition: 0.5s all;
  height: 150px;
  padding: 37px 0;
  padding: 0 5px 0 min((50/1600)*100vw,50px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 9999;
  background-color: #fff;
}
@media screen and (max-width: 1024px) {
  .header {
    height: 100px;
    padding: 0 15px 0 15px;
  }
}
@media all and (-ms-high-contrast: none) {
  .header {
    padding: 0 80px;
    padding: 0 5px 0 2vw;
  }
}
.header_area {
  display: flex;
}
@media screen and (max-width: 1024px) {
  .header_area {
    display: flex;
  }
}
.header_logo {
  width: min((386/1600)*100vw,386px);
}
@media all and (-ms-high-contrast: none) {
  .header_logo {
    width: 20vw;
  }
}
@media screen and (max-width: 1024px) {
  .header_logo {
    width: 328px;
  }
}
@media screen and (max-width: 420px) {
  .header_logo {
    width: 95%;
  }
}
.header_logo a:hover {
  opacity: 0.6;
  transition: 0.3s all;
}
.header_logo_link {
  color: #333;
  border: 1px solid #eee;
  background-color: #eeeeee;
  padding: 8px 14px 6px 33px;
  font-size: 1.4rem;
  margin-left: 10px;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: 0.3s;
  width: 148px;
}
@media screen and (max-width: 1024px) {
  .header_logo_link {
    margin-top: 0;
  }
}
@media screen and (max-width: 600px) {
  .header_logo_link {
    display: none;
  }
}
.header_logo_link::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: -60px;
  z-index: -1;
  border-right: 60px solid transparent;
  border-bottom: 60px solid #fff;
  transform: translateX(-100%);
  transition: transform ease 0.3s;
}
.header_logo_link:hover {
  color: #333;
}
.header_logo_link:hover::before {
  transform: translateX(0);
}
.header_logo_link_before {
  position: relative;
  letter-spacing: 0.05em;
}
.header_logo_link_before::before {
  content: "";
  position: absolute;
  display: inline-block;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #333;
  left: -13px;
  top: 7px;
}
.header_menu {
  font-size: min((20/1600)*100vw,20px);
  font-family: josefin-sans, sans-serif;
  font-style: italic;
  color: #7d7d7d;
}
@media all and (-ms-high-contrast: none) {
  .header_menu {
    font-size: 1.1vw;
  }
}
.header_menu_ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
}
.header_menu_en {
  margin-right: min((20/1025)*100vw,65px);
  letter-spacing: 0.06em;
  margin-top: 10px;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  .header_menu_en {
    margin-right: 3vw;
  }
}
.header_menu_en a:hover {
  opacity: 0.6;
  transition: 0.3s all;
}
.header_menu_en:first-child {
  margin-right: 35px;
}
.header_menu_en_branch {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: min((60/1600)*100vw,60px);
  min-height: 0;
  height: 0;
  z-index: 3;
  transition: min-height 0.5s;
  color: #fff;
  font-size: min((14/1600)*100vw,14px);
  width: 100%;
  /*background-color: #fff;*/
}
@media all and (-ms-high-contrast: none) {
  .header_menu_en_branch {
    top: 60px;
    font-size: 14px;
  }
}
.header_menu_en_branch_li {
  margin-bottom: 1px;
  background-color: #4bcbcc;
  border: solid 1px #4bcbcc;
  text-align: center;
  width: 100%;
  padding: 20px 0;
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  transition: 0.3s;
}
.header_menu_en_branch_li::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: -60px;
  z-index: -1;
  border-right: 60px solid transparent;
  border-bottom: 80px solid #fff;
  transform: translateX(-100%);
  transition: transform ease 0.3s;
}
.header_menu_en_branch_li:hover {
  color: #4bcbcc;
  opacity: unset !important;
}
@media all and (-ms-high-contrast: none) {
  .header_menu_en_branch_li:hover {
    opacity: 1 !important;
  }
}
.header_menu_en_branch_li:hover::before {
  transform: translateX(0);
}
.header_menu_en_branch.active {
  min-height: 260px;
  display: block;
  /*width:unquote('min((145/1600)*100vw,145px)');*/
}
.header_menu_list {
  width: min((145/1600)*100vw,145px);
  margin-right: min((30/1600)*100vw,30px);
}
@media all and (-ms-high-contrast: none) {
  .header_menu_list {
    width: 145px;
    margin-right: 2vw;
  }
}
.header_menu_ja {
  display: block;
  font-size: min((14/1600)*100vw,14px);
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal !important;
}
@media all and (-ms-high-contrast: none) {
  .header_menu_ja {
    font-size: 0.8vw;
  }
}
.header_menu_entry {
  /*padding:15px 53px 8px 53px;*/
  display: inline-block;
  font-size: min((22/1600)*100vw,22px);
  position: relative;
  height: min((58/1600)*100vw,58px);
  width: min((179/1600)*100vw,179px);
  background-color: #4bcbcc;
  color: #fff;
  border: 1px solid #4bcbcc;
  overflow: hidden;
  transition: 0.3s;
}
@media all and (-ms-high-contrast: none) {
  .header_menu_entry {
    font-size: 1.2vw;
    height: 3vw;
    width: 9vw;
  }
}
.header_menu_entry::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: -60px;
  border-right: 60px solid transparent;
  border-bottom: 60px solid #fff;
  transform: translateX(-100%);
  transition: transform ease 0.3s;
}
.header_menu_entry:hover {
  color: #4bcbcc;
  opacity: unset !important;
}
.header_menu_entry:hover::before {
  transform: translateX(0);
}
.header_menu_entry_text {
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

_::-webkit-full-page-media, _:future, :root .header_menu_entry_text {
  top: 49%;
}

.HeightMin {
  height: 110px;
  transition: 0.5s all;
  background-color: rgba(255, 255, 255, 0.6);
}

/* =====================
  footer
===================== */
.footer_bg {
  background-image: url("../images/common/footer_bg.jpg");
  height: 28.125vw;
  background-size: cover;
  position: relative;
}
@media screen and (max-width: 768px) {
  .footer_bg {
    height: 250px;
    background-position: 80%;
  }
}
.footer_entry {
  font-family: josefin-sans, sans-serif;
  font-size: 3.5rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.45);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 53px 165px 41px;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
}
@media screen and (max-width: 768px) {
  .footer_entry {
    padding: 20px 80px 8px;
    text-align: center;
  }
}
.footer_entry:after {
  content: "";
  width: 12px;
  height: 12px;
  border: 1px solid;
  border-color: #f3981d #f3981d transparent transparent;
  transform: rotate(45deg);
  display: inline-block;
  position: absolute;
  top: 46%;
  right: 45px;
}
@media screen and (max-width: 768px) {
  .footer_entry:after {
    top: 38%;
  }
}
.footer_entry::before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: -150px;
  border-right: 150px solid transparent;
  border-bottom: 150px solid rgba(255, 255, 255, 0.5);
  transform: translateX(-100%);
  transition: transform ease 0.3s;
  z-index: -1;
}
.footer_entry:hover {
  color: #4bcbcc;
  z-index: 5;
}
.footer_entry:hover::before {
  transform: translateX(0);
}
.footer_copy {
  color: #fff;
  background-color: #333;
  padding: 58px 0 85px;
  font-size: 1.4rem;
}
.footer_copy a:hover {
  opacity: 0.6;
  transition: 0.3s all;
}
.footer_copy_link {
  position: relative;
  padding-right: 25px;
}
.footer_copy_link::after {
  content: "";
  background-image: url(../images/common/footer_window.png);
  height: 15px;
  width: 16px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: 8px;
  right: 0;
}
.footer_copy_text {
  font-size: 1.4rem;
  border-top: 1px solid #555;
  padding: 28px 0 20px;
  margin-top: 25px;
  line-height: 1.7;
  letter-spacing: 0.1em;
}
.footer_copy_copy {
  font-size: 1.2rem;
}

_::-webkit-full-page-media, _:future, :root .footer_entry {
  padding: 35px 165px 41px;
}

@media screen and (max-width: 768px) {
  _::-webkit-full-page-media, _:future, :root .footer_entry {
    padding: 20px 105px 41px;
  }
}
/* =====================
  capter
===================== */
.capter {
  background-color: #f3981d;
  color: #fff;
  font-family: josefin-sans, sans-serif;
  font-style: italic;
  font-size: 1.6rem;
  width: 140px;
  padding: 6px 0 1px;
  text-align: center;
  margin-bottom: 30px;
}
.capter_title {
  font-size: 3rem;
  color: #4BCBCC;
  line-height: 1.5;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .capter_title {
    font-size: 2rem;
  }
}
.capter_text {
  margin-top: 30px;
  font-size: 1.6rem;
  line-height: 2.25;
}
@media screen and (max-width: 768px) {
  .capter_text {
    font-size: 1.5rem;
  }
}
.capter_photo {
  margin-top: 54px;
}

_::-webkit-full-page-media, _:future, :root .capter {
  padding: 3px 0 4px;
}

/*--------------------------------------------------------------------------*/
/*                             photo move                                   */
/*--------------------------------------------------------------------------*/
.photo_move {
  overflow: hidden;
}

.photo_move img {
  transition-duration: 0.3s;
}

.photo_move img:hover {
  transform: scale(1.1);
  transition-duration: 0.3s;
}
@media screen and (max-width: 1024px) {
  .photo_move img:hover {
    transform: unset;
  }
}

.over_num {
  font-family: josefin-sans, sans-serif;
  font-style: italic;
  color: #4bcbcc;
}

.office {
  position: absolute;
  z-index: 3;
  top: -32px;
  right: 115px;
  font-size: 1.6rem;
  display: flex;
}

.number {
  position: absolute;
  top: -70px;
  right: 16px;
  font-size: 10rem;
  font-weight: 400;
  font-style: italic;
  vertical-align: top;
}

_::-webkit-full-page-media, _:future, :root .number {
  top: -91px;
}

/*--------------------------------------------------------------------------*/
/*                             section Title                                */
/*--------------------------------------------------------------------------*/
.title {
  position: relative;
  width: -moz-fit-content;
  /* Firefox */
  width: -webkit-fit-content;
  width: fit-content;
  /* other browsers */
}
.title_bg {
  font-size: min((140/1600)*100vw,140px);
  color: rgba(125, 125, 125, 0.1);
  font-family: josefin-sans, sans-serif;
  font-style: italic;
  letter-spacing: 0.06em;
  position: relative;
}
@media all and (-ms-high-contrast: none) {
  .title_bg {
    font-size: 140px;
  }
}
@media screen and (max-width: 400px) {
  .title_bg {
    font-size: 3.8rem;
  }
}
.title_main {
  font-size: 4.5rem;
  letter-spacing: 0.1em;
  font-family: josefin-sans, sans-serif;
  font-style: italic;
}
@media screen and (max-width: 768px) {
  .title_main {
    font-size: 3.3rem;
  }
}
.title_main_ja {
  font-size: 2rem;
  letter-spacing: 0;
  display: block;
  font-family: "Noto Sans JP", sans-serif !important;
  font-style: normal !important;
}

.orange {
  color: #f2bb5a;
}

/* ====================================================================================
		SP
==================================================================================== */
.pc_mv {
  display: block;
}

.sp_mv {
  display: none;
}

.u-35 {
  display: none;
}

@media screen and (max-width: 1024px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  .pc_mv {
    display: block;
  }

  .sp_mv {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp_mv {
    display: block;
  }

  .pc_mv {
    display: none;
  }
}
@media screen and (max-width: 350px) {
  .u-35 {
    display: block;
  }
}
/*# sourceMappingURL=common.css.map */