@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
#wrapper {
  width: 100%;
  overflow: hidden;
}

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;
}

html {
  scroll-behavior: smooth;
}

@media only screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}
body {
  font-size: 18px;
  line-height: 1.7;
}

@media only screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
  body {
    font-size: 14px;
    line-height: 1.7;
  }
}
body {
  line-height: 1.6;
  color: #000;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 16px;
  }
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

.inner {
  max-width: 1500px;
  margin: auto;
  padding: 0px 50px;
  position: relative;
}
@media screen and (max-width: 768px) {
  .inner {
    padding: 0px 20px;
  }
}

.mb_1 {
  margin-bottom: 1em !important;
}

@media only screen and (max-width: 768px) {
  .sp_none {
    display: none !important;
  }
}
@media only screen and (min-width: 769px) {
  .pc_none {
    display: none !important;
  }
}
/****************************/
@media screen and (max-width: 768px) {
  #wrap {
    padding: 0px 10px;
  }
}
header {
  position: relative;
  max-width: 1200px;
  padding: 10px 20px;
  text-align: right;
  margin: auto;
}

header h1 {
  text-align: right;
}

header h1 img {
  width: 210px;
  height: auto;
}

@media screen and (max-width: 768px) {
  header h1 img {
    width: 140px;
    height: auto;
  }
}
#mainV {
  /* background-color: #f8e3ed; */
  width: 100%;
  /* overflow: hidden; */
  /* max-width:1200px; */
  margin: auto;
  position: relative;
}
#mainV .logo {
  display: block;
  z-index: 1;
  left: 0;
  top: 0;
  background-color: #000;
}
@media screen and (max-width: 768px) {
  #mainV .logo {
    width: 100%;
  }
}
#mainV .logo img {
  width: 17%;
  display: block;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #mainV .logo img {
    width: 35%;
  }
}

#mainV img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  #mainV {
    /* background-color: #f8e3ed; */
    width: 100%;
    /* overflow: hidden; */
    max-width: 1200px;
    margin: auto;
    position: relative;
    /* aspect-ratio: 1 /1.2; */
  }
  #mainV img {
    width: 100%;
  }
}
.sec_1 {
  background-color: #eef0f1;
}
.sec_1 .inner {
  width: min(90%, 1200px);
  margin: auto;
  padding: 100px 0px;
}
@media screen and (max-width: 768px) {
  .sec_1 .inner {
    padding: 50px 0px;
  }
}
.sec_1 .inner .lead {
  padding: 50px 0px 0px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .sec_1 .inner .lead {
    padding-top: 30px;
  }
}
.sec_1 .inner ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec_1 .inner ul {
    flex-wrap: wrap;
  }
}
.sec_1 .inner ul li {
  width: 30%;
  position: relative;
  container-type: inline-size;
  list-style: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 768px) {
  .sec_1 .inner ul li {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sec_1 .inner ul li a {
  color: #000;
}
.sec_1 .inner ul li img {
  width: 100%;
  height: auto;
}
.sec_1 .inner ul li .body {
  position: absolute;
  width: 60%;
  top: 0;
  right: 0;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10%;
  box-sizing: border-box;
  text-align: center;
}
.sec_1 .inner ul li .body h3 {
  width: 100%;
  font-size: 6cqw;
}
.sec_1 .inner ul li .body p {
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  text-align: left;
  font-weight: bold;
  font-size: 5.5cqw;
  padding-bottom: 2cqw;
}

.sec_2 {
  padding: 100px 0px;
}
@media screen and (max-width: 768px) {
  .sec_2 {
    padding: 50px 0px;
  }
}
.sec_2 img {
  display: block;
  width: min(90%, 1000px);
  margin: auto;
}
.sec_2 img:last-child {
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  .sec_2 img:last-child {
    padding-top: 50px;
  }
}

.sec_3 {
  position: relative;
}
@media screen and (max-width: 768px) {
  .sec_3 {
    width: 100%;
    overflow-x: scroll;
  }
}
.sec_3 a {
  width: 100%;
  min-width: 800px;
  display: block;
}
.sec_3 img {
  width: 100%;
  position: relative;
}
.sec_3 img.cover {
  position: absolute;
  left: 0;
  right: 0;
  z-index: 2;
  opacity: 0;
  transition: all 0.5s linear;
}
.sec_3 img.cover:hover {
  opacity: 1;
}
.sec_3 .note {
  font-size: 13px;
  text-align: right;
}

#copy {
  text-align: right;
  padding: 30px 10px;
}/*# sourceMappingURL=style.css.map */