@charset "UTF-8";
/* COMPASS
 * ----------------------------------------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* BASE
 * ----------------------------------------------- */
/* MEDIA QUERIES
 * ----------------------------------------------- */
/* ADDITIONAL RESET
 * ----------------------------------------------- */
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  font: inherit;
  line-height: 1;
}

input:focus,
button:focus,
select:focus {
  outline: 0;
}

/* Make webkit render the search input like a normal text field */
input[type=search] {
  -webkit-appearance: textfield;
}

/* Turn off the recent search for webkit. It adds about 15px padding on the left */
::-webkit-search-decoration {
  display: none;
}

/* Turn off scroll bars in IE unless needed */
textarea {
  overflow: auto;
  white-space: pre-line;
}

/* PRINTING
 * ----------------------------------------------- */
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
  body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
/* GENERAL
 * ----------------------------------------------- */
body {
  color: #000;
  font-family: "游ゴシック", YuGothic, "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Verdana, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  width: 100%;
}

@media only screen and (max-width: 767px) {
  .android body {
    font-family: 'Noto Sans JP', sans-serif;
  }
}

@media only screen and (max-width: 767px) {
  .android .font-serif {
    font-family: 'Noto Serif JP', serif;
  }
}

.font-serif {
  font-family: "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Times New Roman", "游明朝", YuMincho, "メイリオ", Meiryo, Georgia, serif;
}

.font-english {
  font-family: "Avenir", "Montserrat", sans-serif;
}

/* HELPERS
 * ----------------------------------------------- */
a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.invisible {
  visibility: hidden;
}

.text-left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-justify {
  text-align: justify;
}

.text-nowrap {
  white-space: nowrap;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

/* RESPONSIVE
 * ----------------------------------------------- */
.hover {
  position: relative;
  overflow: hidden;
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  -moz-transition: opacity 0.26s ease;
  -o-transition: opacity 0.26s ease;
  -webkit-transition: opacity 0.26s ease;
  transition: opacity 0.26s ease;
}
.hover:before {
  position: absolute;
  top: -15%;
  left: 0;
  z-index: -1;
  content: "";
  width: 120%;
  height: 130%;
  background-color: #000;
  transform-origin: right top;
  transform: skewX(-30deg) scale(0, 1);
  transition: transform 0.3s;
}
.hover:hover:before {
  transform-origin: left top;
  transform: skewX(-30deg) scale(1, 1);
}
.hover:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=95);
  opacity: 0.95;
}

@media print, (min-width: 768px) {
  .container {
    max-width: 1200px;
  }

  .wrapper {
    max-width: 940px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 20px;
  }

  .sm {
    display: none !important;
  }

  .trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
  }
  .trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
    height: auto;
  }

  .md {
    display: none !important;
  }

  html {
    font-size: calc(100vw / 7.50);
  }

  body {
    font-size: 0.24rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.4rem;
    padding-right: 0.4rem;
  }
}

/* MODULES
 * ----------------------------------------------- */
/* COMMON TITLE
 * ----------------------------------------------- */
.section-title {
  width: auto;
  height: auto;
}

@media print, (min-width: 768px) {
  .section-title {
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .section-title {
    width: auto;
    height: auto;
  }
}
/* COMMON Banner
 * ----------------------------------------------- */
.common-banner {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.banner-title {
  color: white;
  display: inline-block;
  background: #1b2d60;
  text-align: center;
  font-weight: bold;
  letter-spacing: 0.4em;
}

.banner-tag {
  position: absolute;
  color: #fff;
  letter-spacing: 0.15em;
}

@media print, (min-width: 768px) {
  .common-banner {
    height: 299px;
    background: url(../img/business/banner_bg.jpg) no-repeat center/cover;
  }

  .banner-title {
    font-size: 20px;
    padding: 16px 20px;
    min-width: 400px;
  }
}
@media all and (min-width: 768px) and (-ms-high-contrast: none), print and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: active) {
  .banner-title {
    padding-top: 20px;
    padding-bottom: 12px;
  }
}

@media print, (min-width: 768px) {
  .banner-tag {
    top: 30px;
    right: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .common-banner {
    height: 1.4rem;
    background: url(../img/business/sp/banner_bg.jpg) no-repeat center/cover;
  }

  .banner-title {
    font-size: 0.4rem;
    padding: 0.17rem 0.2rem;
    min-width: 4rem;
  }

  .banner-tag {
    font-size: 0.35rem;
    top: 0.05rem;
    right: 0.16rem;
  }
  .banner-tag img {
    width: auto;
    height: 0.32rem;
  }
}
/* COMMON BREADCRUMB
 * ----------------------------------------------- */
.breadcrumb {
  width: auto;
  height: auto;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media print, (min-width: 768px) {
  .breadcrumb {
    width: auto;
    height: auto;
  }
}
@media only screen and (max-width: 767px) {
  .breadcrumb {
    width: auto;
    height: auto;
  }
}
/* PAGE
 * ----------------------------------------------- */
.pc {
  display: block;
}
.sp {
  display: none;
}


.anchor-section {
  padding: 80px 0 155px;
}

.inner-block {
  max-width: 900px;
  margin: auto;
  position: relative;
  width: 100%;
}

.ttl {
  color: #1b2d60;
  font-size: 42px;
  text-align: center;
}

.fixed-anchor {
  position: fixed;
  bottom: 170px;
  right: 0;
  z-index: 80;
}

.fixed-anchor .btn {
  background: #2e8795;
  color: #fff;
  font-size: 18px;
  text-align: center;
  width: 150px;
  padding: 26px 0;
  height: 75px;
  margin-bottom: 5px;
  position: relative;
}
.fixed-anchor .btn:nth-child(2) {
  background: #3e5080;
}
.fixed-anchor .btn:nth-child(3) {
  background: #6c3768;
}
.fixed-anchor .btn a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 26px 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}

.anchor {
  position: relative;
  top: -400px;
}

.anchor-list {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
}
.anchor-btn {
  background: #2e8795;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.3em;
  text-align: center;
  position: relative;
  height: 88px;
  width: 294px;
}
.anchor-btn:after {
  background: url(../img/common/icon_arrow_07.svg) no-repeat;
  content: "";
  display: block;
  background-size: contain;
  height: 13px;
  width: 24px;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
}
.anchor-btn:nth-child(2){
  background: #3e5080;
}
.anchor-btn:last-child {
  background: #6c3768;
}
.anchor-btn a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 20px 0 0;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
}

.first-section, .second-section, .third-section {
  position: relative;
  width: 100%;
}

.second-section {
  margin: 90px 0;
}

.first-section .inner-block, .second-section .inner-block, .third-section .inner-block {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.txt-box {
  background: rgba(46, 135, 149, 0.9);
  padding: 100px 120px 80px;
  position: relative;
  margin: auto;
  width: 75vw;
  max-width: 750px;
  margin-top: -230px;
}

.second-section .txt-box {
  background: rgba(62, 80, 128, 0.9);
}

.third-section .txt-box {
  background: rgba(108, 55, 104, 0.9);
}

.txt-box .ttl {
font-size: 44px;
}

.txt-box .ttl, .txt-box .txt {
  color: #fff;
  position: relative;
}

.txt-box .ttl:after {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  width: 40px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  margin: auto;
}

.txt-box .txt {
  font-size: 15px;
  letter-spacing: 0.2em;
  line-height: 2;
  margin-top: 95px;
  text-align: justify;
}

.circle-area {
  background: #fff;
  border-radius: 50%;
  height: 380px;
  padding: 40px 0 0;
  width: 380px;
  position: absolute;
  right: -225px;
  bottom: -200px;
}

.circle-area .icon{
  text-align: center;
  display: block;
}

.circle-area .icon > span {
  color: #2e8795;
  display: block;
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
  margin:  12px 0 5px;
}

.circle-area .icon .big {
  font-size: 50px;
}

.circle-area .txt-area {
  color: #1b2d60;
  text-align: center;
}

.circle-area .txt-area .ttl {
  color: #1b2d60;
  display: block;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.circle-area .txt-area .txt {
  color: #1b2d60;
  display: block;
  font-size: 12px;
  font-weight: 600;
  width: 245px;
  text-align: justify;
  font-feature-settings: "palt";
  letter-spacing: 0.15em;
  line-height: 1.8;
  margin: auto;
}

.circle-area .icon img {
  width: 25%;
  height: auto;
}

.circle-area .icon img.pc {
  margin: auto;
}

.second-section .circle-area {
  padding-top: 40px;
}

.second-section .circle-area .icon .big {
  font-size: 2.5rem;
  position: relative;
  top: 4px;
}

.second-section .circle-area .icon > span {
  color: #565da8;
}

.third-section .circle-area .icon .big {
  font-size: 50px;
}

.third-section .circle-area .icon > span {
  color: #6c3768;
  margin-bottom: 20px;
}

.first-section .main-img {
  background: url(../img/business/img30.jpg) no-repeat center center;
  background-size: cover;
  height: 800px;
  max-height: 800px;
}

.second-section .main-img {
  background: url(../img/business/img34.jpg) no-repeat center center;
  background-size: cover;
  height: 800px;
  max-height: 800px;
}

.third-section .main-img {
  background: url(../img/business/img38.jpg) no-repeat center center;
  background-size: cover;
  height: 800px;
  max-height: 800px;
}

@media print, (min-width: 768px) {
  .first-section .main-img, .second-section .main-img, .third-section .main-img  {
    margin: 230px auto 0;
  }
  .second-section .main-img {
    margin-top: 314px;}
}

.main-img {
  width: 100%;
  height: auto;
  max-width: 1300px;
  margin: auto;
}

.img-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1300px;
  margin: 12px auto 0;
  justify-content: space-between;
}

.img-list .img-li {
  width: calc(99.999% / 3);
}

.img-li img {
  width: 100%;
}

.text-section {
  padding: 150px 0;
}

.text-section .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.text-section .list .li {
  width: calc(50% - 40px);
}

@media print, (min-width: 768px) {

.text-section .list .li:nth-child(n+3) {
  margin-top: 124px;
}

.second-section + .text-section .list .li:nth-child(n+3) {
  margin-top: 275px;
}

.second-section + .text-section .list .li:nth-child(3) {
  margin-top: 160px;
}

}

.text-section .list .li .txt-area {
  margin-top: 70px;
}

.text-section .list .li .txt-area .ttl {
  color: #1b2d60;
  font-size: 20px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 24px;
  line-height: 2;
}

.text-section .list .li .txt-area .txt {
  color: #1b2d60;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.15em;
  line-height: 1.8;
  font-feature-settings: "palt";
  text-align: justify;
}

.text-section .list .li.color {
  background: #e9eaf4;
  position: relative;
  height: 505px;
}

.text-section .list .li.color:before {
  background: url(../img/business/fukidashi02.svg) no-repeat center center;
  content: "";
  height: 178px;
  width: 289px;
  display: block;
  position: absolute;
  top: -115px;
  left: -40px;
}

.text-section .list .li.color .txt-area {
  padding: 0 15px;
}

.column-section {
  background: #e4eff1;
  padding: 70px 0;
}

.column-section .inner-block {
  display: flex;
  justify-content: space-between;
}

.column-section .img, .column-section .txt-area {
  width: 50%;
}

.column-section .img span + span {
  margin-top: 14px;
  display: block;
}

.column-section .txt-area {
  color: #1b2d60;
  font-weight: 500;
  padding: 96px 20px 0;
  position: relative;
}

.column-section .txt-area:before {
  background: url(../img/business/fukidashi01.svg) no-repeat center center;
  content: "";
  height: 178px;
  width: 289px;
  display: block;
  position: absolute;
  top: -120px;
  left: -10px;
}

.column-section .txt-area .txt {
  font-size: 15px;
  letter-spacing: 0.12em;
  font-feature-settings: "palt";
  line-height: 1.8;
}

.column-section .txt-area .list {
  font-size: 20px;
  margin-top: 52px;
}

.column-section .txt-area .list li {
  line-height: 2;
  position: relative;
  padding-left: 10px;
}

.column-section .txt-area .list li:before {
  background: #1b2d60;
  border-radius: 50%;
  content: "";
  height: 5px;
  width: 5px;
  display: block;
  position: absolute;
  top: 16px;
  left: 0;
  margin: auto;
}

.column-section .inner-block.link-area {
  display: block;
  text-align: center;
  margin-top: 50px;
}

.column-section .link-area .link-lead {
  color: #1b2d60;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 20px;
}

.column-section .link-area a {
  display: inline-block;
}

.open-section {
  padding: 109px 0 100px;
}

.open-section .ttl {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 32px;
}

.open-section .txt {
  font-size: 15px;
  text-align: center;
  font-weight: 500;
  line-height: 1.8;
}

.open-section .img-list .li .en {
  color: #fff;
  font-size: 1.4rem;
  position: absolute;
  background: #000;
  padding: 1px 8px;
}

.open-section .img-list .li .txt {
  display: block;
  text-align: left;
  font-weight: 500;
  line-height: 1.5;
  margin: 14px 0;
}

.open-section .img-area {
  position: relative;
  margin-top: 38px;
}

#wrapper .js-fade-up {
  transition: top 1s, opacity 1s;
  opacity: 0;
}
#wrapper .js-fade-up.fade-done {
  opacity: 1;
}


@media print, (min-width: 768px) {
.open-section .img-area .main-img {
  padding-top: 0;
}
}

@media print, (min-width: 920px) {
.open-section .img-area:before {
  background: url(../img/business/line01.png) no-repeat center center;
  content: "";
  height: 407px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.open-section .img-area.second:before {
  background: url(../img/business/line02.png) no-repeat center center;
  content: "";
  height: 407px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.open-section .img-area.third:before {
  background: url(../img/business/line03.png) no-repeat center center;
  content: "";
  height: 312px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.open-section .img-area.four:before {
  background: url(../img/business/line04.png) no-repeat center center;
  content: "";
  height: 312px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.open-section .img-area.five:before {
  background: url(../img/business/line05.png) no-repeat center center;
  content: "";
  height: 312px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
.open-section .img-area.six:before {
  background: url(../img/business/line06.png) no-repeat center center;
  content: "";
  height: 312px;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
}

@media print, (max-width: 919px) {
  .inner-block {
    padding: 0 20px;
  }
  .open-section .main-img img.sp{
    display: block;
    width: 100%;
  }
  .open-section .main-img img.pc{
    display: none;
  }
}

.open-section .imges {
  display: flex;
}
.open-section .imges .img-area .img-list {
  padding-left: 10px;
}

@media only screen and (max-width: 1300px) {
  .wrapper {
    padding: 0 20px;
  }
  .circle-area {
    bottom: -35px;
    right: 0;
    left: 0;
    margin: auto;
    position: relative;
  }
}


@media only screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  .banner-tag img {
    width: auto;
    height: 1.1rem;
  }

  .ttl {
    font-size: 0.35rem;
  }
  .anchor {
    position: relative;
    top: -100px;
  }

  .anchor-section {
    padding: 30px 0 40px;
  }
  .anchor-list {
    margin-top: 22px;
  }
  .fixed-anchor {
    display: none!important;
  }
  .inner-block {
    width: 100%;
    padding-left: 13px;
    padding-right: 13px;
  }
  .first-section .inner-block, .second-section .inner-block, .third-section .inner-block {
    position: relative;
  }
  .second-section {
    margin: 0;
  }

  .second-section .circle-area {
    padding-top: 10px;
  }
  .second-section .circle-area .icon .big {
    font-size: 0.6rem;
  }
  .second-section .circle-area .icon img {
    width: 31%;
    height: auto;
  }
  .third-section .circle-area .icon .big {
    font-size: 0.6rem;
  }
  .third-section .circle-area .icon img {
    width: 30%;
    height: auto;
  }
  .third-section .circle-area .icon > span {
    margin-bottom: 8px;
  }

  .is-fixed {
    position: fixed;
    top: 0.8rem;
    left: 0;
    width: 100%;
    padding: 0 13px;
    z-index: 5;
  }
  .anchor-btn {
    font-size: 12px;
    max-width: 3.2rem;
    height: 40px;
  }
  .anchor-btn:not(:first-child) {
    margin-left: 5px;
  }
  .anchor-btn:after {
    background: url(../img/common/sp/icon_arrow_07.svg) no-repeat center center;
    height: 6px;
    width: 10px;
    bottom: 4px;
  }
  .anchor-btn a {
    padding-top: 10px;
  }
  .txt-box {
    padding: 50px 35px 40px;
    width: 100%;
    z-index: 2;
    margin-top: 180px;
  }
  .txt-box .ttl {
    font-size: 0.32rem;
  }
  .txt-box .txt {
    font-size: 0.24rem;
    margin-top: 63px;
  }
  .circle-area{
    position: relative;
    height: 5rem;
    width: 5rem;
    right: inherit;
    bottom: inherit;
    padding-top: 20px;
    margin: 30px auto 0;
  }
  .circle-area .icon img {
    width: auto;
    margin: auto;
  }
  .circle-area .icon .big {
    font-size: 0.6rem;
    position: relative;
    top: 4px;
  }
  .circle-area .icon > span {
    font-size: 0.28rem;
    margin: 3px 0 5px;
  }

  .circle-area .icon img {
    width: 25%;
    height: auto;
  }

  .second-section .circle-area .icon > span {
    font-size: 0.28rem;
    margin: 10px 0 5px;
  }
  .circle-area .txt-area .ttl {
    font-size: 0.25rem;
    margin-bottom: inherit;
  }
  .circle-area .txt-area .txt {
    font-size: 0.2rem;
    width: 3.2rem;
    line-height: 1.6;
  }

  .first-section .main-img, .second-section .main-img, .third-section .main-img {
    height: 500px
  }

  .main-img {
    padding-top: 0;
    position: absolute;
    top: -180px;
  }

  .text-section {
    padding: 70px 0;
  }
  .text-section .list {
    flex-direction: column;
  }
  .text-section .list .li {
    width:  100%;
  }
  .text-section .list .li .txt-area  {
    margin-top: 20px;
  }
  .text-section .list .li .txt-area .ttl {
    font-size: 0.28rem;
    margin-bottom: 5px;
  }
  .text-section .list .li .txt-area .txt {
    font-size: 0.24rem;
    margin-bottom: 30px;
  }
  .text-section .list .li.color .txt-area {
    margin-top: 112px;
  }

  .column-section {
    padding: 99px 0 41px;
  }
  .column-section .txt-area {
    width: 100%;
    padding: 0;
  }
  .column-section .txt-area .txt {
    font-size: 0.24rem;
    margin: 10px 0;
  }
  .column-section .txt-area .list {
    font-size: 0.28rem;
    margin-top: 16px;
  }
  .column-section .txt-area:before {
    background: url(../img/business/sp/fukidashi01.svg) no-repeat center center;
    content: "";
    height: 117px;
    width: 189px;
    display: block;
    position: absolute;
    top: -140px;
    left: 20px;
  }
  .column-section .link-area .link-lead {
    font-size: 0.28rem;
  }
  .text-section .list .li.color:before {
    background-size: contain;
    height: 117px;
    width: 189px;
    display: block;
    position: absolute;
    top: -39px;
    left: 20px;
  }
  .text-section .list .li.color {
    margin-top: 30px;
    height: auto;
  }

  .open-section {
    padding: 50px 0;
  }
  .open-section .ttl {
    font-size: 0.36rem;
  }
  .open-section .main-img {
    position: relative;
    top: 0;
    width: calc(100% + 26px);
    margin-left: -13px;
  }
  .open-section .txt {
    font-size: 0.28rem;
    text-align: justify;
  }
  .open-section .img-list .li {
    width: calc(50% - 5px);
  }
  .open-section .img-list .li .en {
    font-size: 0.4rem;
  }
  .open-section .img-list .li .txt {
    margin: 14px 0 14px;
  }
  .open-section .imges {
    flex-direction: column;
  }
}


@media only screen and (min-width: 450px) and (max-width: 767px) {
  .circle-area .txt-area .txt {
    font-size: 0.19rem;
    margin-top: 10px;
  }
  }


/*# sourceMappingURL=qa.css.map */
