/* setting import */
@import url("https://fonts.googleapis.com/css2?family=DotGothic16&family=Zen+Old+Mincho:wght@400;700&display=swap");
@keyframes titleUp {
  0% {
    transform: translateY(120px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
/*****************************************************************
comon setting
******************************************************************/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

sup, sub {
  font-size: 70%;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

img {
  display: block;
  width: 100%;
  height: auto;
}
img.lazy_img {
  opacity: 0;
}
img.lazy_img.lazyloaded {
  transition: opacity 0.6s linear;
  opacity: 1;
}

a img {
  border-style: none;
}

*:focus {
  outline: none;
}

.anim_trigger {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.6s ease;
}
.anim_trigger.view {
  transform: translateY(0);
  opacity: 1;
}

body, html {
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: "Zen Old Mincho", serif;
  color: #031F6F;
  background: #000;
  font-size: 16px;
  letter-spacing: 0;
  font-weight: 400;
  text-align: justify;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body img, html img {
  width: 100%;
  height: auto;
}
body *, html * {
  box-sizing: border-box;
}

a {
  display: block;
  color: #031F6F;
  text-decoration: none;
  transition: opacity 0.2s linear;
}
a.hover {
  opacity: 0.7;
}
a img {
  transition: opacity 0.2s linear;
}
a img:hover {
  opacity: 0.7;
}

p {
  text-justify: inter-ideograph;
  -ms-text-justify: inter-ideograph;
}

/********************************************
PC
*********************************************/
.sp, .sp-in, .sp-flex {
  display: none !important;
}

.pc {
  display: block !important;
}

.pc-in {
  display: inline-block !important;
}

.pc-flex {
  display: flex !important;
}

.anim_trigger {
  transform: translateY(100px);
  opacity: 0;
  transition: all 0.6s ease;
}
.anim_trigger.view {
  transform: translateY(0);
  opacity: 1;
}

#loading {
  display: block;
  width: 100%;
  height: 100vh;
  height: 100dvh;
  background: #FFF;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 10px;
  margin: 0;
  text-indent: -9999em;
  width: 50px;
  height: 50px;
  margin: -25px 0 0 -25px;
  border-radius: 50%;
  background: #031F6F;
  background: linear-gradient(to right, #031F6F 10%, rgba(255, 255, 255, 0) 42%);
  position: relative;
  animation: load3 1.4s infinite linear;
  transform: translateZ(0);
}

.loader:before {
  width: 50%;
  height: 50%;
  background: #031F6F;
  border-radius: 100% 0 0 0;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
}

.loader:after {
  background: #FFF;
  width: 75%;
  height: 75%;
  border-radius: 50%;
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}
@keyframes load3 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.s-wrapper {
  display: block;
}

.swiper {
  width: 71.92%;
}
.swiper .swiper-wrapper {
  flex-wrap: nowrap !important;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
}
.swiper-button-next:after, .swiper-button-prev:after {
  content: none;
}

.swiper-button-next {
  width: 3.44%;
  right: 6.89%;
  cursor: pointer;
}

.swiper-button-prev {
  width: 3.44%;
  left: 6.89%;
  cursor: pointer;
}

section {
  position: relative;
  width: 1000px;
  margin: 0 auto;
}
section .sec_inner {
  width: 100%;
  height: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
  z-index: 2;
}
header .header_inner {
  max-width: 1210px;
  padding: 0 10px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .header_inner h1 {
  padding: 3% 0 0.6%;
  width: 21%;
  display: block;
}
header .header_inner nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
header .header_inner nav ul li {
  margin-right: 30px;
}
header .header_inner nav ul li:last-of-type {
  margin-right: 0;
  width: 27px;
}
header .header_inner nav ul li a {
  display: block;
}

#kv {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 150vh;
  height: auto;
}
#kv .kv_cover1 {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/kv-pc-02.jpg?ver=250425a) no-repeat center 85%;
  background-size: cover;
  width: 150vh;
  height: auto;
}
#kv .kv_cover2 {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/kv-pc-01.jpg?ver=250425a) no-repeat center 85%;
  background-size: cover;
  width: 150vh;
  height: auto;
}
#kv .copy01 {
  width: 2.14%;
  position: absolute;
  bottom: 47dvh;
  right: 35.35%;
}
#kv .copy01 img {
  transition: all 1.5s ease;
  left: 50px;
  opacity: 0;
  position: relative;
}
#kv .copy01 img.view {
  opacity: 1;
  left: 0;
}
#kv .copy02 {
  width: 4.92%;
  position: absolute;
  bottom: 47dvh;
  left: 33.57%;
}
#kv .copy02 img {
  transition: all 1.5s ease;
  right: 50px;
  opacity: 0;
  position: relative;
}
#kv .copy02 img.view {
  opacity: 1;
  right: 0;
}
#kv .copy01, #kv .copy02 {
  opacity: 1;
  transition: all 2s ease;
}
#kv .copy01.view, #kv .copy02.view {
  opacity: 0;
}
#kv .bg_gr {
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(../images/pr_bg_top.png?ver=250425b) no-repeat center top;
  width: 100%;
  height: 49dvh;
  background-size: 100%;
}

#pr_block {
  position: relative;
  z-index: 1;
  background: #FFF;
}
#pr_block .top_bg {
  position: absolute;
  top: -442px;
  left: 0;
  background: url(../images/pr_bg_top-pc.png?ver=250425a) repeat-x center top;
  width: 100%;
  height: 442px;
}
#pr_block .sec_inner {
  background: url(../images/pr_bg-pc.jpg?ver=250425b) no-repeat;
  background-position: center 125px;
  width: 100%;
  height: auto;
  position: relative;
  padding-bottom: 45px;
}
#pr_block .sec_inner h3 {
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  margin-bottom: 23px;
  font-weight: bold;
}
#pr_block .sec_inner p {
  text-align: center;
  line-height: 33px;
  font-weight: bold;
}
#pr_block .sec_inner .pr {
  display: block;
  margin: 115px 0 0 190px;
}
#pr_block .sec_inner .pr h4 {
  font-size: 20px;
  line-height: 24px;
  margin-bottom: 15px;
}
#pr_block .sec_inner .pr h4 span {
  font-size: 12px;
}
#pr_block .sec_inner .pr ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 10px;
}
#pr_block .sec_inner .pr ul li {
  color: #000;
  font-size: 12px;
  line-height: 20px;
}
#pr_block .sec_inner .pr ul li:first-of-type {
  margin-right: 5px;
}
#pr_block .sec_inner .pr .buy_btn {
  width: 80px;
  display: block;
  background: #031F6F;
  color: #FFF;
  padding: 0.5% 1%;
  border-radius: 5px;
  font-size: 10px;
  line-height: 10px;
  letter-spacing: 4px;
  font-weight: bold;
  text-align: center;
}
#pr_block .sec_inner .image {
  width: 62%;
  display: flex;
  justify-content: space-between;
  margin: 350px auto 0 auto;
}
#pr_block .sec_inner .image a {
  width: 30.64%;
}

#art {
  background: #FFF;
  color: #FFF;
}
#art .sec_inner {
  background: #000;
  padding-top: 65px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 65px 0 0 0;
}
#art .sec_inner h3 {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
  line-height: 20px;
  align-items: center;
  margin-bottom: 20px;
  justify-content: center;
}
#art .sec_inner h3 span {
  display: inline-block;
  width: 41px;
  margin-right: 8px;
}
#art .sec_inner .copy {
  margin: 0 auto;
  width: 88%;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 1px;
}
#art .sec_inner .profile {
  width: 88%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 60px auto 15px auto;
}
#art .sec_inner .profile .left {
  width: 67%;
}
#art .sec_inner .profile .left dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#art .sec_inner .profile .left dl dt {
  width: 32.77%;
}
#art .sec_inner .profile .left dl dd {
  width: 63.02%;
  position: relative;
}
#art .sec_inner .profile .left dl dd h4 {
  font-size: 16px;
  line-height: 16px;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
#art .sec_inner .profile .left dl dd h4 .en {
  font-size: 12px;
}
#art .sec_inner .profile .left dl dd h4 .en:last-of-type {
  margin-left: 20px;
}
#art .sec_inner .profile .left dl dd h4 .line {
  display: inline-block;
  background: #FFF;
  width: 1px;
  height: 20px;
  margin: 0 20px;
}
#art .sec_inner .profile .left dl dd p {
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0.8px;
}
#art .sec_inner .profile .left dl dd .link {
  display: flex;
  color: #FFF;
  font-size: 16px;
  line-height: 16px;
  align-items: center;
  margin-top: 25px;
}
#art .sec_inner .profile .left dl dd .link .arrow {
  display: inline-block;
  width: 13px;
  margin-right: 10px;
}
#art .sec_inner .profile .left dl dd .insta_link {
  width: 32px;
  position: absolute;
  bottom: 0;
  right: 0;
}
#art .sec_inner .profile .right {
  width: 33%;
  position: relative;
  display: flex;
  align-items: center;
}
#art .sec_inner .top_gr {
  background: url(../images/co_bg_top.png) repeat-x 0 0;
  width: 100%;
  height: 219px;
  position: relative;
}

#commitment {
  background: #FFF;
  color: #000;
}
#commitment .sec_inner {
  padding: 0 6.5% 70px 6.5%;
}
#commitment .sec_inner h3 {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  position: relative;
  top: -35px;
}
#commitment .sec_inner .list {
  width: 100%;
  margin-bottom: 30px;
  margin-top: -35px;
}
#commitment .sec_inner .list dl {
  border-top: dotted #8a8a8a 2px;
  display: flex;
  flex-wrap: wrap;
  padding: 10px 0;
}
#commitment .sec_inner .list dl:nth-of-type(4) dd {
  width: 100%;
}
#commitment .sec_inner .list dl:last-of-type {
  border-bottom: dotted #8a8a8a 2px;
}
#commitment .sec_inner .list dl dt {
  width: 23%;
}
#commitment .sec_inner .list dl dd {
  width: 77%;
  font-size: 12px;
  line-height: 22px;
}
#commitment .sec_inner .list dl dd p {
  text-indent: -1em;
  padding-left: 1em;
}
#commitment .sec_inner .list dl dd p a {
  color: #000;
}
#commitment .sec_inner .ft_img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#commitment .sec_inner .ft_img .img {
  width: 21.83%;
}

#footer {
  background: none;
  color: #FFF;
}
#footer .sec_inner {
  padding: 120px 12% 4% 12%;
}
#footer .sec_inner .txt_area {
  width: 100%;
  border: 1px solid #FFF;
  padding: 40px 55px;
  position: relative;
}
#footer .sec_inner .txt_area p {
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
}
#footer .sec_inner .txt_area p .tel {
  display: flex;
}
#footer .sec_inner .txt_area p .tel .tel01, #footer .sec_inner .txt_area p .tel .tel02 {
  font-size: 12px;
  line-height: 24px;
  font-weight: bold;
}
#footer .sec_inner .txt_area p span {
  font-size: 16px;
  font-weight: bold;
}
#footer .sec_inner .txt_area .googlemap_link {
  display: flex;
  color: #FFF;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  align-items: center;
  margin-top: 15px;
}
#footer .sec_inner .txt_area .googlemap_link .arrow {
  display: inline-block;
  width: 10px;
  margin-right: 5px;
}
#footer .sec_inner .txt_area .link {
  position: absolute;
  top: 55%;
  right: 5.26%;
}
#footer .sec_inner .txt_area .link .hp {
  display: flex;
  color: #FFF;
  font-size: 12px;
  line-height: 12px;
  font-weight: bold;
  align-items: center;
}
#footer .sec_inner .txt_area .link .hp .arrow {
  display: inline-block;
  width: 10px;
  margin-right: 5px;
}
#footer .sec_inner .txt_area .link .sns {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
#footer .sec_inner .txt_area .link .sns .fb, #footer .sec_inner .txt_area .link .sns .insta {
  width: 32px;
}
#footer .sec_inner .copyright {
  margin-top: 280px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
  color: #000;
}

@media only screen and (max-width: 1015px ) {
  section {
    width: 100%;
  }
  #pr_block {
    position: relative;
    z-index: 1;
    background: #FFF;
  }
  #pr_block .sec_inner {
    background: url(../images/pr_bg-pc.jpg?ver=250425b) no-repeat;
    background-position: center 125px;
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 45px;
  }
  #pr_block .sec_inner h3 {
    font-size: 24px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 23px;
    font-weight: bold;
  }
  #pr_block .sec_inner p {
    text-align: center;
    line-height: 33px;
    font-weight: bold;
  }
  #pr_block .sec_inner .pr {
    display: block;
    margin: 115px 0 0 12%;
  }
  #pr_block .sec_inner .pr h4 {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 15px;
  }
  #pr_block .sec_inner .pr h4 span {
    font-size: 12px;
  }
  #pr_block .sec_inner .pr ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  #pr_block .sec_inner .pr ul li {
    color: #000;
    font-size: 12px;
    line-height: 20px;
  }
  #pr_block .sec_inner .pr ul li:first-of-type {
    margin-right: 5px;
  }
  #pr_block .sec_inner .pr .buy_btn {
    width: 80px;
    display: block;
    background: #031F6F;
    color: #FFF;
    padding: 0.5% 1%;
    border-radius: 5px;
    font-size: 10px;
    line-height: 10px;
    letter-spacing: 4px;
    font-weight: bold;
    text-align: center;
  }
  #pr_block .sec_inner .image {
    width: 62%;
    display: flex;
    justify-content: space-between;
    margin: 350px auto 0 auto;
  }
}
/********************************************
SP
*********************************************/
@media only screen and (max-width: 765px ) {
  .pc, .pc-in, .pc-flex {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .sp-in {
    display: inline-block !important;
  }
  .sp-flex {
    display: flex !important;
  }
  body {
    background: #FFF;
  }
  a {
    display: block;
    color: #031F6F;
    text-decoration: none;
    transition: opacity 0.2s linear;
  }
  a.hover {
    opacity: 1;
  }
  a img {
    transition: opacity 0.2s linear;
  }
  a img:hover {
    opacity: 1;
  }
  .s-wrapper {
    display: block;
  }
  .swiper {
    width: 90.92%;
  }
  .swiper .swiper-wrapper {
    flex-wrap: nowrap !important;
  }
  .swiper-button-next, .swiper-button-prev {
    position: absolute;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    content: none;
  }
  .swiper-button-next {
    width: 2%;
    right: 0;
  }
  .swiper-button-prev {
    width: 2%;
    left: 0;
  }
  .swiper2 {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  .swiper2 .swiper-wrapper {
    flex-wrap: nowrap !important;
  }
  .swiper-button-next2, .swiper-button-prev2 {
    position: absolute;
  }
  .swiper-button-next2:after, .swiper-button-prev2:after {
    content: none;
  }
  .swiper-button-next2 {
    width: 2%;
    right: 6%;
    bottom: 5%;
  }
  .swiper-button-prev2 {
    width: 2%;
    left: 6%;
    bottom: 5%;
  }
  header .header_inner {
    padding: 0 6.26% 0 3.33%;
  }
  header .header_inner h1 {
    padding: 0.8% 0 0.6%;
    width: 42%;
  }
  header .header_inner nav {
    width: 4.74%;
  }
  header .header_inner nav ul {
    width: 100%;
  }
  header .header_inner nav ul li:last-of-type {
    width: 100%;
  }
  #kv {
    position: fixed;
    bottom: 0;
    left: 0;
    transform: none;
    width: 100%;
    height: 0;
    padding-top: 116.53%;
  }
  #kv .kv_cover1 {
    position: fixed;
    bottom: 0;
    left: 0;
    transform: none;
    background: url(../images/kv-sp-02.jpg?ver=250425b) no-repeat 0 0;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 116.53%;
  }
  #kv .kv_cover2 {
    position: fixed;
    bottom: 0;
    left: 0;
    transform: none;
    background: url(../images/kv-sp-01.jpg?ver=250425b) no-repeat 0 0;
    background-size: cover;
    width: 100%;
    height: 0;
    padding-top: 116.53%;
  }
  #kv .copy01 {
    width: 5.06%;
    position: absolute;
    top: 26%;
    bottom: auto;
    top: 5.8%;
    right: 26.13%;
  }
  #kv .copy02 {
    width: 12.53%;
    position: absolute;
    top: 5.8%;
    bottom: auto;
    left: 21.2%;
  }
  #kv .copy01, #kv .copy02 {
    opacity: 1;
    transition: all 2s ease;
  }
  #kv .copy01.view, #kv .copy02.view {
    opacity: 0;
  }
  #kv .bg_gr {
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/pr_bg_top-sp.png?ver=250425a) repeat-x 0 0;
    width: 100%;
    height: 34.5vw;
    background-size: 100%;
  }
  #pr_block {
    position: relative;
    z-index: 1;
    background: #FFF;
  }
  #pr_block .top_bg {
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/pr_bg_top-sp.png?ver=250425a) no-repeat 0 0;
    width: 100%;
    height: 34.5vw;
    background-size: 100%;
  }
  #pr_block .sec_inner {
    background: url(../images/pr_bg-sp.jpg?ver=0425b) no-repeat;
    background-position: 0 114vw;
    background-size: contain;
    width: 100%;
    height: auto;
    position: relative;
    padding-bottom: 0.2vw;
    padding-top: 3%;
  }
  #pr_block .sec_inner h3 {
    font-size: 6.3vw;
    line-height: 6.3vw;
    text-align: center;
    margin-bottom: 3%;
    font-weight: bold;
  }
  #pr_block .sec_inner p {
    text-align: center;
    font-size: 4vw;
    line-height: 7vw;
    font-weight: bold;
    font-feature-settings: "palt";
  }
  #pr_block .sec_inner .pr {
    display: block;
    margin: 84% 0 0 12vw;
    position: relative;
  }
  #pr_block .sec_inner .pr h4 {
    font-size: 7.5vw;
    line-height: 7.5vw;
    margin-bottom: 2vw;
    display: flex;
    align-items: center;
  }
  #pr_block .sec_inner .pr h4 span {
    font-size: 3.75vw;
  }
  #pr_block .sec_inner .pr ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
  }
  #pr_block .sec_inner .pr ul li {
    color: #000;
    font-size: 3.75vw;
    line-height: 6.15vw;
  }
  #pr_block .sec_inner .pr ul li:first-of-type {
    margin-right: 3.5vw;
  }
  #pr_block .sec_inner .pr .buy_btn {
    width: 25.73%;
    display: block;
    background: #031F6F;
    color: #FFF;
    padding: 1vw 1vw 1.4vw 1vw;
    border-radius: 5px;
    font-size: 3.75vw;
    line-height: 3.75vw;
    letter-spacing: 1vw;
    font-weight: bold;
    text-align: center;
    position: absolute;
    right: 6vw;
    bottom: 1vw;
  }
  #pr_block .sec_inner .image {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 3vw auto 0 auto;
  }
  #pr_block .sec_inner .image a {
    display: block;
    width: 33%;
  }
  #art {
    background: #FFF;
    color: #FFF;
  }
  #art .sec_inner {
    background: #000;
    padding-top: 65px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 6% 0 0 0;
  }
  #art .sec_inner h3 {
    display: flex;
    width: 56vw;
    flex-wrap: wrap;
    font-size: 5.25vw;
    line-height: 5.25vw;
    align-items: center;
    margin: 0 auto 3.6% auto;
  }
  #art .sec_inner h3 span {
    display: inline-block;
    width: 18.33%;
    margin-right: 3%;
  }
  #art .sec_inner .copy {
    margin: 0 auto;
    width: 88%;
    font-size: 3.75vw;
    line-height: 5.7vw;
    letter-spacing: 0;
  }
  #art .sec_inner .profile {
    width: 88%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 7.5% auto 5% auto;
    overflow: hidden;
  }
  #art .sec_inner .profile .left {
    width: 100%;
    position: relative;
    left: -10vw;
  }
  #art .sec_inner .profile .left dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #art .sec_inner .profile .left dl dt {
    width: 29.39%;
    position: relative;
    right: -13vw;
  }
  #art .sec_inner .profile .left dl dd {
    width: 63.02%;
    position: relative;
    right: -13vw;
  }
  #art .sec_inner .profile .left dl dd h4 {
    font-size: 5.7vw;
    line-height: 5.7vw;
    display: flex;
    align-items: center;
    margin-bottom: 3%;
    flex-wrap: wrap;
    position: relative;
  }
  #art .sec_inner .profile .left dl dd h4:before {
    content: "";
    width: 10vw;
    background: #FFF;
    height: 1px;
    position: absolute;
    top: 3.7vw;
    left: 0vw;
  }
  #art .sec_inner .profile .left dl dd h4:after {
    content: "";
    width: 49vw;
    background: #FFF;
    height: 1px;
    position: absolute;
    top: 12.2vw;
    left: 0vw;
  }
  #art .sec_inner .profile .left dl dd h4 .en {
    font-size: 3.75vw;
    line-height: 3vw;
  }
  #art .sec_inner .profile .left dl dd h4 .en:first-of-type {
    width: 100%;
    margin-bottom: 3vw;
  }
  #art .sec_inner .profile .left dl dd h4 .en:last-of-type {
    margin-left: 2vw;
    position: relative;
    bottom: -1vw;
  }
  #art .sec_inner .profile .left dl dd h4 .line {
    display: inline-block;
    background: #FFF;
    width: 1px;
    height: 20px;
    margin: 0 20px;
  }
  #art .sec_inner .profile .left dl dd p {
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.8px;
  }
  #art .sec_inner .profile .left dl dd .link {
    display: flex;
    color: #FFF;
    font-size: 3.3vw;
    line-height: 3.3vw;
    align-items: center;
    margin-top: 6%;
  }
  #art .sec_inner .profile .left dl dd .link .arrow {
    display: inline-block;
    width: 2vw;
    margin-right: 1vw;
  }
  #art .sec_inner .profile .left dl dd .insta_link {
    width: 5vw;
    margin-top: 5%;
    position: relative;
    bottom: 0;
    right: 0;
  }
  #art .sec_inner .profile p {
    font-size: 3.6vw;
    line-height: 5.7vw;
    letter-spacing: 0;
    margin: 3% 0 7% 0;
  }
  #art .sec_inner .profile .right {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
  }
  #art .sec_inner .top_gr {
    background: url(../images/co_bg_top-sp.png) repeat-x 0 0;
    width: 100%;
    height: 32vw;
    max-height: 120px;
  }
  #commitment {
    background: #FFF;
    color: #000;
  }
  #commitment .sec_inner {
    padding: 0 6% 6% 6%;
  }
  #commitment .sec_inner h3 {
    font-size: 5.25vw;
    line-height: 5.25vw;
    font-weight: bold;
    text-align: center;
    margin-bottom: 7.5vw;
    position: relative;
    top: 0;
  }
  #commitment .sec_inner .list {
    width: 100%;
    margin-bottom: 0;
    margin-top: 0;
  }
  #commitment .sec_inner .list dl {
    border-top: dotted #8a8a8a 2px;
    display: flex;
    flex-wrap: wrap;
    padding: 4.5vw 0;
  }
  #commitment .sec_inner .list dl:nth-of-type(1) dt {
    width: 22%;
    background: #FFF;
  }
  #commitment .sec_inner .list dl:nth-of-type(2) dt {
    width: 18%;
    background: #FFF;
  }
  #commitment .sec_inner .list dl:nth-of-type(3) dt {
    width: 12%;
    background: #FFF;
  }
  #commitment .sec_inner .list dl:nth-of-type(4) dd {
    width: 100%;
    margin-bottom: 6%;
  }
  #commitment .sec_inner .list dl:last-of-type {
    border-bottom: none;
  }
  #commitment .sec_inner .list dl:last-of-type dt {
    width: 44%;
    background: #FFF;
  }
  #commitment .sec_inner .list dl dt {
    width: 100%;
    font-size: 4.5vw;
    line-height: 4.5vw;
    font-weight: bold;
    margin-bottom: 1vw;
    margin-top: -6.8vw;
  }
  #commitment .sec_inner .list dl dd {
    width: 100%;
    font-size: 3.6vw;
    line-height: 6.3vw;
  }
  #commitment .sec_inner .list dl dd span {
    text-indent: 1em;
    padding-left: 1em;
  }
  #commitment .sec_inner .ft_img {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #commitment .sec_inner .ft_img .img {
    width: 21.83%;
  }
  #footer {
    background: none;
    color: #FFF;
  }
  #footer .sec_inner {
    padding: 5.3% 12% 1% 12%;
  }
  #footer .sec_inner .txt_area {
    width: 100%;
    border: 1px solid #FFF;
    padding: 2vw 5vw 5vw 5vw;
    position: relative;
  }
  #footer .sec_inner .txt_area p {
    font-size: 2.4vw;
    line-height: 3.6vw;
    letter-spacing: 0.3vw;
    font-weight: bold;
  }
  #footer .sec_inner .txt_area p .tel {
    display: flex;
  }
  #footer .sec_inner .txt_area p .tel .tel01, #footer .sec_inner .txt_area p .tel .tel02 {
    font-size: 2.4vw;
    line-height: 3.6vw;
  }
  #footer .sec_inner .txt_area p .tel .tel02 a {
    color: #FFF;
  }
  #footer .sec_inner .txt_area p span {
    font-size: 3vw;
    line-height: 6vw;
    font-weight: bold;
  }
  #footer .sec_inner .txt_area .googlemap_link {
    display: flex;
    color: #FFF;
    font-size: 2.4vw;
    line-height: 2.4vw;
    align-items: center;
    margin-top: 1.8vw;
    font-weight: bold;
  }
  #footer .sec_inner .txt_area .googlemap_link .arrow {
    display: inline-block;
    width: 1.5vw;
    margin-right: 1vw;
  }
  #footer .sec_inner .txt_area .link {
    position: absolute;
    top: 57%;
    right: 5.26%;
  }
  #footer .sec_inner .txt_area .link .hp {
    display: flex;
    color: #FFF;
    font-size: 2.4vw;
    line-height: 2.4vw;
    align-items: center;
    font-weight: bold;
  }
  #footer .sec_inner .txt_area .link .hp .arrow {
    display: inline-block;
    width: 1.5vw;
    margin-right: 1vw;
  }
  #footer .sec_inner .txt_area .link .sns {
    display: flex;
    justify-content: end;
    margin-top: 2.5vw;
  }
  #footer .sec_inner .txt_area .link .sns .fb {
    margin-right: 2vw;
  }
  #footer .sec_inner .txt_area .link .sns .fb, #footer .sec_inner .txt_area .link .sns .insta {
    width: 3.6vw;
  }
  #footer .sec_inner .copyright {
    margin-top: 13vw;
    margin-bottom: 3vw;
    font-size: 2.4vw;
    line-height: 2.4vw;
    text-align: center;
    color: #000;
  }
}/*# sourceMappingURL=common.css.map */