@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//code.ionicframework.com/ionicons/2.0.1/css/ionicons.min.css);
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&display=swap");
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media print, screen and (min-width: 480px) {
  html {
    font-size: 62.5%;
  }
}
@media screen and (max-width: 479px) {
  html {
    font-size: 2.5vw;
  }
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "Noto Sans JP", "Lato", sans-serif;
  line-height: 1.7;
  color: #4c4c4c;
  margin: 0;
  overflow-x: hidden;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  body {
    font-size: 2px;
    font-size: 1.28rem;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
img:hover {
  opacity: 1;
}

a {
  color: rgb(32, 80, 209);
  text-decoration: none;
}
a:hover, a:active, a:focus {
  color: #426de2;
  text-decoration: underline;
}
a:visited {
  color: #193fa5;
}
a img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
}
a:hover img {
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

@media print, screen and (min-width: 480px) {
  a[href^="tel:"] {
    pointer-events: none;
    display: inline-block;
  }
}

ul {
  padding: 0;
}
ul li {
  list-style: none;
}

.container {
  margin: 0 auto;
  max-width: 1140px;
}
.container .container {
  padding: 0;
}

@media screen and (max-width: 859px) {
  .container {
    padding-right: 10px;
    padding-left: 10px;
  }
}
.narrow-container {
  margin: 0 auto;
  max-width: 700px;
}
@media screen and (max-width: 859px) {
  .narrow-container {
    padding-right: 10px;
    padding-left: 10px;
  }
}

h2 {
  font-size: 48px;
  font-size: 4.8rem;
  margin-bottom: 0;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  h2 {
    font-size: 6px;
    font-size: 3.84rem;
  }
}
@media screen and (max-width: 859px) {
  h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media screen and (max-width: 859px) and (min-width: 480px) and (max-width: 1200px) {
  h2 {
    font-size: 3.75px;
    font-size: 2.4rem;
  }
}

.container a {
  text-decoration: underline;
}

.text01 {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: 700;
  margin: 1em 0 0;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .text01 {
    font-size: 3px;
    font-size: 1.92rem;
  }
}

.text02 {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
  margin: 0;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .text02 {
    font-size: 2.5px;
    font-size: 1.6rem;
  }
}

section {
  margin-top: 5em;
}

.list-check {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .list-check {
    font-size: 2.5px;
    font-size: 1.6rem;
  }
}
.list-check li {
  position: relative;
  padding-left: 24px;
}
.list-check li::before {
  font-family: ionicons;
  content: "\f373";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 1em;
  color: #333;
}

.list-num {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: list-counter;
}
.list-num li {
  counter-increment: list-counter;
  position: relative;
  margin: 0.5em 0;
  padding-left: 1.5em;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 700;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .list-num li {
    font-size: 2.5px;
    font-size: 1.6rem;
  }
}
.list-num li::before {
  content: counter(list-counter);
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  line-height: 1.5em;
  text-align: center;
  font-weight: bold;
  color: #fff;
  background-color: #82BDCA;
  border-radius: 4px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media screen and (min-width: 480px) and (max-width: 1200px) {
  .list-num li::before {
    font-size: 2px;
    font-size: 1.28rem;
  }
}

@media print, screen and (min-width: 860px) {
  .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

header.header {
  background: url(../img/main_bg.png) no-repeat 0 0;
  background-size: 100% 100%;
  padding: 53px 0 89px;
}
@media screen and (max-width: 859px) {
  header.header {
    background-size: 250% 100%;
  }
}
header.header .language {
  position: absolute;
  right: 10px;
  top: 10px;
  margin: 0;
}
header.header .language a {
  color: #333;
  text-decoration: none;
}
header.header .language a:hover, header.header .language a:active, header.header .language a:focus {
  color: #333333;
  text-decoration: none;
}
header.header .language a:visited {
  color: #333333;
}
header.header h1 {
  margin: 0;
}
header.header .copy {
  margin: 60px 0 45px;
}
@media screen and (max-width: 859px) {
  header.header .copy {
    margin: 30px 0;
  }
}
header.header .target {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  margin-top: 1em;
  padding: 1px 20px;
}
@media print, screen and (min-width: 860px) {
  header.header .target {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
header.header .circle {
  text-align: center;
  font-weight: bold;
}
@media print, screen and (min-width: 860px) {
  header.header .circle {
    background: url(../img/bg_circle.png) no-repeat 0 0;
    background-size: contain;
    width: 126px;
    height: 126px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 859px) {
  header.header .circle {
    background: #CDEAEA;
  }
  header.header .circle br {
    display: none;
  }
}
@media screen and (max-width: 859px) {
  header.header .img {
    text-align: center;
  }
  header.header .img img {
    width: 80%;
  }
}
header.header .memo {
  margin-top: 1em;
}

section.sec01 {
  margin-top: 88px;
  background: url(../img/bg01.png) no-repeat 0 0;
  background-size: 100% 100%;
  padding: 100px 0 0;
}
@media screen and (max-width: 859px) {
  section.sec01 {
    background: #E8F1F3;
    padding: 30px 0;
  }
}
section.sec01 h2 {
  margin-bottom: 0;
}
section.sec01 h2 img {
  -webkit-transform: translateY(-17px);
          transform: translateY(-17px);
}
@media print, screen and (min-width: 860px) {
  section.sec01 .inner {
    padding-bottom: 135px;
    background: url(../img/logo02.svg) no-repeat 80% 105%;
  }
}

@media print, screen and (min-width: 860px) {
  section.sec02 .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print, screen and (min-width: 860px) {
  section.sec02 .body {
    width: 606px;
  }
}

section.sec03 {
  margin-top: 88px;
  background: url(../img/bg02.png) no-repeat 0 0;
  background-size: 100% 100%;
  padding: 100px 0 0;
}
@media screen and (max-width: 859px) {
  section.sec03 {
    background: #E8F3EB;
    padding: 30px 0;
  }
}
section.sec03 h2 {
  margin-bottom: 0;
  margin-top: 0;
}
section.sec03 h2 img {
  -webkit-transform: translateY(-17px);
          transform: translateY(-17px);
}
@media print, screen and (min-width: 860px) {
  section.sec03 .inner {
    padding-bottom: 135px;
    background: url(../img/logo02.svg) no-repeat 80% 105%;
  }
}

@media print, screen and (min-width: 860px) {
  section.sec04 .body {
    width: 675px;
  }
}

footer {
  background: #E8F1F3;
  margin-top: 92px;
  padding: 90px 0;
}
@media print, screen and (min-width: 860px) {
  footer .narrow-container {
    max-width: 800px;
  }
}
@media print, screen and (min-width: 860px) {
  footer .narrow-container .logo {
    margin-right: 1em;
  }
}