/* ---------- reset --------- */
@import url("https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Noto+Sans+JP:wght@100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
html, body {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

div, p, table, tbody, thead, th, tr, td, form, fieldset, input, textarea, blockquote, header, footer, nav, article, section, dl, dt, dd, ul, ol, li {
  margin: 0;
  padding: 0;
}

h1, h2, h3, h4, h5 {
  margin: 0;
  padding: 0;
  line-height: 1.0;
  font-style: normal;
}

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal;
}

body {
  line-height: 1;
}

ol, ul, li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

fieldset, img {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

button, textarea, select, input {
  margin: 0;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  border: none;
  background: transparent;
}

header, footer, section, main, p, div, ul, li, span, a {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

strong {
  font-weight: 500;
}

/* ---------- Base --------- */
* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* ---------- font --------- */
/*
.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

.zen-kaku-gothic-new {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.inter-<uniquifier> {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/
html {
  font-size: 62.5%;
  height: 100%;
}

body {
  font-size: 1.4rem;
  font-family: "Inter","Zen Kaku Gothic New", serif;
  font-weight: 500;
  font-style: normal;
  -webkit-font-feature-settings: 'palt', auto;
  font-feature-settings: 'palt', auto;
  -webkit-font-kerning: auto;
  font-kerning: auto;
  font-display: swap;
  text-rendering: optimizeLegibility;
  -webkit-text-size-adjust: 100%;
  color: #000;
  background: #BCA475;
}
@media screen and (max-width: 900px), print {
  body {
    min-width: initial;
  }
}

.body_bk {
  width: 100%;
  height: 100lvh;
  display: block;
  background: url(../img/bk.svg) repeat top center;
  background-size: 1400px 900px;
  position: fixed;
  z-index: 0;
  top: 0;
}
@media screen and (max-width: 900px), print {
  .body_bk {
    background: url(../img/bk-sp.svg) repeat top center;
    background-size: 100% auto;
  }
}

img.iep {
  object-fit: cover;
  font-family: "object-fit: cover;";
}

.sp {
  display: none !important;
}

a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
a:active {
  color: #FFF;
}
a:focus {
  outline: none;
}
a.nolink {
  pointer-events: none;
}

a, input[type=radio], input[type=checkbox], input[type=submit], button, select {
  cursor: pointer;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}
img.nophoto {
  width: 58% !important;
  height: auto !important;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: block;
}

@media screen and (max-width: 900px), print {
  body {
    min-width: 100%;
  }

  .sp {
    display: block !important;
  }

  .pc {
    display: none !important;
  }
}
/* =============================================================

Wrapper

* ============================================================= */
.l-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 100lvh;
  height: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.l-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
}

#js-wrapper {
  /*top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  //overflow-y: scroll;
  //-webkit-overflow-scrolling: touch;*/
}

.l-wrapper__inner {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  min-height: 0%;
}

.pace-done .l-wrapper {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}

.l-wrapper.is-resizing * {
  -moz-transition: none !important;
  -o-transition: none !important;
  -webkit-transition: none !important;
  transition: none !important;
}

@media screen and (max-width: 900px), print {
  .l-wrapper {
    min-width: 100%;
  }

  .l-wrapper__inner {
    display: block;
  }
}
/* =============================================================

Pace

* ============================================================= */
.pace {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 15000;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -moz-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  -webkit-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease;
  background: #BCA475;
}

.pace.pace-inactive {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

/* =============================================================

  opening setting

* ============================================================= */
@-moz-keyframes bouncefadeIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  30% {
    -moz-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes bouncefadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  30% {
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes bouncefadeIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    transform: scale(0, 0);
  }
  30% {
    -moz-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(0.8, 0.8);
    -ms-transform: scale(0.8, 0.8);
    -webkit-transform: scale(0.8, 0.8);
    transform: scale(0.8, 0.8);
  }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* =============================================================

  header

* ============================================================= */
header {
  width: 240px;
  z-index: 999;
  position: fixed;
  top: 0;
  left: 30px;
}
@media screen and (max-width: 900px), print {
  header {
    width: 30.6vw;
    left: 5.33vw;
  }
}
header .__inner {
  width: 100%;
  position: relative;
}
header .logo {
  display: block;
  margin: 0 0 16px;
  width: 120px;
  height: 90px;
  background: url(../img/logo_10yrs.svg) no-repeat 0 0;
  background-size: 100% auto;
  text-indent: -9999px;
}
@media screen and (max-width: 900px), print {
  header .logo {
    width: 21.33vw;
    height: 16vw;
    margin: 0 0 2.1vw;
  }
}

footer {
  width: 100%;
  position: relative;
}
footer .__inner {
  width: 1080px;
  height: 360px;
  margin: 0 auto;
  padding: 64px 0 0 620px;
  background: url(../img/f-bk2.webp) no-repeat 80px bottom;
  background-size: 680px auto;
}
@media screen and (max-width: 900px), print {
  footer .__inner {
    width: 100%;
    height: 142vw;
    padding: 12vw 5.33vw 0;
    margin-bottom: 10vw;
    background: url(../img/f-bk2.webp) no-repeat bottom center;
    background-size: 80vw auto;
  }
}
footer .credit {
  font-size: 1.3rem;
  line-height: 2.0;
  padding: 0 0 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 900px), print {
  footer .credit {
    padding: 0 0 10vw 6.66vw;
    font-size: 1.5rem;
  }
}
footer .copy {
  font-size: 1.4rem;
  line-height: 1.0;
}
@media screen and (max-width: 900px), print {
  footer .copy {
    text-align: center;
  }
}

.pagetop {
  position: absolute;
  right: 30px;
  bottom: 40px;
}
@media screen and (max-width: 900px), print {
  .pagetop {
    position: static;
  }
}
.pagetop a {
  display: block;
  width: 80px;
  height: 80px;
  background: #EDE1CA url(../img/arw-up-bk.svg) no-repeat center;
  background-size: 24px auto;
}
@media screen and (max-width: 900px), print {
  .pagetop a {
    margin: 40px auto 0;
    width: 16vw;
    height: 16vw;
    background: #EDE1CA url(../img/arw-up-bk.svg) no-repeat center;
    background-size: 6.2vw auto;
  }
}
.pagetop a:hover {
  background: #425057 url(../img/arw-up-wt.svg) no-repeat center;
  background-size: 24px auto;
}
@media screen and (max-width: 900px), print {
  .pagetop a:hover {
    background: #425057 url(../img/arw-up-wt.svg) no-repeat center;
    background-size: 6.2vw auto;
  }
}

/* =============================================================

Drawer

* ============================================================= */
.drawer-hamburger {
  margin: 0 0 16px;
}
@media screen and (max-width: 900px), print {
  .drawer-hamburger {
    margin-bottom: 2.1vw;
  }
}

.l-header-hamburger {
  width: 95px;
  height: 34px;
  background: url(../img/menu-open.svg) no-repeat 0 0;
  background-size: 100% auto;
  cursor: pointer;
}
@media screen and (max-width: 900px), print {
  .l-header-hamburger {
    width: 19.46vw;
    height: 6.4vw;
  }
}

.is-drawer-open .l-header-hamburger {
  background: url(../img/menu-close.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.navigation-box {
  display: block;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.4s;
  -o-transition: all 0.4s;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.is-drawer-open .navigation-box {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  visibility: visible;
}

.global-nav ul li {
  margin-bottom: 8px;
}
@media screen and (max-width: 900px), print {
  .global-nav ul li {
    margin-bottom: 2.1vw;
  }
}
.global-nav ul li a {
  padding: 8px 10px;
  display: inline-block;
  background: #EDE1CA;
  font-size: 1.4rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 900px), print {
  .global-nav ul li a {
    padding: 1.6vw 1.8vw;
    font-size: 1.2rem;
  }
}
.global-nav ul li a:hover {
  background: #425057;
  color: #FFF;
}

.fv-box {
  position: relative;
  width: 100%;
  height: 1700px;
  background: url(../img/fv.webp) no-repeat top center;
  background-size: 1200px auto;
}
@media screen and (max-width: 1400px), print {
  .fv-box {
    height: 122vw;
    background: url(../img/fv.webp) no-repeat top center;
    background-size: 85.71vw auto;
  }
}
@media screen and (max-width: 900px), print {
  .fv-box {
    height: 184vw;
    background: url(../img/fv.webp) no-repeat center 24.53vw;
    background-size: 100% auto;
  }
}
.fv-box .rohm-logo a {
  display: block;
  width: 112px;
  height: 24px;
  background: url(../img/logo_rohm.svg) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 30px;
  right: 30px;
  text-indent: -99999px;
}
@media screen and (max-width: 900px), print {
  .fv-box .rohm-logo a {
    width: 17vw;
    height: 3.7vw;
    top: 5.33vw;
    right: 5.33vw;
  }
}
.fv-box .rohm-logo a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  z-index: 999;
}
.fv-box .t {
  display: block;
  width: 520px;
  height: 465px;
  background: url(../img/fv-txt.webp) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 80px;
  right: calc(50% - 383px);
}
.fv-box .t p {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
@media screen and (max-width: 1400px), print {
  .fv-box .t {
    width: 37.14vw;
    height: 33.21vw;
    right: calc(50% - 27.35vw);
  }
}
@media screen and (max-width: 900px), print {
  .fv-box .t {
    width: 64vw;
    height: 57.33vw;
    top: 21.33vw;
    right: 2.66vw;
  }
}
.fv-box .d {
  display: block;
  width: 228px;
  height: 391px;
}
.fv-box .d p {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.fv-box .d.pc {
  background: url(../img/fv-date.webp) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: 280px;
  right: calc(50% - 670px);
}
@media screen and (max-width: 1400px), print {
  .fv-box .d.pc {
    right: 30px;
  }
}
.fv-box .d.sp {
  background: url(../img/fv-date-sp.webp) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 1400px), print {
  .fv-box .d {
    width: 16.28vw;
    height: 27.92vw;
  }
}
@media screen and (max-width: 900px), print {
  .fv-box .d {
    width: 53.33vw;
    height: 8.53vw;
    margin-bottom: 2.1vw;
  }
}
.fv-box .btn-box {
  position: absolute;
  top: calc(100lvh - 156px);
  left: 30px;
}
@media screen and (max-width: 900px), print {
  .fv-box .btn-box {
    top: 170vw;
    left: 5.33vw;
  }
}
.fv-box .btn-box li {
  margin-bottom: 8px;
}
@media screen and (max-width: 900px), print {
  .fv-box .btn-box li {
    margin-bottom: 2.1vw;
  }
}
.fv-box .btn-box a {
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 22px 30px 22px 20px;
  background: #EDE1CA url(../img/arrow-bk.svg) no-repeat 94% center;
  background-size: 6px 10px;
}
@media screen and (max-width: 900px), print {
  .fv-box .btn-box a {
    font-size: 1.2rem;
    padding: 2.33vw 4.66vw 2.33vw 1.4vw;
    background: #EDE1CA url(../img/arrow-bk.svg) no-repeat 94% center;
    background-size: 1.2vw auto;
  }
}
.fv-box .btn-box a:hover {
  color: #FFF;
  background: #425057 url(../img/arrow-wt.svg) no-repeat 94% center;
  background-size: 6px 10px;
}
@media screen and (max-width: 900px), print {
  .fv-box .btn-box a:hover {
    background: #425057 url(../img/arrow-wt.svg) no-repeat 94% center;
    background-size: 1.2vw auto;
  }
}

.news {
  width: 1080px;
  margin: 0 auto 60px;
}
@media screen and (max-width: 900px), print {
  .news {
    width: calc(100% - 10.66vw);
    margin: 0 auto 20vw;
  }
}
.news .new {
  background: #425057;
  padding: 25px 30px;
  height: 70px;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 900px), print {
  .news .new {
    padding: 4.33vw 5.33vw;
    height: auto;
    display: block;
  }
}
.news .new span {
  font-size: 1.5rem;
  font-weight: 500;
  padding-right: 25px;
  color: #FFF;
}
@media screen and (max-width: 900px), print {
  .news .new span {
    display: block;
    padding-right: 0;
    font-size: 1.3rem;
    padding-bottom: 1.8vw;
  }
}
.news .new a {
  flex: 1;
  font-size: 1.5rem;
  font-weight: 700;
  color: #FFF;
  text-decoration: underline;
}
.news .new a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
@media screen and (max-width: 900px), print {
  .news .new a {
    font-size: 1.3rem;
  }
}

.popup-box {
  padding: 130px 0;
}
@media screen and (max-width: 900px), print {
  .popup-box {
    padding: 20vw 5.33vw;
  }
}
.popup-box .__inner {
  width: 960px;
  margin: 0 auto;
  background: #FFF;
  padding: 90px 84px;
  position: relative;
}
@media screen and (max-width: 900px), print {
  .popup-box .__inner {
    width: 100%;
    padding: 9.33vw 5.33vw;
  }
}
.popup-box .btn-close {
  cursor: pointer;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.popup-box .btn-close.__1 {
  width: 65px;
  height: 40px;
  background: url(../img/btn-close.svg) no-repeat 0 0;
  background-size: 100% auto;
  position: absolute;
  top: -64px;
  right: 0;
}
@media screen and (max-width: 900px), print {
  .popup-box .btn-close.__1 {
    width: 10.4vw;
    height: 6.4vw;
    top: -10.66vw;
  }
}
.popup-box .btn-close.__1:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.popup-box .btn-close.__2 {
  width: 310px;
  height: 65px;
  background: #EDE1CA;
  margin: 64px auto 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 900px), print {
  .popup-box .btn-close.__2 {
    width: 78.93vw;
    height: 14.93vw;
    margin: 6.4vw auto 0;
  }
}
.popup-box .btn-close.__2 span.i {
  width: 27px;
  height: 17px;
  background: url(../img/btn-close-bk.svg) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 900px), print {
  .popup-box .btn-close.__2 span.i {
    width: 7.2vw;
    height: 4.53vw;
  }
}
.popup-box .btn-close.__2 span.t {
  font-size: 2.4rem;
  font-weight: 700;
  padding-left: 25px;
}
@media screen and (max-width: 900px), print {
  .popup-box .btn-close.__2 span.t {
    padding-left: 6.66vw;
  }
}
.popup-box .btn-close.__2:hover {
  background: #425057;
}
.popup-box .btn-close.__2:hover span.i {
  background: url(../img/btn-close-wt.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.popup-box .btn-close.__2:hover span.t {
  color: #FFF;
}
.popup-box .ttl {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.0;
  margin-bottom: 70px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  display: none;
}
.popup-box .midashi {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px), print {
  .popup-box .midashi {
    font-size: 1.8rem;
    margin-bottom: 8vw;
  }
}
.popup-box .txt p {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.8;
}
.popup-box .txt p.t-right {
  text-align: right;
}
.popup-box .txt p:not(:last-child) {
  padding-bottom: 30px;
}
@media screen and (max-width: 900px), print {
  .popup-box .txt p:not(:last-child) {
    padding-bottom: 8vw;
  }
}
@media screen and (max-width: 900px), print {
  .popup-box .txt p {
    padding-bottom: 1.4vw;
  }
}
.popup-box .pic img {
  width: 50%;
  height: auto;
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 900px), print {
  .popup-box .pic img {
    width: 80%;
  }
}
.popup-box .prof {
  display: -webkit-flex;
  display: flex;
  border-top: #BFBFBF solid 1px;
  border-bottom: #BFBFBF solid 1px;
  padding: 45px;
  margin: 50px 0 0;
}
@media screen and (max-width: 900px), print {
  .popup-box .prof {
    display: block;
    padding: 6.6vw 5.33vw;
    margin: 6.6vw 0 0;
  }
}
.popup-box .prof .p {
  width: 40%;
}
@media screen and (max-width: 900px), print {
  .popup-box .prof .p {
    width: 100%;
    padding: 0 5.33vw;
    margin: 0 0 8vw;
  }
}
.popup-box .prof .p img {
  width: 100%;
  height: auto;
}
.popup-box .prof .p p {
  padding: 6px 0 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 900px), print {
  .popup-box .prof .p p {
    padding: 1.8vw 0 0;
  }
}
.popup-box .prof .t {
  flex: 1;
  font-size: 1.4rem;
  line-height: 1.8;
  padding-left: 40px;
}
@media screen and (max-width: 900px), print {
  .popup-box .prof .t {
    padding-left: 0;
  }
}
.popup-box .prof .t strong {
  font-weight: 700;
}
.popup-box .prof .t a {
  text-decoration: underline;
}
.popup-box .prof .t a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}

.mfp-hide {
  display: none;
}

.mfp-move {
  /* animate in */
  /* animate out */
}
.mfp-move .mfp-with-anim {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.mfp-move.mfp-bg {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -moz-transition: all 0.75s ease-in-out;
  -o-transition: all 0.75s ease-in-out;
  -webkit-transition: all 0.75s ease-in-out;
  transition: all 0.75s ease-in-out;
}
.mfp-move.mfp-ready .mfp-with-anim {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.mfp-move.mfp-ready.mfp-bg {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
  background: rgba(0, 0, 0, 0.8);
}
.mfp-move.mfp-removing .mfp-with-anim {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.mfp-move.mfp-removing.mfp-bg {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.mfp-wrap {
  -webkit-overflow-scrolling: touch;
  -webkit-transform: translateZ(0);
  z-index: 999999;
}

.content-box {
  position: relative;
}
.content-box h2 {
  display: block;
  text-align: center;
  margin: 0 auto 80px;
}
@media screen and (max-width: 900px), print {
  .content-box h2 {
    margin: 0 auto 10.66vw;
  }
}
.content-box h2 span {
  display: inline-block;
  border: #EDE1CA solid 1px;
  padding: 25px 65px;
  line-height: 1.0;
  color: #FFF;
  font-size: 3.2rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 900px), print {
  .content-box h2 span {
    padding: 4.5vw 8.8vw;
    font-size: 2.4rem;
  }
}
.content-box .__inner {
  padding: 50px 0 100px;
  position: relative;
}
@media screen and (max-width: 900px), print {
  .content-box .__inner {
    padding: 0 0 20vw;
  }
}
.content-box .cloud-r {
  position: absolute;
  right: 0;
  width: 755px;
  height: 480px;
  background: url(../img/bk-cloud-1-pc.webp) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 900px), print {
  .content-box .cloud-r {
    width: 74.66vw;
    height: 66.66vw;
    background: url(../img/bk-cloud-1-sp.webp) no-repeat 0 0;
    background-size: 100% auto;
  }
}
.content-box .cloud-l {
  position: absolute;
  left: 0;
  width: 750px;
  height: 485px;
  background: url(../img/bk-cloud-2-pc.webp) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 900px), print {
  .content-box .cloud-l {
    width: 94.66vw;
    height: 70.93vw;
    background: url(../img/bk-cloud-2-sp.webp) no-repeat 0 0;
    background-size: 100% auto;
  }
}

.jigyo-lists {
  width: 1080px;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 900px), print {
  .jigyo-lists {
    width: 100%;
    padding: 0 5.33vw;
    display: block;
  }
}
.jigyo-lists li {
  width: 500px;
  margin-bottom: 64px;
}
@media screen and (max-width: 900px), print {
  .jigyo-lists li {
    width: 100%;
    margin-bottom: 10vw;
  }
}
.jigyo-lists li .pic {
  width: 100%;
  height: 282px;
  margin-bottom: 20px;
  background: #BCA475;
}
@media screen and (max-width: 900px), print {
  .jigyo-lists li .pic {
    height: 46.66vw;
    margin-bottom: 8vw;
  }
}
.jigyo-lists li .pic img {
  width: auto;
  height: 100%;
  display: block;
  margin: 0 auto;
}
.jigyo-lists li h3 {
  font-size: 2.2rem;
  line-height: 1.4;
  margin-bottom: 10px;
}
@media screen and (max-width: 900px), print {
  .jigyo-lists li h3 {
    font-size: 1.8rem;
    margin-bottom: 1.8vw;
  }
}
.jigyo-lists li .date {
  font-size: 1.6rem;
  line-height: 1.0;
  margin-bottom: 15px;
}
@media screen and (max-width: 900px), print {
  .jigyo-lists li .date {
    font-size: 1.4rem;
    margin-bottom: 2vw;
  }
}
.jigyo-lists li .h {
  font-size: 1.6rem;
  line-height: 1.8;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 900px), print {
  .jigyo-lists li .h {
    font-size: 1.4rem;
  }
}

#renkei .cloud-r {
  top: -200px;
}
@media screen and (max-width: 900px), print {
  #renkei .cloud-r {
    top: -53.33vw;
  }
}
#renkei .cloud-l {
  bottom: -145px;
}
@media screen and (max-width: 900px), print {
  #renkei .cloud-l {
    bottom: -32vw;
  }
}
#renkei .txt-box {
  width: 840px;
  margin: 0 auto 80px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
@media screen and (max-width: 900px), print {
  #renkei .txt-box {
    width: 100%;
    padding: 0 5.33vw;
    margin: 0 0 6.66vw;
    display: block;
  }
}
#renkei .txt-box .t {
  flex: 1;
  font-size: 1.8rem;
  line-height: 1.7;
  padding-right: 50px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 900px), print {
  #renkei .txt-box .t {
    font-size: 1.5rem;
    padding-right: 0;
    padding-bottom: 10.66vw;
  }
}
#renkei .txt-box .p {
  width: 240px;
}
@media screen and (max-width: 900px), print {
  #renkei .txt-box .p {
    width: 100%;
  }
}
#renkei .txt-box .p img {
  width: 100%;
  height: auto;
}

.jigyo-lists2 {
  width: 840px;
  margin: 0 auto 80px;
  border-top: #EDE1CA solid 1px;
}
@media screen and (max-width: 900px), print {
  .jigyo-lists2 {
    width: 100%;
    padding: 0 5.33vw;
    margin: 0 0 10.66vw;
  }
}
.jigyo-lists2 li {
  border-bottom: #EDE1CA solid 1px;
  padding: 24px 0;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 900px), print {
  .jigyo-lists2 li {
    display: block;
    padding: 5.33vw 0;
  }
}
.jigyo-lists2 li a {
  display: block;
  flex: 1;
  text-decoration: underline;
}
.jigyo-lists2 li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
}
.jigyo-lists2 li h3 {
  font-size: 2.0rem;
  line-height: 1.4;
  font-weight: 500;
  flex: 1;
  padding-left: 60px;
}
@media screen and (max-width: 900px), print {
  .jigyo-lists2 li h3 {
    font-size: 1.8rem;
    padding-left: 0;
  }
}
.jigyo-lists2 li .date {
  font-size: 1.6rem;
  line-height: 1.0;
}
@media screen and (max-width: 900px), print {
  .jigyo-lists2 li .date {
    display: block;
    padding-bottom: 1.8vw;
    font-size: 1.4rem;
  }
}

.btn a {
  background: #425057;
  width: 370px;
  height: 65px;
  display: block;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 900px), print {
  .btn a {
    width: 78.93vw;
    height: 14.93vw;
  }
}
.btn a span.i {
  width: 10px;
  height: 15px;
  background: url(../img/arrow-wt.svg) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 900px), print {
  .btn a span.i {
    width: 2.6vw;
    height: 4vw;
  }
}
.btn a span.t {
  font-size: 2.4rem;
  font-weight: 700;
  padding-right: 30px;
  color: #FFF;
}
@media screen and (max-width: 900px), print {
  .btn a span.t {
    font-size: 1.8rem;
    padding-right: 6.9vw;
  }
}
.btn a:hover {
  background: #EDE1CA;
}
.btn a:hover span.i {
  background: url(../img/arrow-wbk.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.btn a:hover span.t {
  color: #425057;
}

.greeting-box {
  width: 640px;
  margin: 0 auto;
  background: rgba(237, 225, 202, 0.6);
  padding: 80px 0;
}
@media screen and (max-width: 900px), print {
  .greeting-box {
    width: calc(100% - 10.66vw);
    padding: 10vw 0;
  }
}
.greeting-box h3 {
  text-align: center;
  font-size: 2.8rem;
  line-height: 1.0;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 900px), print {
  .greeting-box h3 {
    font-size: 2.4rem;
    margin-bottom: 7.46vw;
  }
}
.greeting-box h3 span {
  font-size: 2.0rem;
  padding-bottom: 18px;
  display: block;
}
@media screen and (max-width: 900px), print {
  .greeting-box h3 span {
    font-size: 1.6rem;
    padding-bottom: 4.53vw;
  }
}

.btn-c a {
  background: #425057;
  width: 184px;
  height: 48px;
  display: block;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 900px), print {
  .btn-c a {
    width: 78.93vw;
    height: 14.93vw;
  }
}
.btn-c a span.i {
  width: 8px;
  height: 12px;
  background: url(../img/arrow-wt.svg) no-repeat 0 0;
  background-size: 100% auto;
}
@media screen and (max-width: 900px), print {
  .btn-c a span.i {
    width: 3.2vw;
    height: 4.8vw;
  }
}
.btn-c a span.t {
  font-size: 1.6rem;
  font-weight: 700;
  padding-right: 18px;
  color: #FFF;
}
@media screen and (max-width: 900px), print {
  .btn-c a span.t {
    font-size: 1.8rem;
    padding-right: 6.9vw;
  }
}
.btn-c a:hover {
  background: #EDE1CA;
}
.btn-c a:hover span.i {
  background: url(../img/arrow-bk.svg) no-repeat 0 0;
  background-size: 100% auto;
}
.btn-c a:hover span.t {
  color: #425057;
}

#contact {
  width: 1080px;
  margin: 0 auto;
  border-bottom: #EDE1CA solid 1px;
}
@media screen and (max-width: 900px), print {
  #contact {
    width: calc(100% - 10.66vw);
  }
}

.contact-box .m_ttl {
  font-size: 2.2rem;
  line-height: 1.0;
  font-weight: 400;
  margin-bottom: 35px;
  text-align: center;
}
@media screen and (max-width: 900px), print {
  .contact-box .m_ttl {
    font-size: 1.6rem;
    margin-bottom: 7.4vw;
  }
}
.contact-box .contact {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  width: 400px;
  margin: 0 auto 25px;
  font-weight: 500;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 900px), print {
  .contact-box .contact {
    width: 100%;
    padding: 0 5.33vw;
    margin: 0 auto 5.33vw;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.contact-box .contact .m {
  font-size: 1.8rem;
  width: 45px;
}
@media screen and (max-width: 900px), print {
  .contact-box .contact .m {
    font-size: 1.6rem;
    width: 10vw;
  }
}
.contact-box .contact .num {
  font-size: 2.8rem;
  padding-right: 14px;
}
@media screen and (max-width: 900px), print {
  .contact-box .contact .num {
    font-size: 2.2rem;
    padding-right: 0;
  }
}
.contact-box .caution {
  flex: 1;
  font-size: 1.4rem;
}
@media screen and (max-width: 900px), print {
  .contact-box .caution {
    width: 100%;
    font-size: 1.5rem;
    text-align: center;
    margin: -2.6vw 0 5.33vw;
  }
}
.contact-box .address {
  font-size: 1.6rem;
  text-align: center;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 900px), print {
  .contact-box .address {
    font-size: 1.4rem;
    line-height: 1.8;
  }
}
