@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

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

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

del {
  text-decoration: line-through;
}

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

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

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

input, select {
  vertical-align: middle;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*
//webフォント読み込み時ちらつき防止
html {
  visibility: hidden;
  &.wf-active {
    visibility: visible;
  }
}
*/
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  color: #464646;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.03em;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  overflow-x: hidden;
}
@media only screen and (max-width: 767px) {
  body {
    font-size: 10px;
  }
}

_::-webkit-full-page-media, _:future, :root body {
  -webkit-font-smoothing: antialiased;
}

a {
  text-decoration: none;
  color: #464646;
}
a[href^="tel:"] {
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: auto;
  }
}

p {
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  p {
    line-height: 1.75;
  }
}

strong {
  font-weight: 700;
}

hr {
  border: none;
  border-bottom: #ccc;
}

@media only screen and (max-width: 767px) {
  main {
    overflow-x: hidden;
  }
}

img {
  display: block;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

ul {
  list-style: none;
}

/* Chrome, Safari */
::-webkit-input-placeholder {
  color: #BBB;
}

/* Firefox */
::-moz-placeholder {
  color: #BBB;
}

/* Firefox 18以前 */
:-moz-placeholder {
  color: #BBB;
}

/* IE */
:-ms-input-placeholder {
  color: #BBB;
}

/*
@media all and (-ms-high-contrast: none){
  display: none;
}
*/
.hidden {
  display: none !important;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.is-empty {
  height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border: none !important;
}

@media only screen and (max-width: 767px) {
  .pc {
    display: none !important;
  }
}

.sp {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .sp {
    display: block !important;
  }
}

.fit {
  position: absolute;
  top: 50%;
  left: 50%;
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  z-index: 0;
}
@supports ((-o-object-fit: cover) or (object-fit: cover)) {
  .fit {
    position: static;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
  }
}

.fixed {
  position: fixed;
  top: 0;
  z-index: 1000;
}

.hide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}

.show {
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.no-scroll {
  overflow: hidden;
  height: 100%;
}

.notpg-img-wrap {
  position: relative;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .notpg-img-wrap {
    margin-top: 60px;
  }
}
.notpg-img-wrap .page-img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 300px;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-img {
    height: 150px;
  }
}
.notpg-img-wrap .page-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  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;
  width: 100%;
  height: 100%;
}
.notpg-img-wrap .page-title h1 {
  position: relative;
  top: 7px;
}
@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-title h1 {
    position: static;
  }
}
.notpg-img-wrap .page-title h1 .en {
  display: block;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 9px;
  text-indent: 9px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-title h1 .en {
    font-size: 19px;
    letter-spacing: 4px;
  }
}
.notpg-img-wrap .page-title h1 .jp {
  display: block;
  margin-top: 20px;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 3px;
  text-indent: 3px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .notpg-img-wrap .page-title h1 .jp {
    margin-top: 10px;
    font-size: 12px;
  }
}

.notpg-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .notpg-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.notpg-wrap .content-wrap .content.sec1 p {
  line-height: 1.5;
  text-align: center;
}
.notpg-wrap .content-wrap .content.sec1 .btn-wrap {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .notpg-wrap .content-wrap .content.sec1 .btn-wrap {
    margin-top: 30px;
  }
}
.notpg-wrap .content-wrap .content.sec1 .btn-wrap .btn {
  display: inline-block;
  margin: 0 auto;
}

.heading-wrap h2 .en {
  display: block;
  color: #5dac8b;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 5px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .heading-wrap h2 .en {
    font-size: 16px;
    letter-spacing: 3px;
  }
}
.heading-wrap h2 .en + .jp {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .heading-wrap h2 .en + .jp {
    margin-top: 10px;
  }
}
.heading-wrap h2 .jp {
  display: block;
  font-size: 45px;
  font-weight: bold;
  line-height: 1.65;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .heading-wrap h2 .jp {
    font-size: 20px;
  }
}
.heading-wrap h2 .jp span {
  position: relative;
}
.heading-wrap h2 .jp span::before {
  position: absolute;
  top: -1em;
  left: auto;
  right: auto;
  content: "・";
}

.page-title-wrap {
  position: relative;
}
.page-title-wrap.companypg .page-img {
  background: url(../img/company/companypg-main-img1.jpg) center bottom/cover no-repeat;
}
.page-title-wrap.companypg .page-title h1 {
  top: -30px;
}
.page-title-wrap.companypg .page-title h1 img {
  width: 370px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap.companypg .page-title h1 img {
    width: 185px;
  }
}
.page-title-wrap .page-img {
  position: relative;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  margin: 0 auto;
  background: #464646;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-img {
    height: 300px;
  }
}
.page-title-wrap .page-title {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  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;
  width: 100%;
  height: 100%;
}
.page-title-wrap .page-title h1 {
  position: relative;
}
.page-title-wrap .page-title h1 .jp {
  display: block;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .page-title-wrap .page-title h1 .jp {
    font-size: 16px;
  }
}

.btn {
  position: relative;
}
.btn.notpg {
  display: block;
  width: 250px;
  height: 45px;
  max-width: 100%;
  margin: 40px auto 0 auto;
  border: 1px solid #464646;
  background: #464646;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .btn.notpg:hover {
    background: #fff;
  }
  .btn.notpg:hover a span {
    color: #464646;
  }
}
.btn.notpg a {
  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;
  width: 100%;
  height: 100%;
}
.btn.notpg a span {
  color: #fff;
}
.btn a {
  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;
  width: 100%;
  height: 100%;
}
.btn a span {
  font-family: "Roboto", sans-serif;
}

.btn-bar {
  color: #222;
  overflow: hidden;
}
.btn-bar:before {
  position: absolute;
  top: 0;
  left: -100%;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #222;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-bar:after {
  position: absolute;
  right: -100%;
  bottom: 0;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #222;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-bar:hover:before {
  left: 0;
}
.btn-bar:hover:after {
  right: 0;
}

.btn-underline {
  overflow: hidden;
}
.btn-underline:before {
  position: absolute;
  left: 0%;
  bottom: 0;
  content: "";
  width: 0;
  background: #222;
  height: 2px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn-underline:hover:before {
  width: 100%;
  left: 0;
}

.btn-pin {
  background: #fff;
  border: 2px solid #222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-pin:before {
  position: absolute;
  z-index: -1;
  top: 50%;
  left: -15%;
  content: " ";
  width: 25%;
  height: 2px;
  background: #222;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-pin:hover {
  padding-left: 30px;
  padding-right: 20px;
  background: #222;
  border-color: #222;
  color: #fff;
}
.btn-pin:hover:before {
  left: -10%;
}
.btn-pin:hover a span {
  color: #fff;
}

.btn-slide-lr {
  z-index: 1;
  border: 2px solid #000;
}
.btn-slide-lr:after {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  content: "";
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-slide-lr:hover {
  color: #fff;
}
.btn-slide-lr:hover:after {
  left: 0;
  width: 100%;
}
.btn-slide-lr:hover a span {
  color: #fff;
}
.btn-slide-lr:active {
  top: 2px;
}

.btn-slide-down {
  z-index: 1;
  border: 2px solid #000;
}
.btn-slide-down:after {
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: 0;
  content: "";
  width: 100%;
  height: 0;
  background: #000;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.btn-slide-down:hover {
  color: #fff;
}
.btn-slide-down:hover:after {
  top: 0;
  height: 100%;
}
.btn-slide-down:hover a span {
  color: #fff;
}
.btn-slide-down:active {
  top: 2px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slider-wrap.toppg-main-slider {
  position: relative;
}
.slider-wrap.toppg-sec5-slider1 {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.toppg-sec5-slider1 {
    width: 265px;
    margin: 0 auto;
    margin-top: 50px;
  }
}
.slider-wrap.toppg-sec5-slider1 .head h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.toppg-sec5-slider1 .head h3 {
    font-size: 12px;
  }
}
.slider-wrap.toppg-sec5-slider1 .slider {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.toppg-sec5-slider1 .slider {
    margin-top: 10px;
  }
}
.slider-wrap.toppg-sec5-slider1 .slider .slider-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.toppg-sec5-slider1 .slider .slider-item {
    display: block;
  }
}
.slider-wrap.toppg-sec5-slider1 .slider .slider-item .img {
  position: relative;
  width: 320px;
  max-width: 100%;
  border-radius: 5px 0 0 5px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.toppg-sec5-slider1 .slider .slider-item .img {
    width: 100%;
    border-radius: 5px 5px 0 0;
  }
}
.slider-wrap.toppg-sec5-slider1 .slider .slider-item .img .number {
  position: absolute;
  top: 15px;
  left: 15px;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 42px;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.toppg-sec5-slider1 .slider .slider-item .img .number {
    top: 10px;
    left: 10px;
    font-size: 21px;
  }
}
.slider-wrap.toppg-sec5-slider1 .slider .slider-item .detail {
  width: 400px;
  max-width: 100%;
  padding: 30px 35px;
  background: #fff;
  border-radius: 0 5px 5px 0;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.toppg-sec5-slider1 .slider .slider-item .detail {
    width: 100%;
    padding: 15px 10px;
    border-radius: 0 0 5px 5px;
  }
}
.slider-wrap.toppg-sec5-slider1 .slider .slider-item .detail dl + dl {
  margin-top: 10px;
}
.slider-wrap.toppg-sec5-slider1 .slider .slider-item .detail dl dt {
  width: 125px;
  max-width: 100%;
  padding: 10px 15px;
  background: #f0f0f0;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.toppg-sec5-slider1 .slider .slider-item .detail dl dt {
    width: 90px;
    padding: 5px 10px;
    font-size: 10px;
  }
}
.slider-wrap.toppg-sec5-slider1 .slider .slider-item .detail dl dd {
  margin-top: 10px;
  font-size: 13px;
  line-height: 1.65;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .slider-wrap.toppg-sec5-slider1 .slider .slider-item .detail dl dd {
    margin-top: 5px;
    font-size: 10px;
  }
}
.slider-wrap.toppg-sec5-slider1 .slider .slider-item .detail dl dd p {
  line-height: 1.65;
}

.slider {
  display: none;
}
.slider.slick-initialized {
  display: block;
}

.slider-item {
  position: relative;
  overflow: hidden;
}

/* Images */
.slick-slide img {
  margin: 0 auto;
}

/* Arrows */
.slider-arrow {
  position: absolute;
  top: 50%;
  z-index: 10; /* 重要 */
  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;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  font-size: 26px;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .slider-arrow {
    width: 16px;
    height: 30px;
  }
}

.slider-prev {
  left: 0;
  background: url(../img/shared/slider-arrow-left-type1-1.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .slider-prev {
    left: -35px;
  }
}

.slider-next {
  right: 0;
  background: url(../img/shared/slider-arrow-right-type1-1.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .slider-next {
    right: -35px;
  }
}

/* Dots */
.slick-dots {
  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;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 767px) {
  .slick-dots {
    height: 37px;
  }
}

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .slick-dots li {
    width: 7px;
    height: 7px;
    margin: 0 4px;
  }
}

.slick-dots li button {
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px;
  background: transparent;
  border: 0;
  cursor: pointer;
  color: transparent;
  font-size: 0;
  line-height: 0;
  outline: none;
}
@media only screen and (max-width: 767px) {
  .slick-dots li button {
    width: 7px;
    height: 7px;
    padding: 3.5px;
  }
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 10px;
  height: 10px;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  content: "";
  text-align: center;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 767px) {
  .slick-dots li button:before {
    width: 7px;
    height: 7px;
  }
}

.slick-dots li.slick-active button:before {
  background: #000;
  border: 1px solid #000;
}

.header-wrap.normal {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  background: #35bf82;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.header-wrap.normal.top {
  background: none;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal.top {
    background: #35bf82;
  }
}
.header-wrap.normal.color-change {
  background: #35bf82;
}
.header-wrap.normal .header-subwrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 90px;
  margin: 0 auto;
  padding: 35px 30px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap {
    height: 60px;
    padding: 0 0 0 15px;
  }
}
.header-wrap.normal .header-subwrap .header-logo-wrap {
  display: none;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .header-logo-wrap {
    position: relative;
    z-index: 1001;
    display: block;
  }
}
.header-wrap.normal .header-subwrap .header-logo-wrap .header-logo img {
  width: 180px;
  max-width: 100%;
}
.header-wrap.normal .header-subwrap .nav-wrap {
  position: absolute;
  z-index: 1000;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  max-width: 100%;
  background: #35bf82;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap {
  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;
  width: 100%;
  height: 100%;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list {
  display: block;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list {
    width: 100%;
    height: calc(100% - 100px);
    padding: 50px 40px 145px 40px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item {
  text-align: center;
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item:not(:first-of-type) {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item:not(:first-of-type) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item {
    width: 100%;
    height: 40px;
  }
}
.header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item a {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 20px;
  letter-spacing: 5px;
}
@media print, screen and (min-width: 961px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .header-subwrap .nav-wrap .nav-subwrap .nav-list .nav-item a {
    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;
    width: 100%;
    height: 100%;
    font-size: 13px;
  }
}
.header-wrap.normal .header-subwrap .burger-btn {
  position: relative;
  z-index: 1000;
  display: block;
  width: 60px;
  height: 60px;
}
.header-wrap.normal .header-subwrap .burger-btn .menu-trigger {
  position: relative;
  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;
  width: 100%;
  height: 100%;
}
.header-wrap.normal .header-subwrap .burger-btn .menu-trigger.active .bar span:nth-of-type(1) {
  -webkit-transform: translateY(7px) rotate(-45deg);
  -ms-transform: translateY(7px) rotate(-45deg);
  transform: translateY(7px) rotate(-45deg);
}
.header-wrap.normal .header-subwrap .burger-btn .menu-trigger.active .bar span:nth-of-type(2) {
  opacity: 0;
}
.header-wrap.normal .header-subwrap .burger-btn .menu-trigger.active .bar span:nth-of-type(3) {
  -webkit-transform: translateY(-7px) rotate(45deg);
  -ms-transform: translateY(-7px) rotate(45deg);
  transform: translateY(-7px) rotate(45deg);
}
.header-wrap.normal .header-subwrap .burger-btn .menu-trigger .bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -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;
  width: 24px;
  height: 16px;
}
.header-wrap.normal .header-subwrap .burger-btn .menu-trigger .bar span {
  width: 100%;
  border-top: 2px solid #fff;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.header-wrap.normal .pickup-link-wrap {
  position: fixed;
  right: 20px;
  bottom: 20px;
}
.header-wrap.normal .pickup-link-wrap .link {
  width: 110px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .header-wrap.normal .pickup-link-wrap .link {
    width: 70px;
  }
}
.footer-wrap {
  background: #35bf82;
}
.footer-wrap .inner {
  padding: 75px 30px 30px 30px;
}
.footer-wrap .content-wrap .content.sec1 .logo {
  text-align: center;
}
.footer-wrap .content-wrap .content.sec1 .logo a {
  display: inline-block;
}
.footer-wrap .content-wrap .content.sec1 .logo a img {
  width: 220px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec1 .logo a img {
    width: 160px;
  }
}
.footer-wrap .content-wrap .content.sec1 .nav-wrap {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec1 .nav-wrap {
    display: none;
  }
}
.footer-wrap .content-wrap .content.sec1 .nav-wrap .nav-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 530px;
  max-width: 100%;
  margin: 0 auto;
}
@media print, screen and (min-width: 961px) {
  .footer-wrap .content-wrap .content.sec1 .nav-wrap .nav-list .nav-item:hover {
    opacity: 0.7;
  }
}
.footer-wrap .content-wrap .content.sec1 .nav-wrap .nav-list .nav-item a {
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
}
.footer-wrap .content-wrap .content.sec2 {
  width: 900px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  padding-top: 50px;
  border-top: 1px solid #fff;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 {
    margin-top: 35px;
    padding-top: 0;
    border-top: none;
    width: 245px;
  }
}
.footer-wrap .content-wrap .content.sec2 .info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .info-wrap {
    display: block;
  }
}
.footer-wrap .content-wrap .content.sec2 .info-wrap .info dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .info-wrap .info dl {
    display: block;
  }
  .footer-wrap .content-wrap .content.sec2 .info-wrap .info dl + dl {
    margin-top: 10px;
  }
}
.footer-wrap .content-wrap .content.sec2 .info-wrap .info dl dt {
  min-width: 100px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .info-wrap .info dl dt {
    min-width: auto;
  }
}
.footer-wrap .content-wrap .content.sec2 .info-wrap .info dl dd .tel {
  margin-left: 15px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .info-wrap .info dl dd .tel {
    display: inline-block;
    margin-left: 0;
  }
}
.footer-wrap .content-wrap .content.sec2 .info-wrap .link {
  margin-left: 50px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .info-wrap .link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin-top: 30px;
    margin-left: 0;
  }
}
.footer-wrap .content-wrap .content.sec2 .info-wrap .link a {
  color: #fff;
  line-height: 2;
  text-decoration: underline;
}
@media print, screen and (min-width: 961px) {
  .footer-wrap .content-wrap .content.sec2 .info-wrap .link a:hover {
    text-decoration: none;
  }
}
.footer-wrap .content-wrap .content.sec2 .info-wrap .link a.icon {
  display: block;
  width: 30px;
  height: 32px;
  margin: 0 auto;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .footer-wrap .content-wrap .content.sec2 .info-wrap .link a.icon {
    width: 25px;
    height: 27px;
    margin: 0;
  }
}
.footer-wrap .content-wrap .content.sec2 .info-wrap .link a.icon.x {
  background: url(../img/shared/icon-x-type1-2.svg) center center/contain no-repeat;
}
.footer-wrap .content-wrap .content.sec2 .copyright {
  margin-top: 60px;
  color: #fff;
  font-size: 10px;
  text-align: center;
}

.main-img-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap {
    display: block;
    height: 100%;
    margin-top: 60px;
  }
}
.main-img-wrap.tablet {
  height: 768px;
}
.main-img-wrap .copy-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 38%;
  height: 100%;
  padding: 180px 50px 50px 50px;
  background: #35bf82;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap {
    width: 100%;
    height: auto;
    padding: 45px 20px 20px 20px;
  }
}
.main-img-wrap .copy-wrap .logo {
  width: 350px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap .logo {
    display: none;
    width: 250px;
  }
}
.main-img-wrap .copy-wrap .logo + .copy {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap .logo + .copy {
    margin-top: 0;
  }
}
.main-img-wrap .copy-wrap .copy + .news-item-wrap {
  margin-top: auto;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap .copy + .news-item-wrap {
    margin-top: 50px;
  }
}
.main-img-wrap .copy-wrap .copy img {
  width: 350px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap .copy img {
    width: 230px;
  }
}
.main-img-wrap .copy-wrap .news-item-wrap {
  width: 100%;
}
.main-img-wrap .copy-wrap .news-item-wrap .head + .item-wrap {
  margin-top: 10px;
}
.main-img-wrap .copy-wrap .news-item-wrap .head h3 {
  color: #fff;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .copy-wrap .news-item-wrap .head h3 {
    font-size: 14px;
  }
}
.main-img-wrap .copy-wrap .news-item-wrap .item-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.main-img-wrap .copy-wrap .news-item-wrap .item-wrap .item .date {
  color: #fff;
  margin-right: 10px;
}
.main-img-wrap .copy-wrap .news-item-wrap .item-wrap .item .title {
  color: #fff;
  font-weight: 400;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.main-img-wrap .main-img {
  width: 62%;
  height: 100%;
  background: url(../img/top/toppg-main-img1.jpg) center center/cover no-repeat;
}
@media only screen and (max-width: 767px) {
  .main-img-wrap .main-img {
    width: 100%;
    height: 295px;
    background: url(../img/top/toppg-main-img1_sp.jpg) center center/cover no-repeat;
  }
}

.toppg-sec1-wrap {
  position: relative;
}
.toppg-sec1-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.toppg-sec1-wrap .content-wrap {
  padding: 0 25px;
}
.toppg-sec1-wrap .content-wrap .content .heading-wrap + .text-wrap {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .content .heading-wrap + .text-wrap {
    margin-top: 30px;
  }
}
.toppg-sec1-wrap .content-wrap .content .text-wrap .text h3 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.65;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .content .text-wrap .text h3 {
    font-size: 20px;
  }
}
.toppg-sec1-wrap .content-wrap .content .text-wrap .text h3 + p {
  margin-top: 20px;
}
.toppg-sec1-wrap .content-wrap .content .text-wrap .text p {
  text-align: center;
}
.toppg-sec1-wrap .content-wrap .content .img-wrap {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec1-wrap .content-wrap .content .img-wrap {
    margin-top: 30px;
  }
}
.toppg-sec1-wrap .content-wrap .content .img-wrap .img {
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
}

.toppg-sec2-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 0;
  }
}
.toppg-sec2-wrap .content-wrap .content.sec2 {
  position: relative;
  z-index: 1;
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 100px;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content.sec2 {
    margin-top: 75px;
  }
}
.toppg-sec2-wrap .content-wrap .content .text-wrap {
  margin-top: 30px;
}
.toppg-sec2-wrap .content-wrap .content .text-wrap .text h3 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.65;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content .text-wrap .text h3 {
    font-size: 18px;
  }
}
.toppg-sec2-wrap .content-wrap .content .text-wrap .text h3 + p {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content .text-wrap .text h3 + p {
    margin-top: 30px;
  }
}
.toppg-sec2-wrap .content-wrap .content .text-wrap .text p {
  text-align: center;
}
.toppg-sec2-wrap .content-wrap .content .text-wrap .text p + p {
  margin-top: 20px;
}
.toppg-sec2-wrap .content-wrap .content .item-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content .item-wrap {
    display: block;
    margin-top: 75px;
  }
}
.toppg-sec2-wrap .content-wrap .content .item-wrap .item {
  width: 400px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content .item-wrap .item {
    width: 250px;
    margin: 0 auto;
  }
  .toppg-sec2-wrap .content-wrap .content .item-wrap .item + .item {
    margin-top: 75px;
  }
}
.toppg-sec2-wrap .content-wrap .content .item-wrap .item .item-head + .img {
  margin-top: 20px;
}
.toppg-sec2-wrap .content-wrap .content .item-wrap .item .item-head h4 .en {
  display: block;
  color: #5dac8b;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.65;
  letter-spacing: 5px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content .item-wrap .item .item-head h4 .en {
    font-size: 16px;
    letter-spacing: 3px;
  }
}
.toppg-sec2-wrap .content-wrap .content .item-wrap .item .item-head h4 .en + .jp {
  margin-top: 20px;
}
.toppg-sec2-wrap .content-wrap .content .item-wrap .item .item-head h4 .jp {
  display: block;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.65;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .toppg-sec2-wrap .content-wrap .content .item-wrap .item .item-head h4 .jp {
    font-size: 18px;
  }
}
.toppg-sec2-wrap .content-wrap .content .item-wrap .item .item-head h4 .jp span {
  position: relative;
}
.toppg-sec2-wrap .content-wrap .content .item-wrap .item .item-head h4 .jp span::before {
  position: absolute;
  top: -1em;
  left: auto;
  right: auto;
  content: "・";
}
.toppg-sec3-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 0;
  }
}
.toppg-sec3-wrap .content-wrap .content.sec2 {
  position: relative;
  z-index: 1;
  width: 960px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 100px;
  padding: 0 30px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content.sec2 {
    margin-top: 75px;
  }
}
.toppg-sec3-wrap .content-wrap .content.sec2 .img-wrap {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content.sec2 .img-wrap {
    margin-top: 30px;
  }
}
.toppg-sec3-wrap .content-wrap .content.sec2 .img-wrap .img {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
}
.toppg-sec3-wrap .content-wrap .content.sec2 .text-wrap .text h2 {
  font-size: 36px;
  font-weight: 500;
  line-height: 1.65;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content.sec2 .text-wrap .text h2 {
    font-size: 18px;
  }
}
.toppg-sec3-wrap .content-wrap .content.sec2 .text-wrap .text h2 + p {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content.sec2 .text-wrap .text h2 + p {
    margin-top: 30px;
  }
}
.toppg-sec3-wrap .content-wrap .content.sec2 .text-wrap .text p {
  text-align: center;
}
.toppg-sec3-wrap .content-wrap .content.sec2 .text-wrap .text p + p {
  margin-top: 20px;
}
.toppg-sec3-wrap .content-wrap .content.sec2 .detail-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 30px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content.sec2 .detail-wrap {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .detail.sec1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
.toppg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .detail.sec1 .logo {
  width: 240px;
  max-width: 100%;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .detail.sec1 .logo {
    width: 130px;
  }
}
.toppg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .detail.sec1 .link-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .detail.sec1 .link-wrap {
    margin-top: 0;
    margin-left: 15px;
    padding-left: 15px;
    border-left: 1px solid #464646;
  }
}
.toppg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .detail.sec1 .link-wrap .link.web {
  width: 200px;
  height: 45px;
  background: #464646;
  border-radius: 22.5px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .detail.sec1 .link-wrap .link.web {
    width: 110px;
    height: 30px;
    border-radius: 15px;
  }
}
.toppg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .detail.sec1 .link-wrap .link.web a {
  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;
  width: 100%;
  height: 100%;
  border-radius: 22.5px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .detail.sec1 .link-wrap .link.web a {
    border-radius: 15px;
  }
}
.toppg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .detail.sec1 .link-wrap .link.web a:after {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 10px;
  background: url(../img/shared/icon-new-window-type1-1.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .detail.sec1 .link-wrap .link.web a:after {
    width: 13px;
    height: 13px;
  }
}
.toppg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .detail.sec1 .link-wrap .link.web a span {
  color: #fff;
  font-size: 14px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .detail.sec1 .link-wrap .link.web a span {
    font-size: 10px;
  }
}
.toppg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .detail.sec1 .link-wrap .link.instagram {
  margin-left: 10px;
}
.toppg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .detail.sec1 .link-wrap .link.instagram a:before {
  content: "";
  display: inline-block;
  width: 35px;
  height: 35px;
  background: url(../img/shared/icon-instagram-type1-1.svg) center center/contain no-repeat;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .detail.sec1 .link-wrap .link.instagram a:before {
    width: 28px;
    height: 28px;
  }
}
.toppg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .detail.sec2 {
  margin-left: 30px;
  padding-left: 30px;
  border-left: 1px solid #464646;
}
@media only screen and (max-width: 767px) {
  .toppg-sec3-wrap .content-wrap .content.sec2 .detail-wrap .detail.sec2 {
    margin-top: 10px;
    margin-left: 0;
    padding-left: 0;
    border-left: none;
  }
}

.toppg-sec4-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 0;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec2 {
  position: relative;
  z-index: 1;
  width: 950px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 100px;
  padding: 0 25px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content.sec2 {
    margin-top: 75px;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec2 .text-wrap {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content.sec2 .text-wrap {
    margin-top: 30px;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec2 .text-wrap .text h3 {
  font-size: 36px;
  font-weight: 300;
  line-height: 1.65;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content.sec2 .text-wrap .text h3 {
    font-size: 17px;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec2 .text-wrap .text h3 + p {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content.sec2 .text-wrap .text h3 + p {
    margin-top: 30px;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec2 .text-wrap .text p {
  text-align: center;
}
.toppg-sec4-wrap .content-wrap .content.sec2 .img-wrap {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content.sec2 .img-wrap {
    margin-top: 30px;
  }
}
.toppg-sec4-wrap .content-wrap .content.sec2 .img-wrap .img {
  width: 530px;
  max-width: 100%;
  margin: 0 auto;
}
@media only screen and (max-width: 767px) {
  .toppg-sec4-wrap .content-wrap .content.sec2 .img-wrap .img {
    width: 265px;
  }
}

.toppg-sec5-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 0;
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 0;
  }
}
.toppg-sec5-wrap .content-wrap .content.sec2 {
  width: 840px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 100px;
  padding: 0 20px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap .content.sec2 {
    margin-top: 75px;
  }
}
.toppg-sec5-wrap .content-wrap .content .text-wrap {
  margin-top: 75px;
}
@media only screen and (max-width: 767px) {
  .toppg-sec5-wrap .content-wrap .content .text-wrap {
    margin-top: 50px;
  }
}
.companypg-sec1-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .companypg-sec1-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.companypg-sec1-wrap .content-wrap {
  padding: 0 30px;
}
.companypg-sec1-wrap .content-wrap .content {
  width: 820px;
  max-width: 100%;
  margin: 0 auto;
}
.companypg-sec1-wrap .content-wrap .content.sec2 {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .companypg-sec1-wrap .content-wrap .content.sec2 {
    margin-top: 75px;
  }
}
.companypg-sec1-wrap .content-wrap .content .head h2 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .companypg-sec1-wrap .content-wrap .content .head h2 {
    font-size: 12px;
  }
}
.companypg-sec1-wrap .content-wrap .content .dl-wrap {
  margin-top: 30px;
}
.companypg-sec1-wrap .content-wrap .content .dl-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  padding: 20px 20px;
  border-bottom: 1px solid #464646;
}
@media only screen and (max-width: 767px) {
  .companypg-sec1-wrap .content-wrap .content .dl-wrap dl {
    padding: 20px 0;
  }
}
.companypg-sec1-wrap .content-wrap .content .dl-wrap dl:first-child {
  border-top: 1px solid #464646;
}
.companypg-sec1-wrap .content-wrap .content .dl-wrap dl dt {
  min-width: 290px;
}
@media only screen and (max-width: 767px) {
  .companypg-sec1-wrap .content-wrap .content .dl-wrap dl dt {
    min-width: 115px;
  }
}
.companypg-sec1-wrap .content-wrap .content .dl-wrap dl dd {
  line-height: 1.5;
}
.companypg-sec1-wrap .content-wrap .content .dl-wrap dl dd h5 {
  font-weight: 400;
  line-height: 1.5;
}
.companypg-sec1-wrap .content-wrap .content .dl-wrap dl dd p {
  line-height: 1.5;
}
.companypg-sec1-wrap .content-wrap .content .dl-wrap dl dd p + h5 {
  margin-top: 15px;
}
@media only screen and (max-width: 767px) {
  .companypg-sec1-wrap .content-wrap .content .dl-wrap dl dd p + h5 {
    margin-top: 10px;
  }
}

.wrap {
  padding: 85px 0 42px 0;
}
@media only screen and (max-width: 767px) {
  .wrap {
    padding: 50px 0 0 0;
  }
}

.wrap-inner {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.wrap-inner table {
  width: 100%;
}
.wrap-inner tr {
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .wrap-inner tr {
    display: block;
    padding: 20px 0 15px 0;
    border-bottom: 1px solid #e6e6e6;
  }
}
.wrap-inner tr:first-child {
  border-top: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .wrap-inner tr:first-child {
    border-top: 1px solid #e6e6e6;
  }
}
.wrap-inner th, .wrap-inner td {
  width: 50%;
  font-size: 16px;
  font-weight: 300;
  padding: 30px 0 29px 0;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .wrap-inner th, .wrap-inner td {
    display: block;
    width: 100%;
    padding: 0;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-inner th {
    margin-bottom: 13px;
    font-size: 14px;
  }
}
.wrap-inner td {
  line-height: 1.8;
}
.wrap-inner td span {
  display: inline-block;
  margin-bottom: 20px;
}
@media only screen and (max-width: 767px) {
  .wrap-inner td span {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .wrap-inner td {
    font-size: 13px;
    line-height: 1.5;
  }
}

.postpg-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 200px;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 150px;
  }
}
.postpg-wrap .content-wrap {
  padding: 0 20px;
}
.postpg-wrap .content-wrap .content + .content {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content + .content {
    margin-top: 75px;
  }
}
.postpg-wrap .content-wrap .content .page-title-wrap .page-title {
  position: static;
  width: auto;
  height: auto;
}
.postpg-wrap .content-wrap .content .post-item {
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
}
.postpg-wrap .content-wrap .content .post-item .post-head .date {
  line-height: 1.5;
}
.postpg-wrap .content-wrap .content .post-item .post-head .date + .title {
  margin-top: 10px;
}
.postpg-wrap .content-wrap .content .post-item .post-head .title {
  font-size: 26px;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  .postpg-wrap .content-wrap .content .post-item .post-head .title {
    font-size: 22px;
  }
}
.postpg-wrap .content-wrap .content .post-item .post-thumb {
  margin-top: 30px;
}
.postpg-wrap .content-wrap .content .post-item .post-thumb img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
.postpg-wrap .content-wrap .content .post-item .post-content {
  margin-top: 30px;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.postpg-wrap .content-wrap .content .post-item .post-content h2, .postpg-wrap .content-wrap .content .post-item .post-content h3, .postpg-wrap .content-wrap .content .post-item .post-content h4, .postpg-wrap .content-wrap .content .post-item .post-content h5, .postpg-wrap .content-wrap .content .post-item .post-content h6 {
  line-height: 1.5;
}
.postpg-wrap .content-wrap .content .post-item .post-content p, .postpg-wrap .content-wrap .content .post-item .post-content a, .postpg-wrap .content-wrap .content .post-item .post-content ul, .postpg-wrap .content-wrap .content .post-item .post-content ol {
  line-height: 1.5;
}
.postpg-wrap .content-wrap .content .post-item .post-content ol {
  padding-left: 1em;
}
.postpg-wrap .content-wrap .content .post-item .post-content a {
  color: #065b90;
  text-decoration: underline;
}
@media print, screen and (min-width: 961px) {
  .postpg-wrap .content-wrap .content .post-item .post-content a:hover {
    text-decoration: none;
  }
}
.postpg-wrap .content-wrap .content .post-item .post-content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 10px 0;
}

.post-link-wrap {
  position: relative;
  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;
  width: 800px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 150px;
}
@media only screen and (max-width: 767px) {
  .post-link-wrap {
    width: 335px;
    margin-top: 75px;
  }
}
.post-link-wrap:before {
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: auto;
  background: #eee;
}
@media only screen and (max-width: 767px) {
  .post-link-wrap:before {
    top: -20px;
  }
}
.post-link-wrap .links {
  position: relative;
  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;
  width: 600px;
  max-width: 100%;
}
.post-link-wrap .links a {
  display: block;
  color: #464646;
  font-size: 12px;
  letter-spacing: 1px;
  text-align: center;
}
@media print, screen and (min-width: 961px) {
  .post-link-wrap .links a:hover {
    opacity: 0.7;
  }
}
@media only screen and (max-width: 767px) {
  .post-link-wrap .links a {
    width: 30%;
    height: 35px;
    border: 1px solid #464646;
    line-height: 35px;
  }
}
.post-link-wrap .links a.prev {
  position: absolute;
  top: 0;
  left: 0;
}
.post-link-wrap .links a.next {
  position: absolute;
  top: 0;
  right: 0;
}
.pagination-wrap {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .pagination-wrap {
    margin-top: 50px;
  }
}
.pagination-wrap .pagination {
  position: relative;
  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;
}
.pagination-wrap .pagination span, .pagination-wrap .pagination a {
  display: block;
  width: auto;
  margin: 0 5px;
  padding: 15px 17px 11px 16px;
  border: 1px solid #231815;
  color: #231815;
  font-size: 11px;
  line-height: 13px;
}
@media only screen and (max-width: 767px) {
  .pagination-wrap .pagination span, .pagination-wrap .pagination a {
    margin: 0 2.5px;
    padding: 9px 12px 7px 12px;
  }
}
.pagination-wrap .pagination span.current, .pagination-wrap .pagination a.current {
  padding: 15px 17px 11px 16px;
  background: #231815;
  border: 1px solid #231815;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .pagination-wrap .pagination span.current, .pagination-wrap .pagination a.current {
    padding: 9px 12px 7px 12px;
  }
}
.pagination-wrap .pagination span.next, .pagination-wrap .pagination span.prev, .pagination-wrap .pagination a.next, .pagination-wrap .pagination a.prev {
  border: none;
  font-weight: bold;
}
.pagination-wrap .pagination span.next, .pagination-wrap .pagination a.next {
  margin-right: 0;
}
.pagination-wrap .pagination span.prev, .pagination-wrap .pagination a.prev {
  margin-left: 0;
}
.pagination-wrap .pagination span.dots, .pagination-wrap .pagination a.dots {
  margin: 0 0;
  border: none;
}
@media print, screen and (min-width: 961px) {
  .pagination-wrap .pagination a:hover {
    background: #231815;
    color: #fff;
  }
}

.contactpg-sec1-wrap .inner {
  padding: 150px 0 150px 0;
}
@media only screen and (max-width: 767px) {
  .contactpg-sec1-wrap .inner {
    padding: 75px 0 75px 0;
  }
}
.contactpg-sec1-wrap .content-wrap .content .description-wrap ul li {
  line-height: 2.125;
}

.form-wrap {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .form-wrap {
    margin-top: 30px;
  }
}
.form-wrap .notes {
  color: #d51b1b;
}
.form-wrap .dl-wrap {
  margin-top: 10px;
}
.form-wrap .dl-wrap dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl {
    display: block;
    padding: 15px 0 15px 0;
  }
}
.form-wrap .dl-wrap dl.textarea {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.form-wrap .dl-wrap dl.textarea dt {
  margin-top: 10px;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl.textarea dt {
    margin-top: 0;
  }
}
.form-wrap .dl-wrap dl.textarea dd textarea {
  height: 220px;
  min-height: 220px;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl.textarea dd textarea {
    height: 150px;
    min-height: 150px;
  }
}
.form-wrap .dl-wrap dl.radio, .form-wrap .dl-wrap dl.checkbox {
  display: block;
  padding: 35px 20px 35px 20px;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl.radio, .form-wrap .dl-wrap dl.checkbox {
    padding: 25px 0 25px 0;
  }
}
.form-wrap .dl-wrap dl.radio dt, .form-wrap .dl-wrap dl.checkbox dt {
  width: 100%;
}
.form-wrap .dl-wrap dl.radio dd, .form-wrap .dl-wrap dl.checkbox dd {
  width: 100%;
  margin-top: 20px;
}
.form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type), .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type) {
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .form-wrap .dl-wrap dl.radio dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type), .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-radio .wpcf7-list-item:not(:first-of-type), .form-wrap .dl-wrap dl.checkbox dd .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item:not(:first-of-type) {
    margin-top: 15px;
  }
}
.form-wrap .dl-wrap dl dt {
  width: 270px;
  font-size: 13px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl dt {
    display: block;
    width: 100%;
    font-size: 12px;
  }
}
.form-wrap .dl-wrap dl dt .must {
  margin-left: 7px;
  color: #d51b1b;
}
.form-wrap .dl-wrap dl dd {
  width: 550px;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .form-wrap .dl-wrap dl dd {
    display: block;
    width: 100%;
    margin-top: 10px;
    font-size: 12px;
  }
}

.wpcf7-form-control.wpcf7-text,
.wpcf7-form-control.wpcf7-textarea,
.wpcf7-form-control.wpcf7-date,
.wpcf7-form-control.wpcf7-number {
  width: 100%;
  height: 100%;
  padding: 10px 12px;
  border: 1px solid #d0d5d8;
  border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
}
@media only screen and (max-width: 767px) {
  .wpcf7-form-control.wpcf7-text,
  .wpcf7-form-control.wpcf7-textarea,
  .wpcf7-form-control.wpcf7-date,
  .wpcf7-form-control.wpcf7-number {
    padding: 5px 0;
    font-size: 12px;
  }
}

.consent-wrap {
  margin-top: 40px;
}
.consent-wrap .consent .wpcf7-form-control-wrap {
  display: block;
}
.consent-wrap .consent .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
  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;
  margin: 0;
}
.consent-wrap .consent .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label {
  cursor: pointer;
}
.consent-wrap .consent .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
  display: block;
  text-align: center;
}
.consent-wrap .link {
  margin-top: 20px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .consent-wrap .link {
    margin-top: 30px;
  }
}
.consent-wrap .link a {
  color: #464646;
  font-size: 13px;
  text-decoration: underline;
  opacity: 0.7;
}
@media print, screen and (min-width: 961px) {
  .consent-wrap .link a:hover {
    text-decoration: none;
  }
}
@media only screen and (max-width: 767px) {
  .consent-wrap .link a {
    font-size: 12px;
  }
}

/*
.wpcf7-checkbox{
  .wpcf7-list-item{
    label{
      cursor: pointer;
    }
  }
  input[type="checkbox"] {
    display: none;
    &:checked + .wpcf7-list-item-label {
      //color: #fff;
      &::after {
        position: absolute;
        top: 0px;
        left: 4.6px;
        content: "";
        display: block;
        width: 7px;
        height: 14px;
        border-bottom: 3px solid $base-color1;
        border-right: 3px solid $base-color1;
        transform: rotate(40deg);
        @include media(){
          top: -2px;
        }
      }
    }
  }
  .wpcf7-list-item-label {
    position: relative;
    display: inline-block;
    padding-left: 26px;
    line-height: 1.2;
    cursor: pointer;
    @include media(){
      font-size: 15px;
    }
    &::before {
      position: absolute;
      top: 4px;
      left: 0;
      content: "";
      display: block;
      width: 15px;
      height: 15px;
      background: #fff;
      border: 1px solid #d0d0d0;
      @include media(){
        top: 2px;
      }
    }
  }
}
*/
.wpcf7-checkbox .wpcf7-list-item, .wpcf7-acceptance .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item label, .wpcf7-acceptance .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.wpcf7-checkbox input[type=checkbox], .wpcf7-acceptance input[type=checkbox] {
  display: none;
}
.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label .button:after, .wpcf7-acceptance input[type=checkbox]:checked + .wpcf7-list-item-label .button:after {
  position: relative;
  top: -3px;
  content: "";
  display: block;
  width: 7px;
  height: 16px;
  border-bottom: 3px solid #464646;
  border-right: 3px solid #464646;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}
.wpcf7-checkbox .wpcf7-list-item-label, .wpcf7-acceptance .wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  cursor: pointer;
}
@media only screen and (max-width: 767px) {
  .wpcf7-checkbox .wpcf7-list-item-label, .wpcf7-acceptance .wpcf7-list-item-label {
    font-size: 12px;
  }
}
.wpcf7-checkbox .wpcf7-list-item-label .button, .wpcf7-acceptance .wpcf7-list-item-label .button {
  position: relative;
  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;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  background: #fff;
  border: 1px solid #464646;
}

/*
.wpcf7-radio{
  .wpcf7-list-item{
    label{
      cursor: pointer;
    }
  }
  input[type="radio"] {
    display: none;
    &:checked{
      + .wpcf7-list-item-label{
        &:after {
          content: "";
          display: block;
          position: absolute;
          top: 50%;
          left: 3px;
          transform: translateY(-50%);
          width: 19px;
          height: 19px;
          margin: auto;
          background: $background-color1;
          border-radius: 50%;
        }
      }
    }
  }
  .wpcf7-list-item-label{
    position: relative;
    padding-left: 20px;
    &:before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      width: 26px;
      height: 26px;
      background: #fff;
      border: 1px solid $background-color1;
      border-radius: 50%;
    }
  }
}
*/
.wpcf7-radio .wpcf7-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
}
.wpcf7-radio .wpcf7-list-item label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
.wpcf7-radio input[type=radio] {
  display: none;
}
.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label .button:after {
  position: relative;
  content: "";
  width: 60%;
  height: 60%;
  background: #464646;
  border-radius: 50%;
}
.wpcf7-radio .wpcf7-list-item-label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.wpcf7-radio .wpcf7-list-item-label .button {
  position: relative;
  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;
  width: 15px;
  height: 15px;
  margin-right: 8px;
  background: #fff;
  border: 1px solid #464646;
  border-radius: 50%;
}

.submit-wrap {
  margin-top: 50px;
}
@media only screen and (max-width: 767px) {
  .submit-wrap {
    margin-top: 30px;
  }
}

input.wpcf7-submit, .wpcf7-submit {
  display: block;
  width: 300px;
  height: 50px;
  max-width: 100%;
  margin: 0 auto;
  background: #464646;
  border: none;
  border-radius: 0;
  color: #fff;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 13px;
  line-height: 50px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-align: center;
  cursor: pointer;
  -webkit-appearance: none;
}
@media only screen and (max-width: 767px) {
  input.wpcf7-submit, .wpcf7-submit {
    font-size: 12px;
  }
}

.ajax-loader, .wpcf7-spinner {
  display: none !important;
}

span.wpcf7-not-valid-tip {
  display: inline-block;
  margin-top: 5px;
  color: #d51b1b !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.2;
}
/*
.wpcf7-form-control.wpcf7-textarea{
  & + .wpcf7-not-valid-tip{
    bottom: -23px;
    @include media(){
      bottom: -19px;
    }
  }
}

.wpcf7-form-control.wpcf7-checkbox{
  & + .wpcf7-not-valid-tip{
    right: 0;
    margin: auto;
  }
}
*/
.screen-reader-response {
  display: none !important;
}

.wpcf7-form.invalid .wpcf7-response-output, .wpcf7-validation-errors {
  width: 600px;
  max-width: 100%;
  margin: 20px auto !important;
  padding: 7px 10px !important;
  border: 2px solid #d51b1b !important;
  color: #d51b1b !important;
  line-height: 1.5;
  text-align: center;
}

.wpcf7-form.sent .wpcf7-response-output, .wpcf7-mail-sent-ok {
  width: 600px;
  max-width: 100%;
  margin: 20px auto !important;
  padding: 7px 10px 5px 10px !important;
  border: 2px solid #464646 !important;
  color: #464646;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

/*
.sentout-message{
  display: none;
}

.sent{
  .description-wrap,.form-wrap{
    display: none;
  }
  .sentout-message{
    display: block;
  }
}
*/
.privacy-policypg-sec1-wrap .inner {
  padding: 150px 0 150px 0;
  padding-top: 200px;
}
@media only screen and (max-width: 767px) {
  .privacy-policypg-sec1-wrap .inner {
    padding: 75px 0 75px 0;
    padding-top: 150px;
  }
}
.privacy-policypg-sec1-wrap .content-wrap .content {
  width: 860px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.privacy-policypg-sec1-wrap .content-wrap .content .page-title-wrap .page-title {
  position: static;
  width: auto;
  height: auto;
}
.privacy-policypg-sec1-wrap .content-wrap .content .description-wrap {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .privacy-policypg-sec1-wrap .content-wrap .content .description-wrap {
    margin-top: 50px;
  }
}
.privacy-policypg-sec1-wrap .content-wrap .content .description-wrap .head + p {
  margin-top: 10px;
}
.privacy-policypg-sec1-wrap .content-wrap .content .description-wrap .head h2 {
  font-weight: 500;
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap {
  margin-top: 100px;
}
@media only screen and (max-width: 767px) {
  .privacy-policypg-sec1-wrap .content-wrap .content .item-wrap {
    margin-top: 50px;
  }
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item:not(:first-of-type) {
  margin-top: 60px;
}
@media only screen and (max-width: 767px) {
  .privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item:not(:first-of-type) {
    margin-top: 40px;
  }
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item h3 {
  font-weight: 500;
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item p {
  margin-top: 10px;
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item p.mail {
  margin-top: 30px;
  line-height: 1.75;
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item p + ul {
  margin-top: 20px;
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item ul {
  list-style: none;
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item ul li {
  line-height: 2;
  padding-left: 1em;
  text-indent: -1em;
}
.privacy-policypg-sec1-wrap .content-wrap .content .item-wrap .item ul li:before {
  content: "・";
  margin-right: 5px;
}
