@charset "UTF-8";
.u-mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-mobile {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .u-desktop {
    display: none;
  }
}

.u-ml80 {
  margin-left: 80px !important;
  margin-left: 5rem !important;
}

@media screen and (max-width: 767px) {
  .u-ml80-sp {
    margin-left: 5rem !important;
  }
}

.u-mr30-sp {
  margin-right: 30px;
  margin-right: 1.875rem;
}

@media screen and (max-width: 767px) {
  .u-mr30-sp {
    margin-right: 0;
  }
}

.u-mb30sp {
  margin-bottom: 30px !important;
  margin-bottom: 1.875rem !important;
}

@media screen and (max-width: 767px) {
  .u-mb30sp {
    margin-bottom: 0.9375rem !important;
  }
}

.u-pb180pc {
  padding-bottom: 180px !important;
  padding-bottom: 11.25rem !important;
}

@media screen and (max-width: 767px) {
  .u-pb180pc {
    padding-bottom: 0 !important;
  }
}

.u-mb60 {
  margin-bottom: 60px !important;
  margin-bottom: 3.75rem !important;
}

.noscroll {
  overflow: hidden;
}

/* FontFamily */
body {
  font-family: "BIZ UDGothic", sans-serif;
}

/* font-weight */
/* リキッドレイアウト対応 */
html {
  font-size: 16px;
}

@media screen and (max-width: 1280px) {
  html {
    font-size: 1.25vw;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 16px;
  }
}

@media screen and (max-width: 375px) {
  html {
    font-size: 4.26667vw;
  }
}

/* pcの電話番号発信対応 */
@media screen and (max-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core root defaults */
html {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
  background-color: #FEFAEF;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  width: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Blur images when they have no alt attribute */
img:not([alt]) {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="10" /></filter></svg>#filter');
  -webkit-filter: blur(10px);
          filter: blur(10px);
}

/* フォームリセット */
input,
button,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: transparent;
  border: none;
  border-radius: 0;
  font: inherit;
  outline: none;
}

textarea {
  resize: vertical;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="submit"],
input[type="button"],
label,
button,
select {
  cursor: pointer;
}

select::-ms-expand {
  display: none;
}

.appp {
  margin: 1px;
}

.bg-contact {
  max-width: 1066px;
  max-width: 66.625rem;
  margin: 102px auto 126px;
  margin: 6.375rem auto 7.875rem;
  padding: 110px 67px 102px 111px;
  padding: 6.875rem 4.1875rem 6.375rem 6.9375rem;
  background-image: url(../images/common/bg_contact.png);
  background-repeat: no-repeat;
  background-size: contain;
}

@media screen and (max-width: 767px) {
  .bg-contact {
    background-image: url(../images/common/bg-contact_sp.png);
  }
}

@media screen and (max-width: 600px) {
  .bg-contact {
    padding: 3.75rem 4.1875rem 6.375rem 6.9375rem;
  }
}

@media screen and (max-width: 463px) {
  .bg-contact {
    padding: 3.75rem 1rem 3.4375rem 3.0625rem;
  }
}

@media screen and (max-width: 425px) {
  .bg-contact {
    padding: 2.5rem 1rem 3.4375rem 3.0625rem;
  }
}

@media screen and (max-width: 767px) {
  .bg-contact {
    margin: 1.875rem auto 3.75rem;
  }
}

.bg-contact__title {
  font-size: 50px;
  font-size: 3.125rem;
  font-weight: 700;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .bg-contact__title {
    font-size: 1.25rem;
  }
}

@media screen and (max-width: 650px) {
  .bg-contact__title {
    font-size: 1rem;
  }
}

.bg-contact__orange {
  color: #E56B2D;
}

.bg-contact__text {
  margin-top: 71px;
  margin-top: 4.4375rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.9;
}

@media screen and (max-width: 767px) {
  .bg-contact__text {
    font-size: 1rem;
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 650px) {
  .bg-contact__text {
    margin-top: 0.9375rem;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 425px) {
  .bg-contact__text {
    margin-top: 0.4375rem;
  }
}

.bg-contact__cap {
  position: relative;
  margin-top: 35px;
  margin-top: 2.1875rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.9;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .bg-contact__cap {
    font-size: 1rem;
  }
}

@media screen and (max-width: 650px) {
  .bg-contact__cap {
    margin-top: 0.9375rem;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 425px) {
  .bg-contact__cap {
    margin-top: 0.4375rem;
  }
}

.bg-contact__cap::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-color: #0F6B99;
  border-radius: 50%;
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: -30px;
  margin-left: -1.875rem;
}

@media screen and (max-width: 767px) {
  .bg-contact__cap::before {
    width: 0.75rem;
    height: 0.75rem;
    margin-left: -1.25rem;
  }
}

.bg-contact__cap::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-color: #0F6B99;
  border-radius: 50%;
  width: 22px;
  width: 1.375rem;
  height: 22px;
  height: 1.375rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: 5px;
  margin-left: 0.3125rem;
}

@media screen and (max-width: 767px) {
  .bg-contact__cap::after {
    width: 0.75rem;
    height: 0.75rem;
  }
}

.bg-tree {
  position: relative;
  background-color: #fff;
  padding-top: 155px;
  padding-top: 9.6875rem;
  padding-bottom: 93px;
  padding-bottom: 5.8125rem;
  margin-bottom: 105px;
  margin-bottom: 6.5625rem;
}

.bg-tree.-com {
  padding-top: 20px;
  padding-top: 1.25rem;
}

@media screen and (max-width: 767px) {
  .bg-tree {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
    margin-bottom: 2.5rem;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.5625rem;
    padding-right: 1.5625rem;
  }
}

.bg-tree::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../images/common/triangle.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 431px;
  width: 26.9375rem;
  height: 102px;
  height: 6.375rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

@media screen and (max-width: 767px) {
  .bg-tree::after {
    width: 6.875rem;
    height: 2.125rem;
  }
}

.bg-tree.-bord::after {
  display: none;
}

.bg-tree__tree {
  position: absolute;
  width: 184px;
  width: 11.5rem;
  left: 12.34375%;
}

.bg-tree__tree.-bord {
  top: 390px;
  top: 24.375rem;
}

@media screen and (max-width: 1770px) {
  .bg-tree__tree {
    left: 8%;
  }
}

@media screen and (max-width: 1600px) {
  .bg-tree__tree {
    left: 1.875rem;
  }
}

.bg-tree__text {
  max-width: 1170px;
  max-width: 73.125rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 80px;
  margin-top: 5rem;
  font-family: "Yu Gothic";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.75;
}

.bg-tree__text.-flex-text {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .bg-tree__text.-flex-text {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .bg-tree__text {
    margin-top: 2.5rem;
    font-size: 1rem;
  }
}

.bg-tree__text:first-child {
  margin-top: 0;
}

.bg-tree__textBlue {
  margin-top: 55px;
  margin-top: 3.4375rem;
  color: #0F6B99;
  text-align: center;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.3333;
}

@media screen and (max-width: 767px) {
  .bg-tree__textBlue {
    font-size: 1.125rem;
  }
}

.bg-tree__title {
  max-width: 1152px;
  max-width: 72rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.bg-tree__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1458px;
  max-width: 91.125rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .bg-tree__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
}

.bg-tree__left {
  max-width: 560px;
  max-width: 35rem;
}

.bg-tree__right {
  margin-left: 30px;
  margin-left: 1.875rem;
}

@media screen and (max-width: 767px) {
  .bg-tree__right {
    margin-left: 0;
  }
}

.-orange {
  color: #E56B2D;
}

.blog-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .blog-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 3.125rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.blog-content__inner {
  max-width: 780px;
  max-width: 48.75rem;
}

.blog-content__date {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.blog-content__title {
  position: relative;
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  border-bottom: 3px solid #105E85;
  border-bottom: 0.1875rem solid #105E85;
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-bottom: 35px;
  margin-bottom: 2.1875rem;
}

.blog-content__title::before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  width: 0.375rem;
  height: 80%;
  background-color: #105E85;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: -20px;
  left: -1.25rem;
}

.blog-content__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
}

.blog-content__side {
  max-width: 425px;
  max-width: 26.5625rem;
}

.blog-bg {
  background-color: #fff;
}

.blog {
  padding-top: 100px;
  padding-top: 6.25rem;
  padding-bottom: 100px;
  padding-bottom: 6.25rem;
}

@media screen and (max-width: 767px) {
  .blog {
    padding-top: 3.125rem;
    padding-bottom: 3.125rem;
  }
}

.blog__inner {
  max-width: 1300px;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

.blog__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
}

.blog__thumb {
  width: 320px;
  width: 20rem;
  margin-right: 50px;
  margin-right: 3.125rem;
}

@media screen and (max-width: 767px) {
  .blog__thumb {
    margin-right: 0.625rem;
  }
}

.blog__thumb img {
  width: 100%;
}

.blog__date {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .blog__date {
    display: none;
  }
}

.blog__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 25px;
  margin-bottom: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .blog__title {
    font-size: 0.875rem;
    margin-bottom: 0.625rem;
    border-bottom: 0.0625rem solid #000000;
  }
}

.blog__text {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .blog__text {
    font-size: 0.75rem;
  }
}

.btn-contact {
  position: relative;
}

.btn-contact__bg1 {
  position: absolute;
  max-width: 901px;
  max-width: 56.3125rem;
  left: -276px;
  left: -17.25rem;
}

@media screen and (max-width: 1800px) {
  .btn-contact__bg1 {
    max-width: 43.75rem;
  }
}

@media screen and (max-width: 767px) {
  .btn-contact__bg1 {
    max-width: 9rem;
    top: -2.625rem;
    left: -2.625rem;
  }
}

.btn-contact__bg2 {
  position: absolute;
  max-width: 516px;
  max-width: 32.25rem;
  top: 165px;
  top: 10.3125rem;
  right: 0;
}

@media screen and (max-width: 1800px) {
  .btn-contact__bg2 {
    max-width: 25rem;
  }
}

.btn-contact__btn {
  max-width: 778px;
  max-width: 48.625rem;
  width: 41.875vw;
  padding-top: 360px;
  padding-top: 22.5rem;
  padding-bottom: 268px;
  padding-bottom: 16.75rem;
  margin-left: auto;
  margin-right: auto;
}

.btn-contact__btn.-under {
  padding-top: 122px;
  padding-top: 7.625rem;
  padding-bottom: 0;
}

.btn-contact__btn.-contact {
  padding-top: 0;
  padding-bottom: 0;
  text-align: center;
  max-width: 840px;
  max-width: 52.5rem;
  width: 100%;
  max-height: 180px;
  max-height: 11.25rem;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .btn-contact__btn.-contact {
    margin-top: 1.25rem;
    max-width: 15.625rem;
  }
}

@media screen and (max-width: 767px) {
  .btn-contact__btn {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.button_detail {
  display: inline-block;
  max-width: 323px;
  max-width: 20.1875rem;
}

.button_detail :hover {
  opacity: 0.8;
}

.check-box {
  text-align: center;
}

.label_test {
  position: relative;
  padding: 0 0 0 40px;
}

@media screen and (max-width: 767px) {
  .label_test {
    color: #fff;
  }
}

.label_test:after, .label_test:before {
  position: absolute;
  content: "";
  display: block;
  top: 50%;
}

/*ボックス枠のCSS*/
.label_test::after {
  position: absolute;
  content: "";
  display: block;
  top: 25%;
  left: 15px;
  margin: -10px 0 0 -2px;
  width: 17px;
  height: 17px;
  border: 1px solid #707070;
}

@media screen and (max-width: 767px) {
  .label_test::after {
    border: 1px solid #fff;
  }
}

/*チェックマークの追加*/
.label_test:before {
  left: 19px;
  margin-top: -17px;
  width: 5px;
  height: 9px;
  border-right: 3px solid #0F6B99;
  border-bottom: 3px solid #0F6B99;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
}

@media screen and (max-width: 767px) {
  .label_test:before {
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
  }
}

/*チェックボックスがチェックされた時に動作する内容*/
.label_test.checked::before {
  opacity: 1;
}

input[type="submit"] {
  display: block;
  max-width: 800px;
  max-width: 50rem;
  width: 100%;
  height: 200px;
  height: 12.5rem;
  background-image: url(../images/common/send-btn.png);
  background-size: contain;
  background-repeat: no-repeat;
}

.com-card {
  position: relative;
  padding-top: 80px;
  padding-top: 5rem;
}

.com-card.-asquest-triangle {
  padding-top: 184px;
  padding-top: 11.5rem;
}

@media screen and (max-width: 767px) {
  .com-card.-asquest-triangle {
    padding-top: 3.5625rem;
  }
}

.com-card.-asquest-triangle::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../images/common/triangle-beige.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 431px;
  width: 26.9375rem;
  height: 102px;
  height: 6.375rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
  z-index: 999;
}

@media screen and (max-width: 767px) {
  .com-card.-asquest-triangle::after {
    width: 6.875rem;
    height: 2.125rem;
  }
}

.com-card::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../images/common/triangle-beige.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 431px;
  width: 26.9375rem;
  height: 102px;
  height: 6.375rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

@media screen and (max-width: 767px) {
  .com-card::after {
    width: 6.875rem;
    height: 2.125rem;
  }
}

.com-flow {
  position: relative;
  background-color: #fff;
  padding-top: 152px;
  padding-top: 9.5rem;
  padding-bottom: 134px;
  padding-bottom: 8.375rem;
}

.com-flow .tree-under {
  position: absolute;
  max-width: 328px;
  max-width: 20.5rem;
  top: 185px;
  top: 11.5625rem;
  right: 90px;
  right: 5.625rem;
}

@media screen and (max-width: 1640px) {
  .com-flow .tree-under {
    top: 5rem;
  }
}

@media screen and (max-width: 1460px) {
  .com-flow .tree-under {
    max-width: 12.5rem;
  }
}

.com-flow__inner {
  max-width: 1320px;
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .com-flow {
    padding-top: 5.3125rem;
    padding-bottom: 5.125rem;
  }
}

.com-flow__title {
  font-size: 70px;
  font-size: 4.375rem;
  font-weight: 700;
  color: #0F6B99;
  text-align: center;
  margin-bottom: 94px;
  margin-bottom: 5.875rem;
}

@media screen and (max-width: 767px) {
  .com-flow__title {
    font-size: 1.625rem;
  }
}

.com-flow__text {
  max-width: 900px;
  max-width: 56.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.55;
}

.com-flow__contents {
  margin-top: 53px;
  margin-top: 3.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .com-flow__contents {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.com-flow__item {
  max-width: 367px;
  max-width: 22.9375rem;
}

@media screen and (max-width: 767px) {
  .com-flow__item {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.75rem;
  }
  .com-flow__item:last-child {
    margin-bottom: 0;
  }
}

.com-season {
  position: relative;
  padding-top: 162px;
  padding-top: 10.125rem;
  padding-bottom: 114px;
  padding-bottom: 7.125rem;
  text-align: center;
}

.com-season.-asquest {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .com-season {
    padding-top: 3.125rem;
    padding-bottom: 2.125rem;
    padding-left: 3.125rem;
    padding-right: 3.125rem;
  }
}

.com-season::after {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../images/common/triangle-beige.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 431px;
  width: 26.9375rem;
  height: 102px;
  height: 6.375rem;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 100%);
          transform: translate(-50%, 100%);
}

@media screen and (max-width: 767px) {
  .com-season::after {
    width: 6.875rem;
    height: 2.125rem;
  }
}

.com-season__list {
  display: inline-block;
  max-width: 950px;
  max-width: 59.375rem;
  margin-top: 80px;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-left: 1.875rem;
}

.com-season__item {
  position: relative;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 2;
  text-align: left;
}

.com-season__item.bord {
  line-height: 2.22222;
}

@media screen and (max-width: 767px) {
  .com-season__item {
    font-size: 0.875rem;
  }
}

.com-season__item::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../images/common/check.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 24.87px;
  width: 1.55438rem;
  height: 19px;
  height: 1.1875rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  left: -35px;
  left: -2.1875rem;
}

@media screen and (max-width: 767px) {
  .com-season__item::before {
    width: 1.34688rem;
    height: 1.02875rem;
    margin-top: 0.5rem;
    left: -2.1875rem;
  }
}

.com-season__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .com-season__flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.com-season__img {
  max-width: 610px;
  max-width: 38.125rem;
}

@media screen and (max-width: 767px) {
  .com-season__img {
    margin-top: 1.25rem;
  }
}

.com-work {
  background-color: #fff;
  padding-top: 105px;
  padding-top: 6.5625rem;
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
}

@media screen and (max-width: 767px) {
  .com-work {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}

.com-work__inner {
  max-width: 1320px;
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .com-work {
    padding-bottom: 2.5rem;
  }
}

.com-work__text {
  margin-top: 57px;
  margin-top: 3.5625rem;
}

@media screen and (max-width: 767px) {
  .com-work__text {
    margin-top: 2.5rem;
  }
}

.contact-btnUnder {
  text-align: center;
  padding-top: 50px;
  padding-top: 3.125rem;
  padding-bottom: 50px;
  padding-bottom: 3.125rem;
}

@media screen and (max-width: 767px) {
  .contact-btnUnder {
    padding-top: 1.375rem;
    padding-bottom: 1.5625rem;
  }
}

.contact-btnUnder__btn {
  display: inline-block;
  width: 473px;
  width: 29.5625rem;
}

@media screen and (max-width: 767px) {
  .contact-btnUnder__btn {
    width: 9.9375rem;
  }
}

.contact-btnUnder__btn:hover {
  opacity: 0.8;
}

.contact-contents {
  background-color: #fff;
}

.contact-contents__text {
  max-width: 1020px;
  max-width: 63.75rem;
  margin-top: 40px;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
  padding-bottom: 60px;
  padding-bottom: 3.75rem;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
}

.contact-contents__img {
  max-width: 836px;
  max-width: 52.25rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
  padding-left: 20px;
  padding-left: 1.25rem;
  padding-right: 20px;
  padding-right: 1.25rem;
}

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

form {
  width: 100%;
  padding: 0;
  margin: 0;
}

table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}

table input,
table textarea {
  width: 100%;
  font-size: 16px;
  font-size: 1rem;
}

.contact {
  max-width: 960px;
  /*横幅*/
  margin: 0 auto;
  /*中央寄せ*/
  padding: 60px 20px;
  padding: 3.75rem 1.25rem;
}

@media screen and (max-width: 767px) {
  .contact {
    background-color: #0F6B99;
    max-width: 100%;
  }
}

.contact-table {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.contact-item,
.contact-body {
  border: 1px solid #ccc;
  padding-top: 10px;
  padding-top: 0.625rem;
  padding-bottom: 10px;
  padding-bottom: 0.625rem;
}



@media screen and (max-width: 767px) {
  .contact-item,
  .contact-body {
    display: block;
    border: none;
  }
}

.contact-item {
  text-align: left;
  /* テキスト左寄せ */
  width: 30%;
  background-color: #0F6B99;
  font-size: 16px;
  font-size: 1rem;
  color: #fff;
  padding-left: 20px;
}

/* 会社概要 th */
.profile_th_company{
  background-color: #E56B2D;
}

@media screen and (max-width: 767px) {
  .contact-item {
    width: 100%;
    background-color: transparent;
    margin-bottom: 0.3125rem;
    padding-left: 0;
  }
}

.contact-body {
  width: 70%;
  height: 100%;
	padding: 0.625rem;
}

.contact-body.-company {
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  padding-left: 50px;
  padding-left: 3.125rem;
}

@media screen and (max-width: 767px) {
  .contact-body.-company {
    font-size: 0.75rem;
    padding-left: 1.25rem;
  }
}

@media screen and (max-width: 767px) {
  .contact-body {
    width: 100%;
    border-radius: 0.625rem;
    background-color: #fff;
    margin-bottom: 0.9375rem;
  }
}

.form-text {
  display: block;
  padding: 0;
  margin: 0;
  height: 100%;
  line-height: 2;
}

.flex-under {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 62px;
  margin-top: 3.875rem;
}

.flex-under + .flex-under {
  margin-top: 100px;
  margin-top: 6.25rem;
}

@media screen and (max-width: 767px) {
  .flex-under + .flex-under {
    margin-top: 3.125rem;
  }
}

@media screen and (max-width: 767px) {
  .flex-under {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex-under.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex-under__left {
  width: 50%;
  margin-right: 54px;
  margin-right: 3.375rem;
}

@media screen and (max-width: 767px) {
  .flex-under__left {
    width: 100%;
    margin-right: 0;
  }
}

.flex-under__right {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .flex-under__right {
    width: 100%;
  }
}

.flex-under__title {
  position: relative;
  margin-left: 110px;
  margin-left: 6.875rem;
  font-family: "Yu Gothic";
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  line-height: 1.5;
  color: #000;
}

.flex-under__title::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../images/common/communication/flex-under_title1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 90px;
  width: 5.625rem;
  height: 81.94px;
  height: 5.12125rem;
  left: -100px;
  left: -6.25rem;
  margin-top: -12px;
  margin-top: -0.75rem;
}

.flex-under__title.-second::before {
  background-image: url(../images/common/communication/flex-under_title2.jpg);
}

.flex-under__title.-third::before {
  background-image: url(../images/common/communication/flex-under_title3.jpg);
}

@media screen and (max-width: 767px) {
  .flex-under__title {
    margin-top: 1.875rem;
    font-size: 1.375rem;
  }
}

.flex-under__orange {
  font-family: "Yu Gothic";
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 700;
  color: #E56B2D;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .flex-under__orange {
    font-size: 1.625rem;
  }
}

.flex-under__text {
  font-family: "Yu Gothic";
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.55;
}

@media screen and (max-width: 767px) {
  .flex-under__text {
    font-size: 1rem;
    margin-top: 1.875rem;
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.flex + .flex {
  margin-top: 109px;
  margin-top: 6.8125rem;
}

@media screen and (max-width: 767px) {
  .flex + .flex {
    margin-top: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .flex.reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.flex__left {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .flex__left {
    width: 100%;
  }
}

.flex__right {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .flex__right {
    width: 100%;
  }
}

.flex__subtitle {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  .flex__subtitle {
    /* font-size: 1.125rem; */
    font-size: 0.875rem;
    
  }
}

.flex__title {
  font-size: 50px;
  font-size: min(1.8vw,3.0rem);
  font-weight: 700;
  line-height: 1.5;
  color: #E56B2D;
}

@media screen and (max-width: 767px) {
  .flex__title {
    /* font-size: 1.875rem; */
    font-size: 1.375vw;
    line-height: 1.5;
  }
}

.flex__text {
  margin-top: 20px;
  margin-top: 1.25rem;
  font-size: 18px;
  font-size: min(1.3vw ,1.35rem);
  font-weight: 700;
  line-height: 1.55;
}

@media screen and (max-width: 914px) {
  .flex__text {
    font-size: 1.4vw;
  }
}

@media screen and (max-width: 767px) {
  .flex__text {
    font-size: 3.5vw;
  }
}

.flex__text.-pr70pc {
  padding-right: 70px;
  padding-right: 4.375rem;
}

@media screen and (max-width: 767px) {
  .flex__text.-pr70pc {
    padding-right: 0;
  }
}

.flex__btnWrap {
  margin-top: 20px;
  margin-top: 1.25rem;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .flex__btnWrap {
    text-align: center;
    width:60vw;
    margin:10px auto;

  }
}

.footer {
  background-color: #F2EFE2;
  padding-top: 80px;
  padding-top: 5rem;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

@media screen and (max-width: 767px) {
  .footer {
    margin-bottom: 0;
  }
}

.footer__inner {
  max-width: 1320px;
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__main {
  margin-right: 120px;
  margin-right: 7.5rem;
}

@media screen and (max-width: 767px) {
  .footer__main {
    margin-right: 0;
  }
}

.footer__logo {
  max-width: 545px;
  max-width: 34.0625rem;
}

@media screen and (max-width: 767px) {
  .footer__logo {
    width: auto;
  }
}

.footer__textLarge {
  margin-top: 52px;
  margin-top: 3.25rem;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.29;
}

.footer__text {
  margin-top: 62px;
  margin-top: 3.875rem;
  margin-left: 90px;
  margin-left: 5.625rem;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 700;
  line-height: 1.823;
}

@media screen and (max-width: 767px) {
  .footer__text {
    margin-left: 2.8125rem;
  }
}

.footer__copyright {
  position: relative;
  margin-top: 140px;
  margin-top: 8.75rem;
  padding-top: 24px;
  padding-top: 1.5rem;
  padding-bottom: 24px;
  padding-bottom: 1.5rem;
  background-color: #F4F3EE;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  font-size: 700;
  line-height: 1.9375;
}

@media screen and (max-width: 767px) {
  .footer__copyright {
    font-size: 0.5rem;
  }
}

@media screen and (max-width: 480px) {
  .footer__copyright {
    padding-right: 6.25rem;
  }
}

.footer__privacy {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 54px;
  right: 3.375rem;
}

@media screen and (max-width: 767px) {
  .footer__privacy {
    right: 1.875rem;
    font-size: 0.5rem;
  }
}

.g-nav {
  margin-top: 64px;
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .g-nav {
    display: none;
  }
}

.g-nav__title {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1.58;
  color: #0F6B99;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.g-nav__title::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../images/common/footer__before.svg);
  background-repeat: no-repeat;
  width: 34px;
  width: 2.125rem;
  height: 34px;
  height: 2.125rem;
  top: 15px;
  top: 0.9375rem;
  left: -50px;
  left: -3.125rem;
}

.g-nav__subtitle {
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}

.g-nav__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  line-height: 1.9375;
}

.google-map {
  max-width: 1280px;
  max-width: 80rem;
  width: 100%;
  margin-top: 200px;
  margin-top: 12.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .google-map {
    margin-top: 3.125rem;
  }
}

.google-map iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.greeting {
  position: relative;
  padding-top: 60px;
  padding-top: 3.75rem;
  padding-bottom: 175px;
  padding-bottom: 10.9375rem;
}

@media screen and (max-width: 767px) {
  .greeting {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 5rem;
  }
}

.greeting__message {
  width: 768px;
  width: 48rem;
  position: absolute;
  z-index: -1;
  top: -80px;
  top: -5rem;
  left: -150px;
  left: -9.375rem;
}

@media screen and (max-width: 1300px) {
  .greeting__message {
    width: 37.5rem;
  }
}

@media screen and (max-width: 767px) {
  .greeting__message {
    width: 28.0625rem;
    left: -5.625rem;
  }
}

.greeting__title {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  color: #4B4B4B;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .greeting__title {
    margin-top: 5rem;
    font-size: 1.375rem;
  }
}

.greeting__border {
  width: 445px;
  width: 27.8125rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

@media screen and (max-width: 767px) {
  .greeting__border {
    width: 14.875rem;
  }
}

.greeting__bg1 {
  position: absolute;
  z-index: -1;
  width: 244px;
  width: 15.25rem;
  top: 532px;
  top: 33.25rem;
  right: 10px;
  right: 0.625rem;
}

@media screen and (max-width: 767px) {
  .greeting__bg1 {
    width: 6.25rem;
    top: 3.125rem;
  }
}

.greeting__bg2 {
  position: absolute;
  z-index: -1;
  width: 142px;
  width: 8.875rem;
  top: 1450px;
  top: 90.625rem;
  left: 30px;
  left: 1.875rem;
}

.greeting__content {
  margin-top: 55px;
  margin-top: 3.4375rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 135px;
  padding-top: 8.4375rem;
  padding-bottom: 200px;
  padding-bottom: 12.5rem;
  max-width: 950px;
  max-width: 59.375rem;
  background-image: url(../images/common/greeting_bg.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

@media screen and (max-width: 767px) {
  .greeting__content {
    margin-top: 1.875rem;
    padding-top: 7.5rem;
    background-image: url(../images/common/greeting_bg_sp.png);
    background-size: contain;
  }
}

@media screen and (max-width: 507px) {
  .greeting__content {
    padding-top: 3.75rem;
  }
}

.greeting__wrapper {
  margin-left: 50px;
  margin-left: 3.125rem;
  margin-right: 50px;
  margin-right: 3.125rem;
}

@media screen and (max-width: 507px) {
  .greeting__wrapper {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }
}

.greeting__text {
  margin-top: 40px;
  margin-top: 2.5rem;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .greeting__text {
    margin-top: 1.25rem;
    font-size: 1rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 2;
  }
}

@media screen and (max-width: 507px) {
  .greeting__text {
    font-size: 0.75rem;
    margin-top: 0.625rem;
  }
}

@media screen and (max-width: 400px) {
  .greeting__text {
    font-size: 2.9vw;
  }
}

.greeting__date {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .greeting__date {
    margin-top: 1.875rem;
    margin-right: 0;
    font-size: 1rem;
    text-align: center;
  }
}

@media screen and (max-width: 507px) {
  .greeting__date {
    margin-top: 0.625rem;
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 767px) {
  .hamburger {
    width: 3.125rem;
    height: 3.125rem;
    top: 0.4375rem;
    right: 1rem;
  }
}

.hamburger span {
  position: absolute;
  display: block;
  width: 55px;
  height: 6px;
  border-radius: 5px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .hamburger span {
    width: 1.875rem;
    height: 0.25rem;
  }
}

.hamburger span:nth-child(1) {
  top: 33%;
}

@media screen and (max-width: 767px) {
  .hamburger span:nth-child(1) {
    top: 31%;
  }
}

.hamburger span:nth-child(2) {
  top: 51%;
  opacity: 1;
}

@media screen and (max-width: 767px) {
  .hamburger span:nth-child(2) {
    top: 49%;
  }
}

.hamburger span:nth-child(3) {
  top: 69%;
}

@media screen and (max-width: 767px) {
  .hamburger span:nth-child(3) {
    top: 67%;
  }
}

.hamburger span:nth-child(4) {
  display: none;
}

.hamburger.is-active span {
  position: absolute;
  top: 50%;
  left: 50%;
}

.hamburger.is-active span:nth-child(1) {
  top: 46%;
  -webkit-transform: translateX(-28px) rotate(45deg);
          transform: translateX(-28px) rotate(45deg);
}

@media screen and (max-width: 767px) {
  .hamburger.is-active span:nth-child(1) {
    top: 38%;
    -webkit-transform: translateX(-15px) rotate(45deg);
            transform: translateX(-15px) rotate(45deg);
  }
}

.hamburger.is-active span:nth-child(2) {
  top: 51%;
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  top: 47%;
  -webkit-transform: translateX(-29px) rotate(-45deg);
          transform: translateX(-29px) rotate(-45deg);
}

@media screen and (max-width: 767px) {
  .hamburger.is-active span:nth-child(3) {
    top: 38%;
    -webkit-transform: translateX(-15px) rotate(-45deg);
            transform: translateX(-15px) rotate(-45deg);
  }
}

.hamburger.is-active span:nth-child(4) {
  position: relative;
  display: block;
  background-color: transparent;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  top: 71%;
  left: 51px;
}

@media screen and (max-width: 767px) {
  .hamburger.is-active span:nth-child(4) {
    font-size: 0.5rem;
    top: 68%;
    left: 1.6875rem;
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 90px;
  height: 5.625rem;
  padding: 0 25px;
  padding: 0 1.5625rem;
}

@media screen and (max-width: 767px) {
  .header {
    padding: 0 0.9375rem;
    height: 3.75rem;
  }
}

.header__title {
  padding-top: 18px;
  padding-top: 1.125rem;
  width: 474px;
  width: 29.625rem;
  height: inherit;
}

@media screen and (max-width: 767px) {
  .header__title {
    padding-top: 0.4375rem;
    width: 13.5rem;
  }
}

.js-nav {
  display: none;
  position: fixed;
  background-color: #FEFAEF;
  width: 100vw;
  height: 100vh;
  z-index: 9999;
}

.js-nav .g-nav {
  margin-top: 64px;
  margin-top: 4rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .js-nav .g-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.js-nav .g-nav__title {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 34px;
  font-size: 2.125rem;
  font-weight: 400;
  line-height: 1.58;
  color: #0F6B99;
  margin-bottom: 10px;
  margin-bottom: 0.625rem;
}

.js-nav .g-nav__title::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../images/common/footer__before.svg);
  background-repeat: no-repeat;
  width: 34px;
  width: 2.125rem;
  height: 34px;
  height: 2.125rem;
  top: 15px;
  top: 0.9375rem;
  left: -50px;
  left: -3.125rem;
}

.js-nav .g-nav__subtitle {
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
}

.js-nav .g-nav__text {
  margin-top: 10px;
  margin-top: 0.625rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  font-family: "BIZ UDGothic", sans-serif;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  color: #000;
  line-height: 1.9375;
}

.l-inner {
  width: 100%;
  padding-right: 25px;
  padding-left: 25px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 767px) {
  .l-inner {
    max-width: 1330px;
    padding-right: 20px;
    padding-left: 20px;
  }
}

.mv-blog-detail {
  background-color: #fff;
  height: 27.96875vw;
  background-image: url(../images/common/blog-detail/mv-blog-detail.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

@media screen and (max-width: 767px) {
  .mv-blog-detail {
    height: 47.2vw;
    background-image: url(../images/common/blog-detail/blog-detail_sp.png);
    background-position: right;
  }
}

.mv-blog {
  background-color: #fff;
  height: 27.96875vw;
  background-image: url(../images/common/blog/mv-blog.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

@media screen and (max-width: 767px) {
  .mv-blog {
    height: 47.2vw;
    background-image: url(../images/common/blog/mv-blog_sp.png);
    background-position: right;
  }
}

.mv-com {
  height: 56.25vw;
  background-image: url(../images/common/communication/communicationcard_top_PC_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

@media screen and (max-width: 767px) {
  .mv-com {
    height: 98.4vw;
    background-image: url(../images/common/communication/communication-card_top_SP.png);
  }
}

.mv-company {
  background-color: #fff;
  height: 27.96875vw;
  background-image: url(../images/common/company/mv-company.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

@media screen and (max-width: 767px) {
  .mv-company {
    height: 47.2vw;
    background-image: url(../images/common/company/mv-company_sp.png);
    background-position: right;
  }
}

.mv {
  height: 44.27083vw;
  background-image: url(../images/common/mv-bg_pc.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
  padding-top: 182px;
  padding-top: 11.375rem;
  padding-left: 19.58333vw;
}

@media screen and (max-width: 1810px) {
  .mv {
    padding-top: 9.375rem;
    padding-left: 15.625vw;
  }
}

@media screen and (max-width: 1650px) {
  .mv {
    padding-top: 8.125rem;
  }
}

@media screen and (max-width: 1530px) {
  .mv {
    padding-top: 8.125rem;
    padding-left: 13.02083vw;
  }
}

@media screen and (max-width: 1430px) {
  .mv {
    padding-top: 7.5rem;
    padding-left: 10.41667vw;
  }
}

@media screen and (max-width: 767px) {
  .mv {
    height: 164.26667vw;
    background-image: url(../images/common/mv-bg_sp.png);
    padding-top: 4.75rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.mv__title {
  color: #4B4B4B;
  font-size: 90px;
  font-size: 5.625rem;
  font-weight: 700;
}

.mv__title-small {
  font-size: 60px;
  font-size: 3.75rem;
}

@media screen and (max-width: 1810px) {
  .mv__title {
    font-size: 4.6875rem;
  }
  .mv__title-small {
    font-size: 2.8125rem;
  }
}

@media screen and (max-width: 1650px) {
  .mv__title {
    font-size: 3.75rem;
  }
  .mv__title-small {
    font-size: 1.875rem;
  }
}

@media screen and (max-width: 767px) {
  .mv__title {
    text-align: center;
    font-size: 2.125rem;
  }
  .mv__title-small {
    margin-bottom: 1.25rem;
    margin-right: 200px;
    font-size: 1.625rem;
  }
}

.mv__text {
  max-width: 515px;
  max-width: 32.1875rem;
  font-family: "Yu Gothic";
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 1430px) {
  .mv__text {
    font-size: 1.375rem;
  }
}

@media screen and (max-width: 767px) {
  .mv__text {
    margin-top: 1.25rem;
    font-size: 1.125rem;
  }
}

.pagetop {
  display: inline-block;
  position: fixed;
  right: 54px;
  right: 3.375rem;
  bottom: 54px;
  bottom: 3.375rem;
  width: 98.5px;
  width: 6.15625rem;
  z-index: 9999;
}

@media screen and (max-width: 767px) {
  .pagetop {
    width: 2.9375rem;
    right: 0.8125rem;
    bottom: 0.8125rem;
  }
}

.privacy {
  background-color: #fff;
  padding-bottom: 150px;
  padding-bottom: 9.375rem;
}

.privacy__inner {
  max-width: 1320px;
  max-width: 82.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 50px;
  padding-left: 3.125rem;
  padding-right: 50px;
  padding-right: 3.125rem;
}


.privacy__title {
  padding-top: 60px;
  padding-top: 3.75rem;
  position: relative;
  padding-left: 15px;
  padding-left: 0.9375rem;
  padding-bottom: 15px;
  padding-bottom: 0.9375rem;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1;
  border-bottom: 3px solid #0F6B99;
  border-bottom: 0.1875rem solid #0F6B99;
}

.privacy__inner .-company{
  border-bottom-color:#E56B2D;
}


@media screen and (max-width: 767px) {
  .privacy__title {
    font-size: 1.25rem;
    border-bottom: 0.0625rem solid #0F6B99;
  }
  .privacy__inner .-company{
    margin-top: 0;
    margin: 0;
    
  }

}

.privacy__title::before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 6px;
  width: 0.375rem;
  height: 56px;
  height: 3.5rem;
  background-color: #0F6B99;
  margin-top: -10px;
  margin-top: -0.625rem;
  left: -5px;
  left: -0.3125rem;
}

.privacy__inner .-company::before{
  background-color:#E56B2D;
}

.privacy__inner .-company{
  text-indent: 0;
}

@media screen and (max-width: 767px) {
    .privacy__title::before {
    width: 0.25rem;
    height: 1.5rem;
    margin-top: -0.0625rem;
    }

    .privacy__inner .-company {
    padding-top: 2rem;
    }

    .privacy__text {
    margin-top: 20px;
    margin-top: 1.25rem;
    font-size: 17px;
    font-size: 1.0625rem;
    font-weight: 400;
    text-indent: 1em;
    margin-left: 1em;

    }
}

@media screen and (max-width: 767px) {
  .company__inner {
    padding:0 1rem;

  }
  .privacy__inner .-company{
    border:none;
  }
  .privacy__inner .-company::before{
    background:none;

  }

  }



@media screen and (max-width: 767px) {
  .privacy__text {
    font-size: 1rem;
  }
}

.section-text {
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  color:#4B4B4B;
  text-align: center;
  line-height: 1.2777;
}

@media screen and (max-width: 767px) {
  .section-text {
    font-size: 1rem;
  }
}

.section-title {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  color: #4B4B4B;
  text-align: center;
  line-height: 2.0833;
}

@media screen and (max-width: 767px) {
  .section-title {
    font-size: 1.375rem;
    line-height: 1;
  }
}

.section-title__orange {
  font-size: 70px;
  font-size: 4.375rem;
  line-height: 1.4285;
  color: #E56B2D;
}

@media screen and (max-width: 767px) {
  .section-title__orange {
    font-size: 1.5rem;
    line-height: 1;
  }
}

.section-title__orangeSmall {
  font-size: 48px;
  font-size: 3rem;
  line-height: 1.4285;
  color: #E56B2D;
}

@media screen and (max-width: 767px) {
  .section-title__orangeSmall {
    font-size: 1.5rem;
    line-height: 1;
  }
}

.send-text {
  text-align: center;
  margin-top: 160px;
}

@media screen and (max-width: 767px) {
  .send-text {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.service {
  position: relative;
}

@media screen and (max-width: 767px) {
  .service {
    padding-top: 3.125rem;
  }
}

.service__img {
  position: absolute;
  top: 50px;
  bottom: 40px;
  left: -20px;
  left: -1.25rem;
  width: 48px;
  width: 3rem;
  height: 100%;
}

@media screen and (max-width: 767px) {
  .service__img {
    left: -10;
    width: 2.25rem;
  }
}

.service__img img {
  height: 95%;
}

.service__wrap {
  position: relative;
  background-color: #fff;
  border-radius: 6.25rem;
  margin-left: 20px;
  margin-left: 1.25rem;
  margin-right: 20px;
  margin-right: 1.25rem;
  padding-top: 90px;
  padding-top: 5.625rem;
  padding-bottom: 133px;
  padding-bottom: 8.3125rem;
  /* z-index: -100; */
}

.service__bg1 {
  position: absolute;
  z-index: -1;
  width: 568px;
  width: 35.5rem;
  right: 0;
  top: -140px;
  top: -8.75rem;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .service__bg1 {
    background-image: url(../images/common/service-title_sp.png);
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 25.125rem;
    width: 90%;
    height: 19.375rem;
  }
}

.service_bgTree {
  position: absolute;
  width: 185px;
  width: 11.5625rem;
  top: 1039px;
  top: 64.9375rem;
  left: 164px;
  left: 10.25rem;
}

@media screen and (max-width: 1500px) {
  .service_bgTree {
    left: 6.25rem;
  }
}

@media screen and (max-width: 1400px) {
  .service_bgTree {
    width: 10rem;
    top: 56.25rem;
    left: 6.25rem;
  }
}

.service__inner {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-right: 25px;
}

.service__title {
  font-size: 48px;
  font-size: 3rem;
  font-weight: 700;
  color: #4B4B4B;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  .service__title {
    font-size: 1.375rem;
  }
}

.service__title img {
  display: inline-block;
  width: 442px;
  width: 27.625rem;
}

@media screen and (max-width: 767px) {
  .service__title img {
    display: none;
  }
}

.service__border {
  width: 238px;
  width: 14.875rem;
  margin-top: 25px;
  margin-top: 1.5625rem;
  margin-left: auto;
  margin-right: auto;
}

.service__heading {
  display: inline-block;
  position: relative;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  color: #E56B2D;
  line-height: 1.4;
  padding-left: 50px;
  padding-left: 3.125rem;
}

@media screen and (max-width: 1350px) {
  .service__heading {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 600px) {
  .service__heading {
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .service__heading {
    /* font-size: 1.375rem; */
    font-size: 5.0vw;

    padding-left: 1.25rem;
  }
}

.service__heading::before {
  position: absolute;
  content: "";
  display: inline-block;
  background-image: url(../images/common/service-title_before.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 42px;
  width: 2.625rem;
  height: 42px;
  height: 2.625rem;
  left: -10px;
  left: -0.625rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .service__heading::before {
    width: 1.3125rem;
    height: 1.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .service__heading.-mt20 {
    margin-top: 1.25rem;
  }
}

.service__heading.-mt20::before {
  top: auto;
  margin-top: 15px;
  margin-top: 0.9375rem;
}

.service__heading img {
  position: absolute;
  width: 100%;
  top: 50px;
  top: 3.125rem;
  left: 10%;
}

.service__heading .border {
  top: 130px;
  top: 8.125rem;
}

@media screen and (min-width: 1351px) {
  .service__heading .border {
    top: 10rem;
  }
}

.service__heading .center {
  top: auto;
}

.service__textBlack {
  color: #000;
}

@media screen and (max-width: 767px) {
  .service__textBlack {
    font-size: 3.8vw;
  }
}

.service__items {
  max-width: 1280px;
  max-width: 80rem;
  margin-top: 50px;
  margin-top: 3.125rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (max-width: 767px) {
  .service__items {
    padding-left: 0;
    padding-right: 15;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.service__item {
  text-align: center;
}

.service__item-bottom {
  max-width: 700px;
  max-width: 43.75rem;
  margin-left: auto;
  margin-right: auto;
}

.service__boxText {
  margin-top: 30px;
  margin-top: 1.875rem;
  padding-left: 50px;
  padding-left: 3.125rem;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  line-height: 1.6;
  text-align: left;
}

@media screen and (max-width: 1350px) {
  .service__boxText {
    padding-left: 0;
    font-size: 1.25rem;
    font-weight: 400;
    text-align: left;
  }
}

@media screen and (max-width: 767px) {
  .service__boxText {
    font-size: 2.7vw;
    margin:3vw;
  }
}

.service__btnWrap {
  max-width: 802px;
  max-width: 50.125rem;
  margin-top: 156px;
  margin-top: 9.75rem;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  .service__btnWrap {
    max-width: 15.625rem;
    margin-top: 3.125rem;
  }
}

.service__capWrap {
  position: relative;
}

.service__capImg {
  position: absolute;
  max-width: 886px;
  max-width: 55.375rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.service__cap {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: 700;
  text-align: center;
  margin-top: 82px;
  margin-top: 5.125rem;
}

@media screen and (max-width: 767px) {
  .service__cap {
    /* font-size: 1.5rem; */
    font-size: 3.4vw;
    
    margin-top: 1.25rem;
  }
}

.service__contents {
  margin-top: 146px;
  margin-top: 9.125rem;
}

@media screen and (max-width: 767px) {
  .service__contents {
    margin-top: 1.25rem;
  }
}

.service__flexBorder {
  margin-top: 100px;
  margin-top: 6.25rem;
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
}

@media screen and (max-width: 767px) {
  .service__flexBorder {
    margin-top: 3.125rem;
    margin-bottom: 2.1875rem;
  }
}

.suggest {
  margin-left: 120px;
  margin-left: 7.5rem;
  padding-top: 80px;
  padding-top: 5rem;
}

@media screen and (max-width: 767px) {
  .suggest {
    margin-left: auto;
    margin-right: auto;
  }
}

.suggest__heading {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
}

.suggest__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
  margin-bottom: 1.875rem;
  padding-bottom: 20px;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid #0F6B99;
}

.suggest__thumb {
  margin-right: 10px;
  margin-right: 0.625rem;
}

.suggest__date {
  font-size: 15px;
  font-size: 0.9375rem;
  font-weight: 700;
  margin-bottom: 12px;
  margin-bottom: 0.75rem;
}

.suggest__title {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
}

.suggest__link {
  text-align: right;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  color: #105E85;
}

.top-blog {
  background-color: #fff;
  padding-bottom: 30px;
  padding-bottom: 1.875rem;
  position: relative;
}

@media screen and (max-width: 767px) {
  .top-blog {
    padding-top: 13.3125rem;
  }
}

.top-blog__inner {
  max-width: 1300px;
  max-width: 81.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
}

@media screen and (max-width: 767px) {
  .top-blog__inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.top-blog__head {
  max-width: 866px;
  max-width: 54.125rem;
}

@media screen and (max-width: 767px) {
  .top-blog__head {
    position: absolute;
    top: -6.0625rem;
    right: 0;
    max-width: 25.0625rem;
  }
}

.top-blog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 70px;
  margin-bottom: 4.375rem;
}

.top-blog__thumb {
  max-width: 370px;
  max-width: 23.125rem;
  margin-right: 50px;
  margin-right: 3.125rem;
}

@media screen and (max-width: 767px) {
  .top-blog__thumb {
    margin-right: 0.625rem;
  }
}

.top-blog__textBox {
  padding-top: 2px;
  padding-top: 0.125rem;
}

.top-blog__date {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .top-blog__date {
    display: none;
  }
}

.top-blog__title {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  margin-bottom: 1.25rem;
}

@media screen and (max-width: 767px) {
  .top-blog__title {
    font-size: 0.875rem;
    margin-bottom: 0.3125rem;
    padding-bottom: 0.3125rem;
    border-bottom: 0.0625rem solid #707070;
  }
}

.top-blog__text {
  font-size: 17px;
  font-size: 1.0625rem;
}

@media screen and (max-width: 767px) {
  .top-blog__text {
    font-size: 0.875rem;
  }
}

.top-blog__btnBox {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .top-blog__btnBox {
    text-align: center;
  }
}

.top-blog__btn {
  display: inline-block;
  max-width: 323px;
  max-width: 20.1875rem;
}

.mv-asquest {
  height: 56.25vw;
  background-image: url(../images/common/ASQUEST/ASQUEST_top_PC_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

@media screen and (max-width: 767px) {
  .mv-asquest {
    height: 88vw;
    background-image: url(../images/common/ASQUEST/ASQUEST_top_SP_01.png);
  }
}

.mv-asquest__title {
  padding-top: 138px;
  padding-top: 8.625rem;
  max-width: 255px;
  max-width: 15.9375rem;
}

@media screen and (max-width: 767px) {
  .mv-asquest__title {
    padding-top: 3.75rem;
    padding-left: 2.5rem;
  }
}

.mv-bord {
  height: 58.33333vw;
  background-image: url(../images/common/bord-game/SDGs-boardgame_top_PC_01.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

@media screen and (max-width: 767px) {
  .mv-bord {
    height: 89.33333vw;
    background-image: url(../images/common/bord-game/SDGs-boardgame_top_SP.png);
  }
}

.mv-bord__title {
  padding-top: 138px;
  padding-top: 8.625rem;
  max-width: 255px;
  max-width: 15.9375rem;
}

@media screen and (max-width: 767px) {
  .mv-bord__title {
    padding-top: 3.75rem;
    padding-left: 2.5rem;
  }
}

.mv-contact {
  background-color: #fff;
  height: 27.96875vw;
  background-image: url(../images/common/mv-contact.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top;
}

@media screen and (max-width: 767px) {
  .mv-contact {
    height: 47.2vw;
    background-image: url(../images/common/mv-contact_sp.png);
    background-position: right;
  }
}

.mv-privacy {
  background-color: #fff;
  height: 27.96875vw;
  background-image: url(../images/common/mv-privacy.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right;
}

@media screen and (max-width: 767px) {
  .mv-privacy {
    height: 53.33333vw;
    background-image: url(../images/common/mv-privacy_sp.png);
    background-position: right;
  }
}

.emphasis-orange{
  text-emphasis: filled circle #E56B2D;
}


.privacy__name{
  /* font-size: 2vw; */
  /* margin-left:3rem ; */
  margin-left: -7.5rem;
  
  
  background-size: contain;
  background-repeat: no-repeat;
  padding-left: 3rem;
  

}



.privacy__name::before{
  content:  url(../images/common/company/orange_circle.png);
  padding-top: 30px;

}
.privacy__name .content{
  position: relative;
  top:-7rem;
  margin-left: 7.6rem;
  padding-left: 1.2em;
  font-size: clamp(2.25rem, 1.86567vw, 2.25rem);
  border-bottom:solid 2px #E56B2D;
  padding-bottom: 0.5rem;
  width:85%;


}


@media screen and (max-width: 767px) {

  .privacy__name::before{
    content: "";
  }
  .privacy__name ,.privacy__name .conten{
    margin: 0;    
    padding: 0;    
  
  }

  .privacy__name .content{
    position: static;
    /* top:0; */
    margin-left:0;
    padding-left:0;
    font-size:5vw;
    border: 0;
  }
  .privacy__name {
    padding-top: 2rem;

  }
}

.privacy__name .ruby{
  font-size: clamp(0.729rem, 1.554725vw, 1.875rem);
  

}


@media screen and (max-width: 767px) {
  .company__inner__title ::before {
    content: "aaa";
    color: #E56B2D;
    border:solid 20px #E56B2D;
    width:300px;
  }
}

/* sttyles2.css */

.bg-tree.-com {
  padding-top: 50px;
}

@media screen and (max-width: 767px) {
  .bg-tree.-com {
    padding-top: 30px;
  }
}


@media screen and (max-width: 767px){

    .flex__title {
      font-size: 5.5vw;
      line-height: 1.5;
  }

}
input[type="submit"] {
  font-size: 0 !important;
  text-indent: -9999px !important;
  color: transparent !important;
}


