@charset "UTF-8";
/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

button, [type=button], [type=reset], [type=submit] {
  cursor: pointer;
}

button:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  cursor: default;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px; /* 1 */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

[type=number] {
  -moz-appearance: textfield;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/********************
AG2Origin
   https://ag2works.tokyo/
   Ver 2.0 - 5 January 2023
   License: none (public domain)
********************/
* {
  font-family: Helvetica, Arial, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html, body {
  width: 100%;
  min-width: 320px;
  line-height: 1;
  word-wrap: break-word;
  word-break: normal;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

pre, code {
  background-color: #272822;
  color: #f8f8f2;
}

pre {
  padding: 2em 1em;
  margin: 15px auto;
}

a {
  color: #44A7C2;
  transition: 0.2s;
}

a:hover {
  color: #000;
  text-decoration: none;
}

img, svg {
  width: auto;
  height: auto;
}

hr {
  color: #505050;
}

input:not([type=radio]):not([type=checkbox]), button, textarea, select {
  outline: none;
  background-color: #fff;
  caret-color: #000;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
  border: 1px solid;
  padding: 5px;
}

button:not(:disabled), input[type=button]:not(:disabled), input[type=reset]:not(:disabled), input[type=submit]:not(:disabled) {
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  transition: 0.2s;
}

button:not(:disabled):hover, input[type=button]:not(:disabled):hover, input[type=reset]:not(:disabled):hover, input[type=submit]:not(:disabled):hover {
  background-color: #909090;
  border: 1px solid #909090;
}

button:disabled, input[type=submit]:disabled, [type=button]:disabled, [type=reset]:disabled, [type=submit]:disabled {
  background-color: #ccc;
  color: #fff;
  border: 1px solid #ccc;
  cursor: not-allowed;
}

/**********************************
Start of block-content
**********************************/
.block-content {
  counter-reset: headline001;
  text-align: left;
  font-size: var(--ag2txt);
  line-height: var(--ag2txtlh);
  /*font-feature-settings: 'palt';*/
  letter-spacing: 0.02em;
}
.block-content blockquote {
  position: relative;
  width: 90%;
  background-color: #ffffff;
  color: #909090;
  font-size: 90%;
  font-style: italic;
  line-height: var(--ag2txtlh);
  padding: 40px 20px;
  margin: 20px auto;
  border: 1px solid #eeeeee;
}
.block-content blockquote::before, .block-content blockquote::after {
  position: absolute;
}
.block-content blockquote::before {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M6.857%2C15.193L6.857%2C15.193c0.021%2C1.189%2C1.135%2C2.163%2C2.477%2C2.163h1.943c1.341%2C0%2C2.438%2C1.097%2C2.438%2C2.438v6.553%20c0%2C1.341-1.097%2C2.438-2.438%2C2.438H2.438C1.097%2C28.785%2C0%2C27.688%2C0%2C26.347v-8.99c0-6.044%2C1.816-8.997%2C5.054-12.216%20c0.663-0.66%2C1.282-1.264%2C1.282-1.264c0.958-0.938%2C2.457-0.871%2C3.329%2C0.147l1.219%2C1.423c0.873%2C1.019%2C0.828%2C2.388-0.099%2C3.042%20c0%2C0%2C0%2C0-0.947%2C0.817C7.916%2C10.966%2C6.857%2C12.785%2C6.857%2C15.193z%20M28.123%2C9.307C29.07%2C8.49%2C29.07%2C8.49%2C29.07%2C8.49%20c0.927-0.655%2C0.972-2.024%2C0.1-3.042l-1.22-1.423c-0.872-1.019-2.37-1.085-3.329-0.147c0%2C0-0.618%2C0.604-1.281%2C1.264%20c-3.238%2C3.219-5.054%2C6.171-5.054%2C12.216v8.99c0%2C1.341%2C1.097%2C2.438%2C2.438%2C2.438h8.838c1.341%2C0%2C2.438-1.098%2C2.438-2.438v-6.553%20c0-1.341-1.098-2.438-2.438-2.438h-1.942c-1.341%2C0-2.455-0.974-2.477-2.163l0%2C0C25.143%2C12.785%2C26.201%2C10.966%2C28.123%2C9.307z%22%2F%3E%3C%2Fsvg%3E");
  top: 0;
  left: 10px;
}
.block-content blockquote::after {
  content: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20x%3D%220px%22%20y%3D%220px%22%20width%3D%2232px%22%20height%3D%2232px%22%20viewBox%3D%220%200%2032%2032%22%3E%3Cpath%20fill%3D%22%23eee%22%20d%3D%22M25.143%2C16.806L25.143%2C16.806c-0.021-1.189-1.135-2.163-2.476-2.163h-1.943c-1.341%2C0-2.438-1.097-2.438-2.438V5.652%20c0-1.341%2C1.097-2.438%2C2.438-2.438h8.838C30.902%2C3.214%2C32%2C4.312%2C32%2C5.652v8.991c0%2C6.044-1.816%2C8.997-5.054%2C12.216%20c-0.663%2C0.659-1.282%2C1.264-1.282%2C1.264c-0.959%2C0.938-2.457%2C0.871-3.329-0.147l-1.219-1.424c-0.872-1.019-0.828-2.388%2C0.099-3.042%20c0%2C0%2C0%2C0%2C0.947-0.817C24.085%2C21.033%2C25.143%2C19.215%2C25.143%2C16.806z%20M3.876%2C22.692C2.93%2C23.51%2C2.93%2C23.51%2C2.93%2C23.51%20c-0.927%2C0.654-0.972%2C2.023-0.099%2C3.042l1.219%2C1.424c0.872%2C1.019%2C2.371%2C1.085%2C3.329%2C0.147c0%2C0%2C0.619-0.604%2C1.282-1.264%20c3.238-3.22%2C5.054-6.172%2C5.054-12.216V5.652c0-1.341-1.097-2.438-2.438-2.438H2.438C1.097%2C3.214%2C0%2C4.312%2C0%2C5.652v6.553%20c0%2C1.341%2C1.097%2C2.438%2C2.438%2C2.438h1.943c1.341%2C0%2C2.456%2C0.973%2C2.476%2C2.163l0%2C0C6.857%2C19.215%2C5.799%2C21.033%2C3.876%2C22.692z%22%2F%3E%3C%2Fsvg%3E");
  bottom: 0;
  right: 10px;
}
.block-content ol,
.block-content ul {
  padding-left: 1.5em;
  margin: 5px auto;
}
.block-content ol li,
.block-content ul li {
  list-style-position: outside;
  word-wrap: break-word;
  word-break: break-all;
  text-align: justify;
  text-justify: inter-character;
  padding: 2px 0;
}
.block-content ol li {
  list-style-type: decimal;
}
.block-content ul li {
  list-style-type: disc;
  list-style-type: "・";
}
.block-content hr {
  border-style: none;
  border: none;
  border-top: 1px solid var(--ag2black);
}
.block-content a {
  color: var(--ag2linkclr);
  text-decoration: underline;
  transition: 0.2s;
}
.block-content a:hover {
  color: var(--ag2black);
  text-decoration: none;
}
.block-content h2, .block-content h3, .block-content h4, .block-content h5, .block-content h6 {
  text-justify: inter-character;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
  margin-bottom: 15px;
}
.block-content p {
  text-justify: inter-character;
  -webkit-hyphens: auto;
  hyphens: auto;
}
.block-content img,
.block-content iframe {
  display: block;
  max-width: 100%;
  margin: 15px auto;
}
.block-content iframe {
  min-width: 150px;
  min-height: 100px;
}

/**********************************
End of block-content
**********************************/
/** Start of body **/
:root {
  --ag2side: 20px;
  --ag2txt: 16px;
  --ag2txtlh: 1.8;
  --ag2linkclr: #44A7C2;
  --ag2black: #1a1a1a;
  --ag2blackrgba: rgba(26, 26, 26, .5);
  --ag2white: #f2f2f2;
  --ag2whitergba: rgb(242, 242, 242, .9);
  --ag2red: #c1272d;
  --ag2clr001: #b29366;
  --ag2clr001rgba: rgba(178, 147, 102, .88);
  --ag2clr002: #e8cfa0;
  --ag2ffm001: "Roboto", Helvetica, Arial, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

* {
  font-family: var(--ag2ffm001);
}

::selection {
  color: var(--ag2white);
  background-color: var(--ag2clr001);
}

html,
body {
  background-color: var(--ag2black);
  color: var(--ag2white);
}

#wrap {
  position: relative;
  width: 100%;
  overflow: hidden;
}

/** End of body **/
/**********************************
***********************************
Start of mututal
***********************************
**********************************/
#google_translate_element {
  position: fixed;
  top: 15px;
  right: 15px;
}

.section-index {
  min-height: 100vh;
  min-height: 100svh;
}
.section-index.section-index01, .section-index.section-footer {
  height: 100vh;
  height: 100svh;
}

.h2-index span.span-h2-index-wrap {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}
.h2-index span.span-h2-index-wrap span {
  display: inline-block;
  line-height: 1;
}
.h2-index span.span-h2-level-index-wrap {
  display: block;
}
.h2-index span.span-h2-level-index-wrap span {
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.4;
}
.h2-index span.span-h2-level-index-wrap span .span-h2-level-star {
  padding-left: 1em;
}

.index-h2-img {
  padding: 0 0 0 var(--ag2side);
}
.index-h2-img img {
  width: 100%;
  height: auto;
}

.h3-index span {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.6;
}

/**********************************
***********************************
End of mututal
***********************************
**********************************/
/**********************************
***********************************
Start of z-index
***********************************
**********************************/
section#loader {
  z-index: 999999;
}

section#bg {
  z-index: 1;
}

#google_translate_element {
  z-index: 99999;
}

#wrap {
  z-index: 10;
}

section#fixed-nav {
  z-index: 99999;
}

/**********************************
***********************************
End of z-index
***********************************
**********************************/
/**********************************
***********************************
Start of boxFn
***********************************
**********************************/
/***** fvOff *****/
body .index01-h1-wrap, body .index01-logo-wrap {
  transform: translate3d(0px, 0px, 0px);
  opacity: 1;
  transition: 0.8s cubic-bezier(0.175, 0.575, 0.34, 1), opacity 0.6s;
}
body.fvOff .index01-h1-wrap, body.fvOff .index01-logo-wrap {
  transform: translate3d(-60px, 0px, 0px);
  opacity: 0;
}

/***** boxfv *****/
#index01-h1bar.boxfv.boxfv {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  transition: 0.6s cubic-bezier(0.175, 0.575, 0.34, 1);
}
#index01-h1bar.boxfv.boxfvOn {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

/***** boxcover *****/
.boxcover.boxfv, .boxcover.boxvw {
  display: inline-block;
  position: relative;
}
.boxcover.boxfv::after, .boxcover.boxvw::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
}
.boxcover.boxfv.boxcoverclr01::after, .boxcover.boxvw.boxcoverclr01::after {
  background-color: var(--ag2white);
}
.boxcover.boxfv.boxcoverclr02::after, .boxcover.boxvw.boxcoverclr02::after {
  background-color: var(--ag2black);
}
.boxcover.boxfv.boxcoverclr03::after, .boxcover.boxvw.boxcoverclr03::after {
  background-color: var(--ag2clr001);
}
.boxcover.boxfv.boxcoverclr04::after, .boxcover.boxvw.boxcoverclr04::after {
  background-color: var(--ag2clr002);
}
.boxcover.boxfv.boxfvOn::after, .boxcover.boxfv.boxvwOn::after, .boxcover.boxvw.boxfvOn::after, .boxcover.boxvw.boxvwOn::after {
  animation: ag2boxcover 1s cubic-bezier(0.175, 0.575, 0.34, 1) forwards;
}

@keyframes ag2boxcover {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
}
.boxcover.boxfv svg, .boxcover.boxfv span, .boxcover.boxvw svg, .boxcover.boxvw span {
  opacity: 0;
  transition: 0s 0.5s;
}
.boxcover.boxfv.boxfvOn svg, .boxcover.boxfv.boxfvOn span, .boxcover.boxfv.boxvwOn svg, .boxcover.boxfv.boxvwOn span, .boxcover.boxvw.boxfvOn svg, .boxcover.boxvw.boxfvOn span, .boxcover.boxvw.boxvwOn svg, .boxcover.boxvw.boxvwOn span {
  opacity: 1;
}

/***** boxfade *****/
.boxfade.boxfv, .boxfade.boxvw {
  opacity: 0;
  transform: translate3d(60px, 0px, 0px);
  transition: 1.2s 0.6s cubic-bezier(0.175, 0.575, 0.34, 1), opacity 0.8s 0.6s;
}
.boxfade.boxfv.boxfvOn, .boxfade.boxfv.boxvwOn, .boxfade.boxvw.boxfvOn, .boxfade.boxvw.boxvwOn {
  opacity: 1;
  transform: translate3d(0px, 0px, 0px);
}

/***** boxrotate *****/
/**********************************
***********************************
End of boxFn
***********************************
**********************************/
/**********************************
***********************************
Start of bg
***********************************
**********************************/
section#bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  overflow: hidden;
  pointer-events: none;
}

.bg-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.bg-wrap img, .bg-wrap video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**********************************
***********************************
End of bg
***********************************
**********************************/
/**********************************
***********************************
Start of loader
***********************************
**********************************/
section#loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100lvh;
  overflow: hidden;
  pointer-events: none;
  opacity: 1;
}

body.ag2loaded section#loader {
  opacity: 0;
  transition: 0.5s ease-out;
}

.loader-mon-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: var(--ag2black);
}
.loader-mon-wrap .loader-mon {
  width: 50%;
  max-width: 320px;
}
.loader-mon-wrap .loader-mon svg {
  fill: var(--ag2clr001);
  width: 100%;
  height: auto;
}

/**********************************
***********************************
End of loader
***********************************
**********************************/
/**********************************
***********************************
Start of index01-flex
***********************************
**********************************/
.index01-flex {
  display: flex;
  flex-flow: column;
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.index01-h1-wrap {
  flex: 1 1 auto;
}

.index01-logo-wrap {
  flex: 0 0 auto;
}

/**********************************
***********************************
End of index01-flex
***********************************
**********************************/
/**********************************
***********************************
Start of index01-mon
***********************************
**********************************/
.index01-mon-wrap {
  position: absolute;
  top: -8.5vw;
  right: -8.5vw;
  width: 73.3%;
  z-index: -1;
}
.index01-mon-wrap .index01-mon svg {
  width: 100%;
  height: auto;
  fill: #000000;
  opacity: 0.15;
}

/**********************************
***********************************
End of index01-mon
***********************************
**********************************/
/**********************************
***********************************
Start of index01-h1
***********************************
**********************************/
.index01-h1-wrap {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  text-align: center;
  padding: 0 15px;
}
.index01-h1-wrap .index01-h1-inner {
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%;
  max-width: 800px;
}

#index01-h1bar {
  display: inline-block;
  width: 3.2%;
  margin-right: 5.8%;
}
#index01-h1bar #svg-h1bar {
  display: inline-block;
  width: auto;
  height: 100%;
}

#h1-index01 {
  display: inline-block;
  width: 91%;
  text-align: left;
}
#h1-index01 .h1-01-wrap, #h1-index01 .h1-02-wrap, #h1-index01 .h1-03-wrap, #h1-index01 .h1-04-wrap {
  margin: 0 auto 4.8vw;
}
#h1-index01 .h1-01-inner {
  display: inline-block;
  width: 56%;
}
#h1-index01 .h1-01-inner svg#svg-h1-01 {
  width: 100%;
  height: auto;
}
#h1-index01 .h1-02-inner {
  display: inline-block;
  width: 23%;
}
#h1-index01 .h1-02-inner svg#svg-h1-02 {
  width: 100%;
  height: auto;
}
#h1-index01 .h1-03-inner {
  display: inline-block;
  width: 78%;
}
#h1-index01 .h1-03-inner svg#svg-h1-03 {
  width: 100%;
  height: auto;
}
#h1-index01 .h1-04-inner {
  display: inline-block;
  width: 20%;
}
#h1-index01 .h1-04-inner svg#svg-h1-04 {
  width: 100%;
  height: auto;
}
#h1-index01 .h1-05-inner {
  display: inline-block;
  width: 100%;
}
#h1-index01 .h1-05-inner svg#svg-h1-05 {
  width: 100%;
  height: auto;
}

/**********************************
***********************************
End of index01-h1
***********************************
**********************************/
/**********************************
***********************************
Start of index01-logo
***********************************
**********************************/
.index01-logo-wrap {
  width: 100%;
  text-align: center;
  padding: 0 0 40px;
}

.index01-logo {
  display: inline-block;
  width: 50%;
  max-width: 270px;
  max-width: 400px;
}
.index01-logo svg {
  width: 100%;
  height: auto;
  fill: var(--ag2clr002);
}

/**********************************
***********************************
End of index01-logo
***********************************
**********************************/
/**********************************
***********************************
Start of index02-roof
***********************************
**********************************/
.index02-roof-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}
.index02-roof-wrap .index02-roof {
  flex-shrink: 0;
  width: 100%;
}
.index02-roof-wrap .index02-roof .img-roof {
  width: 100%;
  height: auto;
}

/**********************************
***********************************
End of index02-roof
***********************************
**********************************/
/**********************************
***********************************
Start of index02-wrap
***********************************
**********************************/
.index02-wrap {
  background-image: url("img/bg/hmslp_img01_bg02sp.png");
  background-size: 100%;
  overflow: hidden;
}

/**********************************
***********************************
End of index02-wrap
***********************************
**********************************/
/**********************************
***********************************
Start of index02-logo
***********************************
**********************************/
.index02-logo-wrap {
  flex: 0 0 auto;
  width: 100%;
  text-align: center;
  padding: 0 0 60px;
}

.index02-logo {
  display: inline-block;
  width: 50%;
  max-width: 270px;
  max-width: 400px;
}
.index02-logo svg {
  width: 100%;
  height: auto;
  fill: var(--ag2clr001);
}

/**********************************
***********************************
End of index02-logo
***********************************
**********************************/
/**********************************
***********************************
Start of index02-img01
***********************************
**********************************/
.index02-img01-wrap {
  position: relative;
  width: 100%;
  padding-top: 150px;
  overflow: hidden;
}

.index02-img01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index02-img01 .index02-img01-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
}
.index02-img01 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**********************************
***********************************
End of index02-img01
***********************************
**********************************/
/**********************************
***********************************
Start of index02-h2
***********************************
**********************************/
.h2-index02 {
  padding: 50px var(--ag2side);
}
.h2-index02 .span-h2-index-wrap:nth-child(2) {
  color: var(--ag2clr001);
}

/**********************************
***********************************
End of index02-h2
***********************************
**********************************/
/**********************************
***********************************
Start of index02-h3
***********************************
**********************************/
.h3-index02 {
  padding: 20px var(--ag2side);
}

/**********************************
***********************************
End of index02-h3
***********************************
**********************************/
/**********************************
***********************************
Start of index02-block
***********************************
**********************************/
.index02-block-wrap {
  padding: 0 var(--ag2side) 40px;
}

/**********************************
***********************************
End of index02-block
***********************************
**********************************/
/**********************************
***********************************
Start of index02-yt
***********************************
**********************************/
.index02-yt-wrap {
  padding: 0 var(--ag2side) 50px;
}
.index02-yt-wrap .index02-yt {
  display: inline-block;
  position: relative;
  width: 100%;
  padding-top: 66.6%;
}
.index02-yt-wrap .index02-yt iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**********************************
***********************************
End of index02-yt
***********************************
**********************************/
/**********************************
***********************************
Start of index02-partition
***********************************
**********************************/
.index02-partition-wrap {
  position: relative;
  top: 1px;
  width: 100%;
}
.index02-partition-wrap svg {
  width: 100%;
  height: auto;
}

/**********************************
***********************************
End of index02-partition
***********************************
**********************************/
/**********************************
***********************************
Start of index03-wrap
***********************************
**********************************/
.index03-wrap {
  background-color: var(--ag2white);
  padding: 0 0 50px;
  overflow: hidden;
}

/**********************************
***********************************
End of index03-wrap
***********************************
**********************************/
/**********************************
***********************************
Start of index03-h2
***********************************
**********************************/
.h2-index03 {
  padding: 50px var(--ag2side);
}
.h2-index03 .span-h2-index-wrap {
  color: var(--ag2black);
}

/**********************************
***********************************
End of index03-h2
***********************************
**********************************/
/**********************************
***********************************
Start of index03-block
***********************************
**********************************/
.index03-block-wrap {
  padding: 25px var(--ag2side) 50px;
}
.index03-block-wrap .block-content {
  color: var(--ag2black);
}

/**********************************
***********************************
End of index03-block
***********************************
**********************************/
/**********************************
***********************************
Start of index03-sketch
***********************************
**********************************/
.index03-sketch-wrap {
  position: relative;
  width: 100%;
  padding-top: 150px;
  overflow: hidden;
}
.index03-sketch-wrap .index03-sketch {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.index03-sketch-wrap .index03-sketch .index03-sketch-inner {
  display: inline-block;
  height: 100%;
}
.index03-sketch-wrap .index03-sketch img {
  width: auto;
  height: 100%;
}

/**********************************
***********************************
End of index03-sketch
***********************************
**********************************/
/**********************************
***********************************
Start of index04-wrap
***********************************
**********************************/
.section-index04 {
  background-color: var(--ag2white);
}

.index04-wrap {
  position: relative;
  overflow: hidden;
  clip-path: inset(0);
  padding: 52% 0;
}

/**********************************
***********************************
End of index04-wrap
***********************************
**********************************/
/**********************************
***********************************
Start of index04-bg
***********************************
**********************************/
.index04-bg-wrap {
  object-fit: cover;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.index04-bg-wrap .index04-bg {
  position: relative;
  width: 100%;
  height: 100%;
}
.index04-bg-wrap .index04-bg::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--ag2blackrgba);
  width: 100%;
  height: 100%;
}
.index04-bg-wrap .index04-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/**********************************
***********************************
End of index04-bg
***********************************
**********************************/
/**********************************
***********************************
Start of index04-mon01
***********************************
**********************************/
.index04-mon01-wrap {
  position: absolute;
  top: 8.5vw;
  right: -8.5vw;
  width: 73.3%;
  z-index: -1;
}
.index04-mon01-wrap .index04-mon01 svg {
  width: 100%;
  height: auto;
  fill: var(--ag2white);
  opacity: 0.1;
}

/**********************************
***********************************
End of index04-mon01
***********************************
**********************************/
/**********************************
***********************************
Start of index04-h2
***********************************
**********************************/
.h2-index04 {
  padding: 50px var(--ag2side);
}
.h2-index04 .span-h2-index-wrap:nth-child(4) {
  color: var(--ag2clr001);
}

/**********************************
***********************************
End of index04-h2
***********************************
**********************************/
/**********************************
***********************************
Start of index04-block
***********************************
**********************************/
.index04-block-wrap {
  padding: 0 var(--ag2side) 70px;
}

.index04-block-img-wrap {
  padding: 25px 0 0;
}
.index04-block-img-wrap .index04-block-img img {
  width: 100%;
  height: auto;
}

/**********************************
***********************************
End of index04-block
***********************************
**********************************/
/**********************************
***********************************
Start of index04-mon02
***********************************
**********************************/
.index04-mon02-wrap {
  text-align: center;
}
.index04-mon02-wrap .index04-mon02 {
  display: inline-block;
  width: 52%;
  max-width: 370px;
}
.index04-mon02-wrap .index04-mon02 svg {
  width: 100%;
  height: auto;
}

/**********************************
***********************************
End of index04-mon02
***********************************
**********************************/
/**********************************
***********************************
Start of index04-matsu
***********************************
**********************************/
.index04-matsu-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.index04-matsu-wrap.index04-matsu01-wrap {
  position: absolute;
  top: -2px;
  left: 0;
}
.index04-matsu-wrap.index04-matsu02-wrap {
  position: absolute;
  bottom: -2px;
  left: 0;
}
.index04-matsu-wrap .index04-matsu {
  flex-shrink: 0;
}
.index04-matsu-wrap .index04-matsu svg {
  width: 100%;
  height: auto;
}

.index04-matsu01 {
  width: 100%;
}

.index04-matsu02 {
  width: 150%;
}

/**********************************
***********************************
End of index04-matsu
***********************************
**********************************/
/**********************************
***********************************
Start of index05-partition
***********************************
**********************************/
.index05-partition-wrap {
  background-color: var(--ag2white);
  padding: 50px 0 0;
  overflow: hidden;
}
.index05-partition-wrap svg {
  width: 100%;
  height: auto;
}

/**********************************
***********************************
End of index05-partition
***********************************
**********************************/
/**********************************
***********************************
Start of index05-wrap
***********************************
**********************************/
.index05-wrap {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0 0 100px;
  overflow: hidden;
}

/**********************************
***********************************
End of index05-wrap
***********************************
**********************************/
/**********************************
***********************************
Start of index05-h2
***********************************
**********************************/
.h2-index05 {
  padding: 50px var(--ag2side);
}
.h2-index05 .span-h2-index-wrap {
  color: var(--ag2black);
}
.h2-index05 .span-h2-index-wrap:nth-child(2) {
  color: var(--ag2clr001);
}
.h2-index05 .span-h2-level-index-wrap {
  color: var(--ag2clr001);
}

/**********************************
***********************************
End of index05-h2
***********************************
**********************************/
/**********************************
***********************************
Start of index05-h3
***********************************
**********************************/
.h3-index05 {
  padding: 20px var(--ag2side);
  color: var(--ag2black);
}

/**********************************
***********************************
End of index05-h3
***********************************
**********************************/
/**********************************
***********************************
Start of index05-block
***********************************
**********************************/
.index05-block-wrap {
  color: var(--ag2black);
  padding: 0 var(--ag2side);
}

/**********************************
***********************************
End of index05-block
***********************************
**********************************/
/**********************************
***********************************
Start of index05-ul
***********************************
**********************************/
.ul-index05 {
  padding: 20px var(--ag2side);
}
.ul-index05 .li-index05 {
  padding: 0 0 25px;
}
.ul-index05 .li-index05:last-child {
  padding: 0;
}

.block-li-index05 {
  background-color: #fff;
  color: var(--ag2black);
  border-radius: 2px;
  padding: 25px;
}
.block-li-index05 .block-li-index05-img img {
  width: 100%;
  height: auto;
}
.block-li-index05 .block-li-index05-h4-wrap {
  text-align: center;
}
.block-li-index05 .block-li-index05-h4-wrap .h4-block-li-index05 {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 10px;
}

/**********************************
***********************************
End of index05-ul
***********************************
**********************************/
/**********************************
***********************************
Start of index05-apply-bttn
***********************************
**********************************/
.index05-apply-bttn-wrap {
  display: flex;
  justify-content: center;
  padding: 55px 0;
}
.index05-apply-bttn-wrap .a-apply-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 60px;
  background-color: var(--ag2red);
  border-radius: 30px;
  transition: 0.2s;
}
.index05-apply-bttn-wrap .a-apply-btn span {
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0.02em;
  transition: 0.2s;
}
.index05-apply-bttn-wrap .a-apply-btn:hover {
  background-color: var(--ag2clr001);
}
.index05-apply-bttn-wrap .a-apply-btn:hover span {
  letter-spacing: 0.05em;
}

/**********************************
***********************************
End of index05-apply-bttn
***********************************
**********************************/
/**********************************
***********************************
Start of index05-gglmp
***********************************
**********************************/
.span-index05-gglmp {
  display: block;
  color: var(--ag2black);
  font-size: 20px;
  font-weight: bold;
  padding: 0 var(--ag2side) 20px;
}

.index05-gglmp {
  position: relative;
  width: 100%;
  padding-top: 200px;
}
.index05-gglmp iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**********************************
***********************************
End of index05-gglmp
***********************************
**********************************/
/**********************************
***********************************
Start of index06-wrap
***********************************
**********************************/
.index06-wrap {
  position: relative;
  padding: 100px 0;
}
.index06-wrap::before, .index06-wrap::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 50%;
  z-index: -1;
}
.index06-wrap::before {
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
}
.index06-wrap::after {
  bottom: 0;
  background-color: var(--ag2clr001rgba);
}

/**********************************
***********************************
End of index06-wrap
***********************************
**********************************/
/**********************************
***********************************
Start of index06-bg
***********************************
**********************************/
.index06-bg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0%;
  height: 0%;
  border-radius: 50%;
  background-color: var(--ag2black);
  transform: translate(-50%, -50%);
  transition: 1.2s cubic-bezier(0.175, 0.575, 0.34, 1);
  pointer-events: none;
}

/**********************************
***********************************
End of index06-bg
***********************************
**********************************/
/**********************************
***********************************
Start of index06-h2
***********************************
**********************************/
.h2-index06 {
  padding: 0 var(--ag2side) 50px;
}

/**********************************
***********************************
End of index06-h2
***********************************
**********************************/
/**********************************
***********************************
Start of index06-ul
***********************************
**********************************/
.block-li-index06 {
  padding: 20px;
  padding: 20px 45px;
}
.block-li-index06 .block-li-index06-img img {
  width: 100%;
  height: auto;
}
.block-li-index06 .block-li-index06-h4-wrap {
  text-align: center;
}
.block-li-index06 .block-li-index06-h4-wrap .h4-block-li-index06 {
  font-size: 20px;
  font-weight: bold;
  padding: 20px 0 10px;
}

/**********************************
***********************************
End of index06-ul
***********************************
**********************************/
/**********************************
***********************************
Start of index07-wrap
***********************************
**********************************/
.index07-wrap {
  background-color: var(--ag2clr001rgba);
  padding: 100px 0 80px;
  overflow: hidden;
}

/**********************************
***********************************
End of index07-wrap
***********************************
**********************************/
/**********************************
***********************************
Start of index07-h2
***********************************
**********************************/
.h2-index07 {
  padding: 0 var(--ag2side) 50px;
}
.h2-index07 .span-h2-index-wrap {
  color: var(--ag2black);
}
.h2-index07 .span-h2-index-wrap:nth-child(2) {
  color: var(--ag2white);
}
.h2-index07 .span-h2-level-index-wrap {
  color: var(--ag2white);
}

/**********************************
***********************************
End of index07-h2
***********************************
**********************************/
/**********************************
***********************************
Start of index07-block
***********************************
**********************************/
.index07-block-wrap {
  padding: 50px var(--ag2side);
}

.index07-block {
  background-color: rgba(255, 255, 255, 0.8);
  border-radius: 2px;
  padding: 25px 0;
}
.index07-block .index07-block-inner {
  padding: 0 25px;
}
.index07-block .index07-h3-wrap {
  padding: 0 0 20px;
}
.index07-block .index07-h3-wrap .h3-index07 {
  color: var(--ag2black);
}
.index07-block .index07-block-txt-wrap {
  padding: 0 0 20px;
}
.index07-block .index07-block-txt-wrap .block-content {
  color: var(--ag2black);
}

/**********************************
***********************************
End of index07-block
***********************************
**********************************/
/**********************************
***********************************
Start of index07-swpr
***********************************
**********************************/
.index07-swpr-wrap {
  width: 100%;
  padding: 0 0 30px;
}

/***** ag2swpr *****/
#ag2swpr {
  position: relative;
  width: 100%;
  padding-top: 56%;
}

.ul-index07-swpr.ag2swpr-wrapper {
  display: flex;
}
.ul-index07-swpr.ag2swpr-wrapper li {
  flex: 0 0 auto;
}

.ag2swpr-arrw-btn {
  position: absolute;
  top: 50%;
  width: 30px;
  height: 30px;
  background-color: var(--ag2black);
  border-radius: 50%;
  transition: 0.2s;
  z-index: 1;
  cursor: pointer;
}
.ag2swpr-arrw-btn:hover {
  background-color: var(--ag2clr001);
}
.ag2swpr-arrw-btn.ag2swpr-arrw-btn-prev {
  left: 0;
  transform: translate(-75%, -50%);
}
.ag2swpr-arrw-btn.ag2swpr-arrw-btn-next {
  right: 0;
  transform: translate(75%, -50%);
}
.ag2swpr-arrw-btn .span-ag2swpr-arrw {
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 10px;
  height: 10px;
  border-color: var(--ag2white);
  border-top: solid 2px;
  border-top-color: currentcolor;
  border-right: solid 2px;
  border-right-color: currentcolor;
}
.ag2swpr-arrw-btn .span-ag2swpr-arrw.span-ag2swpr-arrw-prev {
  left: 50%;
  transform: translate(-25%, -50%) rotate(-135deg);
}
.ag2swpr-arrw-btn .span-ag2swpr-arrw.span-ag2swpr-arrw-next {
  right: 50%;
  transform: translate(25%, -50%) rotate(45deg);
}

/***** ag2swpr-block *****/
.ul-index07-swpr {
  position: absolute;
  top: 0;
  left: 0;
}

.ag2swpr-block {
  position: relative;
  overflow: hidden;
}
.ag2swpr-block .ag2swpr-block-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/**********************************
***********************************
End of index07-swpr
***********************************
**********************************/
/**********************************
***********************************
Start of index07-form
***********************************
**********************************/
.index07-form-wrap .span-index07-form {
  display: block;
  color: var(--ag2red);
  font-size: 20px;
  font-weight: bold;
  padding: 0 25px 15px;
}
.index07-form-wrap .index07-form iframe {
  width: 100%;
  height: 2200px;
}

/**********************************
***********************************
End of index07-form
***********************************
**********************************/
/**********************************
***********************************
Start of footer-flex
***********************************
**********************************/
.section-footer {
  padding-bottom: 140px;
}

.footer-flex {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.footer-upper {
  flex: 1 1 auto;
}

.footer-lower {
  flex: 0 0 auto;
}

/**********************************
***********************************
End of footer-flex
***********************************
**********************************/
/**********************************
***********************************
Start of footer-upper
***********************************
**********************************/
.footer-upper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-logo-wrap {
  text-align: center;
  width: 100%;
}
.footer-logo-wrap .footer-logo {
  display: inline-block;
  width: 72%;
  max-width: 560px;
}
.footer-logo-wrap .footer-logo svg {
  width: 100%;
  height: auto;
  fill: #fff;
}

/**********************************
***********************************
End of footer-upper
***********************************
**********************************/
/**********************************
***********************************
Start of footer-lower
***********************************
**********************************/
.ul-nav-footer {
  max-width: 320px;
  margin: 0 auto;
}
.ul-nav-footer li {
  display: inline-block;
  width: 50%;
  text-align: center;
}
.ul-nav-footer li a {
  display: inline-block;
  color: var(--ag2white);
}
.ul-nav-footer li a:hover {
  color: var(--ag2clr001);
}
.ul-nav-footer li a span {
  font-size: 16px;
  font-weight: bold;
}

#footer-copyright {
  text-align: center;
  padding: 20px 0 0;
}
#footer-copyright #p-footer-copyright {
  font-size: 14px;
  line-height: 1.4;
}

/**********************************
***********************************
End of footer-lower
***********************************
**********************************/
/**********************************
***********************************
Start of nav
***********************************
**********************************/
#fixed-nav {
  position: fixed;
  bottom: -30px;
  left: 50%;
  width: 320px;
  opacity: 0;
  transform: translate(-50%, 0);
  transition: 0.6s ease, opacity 0.3s;
  pointer-events: none;
}

body.ag2fixedNavOn #fixed-nav {
  bottom: 30px;
  opacity: 1;
  pointer-events: auto;
}

.fixed-nav-wrap {
  background-color: var(--ag2whitergba);
  text-align: center;
  border-radius: 5px;
  padding: 10px;
}

.fixed-nav-span {
  color: var(--ag2black);
  font-size: 16px;
  font-weight: bold;
}

.ul-fixed-nav-menu {
  padding: 10px 0 0;
}
.ul-fixed-nav-menu li {
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px 0 0;
}
.ul-fixed-nav-menu li:last-child {
  padding: 0 0 0 5px;
}

.a-fixed-nav-menu-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 36px;
  background-color: var(--ag2red);
  border-radius: 36px;
  transition: 0.2s;
}
.a-fixed-nav-menu-btn:hover {
  background-color: var(--ag2clr001);
}
.a-fixed-nav-menu-btn span {
  color: var(--ag2white);
  font-size: 16px;
  font-weight: bold;
}

/**********************************
***********************************
End of nav
***********************************
**********************************/
/**********************************
***********************************
Start of backtotop
***********************************
**********************************/
.backtotop {
  position: relative;
  width: 30px;
  height: 30px;
  background-color: var(--ag2black);
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s;
}
.backtotop:hover {
  background-color: var(--ag2clr001);
}
.backtotop span {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 10px;
  border-color: var(--ag2white);
  border-top: solid 2px;
  border-top-color: currentcolor;
  border-right: solid 2px;
  border-right-color: currentcolor;
  transform: translate(-50%, -30%) rotate(-45deg);
}

/**********************************
***********************************
End of backtotop
***********************************
**********************************/
.display-pc {
  display: none;
}

/**********************************
***********************************
Start of 640
***********************************
**********************************/
@media screen and (min-width: 640px) {
  :root {
    --ag2txt: 18px;
    --ag2txtlh: 2;
    --ag2brdrr: 20px;
  }
  /** Start of body **/
  .display-sp {
    display: none !important;
  }
  .display-pc {
    display: inline;
  }
  /** End of body **/
  /**********************************
  Start of mututal
  **********************************/
  #google_translate_element {
    position: fixed;
    top: 20px;
    right: 30px;
  }
  .column-max {
    max-width: 1080px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .index-h2-wrap {
    position: relative;
    padding: 100px 0;
    margin-top: 130px;
  }
  .h2-index:not(.h2-index04):not(.h2-index06) {
    position: absolute;
    top: 0;
    left: 130px;
    z-index: 1;
  }
  .h2-index span.span-h2-index-wrap {
    font-size: 70px;
  }
  .h2-index span.span-h2-level-index-wrap span {
    font-size: 30px;
  }
  .index-h2-img {
    padding: 0;
    text-align: right;
  }
  .index-h2-img img {
    width: 33%;
    width: 66.6666666667%;
    height: auto;
  }
  .h3-index span {
    font-size: 30px;
  }
  /**********************************
  End of mututal
  **********************************/
  /**********************************
  Start of nav
  **********************************/
  #fixed-nav {
    position: fixed;
    bottom: -30px;
    left: 50%;
    width: 535px;
  }
  body.ag2fixedNavOn #fixed-nav {
    bottom: 45px;
  }
  .fixed-nav-wrap {
    padding: 20px;
  }
  .fixed-nav-span {
    font-size: 20px;
  }
  .ul-fixed-nav-menu {
    padding: 20px 0 0;
  }
  .ul-fixed-nav-menu li {
    padding: 0 20px 0 0;
  }
  .ul-fixed-nav-menu li:last-child {
    padding: 0 0 0 5px;
  }
  .a-fixed-nav-menu-btn {
    width: 200px;
    height: 45px;
    border-radius: 45px;
  }
  .a-fixed-nav-menu-btn span {
    font-size: 20px;
  }
  /***** backtotop *****/
  .backtotop {
    width: 45px;
    height: 45px;
  }
  .backtotop span {
    width: 14px;
    height: 14px;
  }
  /**********************************
  End of nav
  **********************************/
  /**********************************
  Start of index01
  **********************************/
  /***** index01-mon *****/
  .index01-mon-wrap {
    position: absolute;
    top: -10vw;
    right: -10vw;
    width: 55%;
  }
  /***** index01-logo *****/
  .index01-logo-wrap {
    padding: 0 0 70px;
  }
  /**********************************
  End of index01
  **********************************/
  /**********************************
  Start of index02
  **********************************/
  /***** index02-wrap *****/
  .index02-wrap {
    background-image: url("img/bg/hmslp_img01_bg02pc.png");
  }
  /***** index02-logo *****/
  .index02-logo-wrap {
    padding: 60px 0 120px;
  }
  /***** index02-img01 *****/
  .index02-img01-wrap {
    padding-top: 400px;
  }
  /***** h2-index02 *****/
  .h2-index02 {
    padding: 0;
  }
  /***** h3-index02 *****/
  .h3-index02 {
    padding: 0 0 50px;
  }
  /***** index02-block *****/
  .index02-block-wrap {
    padding: 0 0 100px;
  }
  /***** index02-yt *****/
  .index02-yt-wrap {
    padding: 0 var(--ag2side) 120px;
  }
  /**********************************
  End of index02
  **********************************/
  /**********************************
  Start of index03
  **********************************/
  /***** index03-wrap *****/
  .index03-wrap {
    padding: 0 0 50px;
  }
  /***** h2-index03 *****/
  .h2-index03 {
    padding: 0;
  }
  /***** index03-block *****/
  .index03-block-wrap {
    padding: 0 0 100px;
  }
  /***** index03-sketch *****/
  .index03-sketch-wrap {
    padding-top: 400px;
  }
  /**********************************
  End of index03
  **********************************/
  /**********************************
  Start of index04
  **********************************/
  /***** index04-mon01 *****/
  .index04-mon01-wrap {
    position: absolute;
    top: 45vw;
    right: -10vw;
    width: 55%;
  }
  /***** h2-index04 *****/
  .h2-index04 {
    padding: 100px 0 100px 130px;
  }
  /***** index04-block *****/
  .index04-block-wrap {
    padding: 0 0 130px;
  }
  .index04-block-img-wrap {
    padding: 100px var(--ag2side) 0;
  }
  /**********************************
  End of index04
  **********************************/
  /**********************************
  Start of index05
  **********************************/
  /***** index05-wrap *****/
  .index05-wrap {
    padding: 0 0 120px;
  }
  /***** h2-index05 *****/
  .h2-index05 {
    padding: 0;
  }
  /***** h3-index05 *****/
  .h3-index05 {
    padding: 0 0 50px;
  }
  /***** index05-block *****/
  .index05-block-wrap {
    padding: 0 0 50px;
  }
  /***** ul-index05 *****/
  .index05-ul-wrap {
    padding: 0 0 50px;
  }
  .ul-index05 {
    display: inline-flex;
    justify-content: space-between;
    padding: 0;
  }
  .ul-index05 .li-index05 {
    width: calc((100% - 100px) / 3);
    padding: 0;
  }
  .ul-index05 .li-index05:last-child {
    padding: 0;
  }
  .block-li-index05 {
    height: 100%;
    padding: 25px;
  }
  .block-li-index05 .block-li-index05-h4-wrap .h4-block-li-index05 {
    padding: 20px 0 10px;
  }
  /***** index05-apply-bttn *****/
  .index05-apply-bttn-wrap {
    padding: 40px 0 90px;
  }
  /***** index05-gglmp *****/
  .span-index05-gglmp {
    font-size: 30px;
    padding: 0 0 40px;
  }
  .index05-gglmp {
    padding-top: 500px;
  }
  /**********************************
  End of index05
  **********************************/
  /**********************************
  Start of index06
  **********************************/
  /***** index06-wrap *****/
  .index06-wrap {
    padding: 150px 0;
  }
  /***** h2-index06 *****/
  .h2-index06 {
    padding: 100px 0 100px 130px;
  }
  /***** ul-index06 *****/
  .ul-index06 {
    display: inline-flex;
    justify-content: space-between;
    padding: 0;
  }
  .ul-index06 li {
    width: calc((100% - 100px) / 3);
  }
  .block-li-index06 {
    padding: 0;
  }
  .block-li-index06 .block-li-index06-h4-wrap .h4-block-li-index06 {
    padding: 25px 0 15px;
  }
  /**********************************
  End of index06
  **********************************/
  /**********************************
  Start of index07
  **********************************/
  /***** index07-wrap *****/
  .index07-wrap {
    padding: 120px 0;
  }
  /***** h2-index07 *****/
  .h2-index07 {
    padding: 0;
  }
  /***** index07-block *****/
  .index07-block-wrap {
    padding: 0;
  }
  .index07-block {
    padding: 80px 0;
  }
  .index07-block .index07-block-inner {
    padding: 0 40px;
  }
  .index07-block .index07-h3-wrap {
    padding: 0 0 80px;
  }
  .index07-block .index07-block-txt-wrap {
    padding: 0 0 70px;
  }
  /***** index07-swpr *****/
  .index07-swpr-wrap {
    max-width: 640px;
    padding: 0 0 70px;
    margin: 0 auto;
  }
  /***** ag2swpr *****/
  .ag2swpr-arrw-btn {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
  }
  .ag2swpr-arrw-btn.ag2swpr-arrw-btn-prev {
    left: 0;
    transform: translate(-85%, -50%);
  }
  .ag2swpr-arrw-btn.ag2swpr-arrw-btn-next {
    right: 0;
    transform: translate(85%, -50%);
  }
  .ag2swpr-arrw-btn .span-ag2swpr-arrw {
    width: 15px;
    height: 15px;
  }
  /***** index07-form *****/
  .index07-form-wrap .span-index07-form {
    font-size: 30px;
    padding: 0 40px 30px;
  }
  .index07-form-wrap .index07-form iframe {
    width: 100%;
    height: 1930px;
  }
  /**********************************
  End of index07
  **********************************/
  /**********************************
  Start of footer
  **********************************/
  /***** footer-flex *****/
  .section-footer {
    padding-bottom: 200px;
  }
  .footer-logo-wrap .footer-logo {
    width: 72%;
  }
  /***** footer-lower *****/
  #footer-copyright {
    padding: 25px 0 0;
  }
  /**********************************
  End of footer
  **********************************/
}
/**********************************
***********************************
End of 640
***********************************
**********************************/
/**********************************
***********************************
Start of 801
***********************************
**********************************/
@media screen and (min-width: 801px) {
  /**********************************
  Start of index01
  **********************************/
  /***** index01-h1 *****/
  .index01-h1-wrap {
    padding: 0 55px;
  }
  #h1-index01 .h1-01-wrap, #h1-index01 .h1-02-wrap, #h1-index01 .h1-03-wrap, #h1-index01 .h1-04-wrap {
    margin: 0 auto 40px;
  }
  /**********************************
  End of index01
  **********************************/
}
/**********************************
***********************************
End of 801
***********************************
**********************************/
/*# sourceMappingURL=style.css.map */