@media screen and (max-width: 1300px) {
  .pc-only {
    display: none;
  }
}

.tb-only {
  display: none;
}

@media screen and (max-width: 1300px) {
  .tb-only {
    display: block;
  }
}

.sp-only {
  display: none;
}

@media screen and (max-width: 700px) {
  .sp-only {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  .pc-tb {
    display: none;
  }
}

.tb-sp {
  display: none;
}

@media screen and (max-width: 1300px) {
  .tb-sp {
    display: block;
  }
}

/* left right center */
.tal {
  text-align: left !important;
}

.tad {
  text-align: center !important;
}

.tar {
  text-align: right !important;
}

/* padding & margin */
.pt0 {
  padding-top: 0px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.inbl {
  display: inline-block;
}

body {
  font-family: 'Noto Sans JP', sans-serif;
  background-color: #fff;
  color: #3a3a3a;
}

@media screen and (max-width: 1300px) {
  .no-scroll {
    overflow: hidden;
  }
}

a {
  color: #3a3a3a;
  text-decoration: none;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}

a:hover {
  color: #0a798a;
}

a:hover img {
  opacity: 0.8;
}

img {
  max-width: 100%;
}

.page-container {
  position: relative;
}

header {
  background-color: #e4e4e4;
  height: 90px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}

@media screen and (max-width: 1300px) {
  header {
    height: 70px;
  }
}

@media screen and (max-width: 700px) {
  header {
    height: 50px;
  }
}

header .exc-logo {
  margin: 20px 0 20px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1em;
}

@media screen and (max-width: 1300px) {
  header .exc-logo {
    margin: 0 1vw;
  }
}

@media screen and (max-width: 700px) {
  header .exc-logo img {
    width: 58vw;
  }
}

header nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header ul.gnav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header ul.gnav > li {
  position: relative;
}

header ul.gnav > li > a {
  font-weight: 700;
  display: block;
  font-size: 18px;
  padding: 5px 14px;
  height: 90px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header ul.gnav > li > a::before {
  position: absolute;
  content: "";
  display: block;
  right: 0;
  top: calc(50% - 9px);
  height: 18px;
  width: 1px;
  background-color: #3a3a3a;
}

header ul.gnav > li:hover a {
  background-color: #0445b1;
  color: #fff;
}

header ul.gnav > li:last-child > a::before {
  background-color: transparent;
}

header ul.gnav ul {
  background-color: #0445b1;
  position: absolute;
  top: 90px;
  left: 0;
  width: 280px;
  padding: 10px 0;
  display: none;
}

header ul.gnav ul li {
  padding: 10px 10px 0;
}

header ul.gnav ul li:last-child {
  padding-bottom: 10px;
}

header ul.gnav ul li a {
  color: #fff;
  padding-left: 15px;
  position: relative;
  font-size: 15px;
  display: inline-block;
}

header ul.gnav ul li a::before {
  position: absolute;
  content: "";
  display: block;
  width: 6px;
  height: 1px;
  background-color: #fff;
  left: 0;
  top: 7px;
}

header ul.gnav ul li a::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

header ul.gnav ul li a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

@media screen and (max-width: 1300px) {
  header ul.gnav {
    display: none;
  }
}

header ul.gnav.sp_nav {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  width: 100%;
  background-color: #0445b1;
  margin: 0;
  padding: 20px 5vw;
  height: calc(100vh - 70px);
  overflow-y: scroll;
}

@media screen and (max-width: 1300px) {
  header ul.gnav.sp_nav.active {
    display: block;
  }
}

@media screen and (max-width: 700px) {
  header ul.gnav.sp_nav.active {
    top: 50px;
    height: calc(100vh - 50px);
  }
}

header ul.gnav.sp_nav > li > a {
  color: #fff;
  height: inherit;
  position: relative;
  display: inline-block;
  padding: 0;
}

header ul.gnav.sp_nav > li > a::after {
  position: absolute;
  content: "";
  display: block;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #fff;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  -webkit-transform-origin: left top;
          transform-origin: left top;
  -webkit-transform: scale(0, 1);
          transform: scale(0, 1);
}

header ul.gnav.sp_nav > li > a:hover::after {
  -webkit-transform: scale(1, 1);
          transform: scale(1, 1);
}

header ul.gnav.sp_nav ul {
  display: block;
  position: relative;
  top: inherit;
  left: inherit;
  margin: 5px 0 20px 30px;
  padding: 0;
}

header ul.gnav.sp_nav ul li {
  padding: 5px 10px 0;
}

header a.entry {
  background: #fff;
  color: #0445b1;
  font-size: 24px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  height: 90px;
}

header a.entry span {
  display: block;
}

header a.entry:hover {
  background: #0445b1;
  color: #fff;
}

@media screen and (max-width: 1300px) {
  header a.entry {
    height: 70px;
  }
}

@media screen and (max-width: 700px) {
  header a.entry {
    height: 50px;
    font-size: clamp(1.1rem, calc(0.25vw + 1.1rem), 24px);
    padding: 0 3vw;
  }
}

header .openbtn {
  display: none;
  cursor: pointer;
}

@media screen and (max-width: 1300px) {
  header .openbtn {
    display: block;
    position: relative;
    width: 70px;
    height: 70px;
  }
}

@media screen and (max-width: 700px) {
  header .openbtn {
    width: 50px;
    height: 50px;
  }
}

header .openbtn .openbtn-area {
  -webkit-transition: all .4s;
  transition: all .4s;
}

header .openbtn span {
  -webkit-transition: all .4s;
  transition: all .4s;
  display: inline-block;
  position: absolute;
  left: 20px;
  height: 3px;
  border-radius: 2px;
  background-color: #0445b1;
  width: 45%;
}

header .openbtn span:nth-of-type(1) {
  top: 27px;
}

header .openbtn span:nth-of-type(2) {
  top: 35px;
}

header .openbtn span:nth-of-type(3) {
  top: 43px;
}

@media screen and (max-width: 700px) {
  header .openbtn span {
    left: 14px;
  }
  header .openbtn span:nth-of-type(1) {
    top: 18px;
  }
  header .openbtn span:nth-of-type(2) {
    top: 25px;
  }
  header .openbtn span:nth-of-type(3) {
    top: 32px;
  }
}

header .openbtn.active .openbtn-area {
  -webkit-transform: rotateY(-360deg);
          transform: rotateY(-360deg);
}

header .openbtn.active span:nth-of-type(1) {
  top: 27px;
  left: 24px;
  width: 45%;
  -webkit-transform: translateY(6px) rotate(-135deg);
          transform: translateY(6px) rotate(-135deg);
}

@media screen and (max-width: 700px) {
  header .openbtn.active span:nth-of-type(1) {
    top: 20px;
    left: 14px;
  }
}

header .openbtn.active span:nth-of-type(2) {
  opacity: 0;
}

header .openbtn.active span:nth-of-type(3) {
  top: 39px;
  left: 24px;
  width: 45%;
  -webkit-transform: translateY(-6px) rotate(135deg);
          transform: translateY(-6px) rotate(135deg);
}

@media screen and (max-width: 700px) {
  header .openbtn.active span:nth-of-type(3) {
    top: 32px;
    left: 14px;
  }
}

.inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 1300px) {
  .inner {
    width: 90vw;
  }
}

#bread {
  font-size: 14px;
  padding: 25px 0;
  margin-top: 90px;
}

#bread.bdr {
  border-bottom: 15px solid #0a798a;
}

@media screen and (max-width: 1300px) {
  #bread {
    margin-top: 70px;
  }
}

@media screen and (max-width: 700px) {
  #bread {
    margin-top: 50px;
  }
}

#bread ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style-type: none;
  gap: 0 10px;
}

#bread ul li {
  position: relative;
  padding-right: 12px;
}

#bread ul li::after {
  position: absolute;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-top: 1px solid #3a3a3a;
  border-right: 1px solid #3a3a3a;
  right: 0;
  top: 8px;
}

#bread ul li:last-child:after {
  width: 0;
  height: 0;
  border-width: 0;
}

#pagetop-link {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  right: 0;
  margin-top: 250px;
  padding: 0 20px 20px 0;
  text-align: right;
}

@media screen and (max-width: 1300px) {
  #pagetop-link {
    margin-top: 5vw;
  }
  #pagetop-link img {
    width: 6vw;
  }
}

@media screen and (max-width: 700px) {
  #pagetop-link {
    margin-top: 12vw;
  }
  #pagetop-link img {
    width: 10vw;
  }
}

#pagetop-link a img {
  opacity: 0.7;
}

#pagetop-link a:hover img {
  opacity: 0.6;
}

footer {
  background: #032867;
  font-size: 14px;
  color: #fff;
}

footer .inner {
  text-align: center;
  padding: 30px 0;
}

footer .copy{
	font-weight: 800;
	margin: 30px 0 0;
}

footer .fnavi {
    display: flex;
    flex-wrap: wrap;
    gap: 0 10px;
	justify-content: center;
}

footer .fnavi li {
    position: relative;
    padding-right: 12px;
	line-height: 1;
}

footer .fnavi li::after {
    position: absolute;
    content: "";
    display: block;
    width: 1px;
    height: 16px;
    right: 0;
    top: 0;
    background: #fff;
}

footer .fnavi li:last-child:after{
	content: none;
}

footer .fnavi a {
    color: #fff;
}

@media screen and (max-width: 1300px) {
  footer .inner {
    padding: 3vw 0;
  }
}

@media screen and (max-width: 700px) {
  footer .inner {
    font-size: 10px;
  }
}

.h1_box {
  background-color: #d7e1e5;
  background-position: top right;
  background-size: contain;
  background-repeat: no-repeat;
  height: 375px;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 1300px) {
  .h1_box {
    height: 33vw;
  }
}

@media screen and (max-width: 700px) {
  .h1_box {
    height: 38vw;
  }
}

.h1_box h1 {
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
  padding: 15px;
  display: inline-block;
  position: relative;
  text-shadow: 2px  2px 4px #ffffff,
 -2px  2px 4px #ffffff,
 2px -2px 4px #ffffff,
 -2px -2px 4px #ffffff,
 2px  0px 4px #ffffff,
 0px  2px 4px #ffffff,
 -2px  0px 4px #ffffff,
 0px -2px 4px #ffffff;
}

@media screen and (max-width: 1300px) {
  .h1_box h1 {
    font-size: clamp(1.2rem, calc(0.25vw + 1.5em), 30px);
  }
}

@media screen and (max-width: 700px) {
  .h1_box h1 {
    font-size: clamp(1.2rem, calc(0.25vw + 1.2rem), 30px);
  }
}

.h1_box h1 span[lang="en"] {
  font-size: 60px;
  font-weight: 900;
}

@media screen and (max-width: 1300px) {
  .h1_box h1 span[lang="en"] {
    font-size: clamp(2rem, calc(1.5vw + 2rem), 60px);
  }
}

@media screen and (max-width: 700px) {
  .h1_box h1 span[lang="en"] {
    font-size: clamp(1.8rem, calc(1.2vw + 1.8rem), 60px);
  }
}

.h1_box h1 b {
  color: #0a798a;
}

.h1_box h1::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 7px;
  background-color: #0a798a;
  bottom: 0;
  left: 0;
}

section {
  margin-top: -30px;
  padding-top: 60px;
}

@media screen and (max-width: 1300px) {
  section {
    margin-top: -10px;
    padding-top: 60px;
  }
}

@media screen and (max-width: 700px) {
  section {
    margin-top: calc(7vw - 50px);
    padding-top: 7vw;
  }
}

section.short {
  margin-bottom: 200px;
}

main.scontent {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 2px;
}

main.scontent h2 {
  font-size: 30px;
  font-weight: 600;
  padding: 0 10px 10px;
  position: relative;
}

@media screen and (max-width: 1300px) {
  main.scontent h2 {
    font-size: clamp(1.2rem, calc(0.25vw + 1.5rem), 30px);
  }
}

@media screen and (max-width: 700px) {
  main.scontent h2 {
    font-size: clamp(1.2rem, calc(0.25vw + 1.2rem), 30px);
  }
}

main.scontent h2 > span {
  display: inline-block;
  position: relative;
}

main.scontent h2 > span::after {
  position: absolute;
  content: "";
  display: block;
  width: calc(100% + 20px);
  height: 4px;
  background-color: #0a798a;
  bottom: -10px;
  left: -10px;
  z-index: 3;
}

main.scontent h2::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 4px;
  background-color: #a7a7a7;
  bottom: 0;
  left: 0;
  z-index: 2;
}

main.scontent h3 {
  font-size: 26px;
  font-weight: 600;
  padding: 0 5px 5px 20px;
  position: relative;
  border-bottom: 1px solid #0a798a;
}

@media screen and (max-width: 1300px) {
  main.scontent h3 {
    font-size: clamp(1.2rem, calc(0.25vw + 1.3rem), 26px);
  }
}

@media screen and (max-width: 700px) {
  main.scontent h3 {
    font-size: clamp(1.2rem, calc(0.25vw + 1.1rem), 26px);
  }
}

main.scontent h3::before {
  position: absolute;
  content: "";
  display: block;
  width: 12px;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("../img/h3_head.svg");
  background-size: cover;
  background-position: top right;
  background-repeat: no-repeat;
}

main.scontent h4 {
  font-size: 26px;
  font-weight: 600;
}

@media screen and (max-width: 1300px) {
  main.scontent h4 {
    font-size: clamp(1.3rem, calc(0.25vw + 1.3rem), 26px);
  }
}

@media screen and (max-width: 700px) {
  main.scontent h4 {
    font-size: clamp(1.1rem, calc(0.25vw + 1.1rem), 26px);
  }
}

main.scontent p, main.scontent li {
  font-size: 17px;
  font-weight: 500;
  line-height: 1.7;
}

@media screen and (max-width: 1300px) {
  main.scontent p, main.scontent li {
    font-size: clamp(1rem, calc(0.25vw + 1rem), 17px);
  }
}

@media screen and (max-width: 700px) {
  main.scontent p, main.scontent li {
    font-size: clamp(0.9rem, calc(0.25vw + 0.9rem), 17px);
  }
}

main.scontent ul.green {
  list-style-type: none;
  margin-left: 0;
  padding-left: 0;
}

main.scontent ul.green li {
  position: relative;
  padding-left: 20px;
}

main.scontent ul.green li::before {
  position: absolute;
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  top: 10px;
  left: 0;
  background-color: #0a798a;
  border-radius: 50%;
}

main.scontent img.circle {
  border-radius: 20px;
}

.kome {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 80%;
}
/*# sourceMappingURL=style.css.map */