@charset "UTF-8";
/*	cmn-color
------------------------------------ */
/*	transition,hover
------------------------------------ */
/*	media-screen
------------------------------------ */
/*	font
------------------------------------ */
/*	layout
------------------------------------ */
/*	font-size  cmn
------------------------------------ */
/* =========================================
  base  PC
========================================= */
body { /* fontはcmn-txtに合わせる */
  width: 100%;
  min-width: 1300px;
  margin: auto;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
  }
}
body {
  letter-spacing: 0.06em;
  line-height: 2.2;
}

.disable-auto-tel a {
  color: inherit;
  text-decoration: none;
}

a[href^="tel:"] {
  pointer-events: none;
}

a[href^=fax] {
  -webkit-tap-highlight-color: transparent !important;
  pointer-events: none !important;
  -webkit-touch-callout: none !important;
  -webkit-user-select: none !important;
  text-decoration: none !important;
}

.com-inner,
.bread-inner {
  width: 100%;
  max-width: 1080px;
  margin: auto;
}

.com-inner-lg {
  width: 100%;
  max-width: 1800px;
  margin: auto;
}

.sec-inner-md {
  width: 1280px;
}

.sp-only, .xs-only {
  display: none !important;
}

/*==================================================
お問い合わせフォーム
================================================== */
.contact-form-table {
  width: 100%;
  max-width: 1080px;
  background: none;
}
.contact-form-table tr {
  border: none;
}
.contact-form-table th, .contact-form-table td {
  padding: 15px 30px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .contact-form-table th, .contact-form-table td {
    font-size: 1.5rem;
  }
}
.contact-form-table th, .contact-form-table td {
  letter-spacing: 0.05em;
  vertical-align: top;
  line-height: 1.6;
}
.contact-form-table th {
  width: 370px;
}
.contact-form-table a {
  color: #111111;
  text-decoration: underline;
}
.contact-form-table textarea {
  resize: none;
}
.contact-form-table select, .contact-form-table textarea, .contact-form-table input[type=tel], .contact-form-table input[type=text], .contact-form-table input[type=email], .contact-form-table input[type=url] {
  background: #fff;
  border-radius: 0;
}
.contact-form-table .required-mark {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  height: 30px;
  line-height: 25px;
}
@media screen and (max-width: 767px) {
  .contact-form-table th, .contact-form-table td {
    padding: 9px;
    font-size: 1.6rem;
  }
  .contact-form-table th {
    border: none;
  }
  .contact-form-table td {
    border-color: #0d70e5;
  }
  .contact-form-table label[for=agree] {
    margin: auto;
    font-size: 1.6rem;
  }
}
.contact-form-table .date-list {
  padding-left: 0;
}

.error-text {
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .error-text {
    font-size: 1.5rem;
  }
}

.privacy-wrap {
  display: flex;
  max-width: 334px;
  margin: auto;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
.privacy-wrap .error-text {
  font-size: 14px;
  font-size: 1.4rem;
}
.privacy-wrap a {
  color: #111111;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .privacy-wrap .inline-privacy-policy-txt, .privacy-wrap a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

input[type=radio] + label, input[type=checkbox] + label {
  color: #111111;
}

/* =========================================
  タグテンプレート
========================================= */
.tag-select-box {
  position: relative;
  width: 40%;
  margin: 20px 0 20px auto;
  max-width: 230px;
}
.tag-select-box::before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #111111;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  border: none;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 2px solid #111111;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #111111;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  cursor: pointer;
  box-sizing: border-box;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  color: #006;
}

/*	parts  PC
------------------------------------ */
a {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  a {
    transition: all 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}

.br {
  display: inline-block;
}

.over {
  overflow: hidden;
}

.com-txt,
#privacy .txt-box {
  color: #111111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-txt,
  #privacy .txt-box {
    font-size: 1.5rem;
  }
}
.com-txt,
#privacy .txt-box {
  letter-spacing: 0.06em;
  line-height: 2.2;
}

.fit {
  width: 100%;
  height: 100%;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: all 0.3s ease;
}

/*	com-btn  PC
------------------------------------ */
.com-btn {
  display: block;
  max-width: 310px;
  position: relative;
  z-index: 0;
}
.com-btn::before {
  content: "";
  width: 100%;
  height: 100%;
  background: #111111;
  position: absolute;
  right: -10px;
  top: 10px;
  z-index: -1;
  clip-path: polygon(22px 0%, 100% 0%, calc(100% - 22px) 100%, 0% 100%);
}
.com-btn span {
  display: flex;
  width: 100%;
  min-height: 80px;
  padding: 15px 55px;
  background: url(../img/top/com-btn-arw.png) no-repeat calc(100% - 27px) center, url(../img/ptn/ptn02.png);
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-btn span {
    font-size: 1.5rem;
  }
}
.com-btn span {
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.4;
  justify-content: center;
  align-items: center;
  clip-path: polygon(22px 0%, 100% 0%, calc(100% - 22px) 100%, 0% 100%);
  transform: translate(0, 0);
  transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
  .com-btn:hover {
    opacity: 1;
  }
  .com-btn:hover span {
    transform: translate(10px, 10px);
  }
}
.com-btn-gra::before {
  background-color: #fff;
  clip-path: polygon(26px 0%, 100% 0%, calc(100% - 26px) 100%, 0% 100%);
}
@media screen and (min-width: 768px) {
  .com-btn-gra span {
    min-height: 100px;
  }
}
.com-btn-gra span {
  background: #0D70E5;
  background: linear-gradient(90deg, rgb(13, 112, 229) 0%, rgb(0, 163, 115) 100%);
  position: relative;
  clip-path: polygon(26px 0%, 100% 0%, calc(100% - 26px) 100%, 0% 100%);
}
.com-btn-gra span::after {
  content: "";
  width: 25px;
  height: 9px;
  background: url(../img/top/com-btn-arw.png) no-repeat center/contain;
  position: absolute;
  right: 23px;
  top: 50%;
  transform: translateY(-50%);
}
.com-btn-white {
  max-width: 360px;
}
.com-btn-white::before {
  background-color: #0d70e5;
}
.com-btn-white span {
  background-color: #fff;
  background-image: url(../img/top/com-btn-arw-black.png);
  color: #111111;
}

#contact .contact-submits-wrap {
  text-align: center;
}
#contact .contact-submits-btn {
  /*必須*/
  margin: auto;
  padding: 0;
  border: none;
  text-align: center;
  cursor: pointer;
  transition: all 0.3s ease;
  /*追加*/
  display: block;
  width: 100%;
  max-width: 280px;
  padding: 20px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  #contact .contact-submits-btn {
    font-size: 1.5rem;
  }
}
#contact .contact-submits-btn {
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.4;
  background: #0d70e5;
  position: relative;
  z-index: 0;
}
#contact .contact-submits-btn.mt30 {
  margin-top: 30px !important;
}

/*	com-table  PC
------------------------------------ */
.com-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 10px;
}
.com-table th, .com-table td {
  padding: 5px 0 5px;
  vertical-align: middle;
}
.com-table th {
  width: 150px;
  background: #0d70e5;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-table th {
    font-size: 1.5rem;
  }
}
.com-table th {
  letter-spacing: 0.06em;
  color: #fff;
}
.com-table td {
  padding-left: 14px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .com-table td {
    font-size: 1.5rem;
  }
}
.com-table td {
  letter-spacing: 0.06em;
  color: #111111;
  line-height: 1.6;
  white-space: pre-line;
}
.com-table-note {
  display: block;
}
.com-table-note img {
  vertical-align: middle;
}

/*	heading  PC
------------------------------------ */
.com-ttl01 {
  text-align: center;
}
.com-ttl01 .en {
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 12rem;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .en {
    font-size: 6rem;
  }
}
.com-ttl01 .en {
  letter-spacing: 0.04em;
  color: #ececec;
  line-height: 1;
}
.com-ttl01 .en.sm {
  font-size: 10rem;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .en.sm {
    font-size: 5rem;
  }
}
.com-ttl01 .ja {
  margin: -50px auto 0;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .ja {
    font-size: 2rem;
  }
}
.com-ttl01 .ja {
  letter-spacing: 0.06em;
  color: #111111;
  line-height: 1.8;
}
.com-ttl01 .ja .ac01 {
  display: inline-block;
  padding: 5px;
  background: #00a373;
  color: #fff;
  line-height: 1;
}
.com-ttl01 .ja .ac02 {
  display: inline-block;
  padding: 5px;
  background: #0d70e5;
  color: #fff;
  line-height: 1;
}
.com-ttl01 .ja .border {
  border-bottom: 1px solid;
}
.com-ttl01 .ja.lg {
  font-size: 5rem;
}
@media screen and (max-width: 768px) {
  .com-ttl01 .ja.lg {
    font-size: 2.5rem;
  }
}
.com-ttl01.white .en {
  color: #00368e;
}
.com-ttl01.white .ja {
  color: #fff;
}
.com-ttl02 {
  color: #fff;
}
.com-ttl02 .en {
  display: flex;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3rem;
}
@media screen and (max-width: 768px) {
  .com-ttl02 .en {
    font-size: 1.5rem;
  }
}
.com-ttl02 .en {
  letter-spacing: 0.04em;
  font-style: italic;
  line-height: 1;
  align-items: center;
}
.com-ttl02 .en::before {
  display: block;
  width: 20px;
  height: 1px;
  margin-right: 8px;
  background: #fff;
  content: "";
}
.com-ttl02 .ja {
  margin-top: 18px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .com-ttl02 .ja {
    font-size: 2rem;
  }
}
.com-ttl02 .ja {
  letter-spacing: 0.06em;
  line-height: 1.5;
}
.com-ttl03 {
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 4rem;
}
@media screen and (max-width: 768px) {
  .com-ttl03 {
    font-size: 2rem;
  }
}
.com-ttl03 {
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.6;
}
.com-ttl04 {
  padding: 6px;
  background: #111111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .com-ttl04 {
    font-size: 1.5rem;
  }
}
.com-ttl04 {
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #fff;
}
.com-ttl05 {
  padding: 20px 0;
  text-align: center;
  background: #0D70E5;
  background: linear-gradient(90deg, rgb(13, 112, 229) 0%, rgb(0, 163, 115) 100%);
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .com-ttl05 {
    font-size: 1.5rem;
  }
}
.com-ttl05 {
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 1.6;
}
.com-ttl06 {
  padding: 12px 20px;
  background: #00a373;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 2.5rem;
}
@media screen and (max-width: 768px) {
  .com-ttl06 {
    font-size: 1.5rem;
  }
}
.com-ttl06 {
  letter-spacing: 0.06em;
  line-height: 1.5;
  color: #fff;
}

/*	sidebar  PC
------------------------------------ */
.sidebar {
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 100;
}

@keyframes floatY {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-8px);
  }
  100% {
    transform: translateY(0);
  }
}
/*	breadcrumb  PC
------------------------------------ */
.breadcrumb {
  display: flex;
  align-items: center;
  position: relative;
  z-index: 10;
}
.breadcrumb .bread-inner {
  width: 100%;
  max-width: 1080px;
  padding-right: 20px;
  margin: auto;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  z-index: 1;
}
.breadcrumb ul {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li:nth-of-type(3) {
  display: inline;
  max-width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.breadcrumb ul li:last-child::after {
  content: none;
}
.breadcrumb li, .breadcrumb a {
  color: #111111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .breadcrumb li, .breadcrumb a {
    font-size: 1.5rem;
  }
}
.breadcrumb li, .breadcrumb a {
  letter-spacing: 0.06em;
  line-height: 1;
}
.breadcrumb li::after {
  content: ">";
  display: inline-block;
  padding: 0 5px;
  color: #111111;
}
.breadcrumb a {
  color: #111111;
}

/*	pagenation  PC
------------------------------------ */
.pagenation {
  display: flex;
  margin: 50px auto 0;
  justify-content: center;
  align-items: center;
}
.pagenation li {
  display: inline-block;
  width: 40px;
  height: 40px;
  text-align: center;
  background: #0d70e5;
  outline: 1px solid #0d70e5;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .pagenation li {
    font-size: 1.5rem;
  }
}
.pagenation li {
  letter-spacing: 0.05em;
  color: #fff;
  line-height: 40px;
}
.pagenation li:nth-of-type(n+2) {
  margin-left: 15px;
}
.pagenation li.bg-none {
  background: none;
  outline: none;
}
.pagenation a, .pagenation span {
  display: block;
}
.pagenation a {
  color: #fff;
}
.pagenation .current {
  background: #ecf4fd;
  color: #111111;
  pointer-events: none;
}
.pagenation .next-li, .pagenation .back-li {
  background: none;
  border: none;
}
.pagenation .back-arrow, .pagenation .next-arrow {
  display: block;
  height: 100%;
}
.pagenation-arrow {
  width: 100%;
  height: 100%;
}
.pagenation-arrow::before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.arrow-left {
  width: 100%;
  height: 100%;
  margin: auto;
  border: none;
  background: none;
  position: relative;
  display: inline-block;
}

.arrow-left::before {
  content: "";
  width: 10px;
  height: 19px;
  margin: auto;
  background: url(../img/left.png) no-repeat center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

.arrow-right {
  width: 100%;
  height: 100%;
  margin: auto;
  border: none;
  background: none;
  position: relative;
  display: inline-block;
}

.arrow-right::before {
  content: "";
  width: 10px;
  height: 19px;
  margin: auto;
  background: url(../img/right.png) no-repeat center;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
}

/*	detail pagenation  PC
------------------------------------ */
.pagenation-inner {
  width: 100%;
  margin: 28px auto 0;
  padding-top: 20px;
  border-top: 1px dotted #cccccc;
  text-align: center;
}

.data-nav {
  position: relative;
  text-align: center;
}
.data-nav a {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.8rem;
}
@media screen and (max-width: 768px) {
  .data-nav a {
    font-size: 1.5rem;
  }
}
.data-nav a {
  letter-spacing: 0.04em;
  color: #111111;
  line-height: 1;
  transition: all 0.3s ease;
}
.data-nav a:hover {
  opacity: 0.7;
}
.data-nav .next a, .data-nav .back a {
  background: none !important;
}

.to-works-btn {
  display: inline-block;
  padding: 0 9px;
  border-left: 1px solid #111111;
  border-right: 1px solid #111111;
}

.back-btn {
  display: flex;
  align-items: center;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.back-btn::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-right: 14px;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-right: 8.25px solid #111111;
  border-left: 0;
}

.next-btn {
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.next-btn::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  margin-left: 14px;
  border-style: solid;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8.25px solid #111111;
  border-right: 0;
}

/*	ggmap  PC
------------------------------------ */
.ggmap {
  width: 100%;
  height: 0;
  padding-top: 350px;
  position: relative;
}

.ggmap iframe {
  width: 100%;
  height: 100%;
  border: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

/* =========================================
  header  PC
========================================= */
/*	headline  PC
------------------------------------ */
.headline {
  width: 100%;
  margin: auto;
  padding: 15px 60px 24px;
  background: #fff;
}
@media screen and (min-width: 768px) and (max-width: 1540px) {
  .headline {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.headline-mail {
  margin-left: 17px;
}

.logo {
  display: inline-block;
}
@media screen and (min-width: 768px) and (max-width: 1540px) {
  .logo {
    width: 200px;
  }
}
.logo a, .logo img {
  display: block;
}
.logo img {
  width: 100%;
}

/*	gnav  PC
------------------------------------ */
.gnav {
  margin-top: 17px;
  line-height: 1;
}
.gnav-list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.gnav-list-item:nth-of-type(n+2) {
  margin-left: 17px;
}
.gnav-list-link {
  display: block;
  padding-left: 13px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .gnav-list-link {
    font-size: 1.5rem;
  }
}
.gnav-list-link {
  color: #111111;
  letter-spacing: 0.06em;
  position: relative;
}
.gnav-list-link::before {
  content: "";
  width: 7px;
  height: 7px;
  border-top: 2px solid #111111;
  border-right: 2px solid #111111;
  transform: translateY(-45%) rotate(45deg);
  position: absolute;
  left: -2px;
  top: 50%;
}
.gnav-list-link.current::before {
  border-color: #0d70e5;
}

/*	mv  PC
------------------------------------ */
.mv {
  position: relative;
}
.mv-video {
  width: 71.875%;
  height: 0;
  padding-top: 40.4%;
  margin-left: auto;
  position: relative;
  z-index: 0;
}
.mv-video::before {
  content: "";
  display: block;
  width: 104.3%;
  height: 100%;
  background: #ecf4fd;
  position: absolute;
  left: -4.3%;
  top: 7.7%;
  z-index: -1;
  pointer-events: none;
}
.mv-video-frame {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
}
.mv-catch {
  width: 36.4%;
  position: absolute;
  left: 13%;
  bottom: 15%;
}
.mv-catch img {
  width: 100%;
}

#soundBtn {
  display: flex;
  padding: 10px;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 15px;
  right: 15px;
}

#soundIcon {
  width: 30px;
}

/* =========================================
  footer  PC
========================================= */
#footer .foo-bg {
  background: #ecf4fd;
}
#footer .foo-inner {
  padding: 100px 0;
}
#footer .foo-left-info {
  margin-top: 23px;
}
#footer .foo-dl {
  margin-top: 25px;
}
#footer .foo-dl-item:nth-of-type(n+2) {
  margin-top: 23px;
}
#footer .foo-dl dt {
  width: 80px;
  height: 30px;
  background: #111111;
  text-align: center;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #footer .foo-dl dt {
    font-size: 1.5rem;
  }
}
#footer .foo-dl dt {
  letter-spacing: 0.06em;
  color: #fff;
  line-height: 30px;
}
#footer .foo-dl dd {
  margin-top: 6px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #footer .foo-dl dd {
    font-size: 1.5rem;
  }
}
#footer .foo-dl dd {
  letter-spacing: 0.06em;
  line-height: 1.875;
  white-space: pre-line;
}
#footer .foo-btn {
  margin-left: auto;
}
#footer .foo-btn::before {
  background-color: #0d70e5;
}
#footer .foo-btn span {
  background-image: url(../img/top/com-btn-arw.png), url(../img/top/f-btn.png);
}
#footer .foo-ico {
  margin-top: 34px;
}
#footer .foo-ico li:nth-of-type(n+2) {
  margin-left: 8px;
}

.fnav {
  display: flex;
  margin-top: 38px;
  line-height: 1;
  justify-content: flex-end;
  align-items: flex-start;
}
.fnav-list:nth-of-type(n+2) {
  margin-left: 38px;
}
.fnav-list > li:nth-of-type(n+2) {
  margin-top: 20px;
}
.fnav-list-link {
  padding-left: 12px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .fnav-list-link {
    font-size: 1.5rem;
  }
}
.fnav-list-link {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 0.06em;
  color: #111111;
  line-height: 1.4;
}
.fnav-list-link.current {
  background: url(../img/top/f-nav-arw.png) no-repeat left 5px;
}

.copy {
  margin-top: 5px;
}
.copy-txt, .copy-link {
  color: #111111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.06em;
}

/* =========================================

  sub layout  PC

========================================= */
/*	sub mv  PC
------------------------------------ */
.sv {
  position: relative;
}
.sv::before {
  content: "";
  width: 100%;
  height: 400px;
  background-color: #ecf4fd;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.sv-inner {
  padding: 210px 0 100px;
}
.sv-catch {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.sv-catch .en {
  display: inline-block;
  border-bottom: 1px solid #111111;
  font-family: "Barlow", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 8rem;
}
@media screen and (max-width: 768px) {
  .sv-catch .en {
    font-size: 4rem;
  }
}
.sv-catch .en {
  letter-spacing: 0.04em;
  line-height: 1;
  transform: skewX(-10deg);
  text-shadow: 0 0 5px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 15px #fff, 0 0 35px #fff;
  position: relative;
  z-index: 1;
}
.sv-catch .en::before {
  content: attr(data-text);
  background: #0D70E5;
  background: linear-gradient(90deg, rgb(13, 112, 229) 0%, rgb(0, 163, 115) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: absolute;
  left: 0;
  top: 0;
  text-shadow: none;
}
.sv-catch .ja {
  display: inline-block;
  margin-top: 15px;
  padding: 5px 10px;
  background: #fff;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 3.5rem;
}
@media screen and (max-width: 768px) {
  .sv-catch .ja {
    font-size: 1.75rem;
  }
}
.sv-catch .ja {
  letter-spacing: 0.06em;
  color: #111111;
  line-height: 1.2;
}
.sv-about {
  background: url(../img/sub/about.jpg) no-repeat calc(50% + 270px) top;
}
.sv-course {
  background: url(../img/sub/course.jpg) no-repeat calc(50% + 270px) top;
}
.sv-trainer {
  background: url(../img/sub/trainer.jpg) no-repeat calc(50% + 270px) top;
}
.sv-flow {
  background: url(../img/sub/flow.jpg) no-repeat calc(50% + 270px) top;
}
.sv-qa {
  background: url(../img/sub/qa.jpg) no-repeat calc(50% + 270px) top;
}
.sv-voice {
  background: url(../img/sub/voice.jpg) no-repeat calc(50% + 270px) top;
}
.sv-info {
  background: url(../img/sub/info.jpg) no-repeat calc(50% + 270px) top;
}
.sv-news {
  background: url(../img/sub/news.jpg) no-repeat calc(50% + 270px) top;
}
.sv-contact {
  background: url(../img/sub/contact.jpg) no-repeat calc(50% + 270px) top;
}
.sv-complete {
  background: url(../img/sub/complete.jpg) no-repeat calc(50% + 270px) top;
}
.sv-site {
  background: url(../img/sub/site.jpg) no-repeat calc(50% + 270px) top;
}
.sv-privacy {
  background: url(../img/sub/privacy.jpg) no-repeat calc(50% + 270px) top;
}
.sv-notfound {
  background: url(../img/sub/notfound.jpg) no-repeat calc(50% + 270px) top;
}

/*	news  PCSP
------------------------------------ */
#news .com-news {
  margin: 60px auto 0;
}
#news .com-news-item {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #news .com-news-item:nth-of-type(n+2) {
    margin-top: 80px;
  }
}
#news .com-news-link {
  display: block;
  width: 100%;
}
#news .com-news-img {
  width: 250px;
  height: 200px;
  margin-right: 30px;
  position: relative;
  flex-shrink: 0;
}
#news .com-news-con {
  width: 100%;
}
#news .com-news-ttl {
  font-size: 2.2rem;
}
@media screen and (max-width: 768px) {
  #news .com-news-ttl {
    font-size: 1.5rem;
  }
}
#news .com-news-txt {
  margin-top: 10px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #news .com-news-txt {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #news .com-news {
    margin-top: 30px;
  }
  #news .com-news-item:nth-of-type(n+2) {
    margin: 40px auto 0;
  }
  #news .com-news-box {
    display: block;
  }
  #news .com-news-img {
    margin: 0 auto 15px;
  }
  #news .com-news-ttl {
    font-size: 1.8rem;
  }
  #news .com-news-txt {
    line-height: 1.8;
  }
}
#news .detail-flx {
  margin: 20px auto 0;
}
#news .detail-txt {
  margin: 20px auto 0;
}
@media screen and (max-width: 767px) {
  #news .detail-txt {
    margin-top: 10px;
  }
}

/*	contact  PC
------------------------------------ */
#contact .contact-note {
  margin: 50px auto 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #contact .contact-note {
    margin-top: 25px;
  }
}
#contact .complete-box {
  text-align: center;
}
#contact .complete-link {
  margin: 30px auto 0;
  color: inherit;
  text-decoration: underline;
}

/*	privacy  PC
------------------------------------ */
#privacy .privacy-box {
  margin: 50px auto 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  #privacy .privacy-box {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #privacy .privacy-box {
    margin-top: 20px;
  }
}
#privacy .privacy-box-mt-none {
  margin-top: 0;
}
#privacy .privacy-box p {
  margin: 10px auto 0;
  line-height: 2;
}
#privacy .privacy-box ul {
  margin-top: 15px;
  padding-left: 20px;
}
#privacy .privacy-box li {
  list-style: disc;
}
#privacy .privacy-box-ttl_default {
  background-color: #ecf4fd;
  color: #111111;
  padding: 10px 15px;
  line-height: 1.6;
}
@media screen and (max-width: 767px) {
  #privacy .privacy-box p {
    line-height: 1.7;
  }
}

/*	site  PCSP
------------------------------------ */
#site .site-box {
  max-width: 960px;
  margin: 50px auto 0;
}
@media screen and (max-width: 767px) {
  #site .site-box {
    margin-top: 20px;
  }
}
#site .site-ul {
  width: 100%;
  max-width: 880px;
  margin: auto;
}
#site .site-li:nth-of-type(n+2) {
  border-top: 1px solid rgba(17, 17, 17, 0.2);
}
#site a.site-link::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #111111;
  border-right: 1px solid #111111;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transition: all 0.3s ease;
}
#site .site-link {
  display: block;
  padding: 15px 30px;
  color: #111111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  box-sizing: border-box;
  position: relative;
}
@media screen and (max-width: 767px) {
  #site .site-link {
    padding: 12px 25px;
  }
}
@media screen and (min-width: 768px) {
  #site .site-link:hover::before {
    left: 10px;
  }
}
#site .dropdown-menu__list {
  margin-left: 30px;
  padding-bottom: 20px;
}
#site .dropdown-menu__list li:nth-of-type(n+2) {
  margin-top: 15px;
}
#site .dropdown-menu__link {
  padding-left: 30px;
  color: #111111;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  font-style: normal;
  box-sizing: border-box;
  position: relative;
}
#site .dropdown-menu__link::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  margin: auto;
  border-top: 1px solid #111111;
  border-right: 1px solid #111111;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5px;
  transition: all 0.3s ease;
}

/*	e404  PCSP
------------------------------------ */
@media screen and (min-width: 768px) {
  #e404 .sec-inner {
    padding: 100px 0;
  }
}
#e404 .sec-inner {
  box-sizing: border-box;
  color: #111111;
}
#e404 .top {
  display: inline-block;
  color: #111111;
  text-decoration: underline;
  transition: all 0.3s ease;
}
#e404 .top:hover {
  opacity: 0.7;
}
#e404 .section-content {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #e404 .section-content {
    margin-top: 0;
  }
}

/* =========================================

  sub layout  SP

========================================= */
@media screen and (max-width: 767px) {
  /* =========================================
    base  SP
  ========================================= */
  body {
    width: 100%;
    margin: auto;
    min-width: 350px;
    line-height: 2;
  }
  body.active { /* スクロール禁止 */
    overflow: hidden;
  }
  .pc-only {
    display: none !important;
  }
  .sp-only {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) and (max-width: 480px) {
  .xs-only {
    display: inherit !important;
  }
}
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: all;
  }
  .ib {
    display: inline-block;
  }
}
@media screen and (max-width: 767px) {
  /*	parts  SP
  ------------------------------------ */
  .com-inner,
  .bread-inner,
  .middle-inner,
  .lg-inner .com-inner.md {
    width: 100% !important;
  }
  .com-txt, #privacy .txt-box {
    line-height: 1.8;
  }
  /*	com-btn  SP
  ------------------------------------ */
  .com-btn::before {
    clip-path: polygon(17px 0%, 100% 0%, calc(100% - 17px) 100%, 0% 100%);
    right: -5px;
    top: 7px;
  }
  .com-btn span {
    min-height: 60px;
    padding: 14px 54px;
    clip-path: polygon(17px 0%, 100% 0%, calc(100% - 17px) 100%, 0% 100%);
  }
  /*	com-table  SP
  ------------------------------------ */
  .com-table th, .com-table td {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 1.4rem;
  }
  .com-table-note {
    margin-top: 0;
  }
  .com-table-note img {
    height: 10px;
  }
  /*	heading  SP
  ------------------------------------ */
  .com-ttl01 .ja {
    margin-top: -25px;
    font-size: 2.3rem;
  }
  .com-ttl01 .en.sm {
    font-size: 3rem;
  }
  .com-ttl01 .ja.lg {
    margin-top: -20px;
    font-size: 2.1rem;
  }
  .com-ttl02 .en {
    font-size: 2rem;
  }
  .com-ttl02 .ja {
    font-size: 2.5rem;
  }
  .com-ttl03 {
    font-size: 2.3rem;
  }
  .com-ttl04 {
    font-size: 1.7rem;
  }
  .com-ttl05 {
    padding: 15px;
    font-size: 1.7rem;
  }
  .com-ttl06 {
    padding: 10px;
    font-size: 1.7rem;
  }
  /*	sidebar  SP
  ------------------------------------ */
  /*	pagenation  SP
  ------------------------------------ */
  .pagenation li {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
  .pagenation li:nth-of-type(n+2) {
    margin-left: 15px;
  }
  .arrow-left::before {
    width: 10px;
    height: 14px;
    background-size: contain;
  }
  .arrow-right::before {
    width: 10px;
    height: 14px;
    background-size: contain;
  }
  /* =========================================
  header  SP
  ========================================= */
  #header {
    padding-top: 80px;
  }
  /*	headline  SP
  ------------------------------------ */
  .headline {
    height: 80px;
    padding: 0 20px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
  }
  .headline-mail {
    margin: 30px auto 0;
  }
  .headline-mail a {
    margin: auto;
  }
  .logo, .drawer-logo, .foo-logo {
    width: 163px !important;
  }
  /*	mv  SP
  ------------------------------------ */
  .mv-video {
    width: 90%;
    padding-top: 50%;
  }
  .mv-catch {
    width: 50%;
    left: 1%;
    bottom: 5%;
  }
  #soundBtn {
    padding: 10px;
  }
  #soundIcon {
    width: 20px;
  }
  /*	gnav  SP
  ------------------------------------ */
  .sp-menu-btn-wrp {
    background: #0d70e5;
    top: 10px;
  }
  .sp-menu-btn-wrp .sp-menu-btn-txt {
    display: block;
    font-size: 1rem;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn span {
    height: 2px;
    background: #fff;
  }
  .sp-menu-btn-wrp .sp-menu-btn .bottom {
    top: 29px;
  }
  .sp-menu-btn.active .bottom {
    top: 30px;
  }
  /*	gnav-add  SP
  ------------------------------------ */
  #drawer-nav {
    padding: 15px 15px 30px;
    background: #fff;
  }
  #drawer-nav.active {
    z-index: 1000;
  }
  #drawer-nav .drawer-item:nth-of-type(2) .drawer-dropdown__list > li:nth-of-type(1), #drawer-nav .drawer-item:nth-of-type(5) .drawer-dropdown__list > li:nth-of-type(1) {
    display: none;
  }
  #drawer-nav .drawer-logo {
    max-width: none;
    margin-bottom: 0;
  }
  #drawer-nav .drawer-logo-wrap {
    margin-bottom: 15px;
    justify-content: center;
  }
  #drawer-nav .drawer-logo img {
    vertical-align: middle;
  }
  #drawer-nav .drawer-info {
    padding: 0 15px 0;
    text-align: center;
  }
  #drawer-nav .drawer-mail {
    display: block;
    width: 100%;
    max-width: 250px;
    background: url(../img/top/f-mail.png) no-repeat 17px center #ecf4fd;
    border-radius: 5px;
    margin: 25px auto 0;
    text-align: center;
    color: #fff;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.7rem;
    letter-spacing: 0.05em;
    height: 60px;
    line-height: 60px;
  }
}
@media screen and (max-width: 767px) and (max-width: 768px) {
  #drawer-nav .drawer-mail {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 767px) {
  #drawer-nav #nav {
    padding: 0 15px;
  }
  #drawer-nav #nav .drawer-list > li:nth-of-type(3) .drawer-dropdown__list li:nth-of-type(1) {
    display: none;
  }
  #drawer-nav #nav .drawer-link {
    display: block;
    padding: 12px 0 12px;
    border: #cccccc;
    color: #111111;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0;
  }
  #drawer-nav #nav .drawer-link.current {
    color: #0d70e5;
  }
  #drawer-nav #nav .drawer-dropdown span::before, #drawer-nav #nav .drawer-dropdown span::after {
    background-color: #0d70e5;
  }
  #drawer-nav .drawer-nav__link {
    display: block;
    padding: 12px 12px 12px;
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-weight: 500;
    font-style: normal;
    color: #111111;
    text-align: left;
    border-color: #cccccc;
    font-size: 1.7rem;
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
  #drawer-nav .drawer-nav__link.current {
    color: #0d70e5;
  }
  .drawer-info {
    margin: 30px auto 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  /*	ggmap  SP
  ------------------------------------ */
  .ggmap {
    margin-top: 5px;
    padding-top: 250px;
  }
  /* =========================================
  footer  SP
  ========================================= */
  #footer .foo-inner {
    padding: 50px 15px;
  }
  #footer .foo-right {
    width: 100%;
    margin: 20px auto 0;
  }
  #footer .foo-btn {
    margin: auto;
  }
  #footer .foo-ico {
    justify-content: center;
  }
  .fnav {
    display: block;
    width: 100%;
  }
  .fnav-list:nth-of-type(n+2) {
    margin: 30px 0 0;
  }
  .fnav-list li:nth-of-type(n+2) {
    margin-top: 30px;
  }
  .fnav-list-link {
    padding-left: 14px;
    font-size: 1.7rem;
  }
  .fnav-list-link.current {
    background-position-y: 9px;
  }
  .copy {
    display: block;
    margin-top: 30px;
    text-align: center;
  }
  .copy-txt, .copy-link {
    font-size: 1rem;
  }
  .copy-txt {
    display: block;
    margin-top: 30px;
  }
  /* =========================================

    sub  SP

  ========================================= */
  /*	sub headline  SP
  ------------------------------------ */
  /* sub mv  SP
  ------------------------------------ */
  .sv {
    background-color: #ecf4fd;
    background-position: center top;
    background-size: 100%;
  }
  .sv::before {
    content: none;
  }
  .sv-inner {
    text-align: center;
    padding: 20% 15px 50px !important;
  }
  /*	------- */
}
/*	------- */
/* =========================================
  breakpoint
========================================= *//*# sourceMappingURL=common.css.map */