/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
  list-style: none;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition: 0.5s;
}
a:hover {
  opacity: 0.7;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
}

button,
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}

input {
  box-sizing: border-box;
}
input[type=text] {
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
}
input[type=radio] {
  display: none;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent;
}
select::-ms-expand {
  display: none;
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #828c9a;
}

html {
  font-size: 0.6666666667vw;
}

@media screen and (max-width: 750px) {
  html {
    font-size: 1.3333333333vw;
  }
}
@media screen and (min-width: 1500px) {
  html {
    font-size: 10px;
  }
}
html {
  overflow-x: hidden;
  overflow-y: auto;
  font-variant-ligatures: none;
}

body {
  overflow-x: hidden;
  overflow-y: auto;
  font-family: "Noto Sans Japanese", sans-serif;
  font-variant-ligatures: none;
}

p {
  letter-spacing: 1px;
}

.ast {
  font-size: 1.5rem;
  vertical-align: super;
}
@media screen and (max-width: 750px) {
  .ast {
    font-size: 3rem;
  }
}

@media screen and (min-width: 751px) {
  .pcn {
    display: none !important;
  }
}
@media screen and (max-width: 750px) {
  .spn {
    display: none !important;
  }
}
.btn {
  border-radius: 4rem;
  z-index: 999;
  background-image: linear-gradient(25deg, #123086, #396ed8);
  transition: 0.2s background-image;
  position: relative;
}
.btn:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
  opacity: 0;
  transition: 0.5s;
  border-radius: 4rem;
}
.btn:hover::after {
  opacity: 1;
}
.btn:hover {
  background: #fff;
  border: 2px solid #123086;
}
.btn .mail {
  margin-top: 0.1rem;
  width: 1.6rem;
  height: 1.2rem;
}
.btn .txt {
  color: #fff;
  margin-left: 0.5rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  transition: 0.5s;
}
.btn a:hover {
  opacity: 1;
}
.btn .center {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}

.loadanime {
  opacity: 0;
}

.scrollanime {
  opacity: 0;
}

.fadeInDown {
  animation-name: fadeInDown;
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translate(0);
  }
}
.updown {
  transform: translateY(-100px);
}

.downup {
  transform: translateY(100px);
}

.slide-right {
  transform: translateX(200px);
}

.slide-left {
  transform: translateX(-200px);
}

header {
  top: 0;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 10rem;
  background: #fff;
}
@media screen and (max-width: 750px) {
  header {
    height: 12rem;
  }
}
header .header-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  max-width: 1300px;
  height: 10rem;
  margin: auto;
}
@media screen and (max-width: 750px) {
  header .header-wrapper {
    top: 2rem;
    left: 3rem;
  }
}
header h1 {
  padding: 1.5rem 0 0 0;
  width: 18.4rem;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 750px) {
  header h1 {
    width: 25.2rem;
    padding: 0;
    z-index: 0;
  }
}
header h1 .logo {
  width: 18.4rem;
}
@media screen and (max-width: 750px) {
  header h1 .logo {
    width: 25.2rem;
  }
}
header .contact {
  position: absolute;
  top: 3rem;
  right: 0;
  width: 18rem;
  height: 4.4rem;
}
@media screen and (max-width: 750px) {
  header .contact01 {
    width: 24rem;
    position: absolute;
    top: 0.7rem;
    right: 14rem;
  }
}

#hamburger .btn-gNav {
  position: fixed;
  top: 3rem;
  right: 3rem;
  width: 6rem;
  height: 24px;
  z-index: 3;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 400ms;
}
#hamburger .btn-gNav img.width {
  width: 4.9rem;
}

#gNav {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  font-size: 16px;
  box-sizing: border-box;
  z-index: 2;
  transition: 0.3s;
}
#gNav.open {
  right: 0px;
  background: #fff;
}
#gNav .gNav-menu {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #gNav .gNav-menu {
    margin-top: -20rem;
    justify-content: center;
  }
}
#gNav .gNav-menu li {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  padding-right: 3.4rem;
}
@media screen and (max-width: 750px) {
  #gNav .gNav-menu li {
    font-size: 3.2rem;
    padding: 6rem 0 0 0;
  }
}
#gNav .gNav-menu li:nth-child(5) {
  padding-right: 0;
}
#gNav .gNav-menu li a {
  color: #333333;
  text-decoration: none;
}
@media screen and (max-width: 750px) {
  #gNav .gNav-menu li a {
    color: #123086;
  }
}
@media screen and (max-width: 750px) {
  #gNav .gNav-menu .contact02 {
    width: 59rem;
    position: absolute;
    top: 56%;
    right: 8rem;
    left: 8rem;
  }
}

@media screen and (min-width: 751px) {
  .btn-gNav {
    display: none;
  }
  #gNav {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    height: 10rem;
  }
  #gNav .gNav-menu {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
    max-width: 900px;
    width: 90rem;
    height: 10rem;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    margin: auto;
    padding-right: 3.6rem;
  }
  #gNav .gNav-menu li {
    padding-top: 5px;
  }
  #gNav .gNav-menu li a:hover {
    opacity: 0.6;
  }
}
@media screen and (max-width: 870px) {
  #gNav.open .gNav-menu {
    width: 100%;
  }
  .header-wrapper .btn a {
    position: relative;
  }
  .ex .contents .name02 {
    margin-right: 1.5rem !important;
  }
  #sec03 .wrap .name02 {
    margin-right: 1.5rem !important;
  }
  .tab {
    display: block !important;
  }
}
#main-visual {
  height: 75rem;
  position: relative;
  margin: auto;
  background-image: url(../img/main_bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 750px) {
  #main-visual {
    height: 121.6rem;
    margin-top: 12rem;
    background-image: url(../img/main_bg_sp.png);
  }
}
#main-visual .main-visual_inner {
  max-width: 1500px;
  height: 65rem;
  margin: auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 750px) {
  #main-visual .main-visual_inner {
    height: 121.6rem;
    bottom: auto;
    top: 0;
  }
}
#main-visual .deco .deco01 {
  position: absolute;
  bottom: 0;
  right: 9rem;
  width: 68.5rem;
  z-index: 1;
}
@media screen and (max-width: 750px) {
  #main-visual .deco .deco01 {
    right: 0;
    left: 0;
    margin: auto;
  }
}
#main-visual .deco .deco02 {
  height: 65rem;
}
@media screen and (max-width: 750px) {
  #main-visual .deco .deco02 {
    display: none;
  }
}
#main-visual .txt {
  position: absolute;
  top: 9rem;
  left: 15rem;
  font-weight: bold;
  color: #123086;
}
@media screen and (max-width: 750px) {
  #main-visual .txt {
    position: static;
    padding-top: 8rem;
  }
}
#main-visual .txt_ttl {
  position: relative;
  top: 0;
  width: 70.2rem;
  left: -1.5rem;
}
@media screen and (max-width: 750px) {
  #main-visual .txt_ttl {
    margin: auto;
    width: auto;
    right: 0;
    left: 0;
  }
}
#main-visual .txt .contact {
  position: absolute;
  top: 40rem;
  left: 15rem;
  width: 40rem;
  height: 7rem;
  z-index: 0;
}
#main-visual .txt .contact .mail {
  width: 2rem;
  height: 1.5rem;
}
#main-visual .txt .contact .txt {
  position: static;
  font-size: 1.8rem;
  color: #fff;
}
#main-visual .txt .center {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #main-visual .txt .contact02 {
    width: 59rem;
    position: static;
    margin: 6rem auto 0;
  }
}

#about {
  margin: auto;
  background-image: url(../img/bg_01.jpg);
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 76rem;
}
@media screen and (max-width: 750px) {
  #about {
    background-image: url(../img/bg_01_sp.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 172.5rem;
  }
}
#about .card {
  width: 118rem;
  background: #fff;
  position: relative;
  top: 8rem;
  padding: 7rem;
  margin: auto;
}
@media screen and (max-width: 750px) {
  #about .card {
    width: 67rem;
    padding: 7rem 4rem;
  }
}
#about .card_wrap {
  max-width: 900px;
  margin: auto;
}
#about .card_wrap .logo_puree {
  width: 13rem;
  margin: auto;
  padding-top: 6rem;
}
@media screen and (max-width: 750px) {
  #about .card_wrap .logo_puree {
    width: 22rem;
  }
}
#about .card_wrap .lead {
  font-size: 4rem;
  font-weight: 800;
  color: #123086;
  text-align: center;
}
@media screen and (max-width: 750px) {
  #about .card_wrap .lead {
    font-size: 5.8rem;
    line-height: 1.69em;
  }
}
#about .card_wrap .txt {
  margin-top: 5rem;
  font-size: 1.8rem;
  line-height: 2em;
  text-align: center;
  color: #333333;
}
@media screen and (max-width: 750px) {
  #about .card_wrap .txt {
    font-size: 3.6rem;
    line-height: 2em;
  }
}
#about .card_wrap .txt02 {
  font-size: 2.3rem;
  line-height: 1.546em;
  text-align: center;
  margin-top: 4rem;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  #about .card_wrap .txt02 {
    font-size: 4.4rem;
    font-weight: 600;
    line-height: 1.819em;
  }
}
#about .card_wrap .sdgs-img {
  width: 29rem;
  margin: 4rem auto 0;
}
@media screen and (max-width: 750px) {
  #about .card_wrap .sdgs-img {
    width: 42.1rem;
  }
}

#sec01 {
  z-index: 1;
  margin: auto;
}
#sec01 .wrap {
  max-width: 112rem;
  margin: auto;
  position: relative;
}
#sec01 .wrap .lead {
  font-size: 4.6rem;
  color: #123086;
  text-align: center;
  font-weight: 800;
  padding-top: 12.5rem;
  margin-bottom: 2rem;
}
@media screen and (max-width: 750px) {
  #sec01 .wrap .lead {
    font-size: 5.8rem;
    line-height: 1.69em;
    padding-top: 8rem;
    padding-bottom: 0;
  }
}
#sec01 .wrap .flex_clm {
  flex-wrap: wrap;
  display: flex;
  align-items: baseline;
  justify-content: center;
}
#sec01 .wrap .flex_clm .box {
  text-align: center;
  position: relative;
  z-index: 99;
  width: 33%;
  padding: 4.5rem;
}
#sec01 .wrap .flex_clm .box:nth-of-type(1) .box_img {
  width: 17rem;
}
#sec01 .wrap .flex_clm .box:nth-of-type(2) .box_img {
  width: 20.6rem;
}
#sec01 .wrap .flex_clm .box:nth-of-type(3) .box_img {
  width: 19.8rem;
  margin-bottom: 11rem;
}
#sec01 .wrap .flex_clm .box:nth-of-type(4) {
  width: 43%;
}
#sec01 .wrap .flex_clm .box:nth-of-type(4) .box_img {
  width: 19.3rem;
}
@media screen and (max-width: 750px) {
  #sec01 .wrap .flex_clm .box:nth-of-type(4) .box_img {
    margin-bottom: 4rem;
  }
}
@media screen and (max-width: 750px) {
  #sec01 .wrap .flex_clm .box:nth-of-type(4) {
    width: 45%;
    margin-top: 8rem;
  }
}
#sec01 .wrap .flex_clm .box:nth-of-type(5) {
  width: 43%;
}
#sec01 .wrap .flex_clm .box:nth-of-type(5) .box_img {
  width: 17.4rem;
}
@media screen and (max-width: 750px) {
  #sec01 .wrap .flex_clm .box:nth-of-type(5) {
    width: 70%;
    margin-top: 4rem;
  }
}
@media screen and (max-width: 750px) {
  #sec01 .wrap .flex_clm .box {
    margin-top: 3rem;
    flex-direction: column;
    padding: 0 4rem;
    width: 45%;
  }
}
#sec01 .wrap .flex_clm .box + .box::before {
  content: "";
  width: 1px;
  height: 34.8rem;
  display: inline-block;
  position: absolute;
  left: 0;
  bottom: 6rem;
  background-color: #808080;
}
@media screen and (max-width: 750px) {
  #sec01 .wrap .flex_clm .box + .box::before {
    content: none;
  }
}
@media screen and (max-width: 750px) {
  #sec01 .wrap .flex_clm .box:nth-of-type(even)::before {
    content: "";
    width: 1px;
    height: 34.8rem;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 1rem;
    background-color: #808080;
  }
}
#sec01 .wrap .flex_clm .box.bl_none::before {
  content: none;
}
@media screen and (max-width: 750px) {
  #sec01 .wrap .flex_clm .box.bl_none::before {
    content: "";
    bottom: 0;
  }
}
@media screen and (max-width: 750px) {
  #sec01 .wrap .flex_clm .box_txt {
    position: relative;
    left: 2rem;
  }
}
#sec01 .wrap .flex_clm .box_txt .ttl {
  font-size: 2.8rem;
  line-height: 1.429em;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 750px) {
  #sec01 .wrap .flex_clm .box_txt .ttl {
    font-size: 3rem;
    line-height: 1.4em;
  }
}
#sec01 .wrap .flex_clm .box_txt .ttl::before {
  content: "";
  position: absolute;
  background-image: url(../img/number01.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 7.7rem;
  height: 12.4rem;
  bottom: 0.5rem;
  left: 2rem;
  z-index: -1;
}
#sec01 .wrap .flex_clm .box_txt .ttl.num2::before {
  background-image: url(../img/number02.png);
  width: 8.6rem;
  height: 12.6rem;
  left: 1rem;
}
@media screen and (max-width: 750px) {
  #sec01 .wrap .flex_clm .box_txt .ttl.num3 {
    bottom: 2rem;
  }
  #sec01 .wrap .flex_clm .box_txt .ttl.num3::before {
    bottom: -2rem;
  }
}
#sec01 .wrap .flex_clm .box_txt .ttl.num3::before {
  background-image: url(../img/number03.png);
  width: 8.7rem;
  height: 12.8rem;
  left: 1rem;
}
#sec01 .wrap .flex_clm .box_txt .ttl.num4::before {
  background-image: url(../img/number04.png);
  width: 9.2rem;
  height: 12.4rem;
  left: -1rem;
}
#sec01 .wrap .flex_clm .box_txt .ttl.num5::before {
  background-image: url(../img/number05.png);
  width: 8.8rem;
  height: 12.7rem;
  left: -2rem;
}
#sec01 .wrap .flex_clm .box_img {
  margin: auto;
  margin-bottom: 7rem;
}
@media screen and (max-width: 750px) {
  #sec01 .wrap .flex_clm .box_img {
    margin-top: 3.5rem;
    width: 100%;
  }
}
#sec01 .wrap .flex_clm .box_img img {
  width: auto;
}
#sec01 .wrap .video {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
  padding-top: 56%;
  margin: 12rem 0 15rem;
}
#sec01 .wrap .video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
@media screen and (max-width: 750px) {
  #sec01 .wrap .video {
    margin: 9rem auto 4rem;
    width: 67rem;
    padding-top: 50%;
  }
}
#sec01 .wrap .box02 {
  margin-top: 11rem;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 750px) {
  #sec01 .wrap .box02 {
    flex-direction: column;
    padding: 0 4rem;
    margin-top: 15rem;
  }
}
#sec01 .wrap .box02_txt {
  margin-left: 3rem;
}
@media screen and (max-width: 750px) {
  #sec01 .wrap .box02_txt {
    order: 1;
    margin-left: 0;
  }
}
#sec01 .wrap .box02_txt .ttl {
  font-size: 2.4rem;
  line-height: 1.667em;
  color: #123086;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 750px) {
  #sec01 .wrap .box02_txt .ttl {
    font-size: 4.4rem;
    line-height: 1.705em;
  }
}
#sec01 .wrap .box02_txt .ttl::before {
  content: "";
  position: absolute;
  background-image: url(../img/number02.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 23rem;
  height: 17rem;
  bottom: -4rem;
  left: 30rem;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  #sec01 .wrap .box02_txt .ttl::before {
    width: 30.8rem;
    height: 23rem;
    left: 36rem;
  }
}
#sec01 .wrap .box02_txt .txt {
  font-size: 1.6rem;
  line-height: 1.688em;
  margin-top: 5rem;
  width: 47rem;
  color: #333333;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #sec01 .wrap .box02_txt .txt {
    width: 100%;
    font-size: 3.2rem;
    line-height: 1.688em;
  }
}
#sec01 .wrap .box02_img {
  margin-right: 3rem;
  width: 46rem;
}
@media screen and (max-width: 750px) {
  #sec01 .wrap .box02_img {
    order: 2;
    margin-right: 0;
    margin-top: 3.5rem;
    width: 100%;
  }
}
#sec01 .wrap .box03 {
  margin-top: 11rem;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 750px) {
  #sec01 .wrap .box03 {
    flex-direction: column;
    padding: 0 4rem;
    margin-top: 15rem;
  }
}
#sec01 .wrap .box03_txt {
  margin-right: 3rem;
}
@media screen and (max-width: 750px) {
  #sec01 .wrap .box03_txt {
    margin-right: 0;
  }
}
#sec01 .wrap .box03_txt .ttl {
  font-size: 2.4rem;
  line-height: 1.667em;
  color: #123086;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 750px) {
  #sec01 .wrap .box03_txt .ttl {
    font-size: 4.4rem;
    line-height: 1.705em;
  }
}
#sec01 .wrap .box03_txt .ttl::before {
  content: "";
  position: absolute;
  background-image: url(../img/number03.png);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 7.7rem;
  height: 12.4rem;
  bottom: -4rem;
  left: -7rem;
  z-index: -1;
}
@media screen and (max-width: 750px) {
  #sec01 .wrap .box03_txt .ttl::before {
    width: 30.8rem;
    height: 23rem;
    left: -2rem;
  }
}
#sec01 .wrap .box03_txt .txt {
  font-size: 1.6rem;
  line-height: 1.688em;
  margin-top: 5rem;
  width: 47rem;
  color: #333333;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  #sec01 .wrap .box03_txt .txt {
    width: 100%;
    font-size: 3.2rem;
    line-height: 1.688em;
  }
}
#sec01 .wrap .box03_img {
  margin-left: 3rem;
  width: 46rem;
}
@media screen and (max-width: 750px) {
  #sec01 .wrap .box03_img {
    margin-left: 0;
    margin-top: 3.5rem;
    width: 100%;
  }
}
#sec01 .annotation {
  text-align: right;
  margin: 6rem 5.5rem 0 6.5rem;
  font-size: 1.3rem;
  line-height: 1.5em;
  color: #333333;
}
#sec01 .annotation .ast {
  vertical-align: bottom;
}
@media screen and (max-width: 750px) {
  #sec01 .annotation .ast {
    font-size: 3rem;
  }
}
@media screen and (max-width: 750px) {
  #sec01 .annotation {
    text-align: center;
    font-size: 2.6rem;
    line-height: 1.6em;
    margin: 4rem 5.5rem 0 4.5rem;
  }
}

.ex {
  position: relative;
  padding: 8rem 0 18rem;
  margin: auto;
  background-image: url(../img/sec02_bg.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
}
.ex .contents {
  background-color: #fff;
  background-image: url(../img/sec02_bg01.png);
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 67.3rem 148.5rem;
  max-width: 115rem;
  margin: auto;
  padding: 0 9rem 13rem 9rem;
}
@media screen and (max-width: 750px) {
  .ex .contents {
    width: 67rem;
    padding: 0 4rem 10rem 4rem;
    background-image: url(../img/sec02_bg01_sp.png);
    background-size: contain;
  }
}
.ex .contents.bg_none {
  background-image: url(../img/sec02_bg02.png);
  background-size: 89.3rem 115rem;
  background-position: bottom left;
  margin-top: 8rem;
}
@media screen and (max-width: 750px) {
  .ex .contents.bg_none {
    background-image: url(../img/sec02_bg01_sp.png);
    background-position-x: -13rem;
    background-position-y: 5rem;
    background-size: 67rem;
  }
}
.ex .contents + .contents .box {
  width: 92rem;
}
@media screen and (max-width: 750px) {
  .ex .contents + .contents .box {
    width: auto;
  }
}
.ex .contents .lead {
  font-size: 4.6rem;
  font-weight: 800;
  color: #123086;
  text-align: center;
  padding-top: 13rem;
}
@media screen and (max-width: 750px) {
  .ex .contents .lead {
    font-size: 5.8rem;
    line-height: 1.552em;
    padding-top: 7rem;
  }
}
.ex .contents .txt {
  font-size: 1.8rem;
  line-height: 1.8em;
  color: #333333;
  text-align: center;
  margin-top: 4rem;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .ex .contents .txt {
    font-size: 3.2rem;
    line-height: 1.688em;
  }
}
.ex .contents .txt2 {
  font-size: 1.4rem;
  text-align: center;
  letter-spacing: 0;
  margin: 2rem 0 0 0;
  color: #333333;
}
.ex .contents .txt2.mt1 {
  margin: 1rem 0 0 0;
}
@media screen and (max-width: 750px) {
  .ex .contents .txt2 {
    font-size: 2.6rem;
    text-align: center;
    margin: 1rem 0 0 0;
    line-height: 1.5em;
  }
}
.ex .contents .lead01 {
  font-size: 4.2rem;
  font-weight: 800;
  text-align: center;
  padding-top: 6rem;
}
@media screen and (max-width: 750px) {
  .ex .contents .lead01 {
    padding-top: 6rem;
    font-size: 5.2rem;
  }
}
.ex .contents .lead01 span {
  font-size: 2.2rem;
  margin-left: 0.5rem;
  padding-bottom: 1rem;
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .ex .contents .lead01 span {
    font-size: 3.6rem;
  }
}
.ex .contents .lead02 {
  font-size: 2.7rem;
  font-weight: bold;
  color: #333333;
  text-align: center;
  padding-bottom: 3.5rem;
  position: relative;
}
@media screen and (max-width: 750px) {
  .ex .contents .lead02 {
    font-size: 3.3rem;
    line-height: 0.607em;
    padding-bottom: 3rem;
  }
}
.ex .contents .lead02 .under {
  border-bottom: 1.7rem solid #f9ec00;
  display: inline-block;
  height: 3.7rem;
}
@media screen and (max-width: 750px) {
  .ex .contents .lead02 .under {
    height: auto;
  }
}
.ex .contents .box {
  width: 67rem;
  margin: 6rem auto 0;
  position: relative;
}
@media screen and (max-width: 750px) {
  .ex .contents .box {
    width: auto;
    height: auto;
    margin: 6rem auto 0;
  }
}
.ex .contents .box02 {
  max-width: 100rem;
  margin: 5rem auto 0;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.ex .contents .box02 > div {
  width: 47.2rem;
}
@media screen and (max-width: 750px) {
  .ex .contents .box02 {
    display: block;
  }
  .ex .contents .box02 > div {
    width: auto;
    margin-top: 8rem;
  }
  .ex .contents .box02 > div img {
    width: 55rem;
    margin: auto;
    display: block;
  }
  .ex .contents .box02 > div + div {
    margin-top: 6rem;
  }
}
.ex .contents .sec02_box {
  width: 92rem;
  margin: 8rem auto 0;
  border: 2px solid #123086;
  position: relative;
  background-color: #fff;
  padding: 4rem 4rem 4rem 13.1rem;
}
@media screen and (max-width: 750px) {
  .ex .contents .sec02_box {
    width: auto;
    padding: 0;
  }
  .ex .contents .sec02_box > div {
    padding: 3rem 3rem 0 13.1rem;
  }
  .ex .contents .sec02_box > div + div {
    padding: 0;
  }
}
.ex .contents .sec02_box .sec02_box_ttl {
  font-size: 3rem;
  background-color: #123086;
  position: absolute;
  top: -0.3rem;
  left: -0.3rem;
  color: #fff;
  padding: 1.7rem 2.6rem;
  line-height: 4rem;
}
.ex .contents .lead03 {
  font-size: 3.5rem;
  font-weight: bold;
  position: relative;
}
@media screen and (max-width: 750px) {
  .ex .contents .lead03 {
    font-size: 3.8rem;
    line-height: 1.053em;
  }
}
.ex .contents .lead04 {
  font-size: 2.2rem;
  padding-top: 2rem;
}
@media screen and (max-width: 750px) {
  .ex .contents .lead04 {
    font-size: 3.2rem;
  }
}
.ex .contents .flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3rem;
}
@media screen and (max-width: 750px) {
  .ex .contents .flex {
    display: block;
  }
}
.ex .contents .txt02 {
  font-size: 1.7rem;
  line-height: 1.53em;
  letter-spacing: 0;
}
@media screen and (max-width: 750px) {
  .ex .contents .txt02 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 750px) {
  .ex .contents .img-box {
    margin: 3.5rem 0 5rem;
  }
}
.ex .contents .img-box .img-box-itm {
  width: 44rem;
  height: auto;
}
@media screen and (max-width: 750px) {
  .ex .contents .img-box .img-box-itm {
    margin: 0 auto;
    width: 55rem;
    display: block;
  }
}
.ex .contents .name02 {
  font-size: 1.3rem;
  text-align: right;
  padding-top: 3rem;
  color: #333333;
  width: 100rem;
  margin: auto;
  position: absolute;
  right: 15vw;
  left: 15vw;
}
@media screen and (max-width: 750px) {
  .ex .contents .name02 {
    right: 4vw;
    padding-top: 0;
    font-size: 2.6rem;
    line-height: 1.693em;
    margin-top: 0.5rem;
    margin-right: 3.5rem;
  }
}

/*sec02 table */
sub.sub {
  vertical-align: baseline;
  font-size: xx-small;
}

.ex .sec02_box.notpd {
  padding: 0;
}
@media screen and (max-width: 750px) {
  .ex .sec02_box.notpd {
    padding-bottom: 3rem;
  }
}

.sec02_box-wrap {
  padding: 4rem 4rem 4rem 13.1rem;
}

.sec02_box .table-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 4rem;
}
@media screen and (max-width: 750px) {
  .sec02_box .table-wrap {
    width: 95%;
  }
}
.sec02_box .table-wrap .lead05 {
  font-size: 2rem;
  font-weight: bold;
  position: relative;
  color: #fff;
  background: #123086;
  padding: 2rem 2rem;
  margin-bottom: 3rem;
}
@media screen and (max-width: 750px) {
  .sec02_box .table-wrap .lead05 {
    font-size: 2.8rem;
    line-height: 1.5;
    padding: 2.3rem 2rem;
    letter-spacing: -0.1em;
  }
}
.sec02_box .table-wrap .table {
  width: 80%;
  margin: 0 auto 5rem auto;
}
@media screen and (max-width: 750px) {
  .sec02_box .table-wrap .table {
    width: 100%;
    margin: 0 auto 4rem auto;
  }
}
.sec02_box .table-wrap .table-head {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 1rem 0;
  color: #123086;
  font-size: 1.6rem;
  line-height: 2.2em;
  font-weight: bold;
}
.sec02_box .table-wrap .table-head div:nth-child(2) {
  position: relative;
}
.sec02_box .table-wrap .table-head div:last-child {
  line-height: 1.8em;
}
.sec02_box .table-wrap .table-head .arrow {
  position: absolute;
  right: 5px;
}
@media screen and (max-width: 750px) {
  .sec02_box .table-wrap .table-head {
    font-size: 2rem;
    line-height: 2em;
  }
}
.sec02_box .table-wrap .table-head div {
  min-width: 33.3333333333%;
  text-align: center;
}
@media screen and (max-width: 750px) {
  .sec02_box .table-wrap .table-head div:last-child {
    line-height: 1.75em;
  }
}
.sec02_box .table-wrap .table-content-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 2rem 0;
  color: #000;
  font-size: 1.8rem;
  line-height: 2em;
  font-weight: normal;
}
@media screen and (max-width: 750px) {
  .sec02_box .table-wrap .table-content-row {
    font-size: 2rem;
    line-height: 2em;
  }
}
.sec02_box .table-wrap .table-content-row p {
  text-align: center;
  min-width: 33.3333333333%;
}
.sec02_box .table-wrap .point {
  color: #123086;
  background: #C6D9E7;
  padding: 2.5rem 2rem;
  margin-bottom: 4rem;
  font-size: 1.6rem;
}
@media screen and (max-width: 750px) {
  .sec02_box .table-wrap .point {
    font-size: 2.5rem;
    padding: 3rem;
  }
  .sec02_box .table-wrap .point .sub {
    font-size: small;
  }
}
.sec02_box .table-wrap .point-ttl {
  line-height: 2em;
  font-weight: bold;
}
.sec02_box .table-wrap .point ul li {
  list-style: auto;
  line-height: 2em;
  margin-left: 2rem;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .sec02_box .table-wrap .point ul li {
    margin-left: 3rem;
    letter-spacing: 1.2;
  }
}
.sec02_box .table-wrap .remark {
  font-size: 1.4rem;
}
@media screen and (max-width: 750px) {
  .sec02_box .table-wrap .remark {
    font-size: 2rem;
  }
}
.sec02_box .table-wrap .remark-ttl {
  line-height: 1.7em;
}
.sec02_box .table-wrap .remark-listHead {
  min-width: 10%;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 750px) {
  .sec02_box .table-wrap .remark-listHead {
    min-width: 13rem;
  }
}
@media screen and (max-width: 750px) {
  .sec02_box .table-wrap .remark ul {
    letter-spacing: 0.05em;
  }
}
.sec02_box .table-wrap .remark ul li {
  margin-left: 0.4rem;
  line-height: 1.7em;
  display: flex;
}
@media screen and (max-width: 750px) {
  .sec02_box .table-wrap .remark ul li {
    margin-left: 1rem;
  }
}

#contact {
  width: 100%;
  height: 35.8rem;
  background: #123086;
}
@media screen and (max-width: 750px) {
  #contact {
    height: 73.4rem;
  }
}
#contact .wrap {
  max-width: 600px;
  margin: auto;
  position: relative;
}
#contact .wrap .contact-lead {
  font-size: 2.8rem;
  font-weight: 500;
  color: #fff;
  text-align: center;
  padding-top: 7.5rem;
}
@media screen and (max-width: 750px) {
  #contact .wrap .contact-lead {
    padding-top: 9rem;
    font-size: 5.2rem;
    line-height: 1.693em;
    font-weight: 600;
  }
}
#contact .wrap .contact-txt {
  font-size: 1.6rem;
  color: #fff;
  text-align: center;
  margin-top: 2.5rem;
}
@media screen and (max-width: 750px) {
  #contact .wrap .contact-txt {
    font-size: 3.2rem;
    line-height: 1.688em;
  }
}
#contact .wrap .contact {
  width: 40rem;
  height: 7rem;
  margin: 5rem auto 0;
  border: 2px solid #fff;
  border-radius: 4rem;
  background: #fff;
  transition: 0.2s;
}
#contact .wrap .contact:hover {
  background: #123086;
}
#contact .wrap .contact .mail {
  width: 2rem;
  height: 1.5rem;
}
#contact .wrap .contact .txt {
  position: static;
  font-size: 1.8rem;
  margin-left: 0.5rem;
  color: #123086;
  font-weight: 600;
}
#contact .wrap .contact a {
  display: flex;
  width: 100%;
  height: 100%;
  opacity: 1;
  justify-content: center;
  align-items: center;
}
#contact .wrap .center {
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
#contact .wrap .contact03 {
  width: 59rem;
  margin: 8rem auto 0;
}

footer {
  width: 100%;
}
footer .box {
  max-width: 1000px;
  margin: 3.5rem auto;
  background: #fff;
  display: flex;
}
@media screen and (max-width: 750px) {
  footer .box {
    margin: 8.5rem auto 15rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
footer .box .logo {
  width: 14rem;
  margin-right: 5rem;
}
@media screen and (max-width: 750px) {
  footer .box .logo {
    width: 30rem;
    margin-right: 0;
  }
}
footer .box .company {
  width: 20rem;
  height: 4rem;
  color: #123086;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.4rem;
  position: relative;
  margin-top: 1rem;
  border: 1px solid #123086;
}
footer .box .company a {
  color: #123086;
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 1;
  transition: 0.2s;
}
footer .box .company a:hover {
  color: #fff;
  background: #123086;
}
@media screen and (max-width: 750px) {
  footer .box .company a:hover {
    color: #123086;
    background: #fff;
  }
}
@media screen and (max-width: 750px) {
  footer .box .company a {
    color: #123086;
  }
}
@media screen and (max-width: 750px) {
  footer .box .company {
    width: 40rem;
    height: 8rem;
    background: #fff;
    color: #123086;
    border: 1px solid #123086;
    font-size: 2.8rem;
    margin-top: 3.5rem;
  }
}
footer .box .company .blank {
  position: absolute;
  right: 2rem;
  width: 1rem;
}
@media screen and (max-width: 750px) {
  footer .box .company .blank {
    right: 5rem;
    width: 2rem;
  }
}
footer .rights {
  width: 100%;
  background: #123086;
}
footer .rights .rights-txt {
  height: 4rem;
  font-size: 1rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: 0.08rem;
}
@media screen and (max-width: 750px) {
  footer .rights .rights-txt {
    height: 9.6rem;
    font-size: 2rem;
    letter-spacing: 0.08rem;
    text-align: center;
  }
}

#page-top {
  position: fixed;
  bottom: 8rem;
  right: 20px;
  font-size: 80%;
  z-index: 900;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  #page-top {
    right: 3.5rem;
    bottom: 12.5rem;
  }
}
#page-top .top {
  width: 4.6rem;
}
@media screen and (max-width: 750px) {
  #page-top .top {
    width: 8rem;
  }
}

#page-top a {
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
}

.cookie_block {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
  color: #fff;
  padding: 3rem 7rem;
  z-index: 901;
  visibility: hidden;
}
@media screen and (max-width: 750px) {
  .cookie_block {
    padding: 8rem 5rem 5rem;
  }
}
.cookie_block.is-show {
  visibility: visible;
}
.cookie_block.cookie_block-hide {
  animation: hide 0.7s linear 0s;
  animation-fill-mode: forwards;
}

@keyframes hide {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}
.cookie_inr {
  display: flex;
  align-items: center;
  gap: 11rem;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .cookie_inr {
    flex-direction: column;
    align-items: center;
    gap: 5rem;
    margin: 0 auto;
  }
}

.cookie_text {
  font-size: 1.4rem;
  line-height: 2em;
}
@media screen and (max-width: 750px) {
  .cookie_text {
    font-size: 2.6rem;
  }
}
.cookie_text a {
  display: inline;
  color: inherit;
  text-decoration: underline;
}

.cookie_agree {
  padding: 1.6rem 2.6rem;
  font-size: 1.5rem;
  border: solid 1px #fff;
  cursor: pointer;
}
@media screen and (max-width: 750px) {
  .cookie_agree {
    padding: 2.4rem 8rem;
    font-size: 2.6rem;
  }
}

.cookie_close {
  font-size: 2.8rem;
  cursor: pointer;
  font-weight: 100;
}
@media screen and (max-width: 750px) {
  .cookie_close {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 6rem;
  }
}

@media all and (-ms-high-contrast: none) {
  .header-wrapper h1 {
    position: relative;
    left: 8rem;
    z-index: 3;
  }
  header .contact {
    position: relative;
    top: -6rem;
    right: -120rem;
  }
  .img-box-itm img {
    min-height: 0%;
  }
  #gNav .gNav-menu li:nth-child(5) {
    padding-right: 3.4rem;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 1600px) {
  header .contact {
    right: -140rem;
  }
}
@media all and (-ms-high-contrast: none) and (min-width: 1800px) {
  header .contact {
    right: -160rem;
  }
}