@charset "UTF-8";
html, body {
  min-height: 100vh;
  font-family: "Noto Sans JP", sans-serif;
  padding: 0;
  margin: 0;
  font-size: clamp(14px, 2.0833333333vw, 16px);
  font-feature-settings: "palt";
  letter-spacing: 0.04em;
  scroll-behavior: smooth;
}
@media screen and (max-width: 640px) {
  html, body {
    overflow: auto;
  }
}

img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

ul li {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
  transition: all 0.5s ease;
}
a:active, a:visited {
  text-decoration: none;
  color: #000;
  transition: all 0.5s ease;
}
a:hover {
  opacity: 0.6;
  transition: all 0.5s ease;
}

.pc {
  display: block;
}
@media screen and (max-width: 640px) and (max-width: 1000px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none;
}
@media screen and (max-width: 768px) {
  .tab {
    display: block;
  }
}

.sp {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .sp {
    display: inline-block !important;
  }
}

.inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.w100 {
  width: 100%;
  max-width: 100%;
}

/*header*/
header {
  background-color: #1c2e6c;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  color: #FFF;
  height: 7vh;
}
header .logo {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: center;
  font-size: 14px;
}
header .logo img {
  width: 108px;
  margin: 0 10px 0 0;
}
header .navi {
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 640px) {
  header .navi {
    display: none;
  }
}
header .navi ul {
  display: flex;
}
header .navi ul li:first-child a::before {
  font-family: "Material Icons";
  content: "\e0ee";
  margin: 0 5px;
  font-size: 18px;
}
header .navi ul li:last-child a::before {
  font-family: "Material Icons";
  content: "\ea40";
  margin: 0 5px;
  font-size: 18px;
}
header .navi ul a {
  color: #FFF;
  font-size: 15px;
  display: flex;
  align-items: center;
  margin: 0 0 0 15px;
}
header .navi {
  margin: 0 20px 0 auto;
}
header .contact {
  display: flex;
  align-items: center;
}
header .contact .tel {
  display: flex;
  align-items: center;
  margin: 0 15px 0 0;
}
@media screen and (max-width: 640px) {
  header .contact .tel {
    display: none;
  }
}
header .contact .tel a {
  color: #FFF;
  font-family: "Jost", sans-serif;
  font-size: clamp(20px, 4.1666666667vw, 32px);
}
header .contact .tel img {
  width: 46px;
}
header .contact .time {
  font-size: clamp(11px, 1.6927083333vw, 13px);
  line-height: 1.2;
}

.btn01 {
  background: #0037BF;
  background: linear-gradient(180deg, rgb(0, 55, 191) 0%, rgb(0, 22, 148) 100%);
  border: 1px solid #FFF;
  filter: drop-shadow(0px 2px 2px black);
  border-radius: 8px;
  width: 230px;
  margin: 0;
}
.btn01 a {
  display: flex;
  align-items: center;
  padding: 0.8rem 0.6rem 0.8rem 1.2rem;
  color: #FFF;
  font-weight: 600;
  line-height: 1;
  justify-content: space-between;
  width: 100%;
  box-sizing: border-box;
  font-size: 17px;
}
.btn01 a::after {
  font-family: "Material Icons";
  content: "\e5cc";
  margin: 0;
  font-size: 20px;
  line-height: 0;
}

.cv {
  padding: 1rem 0;
  width: 90%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}

/*mv*/
.mv {
  background-image: url(../image/mv_bg.jpg);
  background-size: cover;
  position: relative;
  overflow: hidden;
  height: 68vh;
  background-position: center;
}
@media screen and (max-width: 640px) {
  .mv {
    background-size: 274%;
    position: relative;
    overflow: hidden;
    height: 49vh;
    background-position: 53% 9%;
  }
}
.mv .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  align-items: flex-end;
}
.mv .inner .image {
  width: 48%;
  margin: 0 0 0 -6vw;
}
.mv .inner .copy {
  padding: 0;
  width: 35%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .mv .inner .image {
    width: 61%;
    margin: 0 0 0 -11vw;
  }
  .mv .inner .copy {
    width: 43%;
    height: 125%;
  }
}
.mv .logo {
  width: 50%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  display: flex;
  align-items: center;
  padding: 25px;
  position: absolute;
  left: 0;
  top: 0;
}
.mv .logo img {
  width: 50%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 8px;
}
@media screen and (max-width: 640px) {
  .mv .logo {
    width: 92%;
    padding: 20px 15px;
    display: block;
  }
  .mv .logo img {
    margin: 0 0 10px 0;
    display: block;
  }
}
.mv .mask {
  width: 100%;
  height: 100%;
  background-color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  pointer-events: none;
}
.mv .cloud_left {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  height: 110%;
  pointer-events: none;
}
.mv .cloud_left img {
  width: auto;
  height: 100%;
  margin: 0 auto 0 0;
  display: block;
}
.mv .cloud_right {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  height: 110%;
  pointer-events: none;
}
.mv .cloud_right img {
  width: auto;
  height: 100%;
  margin: 0 0 0 auto;
  display: block;
}
.mv .animate__fadeOutLeft, .mv .animate__fadeOutRight, .mv .animate__fadeOut {
  animation-fill-mode: forwards;
}

/*maincopy*/
.maincopy {
  background-color: #000;
  color: #FFF;
  text-align: center;
  height: 22vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.maincopy .inner {
  overflow: hidden;
  font-weight: 900;
}
@media screen and (max-width: 640px) {
  .maincopy .inner {
    overflow: visible;
  }
}
.maincopy .inner .fuki {
  float: left;
}
@media screen and (max-width: 640px) {
  .maincopy .inner .fuki {
    position: absolute;
    right: -18px;
    top: -87px;
    z-index: 1000;
    width: 102px;
    overflow: hidden;
  }
  .maincopy .inner .fuki img {
    padding: 0 0 0 12px;
    width: 102px;
  }
}
.maincopy .inner p {
  font-size: clamp(18px, 3.5vw, 42px);
}
.maincopy .inner h1 {
  font-size: clamp(30px, 4.6666666667vw, 56px);
}
.maincopy .inner h1 span {
  font-size: clamp(38px, 5.8333333333vw, 70px);
}
@media screen and (max-width: 640px) {
  .maincopy .inner h1 span {
    display: block;
  }
}

/*map*/
.map {
  background-image: url(../image/map_bg02.png);
  background-size: cover;
  text-align: center;
  color: #FFF;
  padding: 4% 0 8%;
}
.map h3 {
  font-weight: 600;
  font-size: clamp(22px, 3.3854166667vw, 26px);
  padding: 0 0 15px;
}
.map h3 + p {
  font-size: clamp(14px, 2.6041666667vw, 20px);
}
.map h3 + p + p {
  width: 80%;
  margin: 25px auto 10px;
}
.map .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url(../image/map_bg01.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem 85px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  flex-wrap: wrap;
}
.map .inner .maparea {
  width: 68%;
  color: #000;
  font-weight: 600;
  padding: 0;
  border: 6px solid;
  box-sizing: border-box;
  margin: 0 0 0 3%;
}
.map .inner .right {
  width: 26%;
  position: relative;
}
.map .inner .right::after {
  background-image: url(../image/fuki02.png);
  width: 74%;
  max-width: 177px;
  height: 174px;
  background-size: contain;
  position: absolute;
  content: "";
  top: -16%;
  right: -42%;
  background-repeat: no-repeat;
  z-index: 0;
}
.map .inner .right img {
  margin: 0 0 20px 0;
  z-index: 1;
  position: relative;
}
@media screen and (max-width: 640px) {
  .map .inner {
    display: block;
    padding: 0;
    background-image: none;
  }
  .map .inner .maparea {
    width: 100%;
    margin: 0;
    border: none;
  }
  .map .inner .right {
    width: 100%;
  }
  .map .inner .right::after {
    display: none;
  }
  .map .inner .right .btn01 {
    width: 100%;
    margin: 16px 0;
  }
  .map .inner .right .btn01 a {
    justify-content: center;
    width: 100%;
    font-size: 20px;
  }
}

/* 大阪市区マップ */
.osaka-map {
  width: 100%;
  height: auto;
  aspect-ratio: 1/0.9;
}

.map-note {
  margin: 0 0 0 3%;
  font-size: 14px;
  opacity: 1;
}

.map_fuki {
  max-width: 300px;
  padding: 8px 15px;
}
.map_fuki h4 {
  font-size: 26px;
  font-weight: 900 !important;
  line-height: 1.2;
}
.map_fuki p {
  font-size: 17px;
}
.map_fuki p.link {
  font-size: 16px;
  border: 1px solid;
  border-radius: 5px;
  padding: 4px 10px;
  margin: 10px 0 0 0;
}
.map_fuki p.link a {
  color: #0075ff;
}
@media screen and (max-width: 640px) {
  .map_fuki {
    width: 80%;
  }
  .map_fuki h4 {
    font-size: 18px;
  }
  .map_fuki p.link {
    line-height: 1.2;
    font-size: 14px;
  }
  .map_fuki .btn01 {
    width: 150px;
  }
  .map_fuki .btn01 a {
    font-size: 12px;
  }
}

.gm-style .gm-style-iw-d {
  margin-top: -40px;
}

.gm-style-iw-ch {
  display: none;
}
.gm-style-iw-ch + button {
  margin: 0 0 0 auto !important;
  right: 0;
}

@media screen and (max-width: 640px) {
  .main {
    overflow: hidden;
  }
}
.main .head {
  background-image: url(../image/main_bg01.png), url(../image/main_bg02.png);
  background-position: top, center;
  background-repeat: repeat-x, no-repeat;
  height: 40vw;
  max-height: 400px;
  margin: -50px 0 0 0;
  background-size: 85%, 1530px;
  min-height: 360px;
}
@media screen and (max-width: 640px) {
  .main .head {
    height: 40vw;
    max-height: 400px;
    margin: -15px 0 0 0;
    background-size: 138%, 109%;
    min-height: 250px;
  }
}
.main .head .inner {
  max-width: 1200px;
  padding: 80px 0 0 0;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .main .head .inner {
    padding: 30px 0 0 0;
  }
}
.main .head .inner div h2 {
  font-size: clamp(23px, 3.8571428571vw, 54px);
  font-weight: 800;
  text-align: center;
  line-height: 1.2;
  -webkit-text-stroke: 4px #ffffff;
  paint-order: stroke;
}
.main .head .inner div h2 span {
  color: #003292;
}
.main .head .inner div h2 em {
  font-style: normal;
  background-image: url(../image/title_bg_main.svg);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  padding: 0 0 10px 0;
}
.main .head .inner div p {
  font-size: clamp(15px, 2.8645833333vw, 22px);
  padding: 20px 0 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}
.main .head .inner div p.eb img {
  margin: 0 0 0 10px;
}
@media screen and (max-width: 640px) {
  .main .head .inner div p {
    display: block;
    padding: 17px 0 0px;
    width: 70%;
    margin: 0 auto;
  }
  .main .head .inner div p.eb img {
    margin: 7px 0 0 0;
  }
}
.main .head .inner .image {
  width: 25%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: absolute;
  bottom: -6rem;
  left: 0;
}
@media screen and (max-width: 640px) {
  .main .head .inner .image {
    width: 30%;
    bottom: -4rem;
    left: -2rem;
  }
}
.main .head .inner .image02 {
  width: 25%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: absolute;
  bottom: -6rem;
  right: -2rem;
}
@media screen and (max-width: 640px) {
  .main .head .inner .image02 {
    width: 26%;
    bottom: -4rem;
    right: -2rem;
  }
}
.main .contents {
  background-color: #00498c;
  padding: 4rem 0 8rem;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .main .contents {
    padding: 4rem 0 5rem;
  }
}
.main .contents .inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  z-index: 0;
  width: 100%;
}
.main .contents .inner::after {
  position: absolute;
  content: "";
  background-image: url(../image/main_image03.png);
  width: 22%;
  height: 630px;
  background-position: bottom right;
  background-repeat: no-repeat;
  background-size: contain;
  right: -13%;
  bottom: -4rem;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .main .contents .inner::after {
    display: none;
  }
}
.main .contents .inner::before {
  position: absolute;
  content: "";
  background-image: url(../image/main_image03.png);
  width: 22%;
  height: 630px;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: contain;
  left: -13%;
  bottom: -4rem;
  z-index: -1;
}
@media screen and (max-width: 640px) {
  .main .contents .inner::before {
    display: none;
  }
}
.main .contents .inner .left {
  color: #FFF;
  text-align: center;
  width: 70%;
  max-width: 767px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 640px) {
  .main .contents .inner .left {
    width: 100%;
  }
}
.main .contents .inner .left h3 {
  font-size: clamp(24px, 3.90625vw, 30px);
  font-weight: 700;
  line-height: 1.4;
}
.main .contents .inner .left h3 span {
  color: #ffff00;
}
.main .contents .inner .left h3 + p {
  padding: 1rem;
  line-height: 1.4;
}
.main .contents .inner .left .maparea {
  background-image: url(../image/main_maparea_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  height: 485px;
}
@media screen and (max-width: 640px) {
  .main .contents .inner .left .maparea {
    height: auto;
    background-position: center;
    padding: 0rem 0 2rem 0;
    background-size: cover;
  }
}
.main .contents .inner .left .maparea h3 {
  position: absolute;
  right: 1rem;
  top: 1rem;
}
@media screen and (max-width: 640px) {
  .main .contents .inner .left .maparea h3 {
    position: relative;
    right: 0;
    top: 0;
  }
}
.main .contents .inner .left .maparea h3 + p {
  background-color: #FFF;
  color: #0075ff;
  padding: 5px 20px;
  border-radius: 19px;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 15px;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
@media screen and (max-width: 640px) {
  .main .contents .inner .left .maparea h3 + p {
    padding: 5px 10px;
    border-radius: 19px;
    width: 95%;
    font-size: 12px;
    position: relative;
    top: 0;
    left: 0;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
.main .contents .inner .left .maparea ul {
  width: 90%;
  margin: 6rem auto 0 1rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  .main .contents .inner .left .maparea ul {
    margin: 2rem auto 0 1rem;
  }
}
.main .contents .inner .left .maparea ul li {
  width: 25%;
  margin: 0 0 20px;
  height: 60px;
  background-size: 65px;
}
.main .contents .inner .left .maparea ul li span {
  font-size: 16px;
  font-weight: 700;
  display: block;
  padding: 16px 0px;
}
.main .contents .inner .left .maparea ul li a {
  color: #0075ff;
  display: block;
  font-size: 13px;
  -webkit-text-stroke: 3px #ffffff;
  paint-order: stroke;
  font-weight: 700;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 0 0 20px;
  margin: 0 auto;
}
.main .contents .inner .left .maparea ul li a::before {
  content: "";
  background-image: url(../../favicon.png);
  background-repeat: no-repeat;
  width: 15px;
  height: 15px;
  display: block;
  background-size: 100%;
  background-color: #EFEFEF;
  border-radius: 50%;
  border: 1px solid #CCC;
  position: absolute;
  left: 0;
  top: 0;
}
.main .contents .inner .left .maparea ul li {
  background-image: url(../image/main_image06.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}
.main .contents .inner .left .maparea ul li:first-child {
  width: 80%;
  height: 90px;
}
.main .contents .inner .left .maparea ul li:first-child a {
  font-size: 18px;
}
.main .contents .inner .left .maparea ul li:first-child a::before {
  width: 17px;
  height: 17px;
}
.main .contents .inner .left .maparea ul li:nth-child(2) {
  width: 43%;
  height: 75px;
}
.main .contents .inner .left .maparea ul li:nth-child(2) span {
  padding: 10px 0;
}
.main .contents .inner .left .maparea ul li:nth-child(2) a {
  font-size: 16px;
}
.main .contents .inner .left .maparea ul li:nth-child(2) a::before {
  width: 17px;
  height: 17px;
}
.main .contents .inner .left .maparea ul li:nth-child(3) {
  width: 43%;
  height: 75px;
}
.main .contents .inner .left .maparea ul li:nth-child(3) span {
  padding: 10px 0;
}
.main .contents .inner .left .maparea ul li:nth-child(3) a {
  font-size: 16px;
}
.main .contents .inner .left .maparea ul li:nth-child(3) a::before {
  width: 17px;
  height: 17px;
}
@media screen and (max-width: 640px) {
  .main .contents .inner .left .maparea ul li {
    width: 100%;
    margin: 0 0 20px;
    height: auto;
    background-size: 65px;
    background-position: left;
    display: flex;
    align-items: center;
  }
  .main .contents .inner .left .maparea ul li span {
    font-size: 16px;
    font-weight: 700;
    display: block;
    padding: 13px 17px 6px;
    margin: 0 9px 0 0;
    width: 32px;
  }
  .main .contents .inner .left .maparea ul li a {
    color: #0075ff;
    display: block;
    font-size: 18px;
    -webkit-text-stroke: 3px #ffffff;
    paint-order: stroke;
    font-weight: 700;
    text-align: left;
    width: 70%;
    padding: 0 0 0 25px;
  }
  .main .contents .inner .left .maparea ul li a::before {
    width: 21px;
    height: 21px;
  }
  .main .contents .inner .left .maparea ul li:first-child {
    width: 100%;
    height: auto;
  }
  .main .contents .inner .left .maparea ul li:first-child a {
    font-size: 18px;
  }
  .main .contents .inner .left .maparea ul li:first-child a::before {
    width: 21px;
    height: 21px;
  }
  .main .contents .inner .left .maparea ul li:nth-child(2) {
    width: 100%;
    height: auto;
  }
  .main .contents .inner .left .maparea ul li:nth-child(2) span {
    padding: 13px 17px 6px;
  }
  .main .contents .inner .left .maparea ul li:nth-child(2) a {
    font-size: 18px;
  }
  .main .contents .inner .left .maparea ul li:nth-child(2) a::before {
    width: 21px;
    height: 21px;
  }
  .main .contents .inner .left .maparea ul li:nth-child(3) {
    width: 100%;
    height: auto;
  }
  .main .contents .inner .left .maparea ul li:nth-child(3) span {
    padding: 13px 17px 6px;
  }
  .main .contents .inner .left .maparea ul li:nth-child(3) a {
    font-size: 18px;
  }
  .main .contents .inner .left .maparea ul li:nth-child(3) a::before {
    width: 21px;
    height: 21px;
  }
}
.main .contents .inner .left .maparea ul + p {
  color: #000;
  padding: 0.5rem 2rem;
  text-align: left;
  line-height: 1.4;
  font-size: 15px;
}
@media screen and (max-width: 640px) {
  .main .contents .inner .left .maparea ul + p {
    padding: 0.5rem 1rem;
    font-size: 13px;
  }
}
.main .contents .inner .left .date {
  font-size: 14px;
  text-align: right;
}
.main .contents .inner .right {
  width: 28%;
  max-width: 315px;
}

/*sec01*/
.sec01 {
  background-image: url(../image/bg01.png);
}
.sec01 .inner.pc {
  position: relative;
}
.sec01 .inner.pc h2 {
  float: left;
  margin: -5% 0 0 0;
  width: 72%;
  opacity: 0;
}
.sec01 .inner.pc .image01 {
  float: right;
  margin: -3% 0 0 0;
  width: 52%;
  opacity: 0;
}
.sec01 .inner.pc .image02 {
  float: left;
  margin: -18% 0 0 0;
  width: 68%;
  opacity: 0;
}
.sec01 .inner.pc .image03 {
  float: right;
  margin: -9% 0 0 0;
  width: 68%;
  opacity: 0;
}
.sec01 .inner.pc .image04 {
  float: left;
  margin: -28% 0 0 0;
  width: 43%;
  opacity: 0;
}
.sec01 .inner.pc .image05 {
  width: 50%;
  margin: 0 0 0 auto;
  opacity: 0;
}
.sec01 .inner.pc .image06 {
  float: right;
  width: 54%;
  opacity: 0;
}
.sec01 .inner.pc .image07 {
  float: left;
  width: 44%;
  margin: -21% 0 0 0;
  opacity: 0;
}
.sec01 .inner.pc .clear {
  clear: both;
}
.sec01 .inner.pc .animate__fadeInUp {
  animation-fill-mode: forwards;
}
@media screen and (max-width: 640px) {
  .sec01 .inner.pc {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .sec01 .inner.sp {
    display: block !important;
    position: relative;
    padding: 50px 0 0 0;
  }
  .sec01 .inner.sp h2 {
    margin: 0;
    position: absolute;
    top: -40px;
  }
}

.sec02 {
  background-color: #e1d3b3;
  padding: 2% 0 0;
}
.sec02 .inner .image {
  width: 101%;
}
.sec02 .inner .title {
  position: absolute;
  bottom: -11%;
  width: 70%;
  z-index: 1;
}
@media screen and (max-width: 640px) {
  .sec02 .inner {
    width: 100%;
    padding: 15px 0 5rem;
  }
  .sec02 .inner .image.sp {
    width: 97%;
    margin: 0 auto;
    display: block !important;
  }
  .sec02 .inner .title {
    bottom: -3%;
    width: 97%;
    z-index: 1;
    right: 0;
  }
}

.sec03 {
  background-image: url(../image/sec03_bg01.png), url(../image/sec03_bg02.png);
  background-position: center 150px, bottom center;
  background-size: contain, contain;
  background-repeat: no-repeat, no-repeat;
  background-color: #fcfcfc;
  padding: 2% 0 1px 0;
}
@media screen and (max-width: 640px) {
  .sec03 {
    overflow: hidden;
  }
}
.sec03 .inner .image01 {
  margin: 0 -4% 0 auto;
  width: 45%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  float: right;
}
.sec03 .inner .image02 {
  margin: 0 auto 0 -2%;
  width: 61%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  float: left;
  padding: 10% 0 0 0;
}
@media screen and (max-width: 640px) {
  .sec03 .inner .image .first {
    width: 85%;
    margin: 15px 0 15px auto;
    display: block;
  }
}
.sec03 .inner h2 {
  clear: both;
  text-align: center;
  font-size: clamp(18px, 3.90625vw, 30px);
  font-weight: 900;
  padding: 3% 0;
  margin: 0 0 30px;
}
.sec03 .inner h2 span {
  font-size: clamp(23px, 4.9479166667vw, 38px);
}
@media screen and (max-width: 640px) {
  .sec03 .inner h2 span {
    display: block;
  }
}
.sec03 .inner h2 img {
  width: 260px;
  margin: 0 5px 0 0;
}
.sec03 .inner article {
  background-image: url(../image/sec03_bg03.svg);
  background-size: 100% 100%;
  width: 90%;
  max-width: 814px;
  margin: 0 auto 5%;
  padding: 3% 3% 4%;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  min-height: 280px;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 640px) {
  .sec03 .inner article {
    background-image: none;
    background-color: #FFF;
    width: 100%;
    margin: 0 auto 3rem;
    padding: 3% 3% 9rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    min-height: auto;
    text-align: center;
    position: relative;
    border: solid 7px;
    box-sizing: border-box;
  }
}
.sec03 .inner article .sh {
  margin: -7% auto 0;
}
@media screen and (max-width: 640px) {
  .sec03 .inner article .sh {
    width: 55%;
    margin: -2.5rem auto 0;
  }
}
.sec03 .inner article h3 {
  font-size: clamp(26px, 4.5572916667vw, 35px);
  font-weight: 900;
  padding: 1% 0;
}
.sec03 .inner article h3 + p {
  line-height: 1.5;
}
.sec03 .inner article .left {
  position: absolute;
  width: 41%;
  left: -12%;
  bottom: 0;
  pointer-events: none;
}
.sec03 .inner article .left img {
  margin: 0 0 0 auto;
}
@media screen and (max-width: 640px) {
  .sec03 .inner article .left {
    width: 50%;
    left: -7%;
    bottom: -23px;
  }
}
.sec03 .inner article .right {
  position: absolute;
  width: 52%;
  right: -19%;
  bottom: 0;
  pointer-events: none;
}
.sec03 .inner article .right img {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 640px) {
  .sec03 .inner article .right {
    width: 68%;
    right: -11%;
    bottom: -23px;
  }
}
@media screen and (max-width: 640px) {
  .sec03 .inner article.item01 .left {
    width: 48%;
    left: 0%;
  }
  .sec03 .inner article.item01 .right {
    width: 75%;
    right: -13%;
    bottom: -30px;
  }
}
.sec03 .inner article.item03 .left {
  left: -20%;
}
.sec03 .inner article.item03 .right {
  right: -25%;
}
@media screen and (max-width: 640px) {
  .sec03 .inner article.item03 .left {
    left: -8%;
  }
  .sec03 .inner article.item03 .right {
    right: -11%;
    bottom: -49px;
  }
}

/*sec04*/
.sec04 {
  background-image: url(../image/bg01.png);
  padding: 0 0 2% 0;
}
@media screen and (max-width: 640px) {
  .sec04 {
    overflow: hidden;
  }
}
.sec04 .inner.pc .image01 {
  width: 86%;
  margin: -2% -7% 0 auto;
  float: right;
}
.sec04 .inner.pc .image02 {
  width: 33%;
  margin: 0 -13% 0 0;
  float: left;
  padding: 12% 0 0 0;
}
.sec04 .inner.pc .image03 {
  width: 59.8%;
  margin: -4% 0% 0 auto;
  float: right;
}
.sec04 .inner.pc .image04 {
  width: 40%;
  margin: 0 0% 0 0;
  float: left;
  padding: 0% 0 0 0;
}
.sec04 .inner.pc .clear {
  clear: both;
}
@media screen and (max-width: 640px) {
  .sec04 .inner.sp {
    width: 100%;
    display: block;
    overflow: hidden;
  }
  .sec04 .inner.sp .image01 {
    width: 133%;
    margin: 0 0 0 -16%;
    padding: 1rem 0 0 0;
  }
  .sec04 .inner.sp .image02 {
    width: 73%;
    margin: 0 auto 0 0;
    padding: 0 0 0 3rem;
  }
  .sec04 .inner.sp .image03 {
    width: 90%;
    margin: 0 auto;
  }
  .sec04 .inner.sp .image04 {
    width: 90%;
    margin: 0 auto;
  }
}

/*sec05*/
.sec05 {
  background-image: url(../image/sec05_bg.png);
  background-size: cover;
  background-position: bottom center;
}
@media screen and (max-width: 640px) {
  .sec05 {
    overflow: hidden;
  }
  .sec05 .title {
    width: 70%;
    margin: 0 auto;
    padding: 2rem 0 1rem;
    display: block !important;
  }
}
.sec05 .inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 4rem 85px;
  box-sizing: border-box;
  flex-wrap: wrap;
}
.sec05 .inner .maparea {
  width: 68%;
  color: #000;
  font-weight: 600;
  padding: 0;
  border: 6px solid;
  box-sizing: border-box;
  margin: 0 0 0 3%;
}
.sec05 .inner .right img {
  margin: 0 0 20px 0;
}
@media screen and (max-width: 640px) {
  .sec05 .inner .right img {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .sec05 .inner {
    display: block;
    padding: 0 0 2rem 0;
    text-align: center;
  }
  .sec05 .inner .maparea {
    width: 100%;
    color: #000;
    font-weight: 600;
    padding: 0;
    border: 2px solid;
    box-sizing: border-box;
    margin: 0;
  }
  .sec05 .inner .right .btn01 {
    width: 100%;
    margin: 16px 0;
  }
  .sec05 .inner .right .btn01 a {
    justify-content: center;
    width: 100%;
    font-size: 20px;
  }
}

/*sec06*/
.sec06 {
  background-image: url(../image/bg01.png);
  padding: 0 0 2% 0;
  overflow: hidden;
}
.sec06 .image {
  position: relative;
  margin: 4% auto;
}
.sec06 .image img {
  margin: 0 auto;
  display: block;
}
.sec06 .image .btn01 {
  width: 300px;
  position: absolute;
  right: 0;
  bottom: 0;
}
@media screen and (max-width: 640px) {
  .sec06 .image .btn01 {
    position: relative;
    right: 0;
    bottom: 0;
    margin: 1rem auto;
  }
}
.sec06 .image .btn01 a {
  font-size: clamp(24px, 3.3854166667vw, 26px);
  justify-content: center;
  padding: 1rem 0.6rem 1rem 1.2rem;
}
@media screen and (max-width: 640px) {
  .sec06 .cv {
    width: 100%;
  }
}

footer {
  background-color: #1c2e6c;
  display: flex;
  justify-content: space-evenly;
  color: #FFF;
  font-size: 15px;
  align-items: center;
  padding: 15px 0;
}
footer .logo {
  display: flex;
  align-items: center;
}
footer .logo img {
  height: 26px;
  margin: 0 10px 0 0;
}
footer + nav {
  display: none;
}
@media screen and (max-width: 640px) {
  footer + nav {
    display: block;
  }
}
footer + nav {
  z-index: 100;
  position: fixed;
  bottom: 0;
  height: 60px;
  background-color: #003292;
  width: 100%;
}
footer + nav ul {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-around;
}
footer + nav ul li {
  border-right: 1px solid #3f5b8f;
}
footer + nav ul li a {
  color: #FFF !important;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  padding: 10px;
  width: 100%;
  box-sizing: border-box;
}
footer + nav ul li:first-child a::before {
  font-family: "Material Icons";
  content: "\e0ee";
  margin: 0 5px;
  font-size: 26px;
  display: block;
  line-height: 1;
}
footer + nav ul li:nth-child(2) a::before {
  font-family: "Material Icons";
  content: "\ea40";
  margin: 0 5px;
  font-size: 26px;
  display: block;
  line-height: 1;
}
footer + nav ul li:last-child {
  border-right: none;
}
footer + nav ul li:last-child a {
  flex-direction: column;
}
footer + nav ul li:last-child a::before {
  font-family: "Material Icons";
  content: "\e0cd";
  margin: 0 5px;
  font-size: 26px;
  display: block;
}/*# sourceMappingURL=contents.css.map */