@charset "UTF-8";
html {
  color: #000;
  background: #FFF;
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
  margin: 0;
  padding: 0;
}

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

fieldset,
img {
  border: 0;
}

button {
  padding: 0;
  border: 0;
  background-color: transparent;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ol,
ul {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

q:after,
q:before {
  content: '';
}

abbr,
acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  *font-size: 100%;
}

legend {
  color: #000;
}

#yui3-css-stamp.cssreset {
  display: none;
}

/* iOSでのデフォルトスタイルをリセット */
input[type="submit"],
input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px;
}

/* ----- color ------ */
/* ----- font ------ */
/* ----- device ------ */
/* ----- directory ------ */
/* ----- /common ----- */
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #000000;
  font-family: "Hiragino Mincho Pro-W3", "ヒラギノ明朝 Pro W3", serif;
  line-height: 1.8em;
}

a {
  text-decoration: none;
}

ol,
ul,
li {
  list-style: none;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  font-family: 'object-fit: contain;';
}

body {
  padding-top: 64px;
}

@media screen and (min-width: 1024px) {
  body {
    padding-top: 0;
  }
}

.humb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: fixed;
  top: 24px;
  right: 30px;
  z-index: 1002;
}

@media screen and (min-width: 1024px) {
  .humb {
    top: 96px;
    right: 48px;
  }
}

.humb-txt {
  color: #707070;
  font-family: "Hiragino Mincho Pro-W6", "ヒラギノ明朝 Pro W6", serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-right: 24px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (min-width: 1024px) {
  .humb-txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.humb-txt._open {
  color: #FFFFFF;
}

.humb-txt._open span {
  color: #FFFFFF;
  width: 70px;
}

.humb-txt span {
  color: #707070;
  display: inline-block;
  width: 0;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.humb-bars {
  width: 20px;
  height: 16px;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .humb-bars {
    height: 20px;
  }
}

.humb-bars span {
  display: inline-block;
  background: #707070;
  width: 16px;
  height: 2px;
  position: absolute;
  left: 0;
  margin-left: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.humb-bars span::before {
  content: "";
  position: absolute;
  top: 0;
  left: -4px;
  width: 2px;
  height: 2px;
  background: #707070;
}

.humb-bars span:first-of-type {
  top: 0;
}

.humb-bars span:first-of-type._open {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(405deg);
  transform: translateY(-50%) rotate(405deg);
}

.humb-bars span:nth-of-type(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.humb-bars span:nth-of-type(2)._open {
  opacity: 0;
  -webkit-transform: translate(-2px, -50%);
  transform: translate(-2px, -50%);
}

.humb-bars span:last-of-type {
  bottom: 0;
}

.humb-bars span:last-of-type._open {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-405deg);
  transform: translateY(50%) rotate(-405deg);
}

.humb-bars span._open {
  width: 20px;
  margin-left: 0;
}

.humb-bars span._open::before {
  left: 0;
}

.header {
  padding-bottom: 64px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .header {
    padding-bottom: 0;
  }
}

.header-fix {
  width: 100%;
  height: 64px;
  padding-top: 14px;
  padding-left: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #FFFFFF;
}

@media screen and (min-width: 1024px) {
  .header-fix {
    height: auto;
    padding: 36px 0 0;
    position: static;
    background: transparent;
  }
}

.header-logo {
  width: 104px;
}

@media screen and (min-width: 1024px) {
  .header-logo {
    width: 224px;
    margin-left: 40px;
  }
}

.header-logo a {
  height: 100%;
  display: block;
}

.header-catch {
  width: 95%;
  height: 176px;
  position: relative;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 1024px) {
  .header-catch {
    width: 70%;
    height: 400px;
  }
}

.header-tit {
  color: #3689AD;
  font-size: 60px;
  letter-spacing: 0.1em;
  line-height: 1.2em;
  position: absolute;
  top: 140px;
  left: 5%;
}

@media screen and (min-width: 1024px) {
  .header-tit {
    font-size: 80px;
    top: 30%;
    left: 84%;
  }
}

.header-tit span {
  color: #3689AD;
  font-family: "Hiragino Mincho Pro-W6", "ヒラギノ明朝 Pro W6", serif;
  font-weight: bold;
  font-size: 16px;
  display: block;
}

@media screen and (min-width: 1024px) {
  .header-tit span {
    font-size: 24px;
  }
}

.header-deco {
  width: 84%;
  height: 240px;
  position: absolute;
  top: 0;
  right: 0;
  background: rgba(216, 216, 216, 0.18);
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .header-deco {
    width: 56%;
    height: 100%;
    right: 15%;
  }
}

.footer {
  width: 100%;
  padding: 24px 0 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #B9B6B6;
  position: relative;
}

@media screen and (min-width: 764px) and (max-width: 1024px) {
  .footer {
    padding: 80px 0 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (min-width: 1024px) {
  .footer {
    padding: 80px 0 100px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.footer-logo {
  width: 104px;
  margin-left: 1%;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
      align-self: start;
  margin-bottom: 32px;
}

@media screen and (min-width: 764px) and (max-width: 1024px) {
  .footer-logo {
    width: 160px;
    margin-top: 0;
    margin-left: 40px;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .footer-logo {
    width: 224px;
    margin-top: 0;
    margin-left: 72px;
    margin-bottom: 0;
  }
}

.footer-logo a {
  height: 100%;
  display: block;
}

.footer-contents {
  width: 95%;
  margin: 0 auto;
}

@media screen and (min-width: 764px) and (max-width: 1024px) {
  .footer-contents {
    width: 400px;
    margin-right: 120px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-contents {
    width: 560px;
    margin-right: 120px;
  }
}

@media screen and (min-width: 764px) and (max-width: 1024px) {
  .footer-nav {
    margin-top: 20px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-nav {
    margin-top: 40px;
  }
}

.footer-nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 32px;
}

@media screen and (min-width: 764px) and (max-width: 1024px) {
  .footer-nav-items {
    margin-bottom: 48px;
  }
}

@media screen and (min-width: 1024px) {
  .footer-nav-items {
    margin-bottom: 48px;
  }
}

.footer-nav-item a {
  font-size: 14px;
  letter-spacing: 0.05em;
  line-height: 2.4em;
  opacity: 1;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.footer-nav-item a:hover {
  opacity: 0.56;
}

@media screen and (min-width: 1024px) {
  .footer-nav-item a {
    font-size: 18px;
  }
}

.footer-cr {
  font-size: 12px;
  letter-spacing: 0.05em;
}

@media screen and (min-width: 764px) and (max-width: 1024px) {
  .footer-cr {
    font-size: 14px;
    text-align: right;
  }
}

@media screen and (min-width: 1024px) {
  .footer-cr {
    font-size: 14px;
    text-align: right;
  }
}

.footer-st {
  display: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  position: absolute;
  bottom: 32px;
  right: 56px;
  cursor: pointer;
}

@media screen and (min-width: 764px) and (max-width: 1024px) {
  .footer-st {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  .footer-st {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.footer-st span {
  width: 32px;
  height: 1px;
  margin-right: 12px;
  background: #000000;
}

.footer-st-txt {
  font-size: 16px;
  letter-spacing: 0.05em;
}

.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1001;
}

.gnav-left {
  width: 55%;
  height: 100%;
  background: #ffffff;
}

@media screen and (min-width: 1024px) {
  .gnav-left {
    width: calc(100% - 264px);
  }
}

.gnav-items {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (min-width: 1024px) {
  .gnav-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.gnav-item {
  width: 100%;
  height: calc(25% - 2px);
  background: rgba(216, 216, 216, 0.18);
}

@media screen and (min-width: 1024px) {
  .gnav-item {
    width: calc(25% - 3px);
    height: 100%;
    margin-right: 3px;
  }
}

.gnav-link {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 0 8px;
  opacity: 1;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.gnav-link:hover {
  opacity: 0.56;
}

@media screen and (min-width: 1024px) {
  .gnav-link {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    padding-top: 30vh;
  }
}

.gnav-link::before {
  content: "→";
  font-family: "Hiragino Mincho Pro-W6", "ヒラギノ明朝 Pro W6", serif;
  font-size: 16px;
  font-weight: bold;
  position: absolute;
  top: 16px;
  right: 16px;
  width: 16px;
  height: 16px;
}

@media screen and (min-width: 1024px) {
  .gnav-link::before {
    display: none;
  }
}

.gnav-link-tit {
  font-family: "Hiragino Mincho Pro-W6", "ヒラギノ明朝 Pro W6", serif;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 0.15em;
  text-align: center;
  white-space: nowrap;
  margin-bottom: 12px;
}

@media screen and (min-width: 1024px) {
  .gnav-link-tit {
    font-size: 32px;
    margin-bottom: 56px;
  }
}

.gnav-link-txt {
  font-family: "Hiragino Mincho Pro-W6", "ヒラギノ明朝 Pro W6", serif;
  font-weight: bold;
  font-size: 10px;
  letter-spacing: 0.15em;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .gnav-link-txt {
    font-size: 16px;
  }
}

.gnav-link-txt._jp {
  text-align: left;
}

.gnav-right {
  width: 45%;
  height: 100%;
  padding: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #313030;
}

@media screen and (min-width: 1024px) {
  .gnav-right {
    width: 264px;
    padding: 16px;
  }
}

.gnav-right-border {
  display: block;
  height: 1px;
  background: #FFFFFF;
}

.gnav-subitems {
  height: 70%;
  padding-top: 40%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gnav-subitem {
  text-align: right;
  padding-right: 64px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .gnav-subitem {
    padding-right: 72px;
  }
}

.gnav-subitem:not(:last-of-type) {
  margin-bottom: 56px;
}

.gnav-subitem::after {
  content: "";
  width: 36px;
  height: 1px;
  position: absolute;
  top: 50%;
  right: 12px;
  background: #FFFFFF;
}

@media screen and (min-width: 764px) and (max-width: 1024px) {
  .gnav-subitem::after {
    width: 48px;
    right: 0px;
  }
}

@media screen and (min-width: 1024px) {
  .gnav-subitem::after {
    width: 48px;
    right: 0px;
  }
}

.gnav-subitem a {
  color: #FFFFFF;
  font-family: "Hiragino Mincho Pro-W6", "ヒラギノ明朝 Pro W6", serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.15em;
  opacity: 1;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.gnav-subitem a:hover {
  opacity: 0.56;
}

@media screen and (min-width: 764px) and (max-width: 1024px) {
  .gnav-subitem a {
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .gnav-subitem a {
    font-size: 16px;
  }
}

.gnav-otheritem {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.gnav-otheritem:first-of-type {
  height: 64px;
}

.gnav-otheritem a {
  color: #FFFFFF;
  font-family: "Hiragino Mincho Pro-W6", "ヒラギノ明朝 Pro W6", serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.15em;
  text-align: center;
  margin-right: 8px;
  opacity: 1;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.gnav-otheritem a:hover {
  opacity: 0.56;
}

@media screen and (min-width: 764px) and (max-width: 1024px) {
  .gnav-otheritem a {
    text-align: right;
    font-size: 16px;
  }
}

@media screen and (min-width: 1024px) {
  .gnav-otheritem a {
    text-align: right;
    font-size: 16px;
  }
}

@media screen and (min-width: 764px) and (max-width: 1024px) {
  .gnav-otheritem a br {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .gnav-otheritem a br {
    display: none;
  }
}

.gnav-otheritem span {
  color: #FFFFFF;
  font-family: "Hiragino Mincho Pro-W6", "ヒラギノ明朝 Pro W6", serif;
  font-size: 20px;
  font-weight: bold;
  margin-right: 10px;
}

.app-box {
  text-align: center;
  width: 90%;
  margin: 0 auto;
  padding: 40px 0;
  background: #E6E6E6;
  border-radius: 14px;
}

@media screen and (min-width: 764px) and (max-width: 1024px) {
  .app-box {
    width: 100%;
    padding: 136px 0;
    border-radius: 0;
  }
}

@media screen and (min-width: 1024px) {
  .app-box {
    width: 100%;
    padding: 136px 0;
    border-radius: 0;
  }
}

.app-box-txt {
  font-size: 12px;
  letter-spacing: 0.2em;
  line-height: 2em;
  margin-bottom: 12px;
}

@media screen and (min-width: 764px) and (max-width: 1024px) {
  .app-box-txt {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .app-box-txt {
    font-size: 16px;
    margin-bottom: 32px;
  }
}

.app-box-btn {
  color: #FFFFFF;
  font-family: "Hiragino Mincho Pro-W6", "ヒラギノ明朝 Pro W6", serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.2em;
  width: 80%;
  padding: 10px 0;
  border-radius: 18px;
  display: inline-block;
  background: #3689AD;
  opacity: 1;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.app-box-btn:hover {
  opacity: 0.56;
}

@media screen and (min-width: 764px) and (max-width: 1024px) {
  .app-box-btn {
    font-size: 18px;
    width: 600px;
    line-height: 2em;
    padding: 30px 0;
  }
}

@media screen and (min-width: 1024px) {
  .app-box-btn {
    font-size: 18px;
    width: 600px;
    line-height: 2em;
    padding: 30px 0;
  }
}

@media screen and (min-width: 1024px) {
  .break_sp {
    display: none;
  }
}

.break_pc {
  display: none;
}

@media screen and (min-width: 1024px) {
  .break_pc {
    display: inline;
  }
}

@media screen and (min-width: 764px) and (max-width: 1024px) {
  .break_tab {
    display: inline;
  }
}

/* ----- /common ----- */
/* ----- top ----- */
.theader {
  width: 100%;
  height: 64px;
  padding-top: 14px;
  padding-left: 20px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: #FFFFFF;
}

@media screen and (min-width: 1024px) {
  .theader {
    height: 240px;
    padding: 64px 0 0;
    position: static;
  }
}

.theader-logo {
  width: 104px;
}

@media screen and (min-width: 1024px) {
  .theader-logo {
    width: 224px;
    margin-left: 40px;
  }
}

.theader-logo a {
  height: 100%;
  display: block;
}

.tfv {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .tfv {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.tfv-limg {
  width: 60%;
  position: relative;
  margin-bottom: 160px;
}

@media screen and (min-width: 1024px) {
  .tfv-limg {
    width: 32%;
    min-height: 600px;
    margin-right: 10%;
    margin-bottom: 0;
  }
}

.tfv-limg img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.tfv-limg-txt {
  font-size: 10px;
  letter-spacing: 0;
  display: inline-block;
  width: 95%;
  position: absolute;
  bottom: 4px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}

@media screen and (min-width: 1024px) {
  .tfv-limg-txt {
    font-size: 12px;
    letter-spacing: 0.2em;
    bottom: 8px;
    right: 16px;
    -webkit-transform: none;
    transform: none;
  }
}

.tfv-contents {
  width: 100%;
  position: relative;
  margin-bottom: 48px;
}

@media screen and (min-width: 1024px) {
  .tfv-contents {
    width: 48%;
    margin-bottom: 0;
  }
}

.tfv-simg {
  width: 100%;
  height: 88px;
  margin-bottom: 40px;
  position: relative;
}

@media screen and (min-width: 764px) and (max-width: 1024px) {
  .tfv-simg {
    height: 160px;
    margin-bottom: 90px;
  }
}

@media screen and (min-width: 1024px) {
  .tfv-simg {
    height: 160px;
    margin-bottom: 120px;
  }
}

.tfv-simg img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.tfv-simg-txt {
  color: #FFFFFF;
  font-size: 10px;
  letter-spacing: 0;
  position: absolute;
  bottom: 3px;
  right: 6px;
}

@media screen and (min-width: 1024px) {
  .tfv-simg-txt {
    font-size: 12px;
    letter-spacing: 0.2em;
    bottom: 4px;
    right: 8px;
  }
}

.tfv-fullname {
  font-size: 40px;
  line-height: 1.3em;
  letter-spacing: 0.3em;
  margin-right: 5%;
  margin-left: 5%;
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .tfv-fullname {
    font-size: 64px;
    margin-bottom: 32px;
  }
}

.tfv-cr {
  margin-right: 5%;
  margin-left: 5%;
}

.tfv-cr small {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 14px;
  font-weight: 300;
}

.tfv-promoter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: right;
  transform-origin: right;
  bottom: 84px;
  right: 8%;
}

@media screen and (min-width: 1024px) {
  .tfv-promoter {
    bottom: 40px;
    right: 10%;
  }
}

.tfv-promoter span {
  width: 80px;
  height: 1px;
  background: #000000;
  display: inline-block;
  margin-right: 20px;
}

.tfv-promoter-txt {
  font-size: 16px;
  letter-spacing: 0.3em;
}

.tfv-triangle {
  display: inline-block;
  border-width: 14px 7px;
  border-style: solid;
  border-color: #000000 transparent transparent transparent;
  position: absolute;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media screen and (min-width: 1024px) {
  .tfv-triangle {
    bottom: 30px;
    left: 45%;
    -webkit-transform: none;
    transform: none;
  }
}

.tprofile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 120px 0 0;
  background-position: center;
  background-size: cover;
}

@media screen and (min-width: 1024px) {
  .tprofile {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 72px 0;
  }
}

.tprofile::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 0;
}

.tprofile-txts {
  width: 84%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .tprofile-txts {
    width: 540px;
    margin-left: auto;
    margin-right: 10%;
  }
}

.tprofile-tit {
  color: #FFFFFF;
  font-family: "Hiragino Mincho Pro-W6", "ヒラギノ明朝 Pro W6", serif;
  font-weight: bold;
  font-size: 26px;
  letter-spacing: 0.3em;
  margin-bottom: 64px;
}

@media screen and (min-width: 1024px) {
  .tprofile-tit {
    font-size: 40px;
    margin-bottom: 72px;
  }
}

.tprofile-desc {
  color: #FFFFFF;
  font-size: 12px;
  letter-spacing: 0.3em;
  line-height: 2.4em;
  margin-bottom: 64px;
}

@media screen and (min-width: 1024px) {
  .tprofile-desc {
    font-size: 16px;
    margin-left: 48px;
  }
}

.tprofile-link {
  color: #FFFFFF;
  font-family: "Hiragino Mincho Pro-W6", "ヒラギノ明朝 Pro W6", serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.05em;
  display: inline-block;
  padding-left: 24px;
  padding-bottom: 16px;
  border-bottom: 1px solid #FFFFFF;
  opacity: 1;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.tprofile-link:hover {
  opacity: 0.56;
}

@media screen and (min-width: 1024px) {
  .tprofile-link {
    font-size: 18px;
    padding-left: 48px;
  }
}

.tprofile-img {
  width: 240px;
  height: 480px;
  margin: 0 auto;
  position: relative;
  -webkit-transform: translateY(80px);
  transform: translateY(80px);
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .tprofile-img {
    width: 400px;
    height: 760px;
    margin-right: auto;
    margin-left: 0;
    -webkit-transform: translateY(160px);
    transform: translateY(160px);
  }
}

.tprofile-img img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.tcontents {
  padding: 204px 0 64px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .tcontents {
    padding: 288px 0 142px;
  }
}

.tcontents::before {
  content: "";
  width: 512px;
  height: 512px;
  border-radius: 50%;
  border: 20px solid #EEEEEE;
  position: absolute;
  top: 136px;
  left: -180px;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .tcontents::before {
    width: 800px;
    height: 800px;
    top: 142px;
    left: -24px;
  }
}

.tcontents-inner {
  width: 95%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .tcontents-inner {
    max-width: 1200px;
  }
}

.tcontents-tits {
  margin-bottom: 72px;
}

@media screen and (min-width: 1024px) {
  .tcontents-tits {
    margin-bottom: 104px;
  }
}

.tcontents-subtits {
  letter-spacing: 0.2em;
  font-size: 12px;
  margin-bottom: 12px;
  padding-left: 32px;
  line-height: 24px;
  border-left: 3px solid #707070;
}

@media screen and (min-width: 1024px) {
  .tcontents-subtits {
    font-size: 18px;
    margin-bottom: 30px;
    padding-left: 72px;
  }
}

.tcontents-tit {
  font-weight: bold;
  font-size: 20px;
  padding-left: 32px;
}

@media screen and (min-width: 1024px) {
  .tcontents-tit {
    padding-left: 72px;
  }
}

.tcontents-desc {
  font-size: 12px;
  margin-left: 24px;
  margin-bottom: 72px;
}

@media screen and (min-width: 1024px) {
  .tcontents-desc {
    font-size: 16px;
    margin-left: 36px;
    margin-bottom: 150px;
  }
}

.tcontents-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 764px) and (max-width: 1024px) {
  .tcontents-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media screen and (min-width: 1024px) {
  .tcontents-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.tcontents-item {
  width: 80%;
  margin-bottom: 36px;
}

@media screen and (min-width: 764px) and (max-width: 1024px) {
  .tcontents-item {
    width: 32%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .tcontents-item {
    width: 32%;
    margin-bottom: 0;
  }
}

.tcontents-item-link {
  display: block;
  width: 100%;
  opacity: 1;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.tcontents-item-link:hover {
  opacity: 0.56;
}

.tcontents-item-thumb {
  width: 100%;
  height: 76vw;
  margin-bottom: 4px;
}

@media screen and (min-width: 764px) and (max-width: 1024px) {
  .tcontents-item-thumb {
    height: 30.4vw;
  }
}

@media screen and (min-width: 1024px) {
  .tcontents-item-thumb {
    height: 30.4vw;
  }
}

@media screen and (min-width: 1200px) {
  .tcontents-item-thumb {
    height: 384px;
  }
}

.tcontents-item-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.tcontents-item-name {
  font-family: "Hiragino Mincho Pro-W6", "ヒラギノ明朝 Pro W6", serif;
  font-weight: bold;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: right;
  margin-bottom: 4px;
}

@media screen and (min-width: 764px) and (max-width: 1024px) {
  .tcontents-item-name {
    font-size: 18px;
    margin-right: 4px;
  }
}

@media screen and (min-width: 1024px) {
  .tcontents-item-name {
    font-size: 18px;
    margin-right: 4px;
  }
}

.tcontents-item-promote {
  font-family: "Hiragino Mincho Pro-W6", "ヒラギノ明朝 Pro W6", serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: right;
}

@media screen and (min-width: 764px) and (max-width: 1024px) {
  .tcontents-item-promote {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .tcontents-item-promote {
    font-size: 14px;
  }
}

.tgallery {
  background: #FAF7F2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 140px 0;
}

@media screen and (min-width: 1024px) {
  .tgallery {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 320px 0;
  }
}

.tgallery-txts {
  width: 84%;
  margin: 40px auto 0;
}

@media screen and (min-width: 1024px) {
  .tgallery-txts {
    width: 400px;
    margin: 104px 10% 0 auto;
  }
}

.tgallery-tit {
  color: #3689AD;
  font-family: "Hiragino Mincho Pro-W6", "ヒラギノ明朝 Pro W6", serif;
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .tgallery-tit {
    font-size: 72px;
    margin-bottom: 64px;
  }
}

.tgallery-desc {
  color: #3689AD;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 14px;
  letter-spacing: 0.1em;
  margin-bottom: 56px;
}

@media screen and (min-width: 1024px) {
  .tgallery-desc {
    font-size: 16px;
  }
}

.tgallery-btn {
  width: 240px;
  height: 80px;
  border-radius: 8px;
  border: 1px solid #3689AD;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .tgallery-btn {
    width: 300px;
    height: 90px;
  }
}

.tgallery-btn a {
  color: #3689AD;
  line-height: 80px;
  display: block;
  text-align: center;
  opacity: 1;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.tgallery-btn a:hover {
  opacity: 0.56;
}

@media screen and (min-width: 1024px) {
  .tgallery-btn a {
    line-height: 90px;
  }
}

.tgallery-imgs {
  width: 84%;
  height: 84vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .tgallery-imgs {
    width: 674px;
    height: 674px;
    margin-left: 0;
    margin-right: auto;
  }
}

.tgallery-imgs img {
  width: 32%;
  height: 26.88vw;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

@media screen and (min-width: 1024px) {
  .tgallery-imgs img {
    height: 32%;
  }
}

.tcontact {
  overflow: hidden;
  padding: 104px 0;
}

.tcontact-desc {
  font-size: 20px;
  letter-spacing: 0.1em;
  line-height: 2.2em;
  text-align: center;
  margin-bottom: 64px;
}

@media screen and (min-width: 1024px) {
  .tcontact-desc {
    font-size: 30px;
    margin-bottom: 72px;
  }
}

.tcontact-btn {
  width: 60%;
  border: 1px solid rgba(85, 85, 85, 0.5);
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .tcontact-btn {
    width: 560px;
  }
}

.tcontact-btn a {
  font-size: 14px;
  line-height: 52px;
  text-align: center;
  display: block;
  opacity: 1;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.tcontact-btn a:hover {
  opacity: 0.56;
}

@media screen and (min-width: 1024px) {
  .tcontact-btn a {
    font-size: 16px;
    line-height: 80px;
  }
}

/* ----- /top ----- */
/* ----- profile ----- */
.profile {
  padding: 72px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .profile {
    padding: 200px 0;
  }
}

.profile-inner {
  width: 95%;
  position: relative;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .profile-inner {
    width: 90%;
    padding: 0 8% 0 36%;
  }
}

.profile-headings {
  margin-bottom: 32px;
}

@media screen and (min-width: 1024px) {
  .profile-headings {
    margin-bottom: 72px;
  }
}

.profile-heading {
  font-family: "Hiragino Mincho Pro-W6", "ヒラギノ明朝 Pro W6", serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .profile-heading {
    font-size: 28px;
    margin-bottom: 32px;
  }
}

.profile-profile {
  padding-left: 72px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .profile-profile {
    padding-left: 120px;
  }
}

.profile-profile::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 64px;
  height: 1px;
  background: #000000;
}

@media screen and (min-width: 1024px) {
  .profile-profile::before {
    width: 100px;
  }
}

.profile-profile-job {
  font-size: 20px;
  letter-spacing: 0.5em;
  display: none;
}

@media screen and (min-width: 1024px) {
  .profile-profile-job {
    display: inline;
  }
}

.profile-profile-name {
  font-family: "Hiragino Mincho Pro-W6", "ヒラギノ明朝 Pro W6", serif;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1024px) {
  .profile-profile-name {
    font-size: 28px;
  }
}

.profile-img {
  width: 240px;
}

@media screen and (min-width: 1024px) {
  .profile-img {
    width: 32%;
    height: 43.2vw;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .profile-img img {
    -o-object-fit: cover;
    object-fit: cover;
    font-family: 'object-fit: cover;';
  }
}

.profile-txt {
  font-size: 14px;
  letter-spacing: 0.1em;
  line-height: 2.5em;
}

@media screen and (min-width: 1024px) {
  .profile-txt {
    font-size: 16px;
  }
}

/* ----- /profile ----- */
/* ----- contents ----- */
.contents {
  position: relative;
}

.contents-inner {
  width: 90%;
  margin: 0 auto;
  padding: 120px 0;
}

@media screen and (min-width: 1024px) {
  .contents-inner {
    width: 100%;
    padding: 240px 0;
  }
}

.contents-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .contents-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-right: 5%;
    margin-left: 10%;
  }
}

.contents-item {
  width: 100%;
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .contents-item {
    width: 25%;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .contents-item:nth-of-type(2) {
    padding-top: 240px;
  }
}

@media screen and (min-width: 1024px) {
  .contents-item:last-of-type {
    padding-top: 88px;
  }
}

.contents-item a {
  display: block;
  opacity: 1;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.contents-item a:hover {
  opacity: 0.56;
}

.contents-item-link {
  display: block;
}

.contents-item-tit {
  font-size: 28px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .contents-item-tit {
    font-size: 48px;
    text-align: left;
    margin-bottom: 32px;
  }
}

.contents-item-desc {
  font-size: 14px;
  text-align: center;
  display: inline-block;
  width: 90%;
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .contents-item-desc {
    font-size: 16px;
    text-align: left;
    width: 100%;
    margin-bottom: 32px;
  }
}

.contents-item-deco {
  height: 1px;
  display: block;
  margin-bottom: 32px;
  background: #000000;
  position: relative;
}

.contents-item-deco span {
  font-size: 14px;
  letter-spacing: 0.2em;
  padding: 0 8px;
  background: #FFFFFF;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 15%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 1024px) {
  .contents-item-deco span {
    font-size: 16px;
  }
}

.contents-item-thumb {
  width: 100%;
  height: 400px;
}

.contents-item-thumb img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/* ----- /contents ----- */
/* ----- media ----- */
.media {
  padding: 64px 0 120px;
}

@media screen and (min-width: 1024px) {
  .media {
    padding: 120px 0;
  }
}

.media-table {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .media-table {
    max-width: 1180px;
  }
}

.media-table-row {
  padding: 36px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-width: 1px 0;
  border-style: solid;
  border-color: #EEEEEE;
}

@media screen and (min-width: 1024px) {
  .media-table-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .media-table-row:first-of-type {
    border-top-width: 0;
  }
  .media-table-row:last-of-type {
    border-bottom-width: 0;
  }
}

.media-table-head {
  font-family: "HGP創英角ｺﾞｼｯｸUB", sans-serif;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.1em;
  width: 100%;
  margin-bottom: 12px;
}

@media screen and (min-width: 1024px) {
  .media-table-head {
    font-size: 20px;
    margin-bottom: 0;
    width: 30%;
  }
}

.media-table-data {
  font-size: 12px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1024px) {
  .media-table-data {
    font-size: 18px;
  }
}

.media-table-data span {
  font-family: "HGP創英角ｺﾞｼｯｸUB", sans-serif;
}

.media-table-txt {
  font-size: 12px;
}

@media screen and (min-width: 1024px) {
  .media-table-txt {
    font-size: 18px;
  }
}

/* ----- /media ----- */
/* ----- personal ----- */
.personal {
  overflow: hidden;
  padding-bottom: 80px;
}

.pfv {
  padding: 60px 0 64px;
}

@media screen and (min-width: 1024px) {
  .pfv {
    padding: 120px 0 100px;
  }
}

.pfv-inner {
  width: 90%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .pfv-inner {
    width: 80%;
  }
}

.pfv-tit {
  color: #3C3B3B;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 32px;
}

@media screen and (min-width: 1024px) {
  .pfv-tit {
    font-size: 20px;
    margin-bottom: 64px;
  }
}

.pfv-tit span {
  color: #3C3B3B;
  font-size: 10px;
  letter-spacing: 0.2em;
  display: block;
  margin-top: 12px;
}

@media screen and (min-width: 1024px) {
  .pfv-tit span {
    font-size: 14px;
    margin-top: 20px;
  }
}

.pfv-copy {
  color: #3689AD;
  font-family: "Hiragino Mincho Pro-W6", "ヒラギノ明朝 Pro W6", serif;
  font-weight: bold;
  font-size: 22px;
  letter-spacing: 0.2em;
  margin-bottom: 32px;
}

@media screen and (min-width: 1024px) {
  .pfv-copy {
    font-size: 40px;
    margin-bottom: 32px;
  }
}

.pfv-txt {
  color: #3C3B3B;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 800;
  font-size: 12px;
  letter-spacing: 0.2em;
  white-space: nowrap;
}

@media screen and (min-width: 764px) and (max-width: 1024px) {
  .pfv-txt {
    font-size: 14px;
  }
}

@media screen and (min-width: 1024px) {
  .pfv-txt {
    font-size: 16px;
  }
}

.papp {
  padding: 48px 0 160px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .papp {
    padding: 104px 0 496px;
  }
}

.papp::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.papp-txts {
  width: 90%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

@media screen and (min-width: 1024px) {
  .papp-txts {
    width: 80%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.papp-tit {
  color: #FFFFFF;
  font-family: "Hiragino Mincho Pro-W6", "ヒラギノ明朝 Pro W6", serif;
  font-weight: bold;
  font-size: 30px;
  letter-spacing: 0.045em;
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .papp-tit {
    font-size: 32px;
    margin-bottom: 0px;
  }
}

.papp-tit span {
  color: #FFFFFF;
  font-size: 10px;
  display: block;
}

@media screen and (min-width: 1024px) {
  .papp-tit span {
    font-size: 12px;
    margin-top: 16px;
  }
}

.papp-notes {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .papp-notes {
    width: 70%;
  }
}

.papp-note {
  color: #FFFFFF;
  font-size: 12px;
  margin-bottom: 32px;
}

@media screen and (min-width: 1024px) {
  .papp-note {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.papp-box {
  text-align: center;
  width: 90%;
  padding: 40px;
  background: rgba(230, 230, 230, 0.95);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  z-index: 1;
  border-radius: 14px;
}

@media screen and (min-width: 1024px) {
  .papp-box {
    width: 80%;
    padding: 104px 0;
    border-radius: 22px;
    -webkit-transform: translate(-50%, 30%);
    transform: translate(-50%, 30%);
  }
}

.papp-box-txt {
  font-family: "Hiragino Mincho Pro-W6", "ヒラギノ明朝 Pro W6", serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-bottom: 12px;
}

@media screen and (min-width: 1024px) {
  .papp-box-txt {
    font-size: 16px;
    line-height: 56px;
    margin-bottom: 56px;
  }
}

.papp-box-btn {
  color: #FFFFFF;
  font-family: "Hiragino Mincho Pro-W6", "ヒラギノ明朝 Pro W6", serif;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.2em;
  height: 56px;
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #3689AD;
  border-radius: 18px;
  opacity: 1;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.papp-box-btn:hover {
  opacity: 0.56;
}

@media screen and (min-width: 1024px) {
  .papp-box-btn {
    font-size: 16px;
    line-height: 40px;
    width: 624px;
    height: 125px;
  }
}

.pcourse {
  padding: 160px 0 140px;
}

@media screen and (min-width: 1024px) {
  .pcourse {
    padding: 320px 0 240px;
  }
}

.pcourse-inner {
  width: 90%;
  margin: 0 auto 80px;
}

@media screen and (min-width: 1024px) {
  .pcourse-inner {
    width: 80%;
    margin-bottom: 160px;
  }
}

.pcourse-content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .pcourse-content {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    margin-bottom: 80px;
  }
  ._light .pcourse-content {
    left: 0;
    padding-right: 62%;
  }
  ._standard .pcourse-content {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-left: 62%;
  }
  ._premium .pcourse-content {
    left: 0;
    padding-right: 62%;
  }
}

.pcourse-tit {
  color: #3c3b3b;
  font-family: "HGP創英角ｺﾞｼｯｸUB", sans-serif;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-decoration: underline;
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .pcourse-tit {
    font-size: 28px;
    margin-bottom: 40px;
  }
}

.pcourse-figure {
  width: 100%;
  height: 160px;
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  background-size: cover;
  background-position: center bottom;
}

@media screen and (min-width: 1024px) {
  .pcourse-figure {
    width: 60%;
    height: 400px;
    position: absolute;
    top: 0;
  }
  ._light .pcourse-figure {
    right: 0;
  }
  ._standard .pcourse-figure {
    left: 0;
  }
  ._premium .pcourse-figure {
    right: 0;
  }
}

.pcourse-figure::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.pcourse-figure-unit {
  width: 48%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

._premium .pcourse-figure-unit {
  width: 32%;
  height: 48%;
}

.pcourse-figure-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

._premium .pcourse-figure-txt {
  margin-bottom: 0px;
}

.pcourse-figure-txt_num {
  color: #48b5e5;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: normal;
  font-size: 22px;
  letter-spacing: 0.2em;
  margin-right: 8px;
}

._premium .pcourse-figure-txt_num {
  margin-right: 4px;
}

@media screen and (min-width: 1024px) {
  .pcourse-figure-txt_num {
    font-size: 32px;
  }
}

.pcourse-figure-txt_heading {
  color: #FFFFFF;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 600;
  font-size: 10px;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 1024px) {
  .pcourse-figure-txt_heading {
    font-size: 12px;
  }
}

.pcourse-figure-icon {
  width: 32px;
  height: 32px;
}

._premium .pcourse-figure-icon {
  height: 30px;
}

@media screen and (min-width: 1024px) {
  ._premium .pcourse-figure-icon {
    width: 64px;
    height: 64px;
  }
}

@media screen and (min-width: 1024px) {
  .pcourse-figure-icon {
    width: 64px;
    height: 64px;
  }
}

.pcourse-figure-bar {
  width: 1px;
  height: 48px;
  display: block;
  background: #FFFFFF;
  position: relative;
  z-index: 1;
}

.pcourse-desc {
  color: #3c3b3b;
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.2em;
  margin-bottom: 12px;
}

@media screen and (min-width: 1024px) {
  .pcourse-desc {
    font-size: 14px;
    line-height: 30px;
    margin-bottom: 56px;
  }
}

.pcourse-link {
  font-family: "HGP創英角ｺﾞｼｯｸUB", sans-serif;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: center;
  width: 210px;
  display: inline-block;
  padding: 16px 0;
  margin-bottom: 56px;
  border-bottom: 1px solid #000;
  opacity: 1;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.pcourse-link:hover {
  opacity: 0.56;
}

@media screen and (min-width: 1024px) {
  .pcourse-link {
    font-size: 16px;
  }
}

.pcourse-voice-tit {
  font-size: 12px;
  letter-spacing: 0.1em;
  display: inline-block;
  padding-right: 25px;
  position: relative;
  z-index: 1;
  margin-bottom: 36px;
}

@media screen and (min-width: 1024px) {
  .pcourse-voice-tit {
    font-size: 16px;
  }
}

.pcourse-voice-tit::before {
  content: "";
  height: 1px;
  width: 90vw;
  background: #b5abab;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -2;
}

.pcourse-voice-tit::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  z-index: -1;
}

.pcourse-voice-person {
  font-size: 17px;
  letter-spacing: 0.1em;
  margin-bottom: 8px;
}

@media screen and (min-width: 1024px) {
  .pcourse-voice-person {
    font-size: 20px;
    margin-bottom: 12px;
  }
}

.pcourse-voice-copy {
  font-size: 14px;
  margin-bottom: 16px;
  letter-spacing: 0.1em;
}

@media screen and (min-width: 1024px) {
  .pcourse-voice-copy {
    font-size: 16px;
    margin-bottom: 40px;
  }
}

.pcourse-voice-txt {
  font-size: 12px;
  letter-spacing: 0.1em;
}

.pcourse-voice-txt:not(:last-of-type) {
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .pcourse-voice-txt {
    font-size: 14px;
    line-height: 1.8em;
  }
}

.pcourse-bottom {
  text-align: center;
}

@media screen and (min-width: 1024px) {
  .pcourse-bottom {
    text-align: left;
  }
}

.pcourse-bottom-tit {
  color: #3c3b3b;
  font-family: "HGP創英角ｺﾞｼｯｸUB", sans-serif;
  font-size: 20px;
  letter-spacing: 0.2em;
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .pcourse-bottom-tit {
    font-size: 24px;
    margin-left: 10%;
  }
}

.pcourse-bottom-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .pcourse-bottom-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.pcourse-bottom-txt {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-weight: normal;
  font-size: 12px;
  letter-spacing: 0.2em;
  text-align: left;
  margin-left: 20%;
  margin-bottom: 48px;
}

@media screen and (min-width: 1024px) {
  .pcourse-bottom-txt {
    font-size: 14px;
    margin-bottom: 0;
    margin-left: 5%;
  }
}

.pcourse-bottom-imgs {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  padding-bottom: 40px;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .pcourse-bottom-imgs {
    width: 80%;
  }
}

.pcourse-bottom-imgs::before {
  content: "";
  width: 90%;
  height: 300px;
  background: #e6e6e6;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

@media screen and (min-width: 1024px) {
  .pcourse-bottom-imgs::before {
    width: 100%;
  }
}

.pcourse-bottom-img {
  width: 38%;
  height: 240px;
  margin-right: 5%;
}

@media screen and (min-width: 1024px) {
  .pcourse-bottom-img {
    width: 40%;
    height: 360px;
  }
}

.pcourse-bottom-img img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.pfashion {
  padding: 80px 0;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .pfashion {
    margin-bottom: 160px;
  }
}

.pfashion::before {
  content: "";
  position: absolute;
  top: 80px;
  left: 50%;
  z-index: -1;
  height: 80%;
  width: 150vw;
  -webkit-transform: translateX(-50%) rotate(-8deg);
  transform: translateX(-50%) rotate(-8deg);
  background: #CFEBF7;
}

.pfashion-inner {
  width: 90%;
  margin: 0 auto;
}

.pfashion-tit {
  font-size: 28px;
  letter-spacing: 0.2em;
  margin-bottom: 80px;
}

@media screen and (min-width: 1024px) {
  .pfashion-tit {
    font-size: 40px;
  }
}

@media screen and (min-width: 1024px) {
  .pfashion-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}

.pfashion-content {
  margin-bottom: 50px;
}

@media screen and (min-width: 1024px) {
  .pfashion-content {
    margin-bottom: 0;
    width: 45%;
  }
}

.pfashion-content-tit {
  font-family: "HGP創英角ｺﾞｼｯｸUB", sans-serif;
  font-size: 24px;
  letter-spacing: 0.2em;
  text-decoration: underline;
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .pfashion-content-tit {
    font-size: 32px;
    margin-bottom: 48px;
  }
}

.pfashion-content-desc {
  font-family: "Hiragino Sans", "ヒラギノ角ゴシック", sans-serif;
  font-size: 12px;
  font-weight: 500;
}

@media screen and (min-width: 1024px) {
  .pfashion-content-desc {
    font-size: 14px;
    line-height: 40px;
  }
}

/* ----- /personal ----- */
/* ----- seminer ----- */
.seminer {
  padding: 64px 0 96px;
}

@media screen and (min-width: 1024px) {
  .seminer {
    padding: 232px 0 160px;
  }
}

.seminer-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 80px;
}

@media screen and (min-width: 1024px) {
  .seminer-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 0;
  }
}

@media screen and (min-width: 1024px) {
  .seminer-row:nth-of-type(2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
}

.seminer-img {
  width: 100%;
  height: 270px;
  margin-bottom: 24px;
}

@media screen and (min-width: 1024px) {
  .seminer-img {
    width: 60%;
    height: 640px;
    margin-bottom: 0;
  }
}

.seminer-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

.seminer-txts {
  width: 90%;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media screen and (min-width: 1024px) {
  .seminer-txts {
    width: 40%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (min-width: 1024px) {
  .seminer-txts._first {
    padding-left: 1%;
    padding-right: 8%;
  }
}

.seminer-txts._first::before {
  border-width: 320px 40px;
  border-style: solid;
  border-color: transparent #FFFFFF #FFFFFF transparent;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

@media screen and (min-width: 1024px) {
  .seminer-txts._first::before {
    content: "";
  }
}

@media screen and (min-width: 1024px) {
  .seminer-txts._second {
    padding-left: 8%;
    padding-right: 1%;
  }
}

.seminer-txts._second::after {
  border-width: 320px 40px;
  border-style: solid;
  border-color: #FFFFFF transparent transparent #FFFFFF;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

@media screen and (min-width: 1024px) {
  .seminer-txts._second::after {
    content: "";
  }
}

.seminer-name {
  font-family: "Hiragino Mincho Pro-W6", "ヒラギノ明朝 Pro W6", serif;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .seminer-name {
    font-size: 24px;
    text-align: left;
    margin-bottom: 24px;
  }
}

.seminer-name span {
  font-family: "Hiragino Mincho Pro-W3", "ヒラギノ明朝 Pro W3", serif;
  font-weight: normal;
  font-size: 10px;
  letter-spacing: 0.4em;
  display: block;
}

@media screen and (min-width: 1024px) {
  .seminer-name span {
    font-size: 12px;
    margin-left: 40px;
  }
}

.seminer-desc {
  font-size: 17px;
  letter-spacing: 0.2em;
}

@media screen and (min-width: 1024px) {
  .seminer-desc {
    font-size: 12px;
    margin-left: 40px;
  }
}

/* ----- /seminer ----- */
/* ----- gallery ----- */
.gallery {
  padding: 48px 0;
}

.gallery-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1003;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(0, 0, 0, 0.8);
}

.gallery-overlay-cross {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 18px;
  right: 12px;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .gallery-overlay-cross {
    width: 28px;
    height: 28px;
    top: 64px;
    right: 40px;
  }
}

.gallery-overlay-cross span {
  width: 25px;
  height: 2px;
  background: #FFFFFF;
  position: absolute;
  top: 50%;
  left: 50%;
}

@media screen and (min-width: 1024px) {
  .gallery-overlay-cross span {
    width: 40px;
  }
}

.gallery-overlay-cross span:nth-of-type(1) {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.gallery-overlay-cross span:nth-of-type(2) {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.gallery-overlay-img {
  max-width: 95%;
  height: 80%;
  margin: auto;
}

@media screen and (min-width: 1024px) {
  .gallery-overlay-img {
    max-width: 60%;
  }
}

.gallery-inner {
  width: 90%;
  margin: 0 auto;
}

.gallery-bar {
  background: #EEEEEE;
  width: 100%;
  height: 1px;
  display: block;
}

.gallery-note {
  font-size: 12px;
  letter-spacing: 0.1em;
  margin-top: 20px;
  margin-bottom: 40px;
}

@media screen and (min-width: 1024px) {
  .gallery-note {
    font-size: 14px;
    margin-bottom: 64px;
  }
}

.gallery-imgs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (45%)[2];
      grid-template-columns: repeat(2, 45%);
  grid-auto-rows: 40.5vw;
  -webkit-column-gap: 10%;
  column-gap: 10%;
  row-gap: 30px;
  margin-bottom: 64px;
}

@media screen and (min-width: 1024px) {
  .gallery-imgs {
    -ms-grid-columns: (20%)[4];
        grid-template-columns: repeat(4, 20%);
    grid-auto-rows: 18vw;
    -webkit-column-gap: 6.66667%;
    column-gap: 6.66667%;
    row-gap: 30px;
  }
}

.gallery-img {
  width: 100%;
  height: 100%;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
}

.gallery-img::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #A39D9D;
  position: absolute;
  top: 0;
  left: 45vw;
}

@media screen and (min-width: 1024px) {
  .gallery-img::before {
    left: 21vw;
  }
}

.gallery-img:nth-of-type(2n)::before {
  display: none;
}

@media screen and (min-width: 1024px) {
  .gallery-img:nth-of-type(2n)::before {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .gallery-img:nth-of-type(4n)::before {
    display: none;
  }
}

.gallery-img img {
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

/* ----- /gallery ----- */
/* ----- contact ----- */
.contact {
  padding: 60px 0;
}

@media screen and (min-width: 1024px) {
  .contact {
    padding: 130px 0;
  }
}

.contact-inner {
  width: 94%;
  margin: 0 auto;
}

@media screen and (min-width: 1024px) {
  .contact-inner {
    max-width: 1600px;
    padding: 0 20px;
  }
}

.contact-desc {
  font-size: 14px;
  letter-spacing: 0.1em;
  text-align: center;
  margin-bottom: 54px;
}

@media screen and (min-width: 1024px) {
  .contact-desc {
    font-size: 16px;
    line-height: 40px;
    margin-bottom: 104px;
  }
}

.contact-form {
  width: 100%;
  margin-bottom: 80px;
}

.contact-form-row {
  border-top: 1px solid #b9b6b6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .contact-form-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.contact-form-row:last-of-type {
  border-bottom: 1px solid #b9b6b6;
}

.contact-form-head {
  font-size: 14px;
  letter-spacing: 0.1em;
  width: 100%;
  padding-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .contact-form-head {
    font-size: 16px;
    width: 30%;
    padding: 20px 0;
    margin-left: 10px;
  }
}

.contact-form-head span {
  color: #c32e2e;
  font-size: 12px;
  margin-left: 16px;
  display: inline-block;
}

@media screen and (min-width: 1024px) {
  .contact-form-head span {
    font-size: 14px;
    margin-left: 24px;
  }
}

.contact-form-data {
  width: 100%;
  padding-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1024px) {
  .contact-form-data {
    width: 70%;
    padding: 20px 0;
    margin-right: 5%;
  }
}

.contact-form-data input {
  font-size: 16px;
  border: 1px solid #707070;
  border-radius: 0;
}

.contact-form-data input::-webkit-input-placeholder {
  color: #a59f9f;
}

.contact-form-data input:-ms-input-placeholder {
  color: #a59f9f;
}

.contact-form-data input::-ms-input-placeholder {
  color: #a59f9f;
}

.contact-form-data input::placeholder {
  color: #a59f9f;
}

.contact-form-data textarea {
  font-size: 16px;
  border: 1px solid #707070;
  border-radius: 0;
}

.contact-form-data textarea::-webkit-input-placeholder {
  color: #a59f9f;
}

.contact-form-data textarea:-ms-input-placeholder {
  color: #a59f9f;
}

.contact-form-data textarea::-ms-input-placeholder {
  color: #a59f9f;
}

.contact-form-data textarea::placeholder {
  color: #a59f9f;
}

.contact-form-data._introducer input {
  padding: 10px 8px;
  width: 100%;
}

.contact-form-data._name {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-form-data._name input {
  width: 46%;
  padding: 10px 8px;
}

.contact-form-data._address {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.contact-form-data._address p {
  width: 100% !important;
}

.contact-form-data._address input {
  width: 100%;
  padding: 10px 8px;
}

.contact-form-data._address input:not(:last-of-type) {
  margin-bottom: 20px;
}

.contact-form-data-row span {
  margin-right: 12px;
}

@media screen and (min-width: 1024px) {
  .contact-form-data-row span {
    margin-right: 16px;
  }
}

.contact-form-data-row > input {
  width: 100px !important;
  margin-bottom: 20px;
  padding: 10px 8px;
}

.contact-form-data._tel input {
  padding: 10px 8px;
  width: 30%;
}

.contact-form-data._email input {
  padding: 10px 8px;
  width: 100%;
}

.contact-form-data._trriger {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-form-data._trriger label {
  cursor: pointer;
}

.contact-form-data._trriger input {
  cursor: pointer;
  margin-right: 10px;
}

.contact-form-data-unit {
  height: 32px;
}

.contact-form-data-unit:not(:last-of-type) {
  margin-right: 50px;
}

@media screen and (min-width: 1024px) {
  .contact-form-data-unit:not(:last-of-type) {
    margin-right: 72px;
  }
}

.contact-form-data._other textarea {
  padding: 10px 8px;
  width: 100%;
}

.contact-btn {
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  width: 280px;
  height: 60px;
  line-height: 60px;
  background: #3689AD;
  display: block;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  border: 0;
  opacity: 1;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.contact-btn:hover {
  opacity: 0.56;
}

.contact_complete-txt {
  font-size: 2rem;
  margin-bottom: 80px;
  text-align: center;
}

.contact_complete-btn {
  color: #FFFFFF;
  font-size: 16px;
  text-align: center;
  width: 280px;
  height: 60px;
  line-height: 60px;
  background: #3689AD;
  display: block;
  margin: 0 auto;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  border: 0;
  opacity: 1;
  -webkit-transition: 0.05s;
  transition: 0.05s;
}

.contact_complete-btn:hover {
  opacity: 0.56;
}

/* ----- /contact ----- */
/*# sourceMappingURL=style.css.map */