@charset "utf-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@500;700;800&display=swap");
@import url("https://fonts.googleapis.com/icon?family=Material+Icons+Outlined");

/* [Reset]
--------------------------------------------------------------------------- */
/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
} /*HTML5display-roleresetforolderbrowsers*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ----- /[Reset] ----- */

::-moz-selection {
  background: #000;
  color: #fff;
}

::selection {
  background: #000;
  color: #fff;
}

.clearfix {
  display: block;
}

.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: "";
  font-size: 0;
}

a,
a img,
#sec_update .inner .post_pic span {
  color: #000;
  text-decoration: none;
  transition: 0.2s ease-in-out;
}

a:hover,
#sec_corner > a > div:hover {
  color: #00a1af;
  text-decoration: none;
}

a img:hover,
#sec_update .inner .post_pic span:hover {
  transform: scale(1.2, 1.2);
}

/*
--------------------------------------------------------------------------- */
* {
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
    "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
}

html,
body {
  width: 100%;
  height: 100%;
}

body {
  background: #fff;
  font-weight: 700;
  font-size: 18px;
  letter-spacing: 0.04em;
  font-feature-settings: "palt";
  font-family: "M PLUS 1p", "Yu Gothic Medium", "游ゴシック Medium", YuGothic,
    "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  -webkit-text-size-adjust: 100%;
  word-break: normal;
}

@media screen and (min-width: 751px) {
  /* min-width : 751px
--------------------------------------------------------------------------- */
  .switch_sp,
  .switch_sp * {
    display: none;
  }

  /* header
--------------------------------------------------------------------------- */
  header {
    width: 100%;
    height: calc(202 / 2880 * 100vw);
    max-height: calc(202px / 2);
    background-color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 65535;
  }

  header .inner {
    height: 100%;
    padding: 0 calc(76 / 2880 * 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
  }

  header figure {
    width: calc(700 / 2880 * 100vw);
    height: 100%;
    transform: inherit !important;
  }

  header figure img {
    width: calc(700 / 2880 * 100vw);
    max-width: calc(700px / 2);
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }

  header .inner figure a img {
    text-decoration: none;
    transition: 0.2s ease-in-out;
  }

  header .inner figure a img:hover {
    opacity: 0.5;
    transform: scale(1);
    transform: translateY(-50%);
  }

  header .gnav > ul {
    height: 100%;
    display: flex;
    align-items: center;
  }

  header .gnav > ul > li {
    height: 100%;
    letter-spacing: 0.06em;
  }

  header .gnav > ul > li.switch_pc {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  header .gnav > ul img {
    width: calc(60 / 2880 * 100vw);
    max-width: calc(60px / 2);
  }

  header .gnav > ul > li > a {
    padding: 0 calc(30 / 2880 * 100vw);
    height: 100%;
    position: relative;
    display: flex;
    align-items: center;
    font-size: 1.389vw;
  }

  /* main
--------------------------------------------------------------------------- */
  main {
    min-height: 100vh;
    padding-top: calc(202 / 2880 * 100vw);
    position: relative;
  }

  /* footer
--------------------------------------------------------------------------- */
  footer {
    width: 100%;
  }

  footer .inner > div:nth-child(1) {
    text-align: center;
    background-color: #00a1af;
    padding: calc(20 / 2880 * 100vw);
  }

  footer .inner > div:nth-child(1) p {
    font-size: 1.389vw;
    color: #fff;
    letter-spacing: 0.02em;
    font-weight: 500;
    line-height: calc(64 / 2880 * 100vw);
  }

  footer .inner > div:nth-child(3) {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: calc(20 / 2880 * 100vw) calc(80 / 2880 * 100vw);
  }

  footer .inner > div:nth-child(3) div:nth-child(1) img {
    width: calc(800 / 2880 * 100vw);
  }

  footer .inner > div:nth-child(3) div:nth-child(2) {
    display: flex;
    align-items: center;
  }

  footer .inner > div:nth-child(3) p a {
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: keep-all;
    font-size: 1.389vw;
    color: #00a1af;
    transition: all 0.5s;
  }

  footer .inner > div:nth-child(3) p a:hover {
    opacity: 0.5;
  }

  footer .inner > div:nth-child(3) p a span {
    font-size: 2.083vw;
    line-height: calc(68 / 2880 * 100vw);
    display: block;
    margin-right: calc(12 / 2880 * 100vw);
  }

  footer .inner > div:nth-child(3) div:nth-child(2) span {
    display: block;
    margin-left: calc(40 / 2880 * 100vw);
  }

  footer .inner > div:nth-child(3) div:nth-child(2) span:nth-child(2) img {
    width: calc(80 / 2880 * 100vw);
  }

  footer .inner > div:nth-child(3) div:nth-child(2) span:nth-child(3) img {
    width: calc(80 / 2880 * 100vw);
  }

  footer .inner > div:nth-child(3) div:nth-child(2) span:nth-child(4) img {
    width: calc(200 / 2880 * 100vw);
  }

  /* #sec_kv
--------------------------------------------------------------------------- */
  #sec_kv {
    overflow: hidden;
    margin-bottom: calc(136 / 2880 * 100vw);
    position: relative;
  }

  #sec_kv div:nth-child(1),
  #sec_kv div:nth-child(2),
  #sec_kv div:nth-child(3) {
    position: absolute;
  }

  #sec_kv div:nth-child(1) {
    width: calc(68 / 2880 * 100vw);
    max-width: calc(68px / 2);
    top: calc(260 / 2880 * 100vw);
    right: calc(1620 / 2880 * 100vw);
    z-index: 1;
    line-height: 0;
  }

  #sec_kv div:nth-child(2) {
    width: calc(760 / 2880 * 100vw);
    max-width: calc(760px / 2);
    bottom: calc(980 / 2880 * 100vw);
    right: calc(300 / 2880 * 100vw);
    z-index: 1;
    line-height: 0;
  }

  #sec_kv div:nth-child(3) {
    width: calc(240 / 2880 * 100vw);
    max-width: calc(320px / 2);
    top: calc(100 / 2880 * 100vw);
    right: calc(100 / 2880 * 100%);
    z-index: 1;
    line-height: 0;
  }

  #sec_kv .set_bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    z-index: 0;
    position: relative;
  }

  #sec_kv .set_bg .bg_inner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/index/top_img.jpg);
  }

  #sec_kv .set_bg img {
    width: 100%;
    max-width: 1440px;
    opacity: 0;
  }

  /* #sec_note
--------------------------------------------------------------------------- */
  #sec_note {
    position: relative;
  }

  #sec_note .inner {
    box-sizing: border-box;
    max-width: calc((2880px * 2) / 2);
    padding: 0 calc(202 / 2880 * 100vw) calc(300 / 2880 * 100vw)
      calc(202 / 2880 * 100vw);
    margin: 0 auto;
    position: relative;
  }

  #sec_note .inner div:nth-child(1) {
    color: #fff;
    background-color: #00a1af;
    padding: calc(20 / 2880 * 100vw) calc(80 / 2880 * 100vw);
    box-sizing: border-box;
    text-align: left;
    font-size: 2.083vw;
    letter-spacing: 0.2em;
    margin-bottom: calc(40 / 2880 * 100vw);
  }

  #sec_note .inner div:nth-child(1) br {
    display: none;
  }

  #sec_note .inner div:nth-child(2),
  #sec_note .inner div:nth-child(5) {
    font-size: 1.389vw;
    line-height: calc(64 / 2880 * 100vw);
    letter-spacing: 0.02em;
    margin-bottom: calc(40 / 2880 * 100vw);
    font-weight: 500;
  }

  #sec_note .inner ul {
    border-bottom: solid 1px #00a1af;
    padding-bottom: calc(40 / 2880 * 100vw);
  }

  #sec_note .inner ul li {
    font-size: 1.389vw;
    line-height: calc(64 / 2880 * 100vw);
    letter-spacing: 0.02em;
    font-weight: 500;
    text-indent: -1.389vw;
    padding-left: 1.389vw;
    margin-bottom: calc(10 / 2880 * 100vw);
  }

  #sec_note .inner ul li::before {
    content: "・";
    color: #00a1af;
  }

  #sec_note .inner ul li a {
    color: #00a1af;
    transition: all 0.5s;
  }

  #sec_note .inner ul li a:hover {
    opacity: 0.5;
  }

  #sec_note .inner ul li br {
    display: none;
  }

  #sec_note div div:nth-child(3),
  #sec_note div div:nth-child(6) {
    text-align: center;
  }

  #sec_note div div:nth-child(3) video,
  #sec_note div div:nth-child(6) video {
    width: 100%;
    max-width: calc(2560px / 2);
  }

  /* #sec_report
--------------------------------------------------------------------------- */
  #sec_report {
    position: relative;
  }

  #sec_report .inner {
    box-sizing: border-box;
    max-width: calc((2880px * 2) / 2);
    padding: 0 calc(202 / 2880 * 100vw) calc(300 / 2880 * 100vw)
      calc(202 / 2880 * 100vw);
    margin: 0 auto;
    position: relative;
  }

  #sec_report .inner div:nth-child(1) {
    color: #fff;
    background-color: #00a1af;
    padding: calc(20 / 2880 * 100vw) calc(80 / 2880 * 100vw);
    box-sizing: border-box;
    text-align: left;
    font-size: 2.083vw;
    letter-spacing: 0.2em;
    margin-bottom: calc(40 / 2880 * 100vw);
  }

  #sec_report .inner div:nth-child(1) br {
    display: none;
  }

  #sec_report .inner div:nth-child(2) {
    font-size: 1.389vw;
    line-height: calc(64 / 2880 * 100vw);
    letter-spacing: 0.02em;
    margin-bottom: calc(40 / 2880 * 100vw);
    font-weight: 500;
  }

  /*
	#sec_report .inner ul {
		border-bottom: solid 1px #00a1af;
		padding-bottom: calc(40 / 2880 * 100vw);
	}
	*/

  #sec_report .inner ul li {
    font-size: 1.389vw;
    line-height: calc(64 / 2880 * 100vw);
    letter-spacing: 0.02em;
    font-weight: 500;
    text-indent: -1.389vw;
    padding-left: 1.389vw;
    margin-bottom: calc(40 / 2880 * 100vw);
  }

  #sec_report .inner ul li::before {
    content: "";
    display: inline-block;
    background-image: url(../img/common/pdf_icon.svg);
    background-size: calc(60 / 2880 * 100vw) calc(84 / 2880 * 100vw);
    background-repeat: no-repeat;
    width: calc(60 / 2880 * 100vw);
    height: calc(84 / 2880 * 100vw);
    margin-right: calc(10 / 2880 * 100vw);
    margin-bottom: calc(-26 / 2880 * 100vw);
  }

  #sec_report .inner ul li a {
    color: #00a1af;
    transition: all 0.5s;
  }

  #sec_report .inner ul li a:hover {
    opacity: 0.5;
  }

  #sec_report .inner ul li br {
    display: none;
  }

  #sec_report div div:nth-child(3) {
    text-align: center;
  }

  /* #sec_greeting
--------------------------------------------------------------------------- */
  #sec_greeting {
    position: relative;
  }

  #sec_greeting .inner {
    box-sizing: border-box;
    max-width: calc((2880px * 2) / 2);
    padding: 0 calc(202 / 2880 * 100vw) calc(300 / 2880 * 100vw)
      calc(202 / 2880 * 100vw);
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
  }

  #sec_greeting h1 {
    width: calc(640 / 2880 * 100vw);
    max-width: calc(640px / 2);
    height: auto;
    position: relative;
  }

  #sec_greeting h1::after {
    display: block;
    width: calc(640 / 2880 * 100vw);
    height: calc(140 / 2880 * 100vw);
    background-color: #00a1af;
    content: "";
    margin-top: calc(50 / 2880 * 100vw);
    max-width: calc(640px / 2);
    max-height: calc(140px / 2);
  }

  #sec_greeting h1 img {
    width: calc(640 / 2880 * 100vw);
    height: auto;
    max-width: calc(640px / 2);
  }

  #sec_greeting p {
    width: 100%;
    font-size: 1.389vw;
    padding-left: calc(128 / 2880 * 100vw);
    line-height: calc(64 / 2880 * 100vw);
    letter-spacing: 0.02em;
    font-weight: 500;
  }

  /* #sec_update
--------------------------------------------------------------------------- */
  #sec_update {
    position: relative;
    margin-bottom: calc(200 / 2880 * 100vw);
  }

  #sec_update .title {
    box-sizing: border-box;
    padding-bottom: calc(80 / 2880 * 100vw);
    padding-left: calc(202 / 2880 * 100vw);
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #sec_update h1 {
    width: calc(120 / 2880 * 100vw);
    max-width: calc(120px / 2);
    height: auto;
    position: relative;
    padding-right: calc(40 / 2880 * 100vw);
  }

  #sec_update h1 img {
    width: calc(120 / 2880 * 100vw);
    height: auto;
    max-width: calc(120px / 2);
  }

  #sec_update .set_bg {
    width: 100%;
    height: calc(560 / 2880 * 100vw);
    max-height: calc(560px / 2);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    z-index: 0;
    position: relative;
  }

  #sec_update .set_bg .bg_inner {
    width: 100%;
    height: calc(560 / 2880 * 100vw);
    max-height: calc(560px / 2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/index/update_img.jpg);
  }

  #sec_update .set_bg img {
    width: 100%;
    max-width: 1440px;
    opacity: 0;
  }

  #sec_update .inner {
    box-sizing: border-box;
    max-width: calc((2880px * 2) / 2);
    padding: 0 calc(202 / 2880 * 100vw);
    margin: 0 auto;
    position: relative;
  }

  #sec_update .inner div {
    margin-bottom: calc(20 / 2880 * 100vw);
  }

  #sec_update .inner div a {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    word-break: keep-all;
    font-size: 1.667vw;
    color: #00a1af;
    transition: all 0.5s;
  }

  #sec_update .inner div a:hover {
    opacity: 0.5;
  }

  #sec_update .inner div a span {
    font-size: 2.847vw;
    line-height: calc(68 / 2880 * 100vw);
    display: block;
    margin-right: calc(6 / 2880 * 100vw);
  }

  #sec_update .inner ul {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  #sec_update .inner ul li {
    width: calc(604 / 2880 * 100vw);
    margin-right: calc(20 / 2880 * 100vw);
    height: 100%;
  }

  #sec_update .inner ul li:nth-child(4) {
    margin-right: 0;
  }

  #sec_update .inner .post_pic {
    width: 100%;
    height: calc(480 / 2880 * 100vw);
    max-height: calc(480px / 2);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    z-index: 0;
    position: relative;
  }

  #sec_update .inner .post_pic .bg_inner {
    width: calc(604 / 2880 * 100vw);
    height: calc(480 / 2880 * 100vw);
    max-height: calc(480px / 2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }

  #sec_update .inner .post_pic img {
    width: 100%;
    max-width: calc(604px / 2);
    opacity: 0;
  }

  #sec_update .inner ul li p:nth-child(2) {
    box-sizing: border-box;
    padding: calc(20 / 2880 * 100vw) 0;
  }

  #sec_update .inner .date {
    font-size: 1.25vw;
    letter-spacing: 0.1em;
    margin-bottom: calc(10 / 2880 * 100vw);
    color: #00a1af;
    display: block;
  }

  #sec_update .inner .cap {
    font-size: 1.389vw;
    line-height: calc(64 / 2880 * 100vw);
    letter-spacing: 0.02em;
    display: block;
    font-weight: 500;
  }

  /* #sec_theme
--------------------------------------------------------------------------- */
  #sec_theme {
    position: relative;
  }

  #sec_theme .photos {
    width: calc(1984 / 2880 * 100vw);
    max-width: calc(2400px / 2);
    display: block;
    position: absolute;
    top: -320px;
    right: -100px;
    z-index: -1;
  }

  #sec_theme .photos img {
    width: calc(1984 / 2880 * 100vw);
    max-width: calc(2400px / 2);
  }

  #sec_theme .inner {
    box-sizing: border-box;
    max-width: calc((2880px * 2) / 2);
    padding: 0 calc(202 / 2880 * 100vw) calc(300 / 2880 * 100vw)
      calc(202 / 2880 * 100vw);
    margin: 0 auto;
    position: relative;
  }

  #sec_theme h1 {
    width: calc(640 / 2880 * 100vw);
    max-width: calc(640px / 2);
    height: auto;
    position: relative;
    margin-bottom: calc(120 / 2880 * 100vw);
  }

  #sec_theme h1::after {
    display: block;
    width: calc(640 / 2880 * 100vw);
    height: calc(140 / 2880 * 100vw);
    background-color: #00a1af;
    content: "";
    margin-top: calc(50 / 2880 * 100vw);
    max-width: calc(640px / 2);
    max-height: calc(140px / 2);
  }

  #sec_theme h1 img {
    width: calc(640 / 2880 * 100vw);
    height: auto;
    max-width: calc(640px / 2);
  }

  #sec_theme .inner > div {
    background-color: #00a1af;
    padding: calc(32 / 2880 * 100vw);
    margin-bottom: calc(40 / 2880 * 100vw);
    color: #fff;
    font-size: 1.806vw;
    letter-spacing: 0.3em;
    text-align: center;
    position: relative;
  }

  #sec_theme ul {
    width: 100%;
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: calc(40 / 2880 * 100vw);
  }

  #sec_theme ul li {
    margin-right: calc(40 / 2880 * 100vw);
    width: calc(1218 / 2880 * 100vw);
    background-color: #e5f5f7;
    position: relative;
    overflow: hidden;
  }

  #sec_theme ul li:nth-child(2) {
    margin-right: 0;
  }

  #sec_theme ul li div {
    background-color: #00a1af;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(160 / 2880 * 100vw);
    height: calc(160 / 2880 * 100vw);
    max-width: calc(160px / 2);
    max-height: calc(160px / 2);
    z-index: 0;
  }

  #sec_theme ul li div::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #40b8c2;
    width: calc(160 / 2880 * 100vw);
    height: calc(20 / 2880 * 100vw);
    max-width: calc(160px / 2);
    max-height: calc(20px / 2);
    z-index: 1;
  }

  #sec_theme ul li div img {
    position: relative;
    width: calc(160 / 2880 * 100vw);
    max-width: calc(160px / 2);
    height: auto;
    z-index: 2;
  }

  #sec_theme .inner .pic {
    width: 100%;
    height: calc(720 / 2880 * 100vw);
    max-height: calc(720px / 2);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    z-index: 0;
    position: relative;
  }

  #sec_theme .inner .pic .bg_inner {
    width: calc(1218 / 2880 * 100vw);
    height: calc(720 / 2880 * 100vw);
    max-height: calc(720px / 2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }

  #sec_theme .inner ul li .pic img {
    width: 100%;
    max-width: calc(1218px / 2);
    opacity: 0;
  }

  #sec_theme .inner ul li h2 {
    box-sizing: border-box;
    text-align: center;
    display: block;
    height: calc(160 / 2880 * 100vw);
    max-height: calc(160px / 2);
    position: relative;
    font-size: 1.806vw;
    padding-left: calc(160 / 2880 * 100vw);
    line-height: calc(164 / 2880 * 100vw);
    letter-spacing: 0.3em;
    color: #00a1af;
  }

  #sec_theme .inner ul:nth-child(3) li:nth-child(2) h2 {
    box-sizing: border-box;
    text-align: center;
    display: block;
    height: calc(160 / 2880 * 100vw);
    max-height: calc(160px / 2);
    position: relative;
    font-size: 1.806vw;
    padding-left: calc(160 / 2880 * 100vw);
    line-height: calc(164 / 2880 * 100vw);
    letter-spacing: 0.1em;
    color: #00a1af;
  }

  #sec_theme .inner ul li span {
    text-align: center;
    display: block;
    box-sizing: border-box;
    position: relative;
    font-size: 1.806vw;
    padding: calc(40 / 2880 * 100vw) calc(10 / 2880 * 100vw);
    font-weight: 700;
    letter-spacing: 0.02em;
    background-color: #fff;
    color: #00a1af;
    letter-spacing: 0.02em;
    box-shadow: 0 6px rgba(0, 161, 175, 0.2);
  }

  #sec_theme .inner ul li span br {
    display: none;
  }

  #sec_theme .inner ul li p {
    box-sizing: border-box;
    height: calc(400 / 2880 * 100vw);
    max-height: calc(400px / 2);
    position: relative;
    font-size: 1.389vw;
    line-height: calc(64 / 2880 * 100vw);
    padding: calc(40 / 2880 * 100vw);
    font-weight: 500;
    letter-spacing: 0.02em;
  }

  /* #sec_profile
--------------------------------------------------------------------------- */
  #sec_profile {
    position: relative;
  }

  #sec_profile .inner {
    box-sizing: border-box;
    max-width: calc((2880px * 2) / 2);
    padding: 0 calc(202 / 2880 * 100vw);
    margin: 0 auto;
    position: relative;
  }

  #sec_profile .inner > div:nth-child(1) {
    display: flex;
    justify-content: space-between;
  }

  #sec_profile h1 {
    width: calc(120 / 2880 * 100vw);
    max-width: calc(120px / 2);
    height: auto;
    position: relative;
    padding-right: calc(40 / 2880 * 100vw);
  }

  #sec_profile .inner > div:nth-child(1) div:nth-child(2) {
    width: calc(1200 / 2880 * 100vw);
    background-color: #00a1af;
    color: #fff;
    padding: calc(80 / 2880 * 100vw);
  }

  #sec_profile .inner > div:nth-child(1) div h2 {
    position: relative;
    font-size: 3.333vw;
    line-height: calc(64 / 2880 * 100vw);
    letter-spacing: 0.2em;
    margin-bottom: calc(40 / 2880 * 100vw);
  }

  #sec_profile .inner > div:nth-child(1) div h3 {
    position: relative;
    font-size: 1.875vw;
    line-height: calc(64 / 2880 * 100vw);
    letter-spacing: 0.1em;
    margin-bottom: calc(40 / 2880 * 100vw);
  }

  #sec_profile .inner > div:nth-child(1) div h4 {
    position: relative;
    font-size: 1.389vw;
    line-height: calc(64 / 2880 * 100vw);
    letter-spacing: 0.28em;
    margin-bottom: calc(60 / 2880 * 100vw);
  }

  #sec_profile .inner > div:nth-child(1) div p {
    position: relative;
    font-size: 1.389vw;
    line-height: calc(64 / 2880 * 100vw);
    letter-spacing: 0.02em;
    margin-bottom: calc(40 / 2880 * 100vw);
    font-weight: 500;
  }

  #sec_profile .inner > div:nth-child(1) div p:nth-child(6) {
    margin-bottom: 0;
  }

  #sec_profile .inner .set_bg {
    width: calc(1156 / 2880 * 100vw);
    height: calc(1880 / 2880 * 100vw);
    max-height: calc(1880px / 2);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    right: 0;
    z-index: 0;
    position: relative;
  }

  #sec_profile .inner .set_bg .bg_inner {
    width: calc(1156 / 2880 * 100vw);
    height: calc(1880 / 2880 * 100vw);
    max-height: calc(1880px / 2);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/index/profile_pic.jpg);
  }

  #sec_profile .inner .set_bg img {
    width: calc(1156 / 2880 * 100vw);
    max-width: 1440px;
    opacity: 0;
  }

  #sec_profile .inner > div:nth-child(2) {
    max-height: calc(600px / 2);
    position: relative;
    display: flex;
    justify-content: space-evenly;
    background-color: #e5f5f7;
    overflow: hidden;
    margin-top: calc(120 / 2880 * 100vw);
  }

  #sec_profile .inner > div:nth-child(2) div {
    position: relative;
    top: calc(20 / 2880 * 100vw);
    left: calc(-80 / 2880 * 100vw);
    height: calc(600 / 2880 * 100vw);
    max-height: calc(600px / 2);
  }

  #sec_profile .inner > div:nth-child(2) div img {
    width: calc(700 / 2880 * 100vw);
    max-width: calc(700px / 2);
    height: auto;
  }

  #sec_profile .inner > div:nth-child(2) p {
    box-sizing: border-box;
    font-size: 1.389vw;
    letter-spacing: 0.02em;
    font-weight: 500;
    line-height: calc(64 / 2880 * 100vw);
    margin: calc(80 / 2880 * 100vw) calc(80 / 2880 * 100vw)
      calc(80 / 2880 * 100vw) 0;
    padding-left: calc(80 / 2880 * 100vw);
    border-left: 1px solid #00a1af;
  }

  #sec_profile .inner > div:nth-child(2) p span {
    display: block;
    margin-top: calc(40 / 2880 * 100vw);
    color: #00a1af;
    font-size: 1.528vw;
  }

  #sec_profile .inner > div:nth-child(3) {
    width: calc(800 / 2880 * 100vw);
    max-width: calc(800px / 2);
    height: 100%;
    position: relative;
    margin: calc(400 / 2880 * 100vw) auto calc(200 / 2880 * 100vw) auto;
  }

  #sec_profile .inner > div:nth-child(3)::after {
    display: block;
    width: calc(800 / 2880 * 100vw);
    height: calc(188 / 2880 * 100vw);
    background-color: #00a1af;
    content: "";
    margin-top: calc(50 / 2880 * 100vw);
    max-width: calc(800px / 2);
    max-height: calc(188px / 2);
  }

  /* [assembly] #sec_kv_assembly
--------------------------------------------------------------------------- */
  #sec_kv_assembly {
    overflow: hidden;
    margin-bottom: calc(136 / 2880 * 100vw);
    position: relative;
  }

  #sec_kv_assembly div {
    position: absolute;
    width: calc(128 / 2880 * 100vw);
    height: auto;
    max-width: calc(128px / 2);
    bottom: calc(20 / 2880 * 100vw);
    left: calc(202 / 2880 * 100vw);
    z-index: 1;
    line-height: 0;
  }

  #sec_kv_assembly .set_bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    z-index: 0;
    position: relative;
  }

  #sec_kv_assembly .set_bg .bg_inner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/assembly/assembly_img_pc.jpg);
  }

  #sec_kv_assembly .set_bg img {
    width: 100%;
    max-width: 1440px;
    opacity: 0;
  }

  /* [assembly] #sec_assembly
--------------------------------------------------------------------------- */
  #sec_assembly {
    overflow: hidden;
    margin-bottom: calc(136 / 2880 * 100vw);
  }

  #sec_assembly .inner {
    box-sizing: border-box;
    max-width: calc((2880px * 2) / 2);
    padding: 0 calc(202 / 2880 * 100vw) calc(300 / 2880 * 100vw)
      calc(202 / 2880 * 100vw);
    margin: 0 auto;
  }

  #sec_assembly h1 {
    width: calc(640 / 2880 * 100vw);
    max-width: calc(640px / 2);
    height: auto;
    position: relative;
  }

  #sec_assembly h1::after {
    display: block;
    width: calc(640 / 2880 * 100vw);
    height: calc(140 / 2880 * 100vw);
    background-color: #00a1af;
    content: "";
    margin-top: calc(50 / 2880 * 100vw);
    max-width: calc(640px / 2);
    max-height: calc(140px / 2);
  }

  #sec_assembly h1 img {
    width: calc(640 / 2880 * 100vw);
    height: auto;
    max-width: calc(640px / 2);
  }

  #sec_assembly .inner > div {
    box-sizing: border-box;
    margin-bottom: calc(120 / 2880 * 100vw);
  }

  #sec_assembly .inner div:nth-child(1) {
    box-sizing: border-box;
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }

  #sec_assembly .inner #qlist p {
    box-sizing: border-box;
    width: 100%;
  }

  #sec_assembly ul {
    width: 100%;
    box-sizing: border-box;
    padding: calc(60 / 2880 * 100vw);
    border: 1px solid #00a1af;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }

  #sec_assembly ul li {
    margin-bottom: calc(40 / 2880 * 100vw);
    font-size: 1.806vw;
    letter-spacing: 0.1em;
    color: #fff;
    text-indent: -1.806vw;
    padding-left: 1.806vw;
    line-height: calc(40 / 2880 * 100vw);
  }

  #sec_assembly ul li:nth-child(1) {
    margin-bottom: calc(40 / 2880 * 100vw);
    font-size: 1.389vw;
    letter-spacing: 0.1em;
    color: #00a1af;
  }

  #sec_assembly ul li:last-child {
    margin-bottom: 0;
  }

  #sec_assembly h2 {
    color: #fff;
    background-color: #00a1af;
    padding: calc(20 / 2880 * 100vw) calc(80 / 2880 * 100vw);
    box-sizing: border-box;
    text-align: left;
    font-size: 2.083vw;
    letter-spacing: 0.2em;
    margin-bottom: calc(100 / 2880 * 100vw);
  }

  #sec_assembly .live {
    display: inline-block;
  }

  #sec_assembly .live a div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: #00a1af;
    padding: calc(40 / 2880 * 100vw);
    width: calc(160 / 2880 * 100vw);
    height: calc(160 / 2880 * 100vw);
  }

  #sec_assembly .live a div:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: #e5f5f7;
    padding: calc(40 / 2880 * 100vw) calc(60 / 2880 * 100vw);
    width: auto;
    height: calc(160 / 2880 * 100vw);
    letter-spacing: 0.1em;
    font-size: 1.389vw;
    font-weight: 500;
    word-break: keep-all;
  }

  #sec_assembly .live a {
    color: #00a1af;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.5s;
  }

  #sec_assembly .live a:hover {
    opacity: 0.5;
  }

  #sec_assembly .live a div:nth-child(1) span {
    color: #fff;
    font-size: 2.847vw;
    display: block;
  }

  #sec_assembly h3 {
    color: #00a1af;
    border-bottom: 1px solid #00a1af;
    box-sizing: border-box;
    display: block;
    font-size: 1.806vw;
    letter-spacing: 0.1em;
    margin-bottom: calc(60 / 2880 * 100vw);
    line-height: calc(100 / 2880 * 100vw);
    text-indent: -1.806vw;
    padding-left: 1.806vw;
  }

  #sec_assembly h4 {
    color: #00a1af;
    border-bottom: 1px solid #00a1af;
    box-sizing: border-box;
    display: block;
    font-size: 1.806vw;
    letter-spacing: 0.1em;
    margin-bottom: calc(60 / 2880 * 100vw);
    line-height: calc(100 / 2880 * 100vw);
  }

  #sec_assembly p {
    box-sizing: border-box;
    font-size: 1.389vw;
    line-height: calc(64 / 2880 * 100vw);
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-bottom: calc(60 / 2880 * 100vw);
  }

  #sec_assembly p span {
    border-bottom: solid;
    border-color: #00a1af;
    border-width: 2px;
  }

  #sec_assembly p span.bullet {
    border-bottom: none !important;
    color: #00a1af;
  }

  #sec_assembly .answer {
    background-color: #e5f5f7;
    padding: calc(60 / 2880 * 100vw);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }

  #sec_assembly .answer p:last-child {
    margin-bottom: 0;
  }

  #sec_assembly .photo-r {
    float: right;
    width: calc(800 / 2880 * 100vw);
    margin: calc(40 / 2880 * 100vw);
  }

  #sec_assembly .photo-l {
    float: left;
    width: calc(800 / 2880 * 100vw);
    margin: calc(40 / 2880 * 100vw);
  }

  /* [assembly] select
--------------------------------------------------------------------------- */
  .archv {
    margin-bottom: 0 !important;
  }

  .select {
    position: relative;
    height: calc(100 / 2880 * 100vw);
    background: #e5f5f7;
    margin-bottom: 0 !important;
  }
  .select::after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    right: calc(20 / 2880 * 100vw);
    bottom: 0;
    margin: auto;
    border-style: solid;
    border-width: calc(16 / 2880 * 100vw) calc(16 / 2880 * 100vw) 0
      calc(16 / 2880 * 100vw);
    border-color: #00a1af transparent transparent transparent;
    pointer-events: none;
  }

  .select:hover::after {
    border-color: #e5f5f7 transparent transparent transparent;
  }

  .select::before {
    width: calc(74 / 2880 * 100vw);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #e5f5f7;
    content: "";
    pointer-events: none;
  }

  .select:hover::before {
    background: #40b8c2;
  }

  .select select {
    color: #00a1af;
    font-size: 1.389vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    height: 100%;
    width: 100%;
    cursor: pointer;
    outline: none;
    padding-right: calc(70 / 2880 * 100vw);
    padding-left: calc(30 / 2880 * 100vw);
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  .select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }
  .select select::-ms-expand {
    display: none;
  }

  @media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
    .select select {
      padding-right: 0;
    }
    .select:after,
    .select:before {
      display: none;
    }
  }
}
/* ----- /min-width : 751px ----- */

@media screen and (min-width: 1440px) {
  /* min-width : 1440px
--------------------------------------------------------------------------- */
  header .gnav > ul > li > a {
    font-size: 20px;
    padding: 0 calc(30px / 2);
  }

  footer .inner > div:nth-child(1) {
    padding: calc(20px / 2);
  }

  footer .inner > div:nth-child(1) p {
    font-size: 20px;
    line-height: calc(64px / 2);
  }

  footer .inner > div:nth-child(3) {
    padding: calc(20px / 2) calc(80 / 2880 * 100vw);
  }

  footer .inner > div:nth-child(3) div:nth-child(1) img {
    width: calc(800px / 2);
  }

  footer .inner > div:nth-child(3) p a {
    font-size: 20px;
  }

  footer .inner > div:nth-child(3) p a span {
    font-size: 30px;
    line-height: calc(68px / 2);
    margin-right: calc(12px / 2);
  }

  footer .inner > div:nth-child(3) div:nth-child(2) span:nth-child(2) img {
    width: calc(80px / 2);
  }

  footer .inner > div:nth-child(3) div:nth-child(2) span:nth-child(3) img {
    width: calc(80px / 2);
  }

  footer .inner > div:nth-child(3) div:nth-child(2) span:nth-child(4) img {
    width: calc(200px / 2);
  }

  main {
    padding-top: calc(202px / 2);
    padding-bottom: calc(182px / 2);
  }

  #sec_kv {
    margin-bottom: calc(136px / 2);
  }

  #sec_kv div:nth-child(1) {
    top: calc(260px / 2);
  }

  #sec_kv div:nth-child(2) {
    bottom: calc(980px / 2);
  }

  #sec_note .inner {
    padding: 0 calc(202px / 2) calc(300px / 2) calc(202px / 2);
  }

  #sec_note .inner div:nth-child(1) {
    padding: calc(20px / 2) calc(80px / 2);
    font-size: 30px;
    margin-bottom: calc(40px / 2);
  }

  #sec_note .inner div:nth-child(2),
  #sec_note .inner div:nth-child(5) {
    font-size: 20px;
    line-height: calc(64px / 2);
    margin-bottom: calc(40px / 2);
  }

  #sec_note .inner ul {
    padding-bottom: calc(40px / 2ß);
  }

  #sec_note .inner ul li {
    font-size: 20px;
    line-height: calc(64px / 2);
    text-indent: -20px;
    padding-left: 20px;
    margin-bottom: calc(10px / 2);
  }

  #sec_report .inner ul li::before {
    background-size: calc(60px / 2) calc(84px / 2);
    width: calc(60px / 2);
    height: calc(84px / 2);
    margin-right: calc(10px / 2);
    margin-bottom: calc(-26px / 2);
  }

  #sec_report .inner {
    padding: 0 calc(202px / 2) calc(300px / 2) calc(202px / 2);
  }

  #sec_report .inner div:nth-child(1) {
    padding: calc(20px / 2) calc(80px / 2);
    font-size: 30px;
    margin-bottom: calc(40px / 2);
  }

  #sec_report .inner div:nth-child(2) {
    font-size: 20px;
    line-height: calc(64px / 2);
    margin-bottom: calc(40px / 2);
  }

  #sec_report .inner ul {
    padding-bottom: calc(40px / 2ß);
  }

  #sec_report .inner ul li {
    font-size: 20px;
    line-height: calc(64px / 2);
    text-indent: -20px;
    padding-left: 20px;
    margin-bottom: calc(40px / 2);
  }

  #sec_greeting .inner {
    padding-bottom: calc(300px / 2);
  }

  #sec_greeting h1::after {
    margin-top: calc(50px / 2);
  }

  #sec_greeting p {
    font-size: 20px;
    line-height: calc(64px / 2);
  }

  #sec_update {
    margin-bottom: calc(200px / 2);
  }

  #sec_update .title {
    padding-bottom: calc(80px / 2);
  }

  #sec_update .inner div {
    margin-bottom: calc(20px / 2);
  }

  #sec_update .inner div a {
    font-size: 24px;
  }

  #sec_update .inner div a span {
    font-size: 41px;
    line-height: calc(68px / 2);
    margin-right: calc(6px / 2);
  }

  #sec_update h1 {
    padding-right: calc(40px / 2);
  }

  #sec_update .inner .date {
    font-size: 18px;
    margin-bottom: calc(10px / 2);
  }

  #sec_update .inner .cap {
    font-size: 20px;
    line-height: calc(54px / 2);
  }

  #sec_theme .inner {
    padding-bottom: calc(300px / 2);
  }

  #sec_theme h1 {
    margin-bottom: calc(120px / 2);
  }

  #sec_theme h1::after {
    margin-top: calc(50px / 2);
  }

  #sec_theme .inner > div {
    padding: calc(32px / 2);
    margin-bottom: calc(40px / 2);
    font-size: 26px;
  }

  #sec_theme ul {
    margin-bottom: calc(40px / 2);
  }

  #sec_theme .inner ul li h2 {
    font-size: 26px;
    line-height: calc(164px / 2);
    padding-left: calc(160px / 2);
  }

  #sec_theme .inner ul:nth-child(3) li:nth-child(2) h2 {
    font-size: 26px;
    line-height: calc(164px / 2);
    padding-left: calc(160px / 2);
  }

  #sec_theme .inner ul li span {
    font-size: 26px;
    padding: calc(40px / 2) calc(10px / 2);
  }

  #sec_theme .inner ul li p {
    font-size: 20px;
    line-height: calc(64px / 2);
  }

  #sec_profile h1 {
    padding-right: calc(40px / 2);
  }

  #sec_profile .inner > div:nth-child(1) div:nth-child(2) {
    padding: calc(80px / 2);
  }

  #sec_profile .inner > div:nth-child(1) div h2 {
    font-size: 48px;
    line-height: calc(64px / 2);
    margin-bottom: calc(40px / 2);
  }

  #sec_profile .inner > div:nth-child(1) div h3 {
    font-size: 27px;
    line-height: calc(64px / 2);
    margin-bottom: calc(40px / 2);
  }

  #sec_profile .inner > div:nth-child(1) div h4 {
    font-size: 20px;
    line-height: calc(64px / 2);
    margin-bottom: calc(60px / 2);
  }

  #sec_profile .inner > div:nth-child(1) div p {
    font-size: 20px;
    line-height: calc(64px / 2);
    margin-bottom: calc(40px / 2);
  }

  #sec_profile .inner > div:nth-child(2) {
    margin-top: calc(120px / 2);
  }

  #sec_profile .inner > div:nth-child(2) p {
    font-size: 20px;
    line-height: calc(64px / 2);
    margin: calc(80px / 2) calc(80 / 2880 * 100vw) calc(80px / 2) 0;
  }

  #sec_profile .inner > div:nth-child(2) p span {
    margin-top: calc(40px / 2);
    font-size: 22px;
  }

  #sec_profile .inner > div:nth-child(3) {
    margin: calc(400px / 2) auto calc(200px / 2) auto;
  }

  #sec_profile .inner > div:nth-child(3)::after {
    margin-top: calc(50px / 2);
  }

  #sec_kv_assembly {
    margin-bottom: calc(136px / 2);
  }

  #sec_kv_assembly div {
    bottom: calc(20px / 2);
    left: calc(202px / 2);
  }

  #sec_assembly .inner {
    padding: 0 calc(202px / 2) calc(300px / 2) calc(202px / 2);
  }

  #sec_assembly h1 {
    width: calc(640 / 2880 * 100vw);
  }

  #sec_assembly h1::after {
    margin-top: calc(50px / 2);
  }

  #sec_assembly .inner > div {
    margin-bottom: calc(120px / 2);
  }

  #sec_assembly .live a div:nth-child(1) {
    padding: calc(40px / 2);
    width: calc(160px / 2);
    height: calc(160px / 2);
  }

  #sec_assembly .live a div:nth-child(2) {
    padding: calc(40px / 2) calc(60px / 2);
    height: calc(160px / 2);
    font-size: 20px;
  }

  #sec_assembly .live a div:nth-child(1) span {
    font-size: 41px;
  }

  #sec_assembly ul {
    padding: calc(60px / 2);
  }

  #sec_assembly ul li {
    margin-bottom: calc(40px / 2);
    font-size: 26px;
  }

  #sec_assembly ul li:nth-child(1) {
    margin-bottom: calc(40px / 2);
    font-size: 20px;
  }

  #sec_assembly h2 {
    padding: calc(20px / 2) calc(80px / 2);
    font-size: 30px;
    margin-bottom: calc(100px / 2);
  }

  #sec_assembly h3 {
    font-size: 26px;
    margin-bottom: calc(60px / 2);
    line-height: calc(100px / 2);
  }

  #sec_assembly h4 {
    font-size: 26px;
    margin-bottom: calc(60px / 2);
    line-height: calc(100px / 2);
  }

  #sec_assembly p {
    font-size: 20px;
    line-height: calc(64px / 2);
    margin-bottom: calc(60px / 2);
  }

  #sec_assembly .photo-r,
  #sec_assembly .photo-l {
    width: calc(800px / 2);
    margin: calc(40px / 2);
  }

  .select {
    height: calc(100px / 2);
  }

  .select::after {
    right: calc(20px / 2);
    border-width: calc(16px / 2) calc(16px / 2) 0 calc(16px / 2);
  }

  .select::before {
    width: calc(74px / 2);
  }

  .select select {
    font-size: 20px;
    padding-right: calc(70px / 2);
    padding-left: calc(30px / 2);
  }
}
/* ----- /min-width : 1440px ----- */

@media screen and (min-width: 2880px) {
  /* min-width : 2880px
--------------------------------------------------------------------------- */
  #sec_update .title {
    padding-left: calc(
      ((100vw - calc((2880px * 2) / 2)) / 2) + (202 / 2880 * 100vw)
    );
  }
}
/* ----- /min-width : 2880px ----- */

@media screen and (max-width: 750px) {
  /* max-width : 750px
--------------------------------------------------------------------------- */
  .switch_pc,
  .switch_pc * {
    display: none;
  }

  body {
    z-index: 10;
    overflow-x: hidden;
    font-size: 15px;
  }

  body,
  html {
    width: 100%;
    min-width: 100%;
  }

  .fade-layer,
  body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 99999;
  }
  body.fade-layer-off:before {
    content: none;
  }

  main {
    min-height: 100vh;
    padding-bottom: calc(120 / 750 * 100vw);
    -webkit-backface-visibility: hidden;
    position: relative;
    overflow-x: hidden;
  }

  #contents {
    transition: all 0.5s;
  }

  #contents.reload {
    opacity: 0;
  }

  #contents.open {
    opacity: 0;
    transform: translateX(-100%);
  }

  /* header
--------------------------------------------------------------------------- */
  header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
  }

  header .gnav {
    box-sizing: border-box;
    width: 100%;
    min-height: 100vh;
    padding: calc(40 / 750 * 100vw);
    background-color: #fff;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 10;
    transform: translate(100%);
    transition: all 0.5s;
  }

  header .gnav ul li:nth-child(1) a img {
    text-decoration: none;
    transition: 0.2s ease-in-out;
  }

  header .gnav ul li:nth-child(1) a img:hover {
    opacity: 0.5;
    transform: scale(1);
  }

  header .gnav.open {
    transform: translateX(0);
  }

  header .gnav li img {
    width: calc(480 / 750 * 100vw);
    height: auto;
  }

  header .gnav li {
    font-size: 4.26vw !important;
    padding-bottom: calc(20 / 750 * 100vw);
  }

  header .gnav li:nth-child(1) {
    margin-bottom: calc(40 / 750 * 100vw);
  }

  header .gnav li:nth-child(2),
  header .gnav li:nth-child(3),
  header .gnav li:nth-child(4),
  header .gnav li:nth-child(5),
  header .gnav li:nth-child(6),
  header .gnav li:nth-child(7) {
    border-top: calc(4 / 750 * 100vw) solid #e5f5f7;
    padding-top: calc(20 / 750 * 100vw);
  }

  header .gnav li:nth-child(7) {
    border-bottom: calc(4 / 750 * 100vw) solid #e5f5f7;
  }

  header .gnav li:nth-child(8) {
    padding-top: calc(40 / 750 * 100vw);
  }

  header .gnav li:nth-child(8) div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  header .gnav li:nth-child(8) div span:nth-child(1) img {
    width: calc(80 / 750 * 100vw);
    padding: 0 0 0 calc(40 / 750 * 100vw);
  }

  header .gnav li:nth-child(8) div span:nth-child(2) img {
    width: calc(80 / 750 * 100vw);
    padding: 0 calc(40 / 750 * 100vw);
  }

  header .gnav li:nth-child(8) div span:nth-child(3) img {
    width: calc(160 / 750 * 100vw);
    padding: 0 calc(40 / 750 * 100vw);
  }

  header .gnav li:nth-child(8) div:nth-child(2) {
    margin-top: calc(40 / 750 * 100vw);
  }

  header .gnav li:nth-child(8) div:nth-child(2) img {
    width: calc(420 / 750 * 100vw);
  }

  header .gnav_ico {
    width: calc(120 / 750 * 100vw);
    height: calc(120 / 750 * 100vw);
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 65535;
    cursor: pointer;
    transition: all 0.5s;
    -webkit-border-radius: 0 0 0 10px;
    -moz-border-radius: 0 0 0 10px;
    border-radius: 0 0 0 10px;
  }

  header .gnav_ico.gnav_hide {
    transform: translateX(calc(120 / 750 * 100vw));
  }

  header .gnav_ico_inner {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #00a1af;
  }

  header .gnav_ico .gnav_ico_inner::before {
    content: "";
    z-index: 100;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/header/parts_gnav_close.svg) no-repeat;
    background-position: center;
    background-size: 30%;
    transition: all 0.45s cubic-bezier(0.23, 1, 0.32, 1);
    transform: scale(0);
  }

  header .gnav_ico.active .gnav_ico_inner::before {
    transform: scale(1);
    transition-delay: 0.13s;
  }

  header .gnav_ico_inner .l {
    width: calc(41 / 750 * 100vw);
    min-width: 20px;
    height: calc(6 / 750 * 100vw);
    min-height: 3px;
    background-color: #fff;
    margin-bottom: calc(7 / 750 * 100vw);
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1);
  }

  header .gnav_ico .txt {
    margin-top: calc(8 / 750 * 100vw);
    font-size: 2.667vw;
    letter-spacing: 0.1em;
    font-family: "Helvetica Neue", Helvetica, Arial !important;
    font-weight: bold !important;
    color: #fff;
    z-index: 2;
    transition: transform 0.6s cubic-bezier(0.23, 1, 0.32, 1) 0.15s,
      opacity 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.35s;
  }

  header .gnav_ico.active .txt {
    transform: translateY(300%);
    transition: transform 0.4s ease, opacity 0.2s ease;
    transition-delay: 0.05s;
  }

  header .gnav_ico.active .l {
    transform: translateY(-1100%);
  }

  header .gnav_ico .l.top {
    transition-delay: 0s;
  }
  header .gnav_ico .l.mid {
    transition-delay: 0.05s;
  }
  header .gnav_ico .l.btm {
    transition-delay: 0.08s;
  }

  /* footer
--------------------------------------------------------------------------- */
  footer {
    width: 100%;
    transition: all 0.5s;
  }

  footer.reload {
    opacity: 0;
  }

  footer.open {
    transform: translateX(-100%);
    opacity: 0;
  }

  footer .inner {
    height: 100%;
  }

  footer .inner > div:nth-child(2) {
    box-sizing: border-box;
    text-align: center;
    background-color: #00a1af;
    padding: calc(20 / 750 * 100vw) calc(10 / 750 * 100vw);
    width: 100%;
  }

  footer .inner > div:nth-child(2) p {
    font-size: 3.47vw;
    color: #fff;
    letter-spacing: 0.02em;
    font-weight: 500;
    margin-bottom: calc(20 / 750 * 100vw);
  }

  footer .inner > div:nth-child(2) p:nth-child(2) {
    margin-bottom: calc(10 / 750 * 100vw);
  }

  footer .inner > div:nth-child(2) p:last-child {
    margin-bottom: 0;
  }

  footer .inner > div:nth-child(3) {
    box-sizing: border-box;
    padding: calc(20 / 750 * 100vw);
    width: 100%;
  }

  footer .inner > div:nth-child(3) div {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  footer .inner > div:nth-child(3) span {
    display: block;
  }

  footer .inner > div:nth-child(3) span:nth-child(2) img {
    width: calc(80 / 750 * 100vw);
  }

  footer .inner > div:nth-child(3) span:nth-child(3) img {
    width: calc(80 / 750 * 100vw);
    margin-left: calc(40 / 750 * 100vw);
  }

  footer .inner > div:nth-child(3) span:nth-child(4) img {
    width: calc(170 / 750 * 100vw);
    margin-left: calc(80 / 750 * 100vw);
  }

  footer .inner > div:nth-child(4) {
    box-sizing: border-box;
    width: 100%;
    text-align: center;
    padding-bottom: calc(20 / 750 * 100vw);
  }

  footer .inner > div:nth-child(4) p {
    margin-bottom: calc(20 / 750 * 100vw);
  }

  footer .inner > div:nth-child(4) p a {
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: keep-all;
    font-size: 3.27vw;
    color: #00a1af;
    transition: all 0.5s;
  }

  footer .inner > div:nth-child(4) p a:hover {
    opacity: 0.5;
  }

  footer .inner > div:nth-child(4) p a span {
    font-size: 4.27vw;
    display: block;
    margin-right: calc(6 / 750 * 100vw);
  }

  footer .inner > div:nth-child(4) img {
    width: calc(420 / 750 * 100vw);
  }

  /* #sec_kv
--------------------------------------------------------------------------- */
  #sec_kv {
    overflow: hidden;
    margin-bottom: calc(60 / 750 * 100vw);
    position: relative;
  }

  #sec_kv div:nth-child(1),
  #sec_kv div:nth-child(2),
  #sec_kv div:nth-child(3) {
    position: absolute;
  }

  #sec_kv div:nth-child(1) {
    width: calc(36 / 750 * 100vw);
    top: calc(150 / 750 * 100vw);
    right: calc(510 / 750 * 100vw);
    z-index: 1;
    line-height: 0;
  }

  #sec_kv div:nth-child(2) {
    width: calc(430 / 750 * 100vw);
    max-width: calc(760px / 2);
    bottom: calc(200 / 750 * 100vw);
    right: calc(60 / 750 * 100vw);
    z-index: 1;
    line-height: 0;
  }

  #sec_kv div:nth-child(3) {
    width: calc(120 / 750 * 100vw);
    top: calc(40 / 750 * 100vw);
    left: calc(40 / 750 * 100%);
    z-index: 1;
    line-height: 0;
  }

  #sec_kv .set_bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    z-index: 0;
    position: relative;
  }

  #sec_kv .set_bg .bg_inner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/index/top_img_sp.jpg);
  }

  #sec_kv .set_bg img {
    width: 100%;
    opacity: 0;
  }

  /* #sec_note
--------------------------------------------------------------------------- */
  #sec_note {
    overflow: hidden;
    margin-bottom: calc(180 / 750 * 100vw);
    position: relative;
  }

  #sec_note .inner {
    box-sizing: border-box;
    padding: 0 calc(40 / 750 * 100vw);
    position: relative;
  }

  #sec_note .inner div:nth-child(1) {
    color: #fff;
    background-color: #00a1af;
    padding: calc(10 / 750 * 100vw) calc(20 / 750 * 100vw);
    box-sizing: border-box;
    text-align: left;
    font-size: 4.26vw;
    line-height: calc(52 / 750 * 100vw);
    letter-spacing: 0.2em;
    margin-bottom: calc(20 / 750 * 100vw);
  }

  #sec_note .inner div:nth-child(2),
  #sec_note .inner div:nth-child(5) {
    font-size: 4.26vw;
    line-height: calc(52 / 750 * 100vw);
    letter-spacing: 0.02em;
    margin-bottom: calc(40 / 750 * 100vw);
    font-weight: 500;
  }

  #sec_note .inner ul {
    border-bottom: solid 1px #00a1af;
    padding-bottom: calc(40 / 750 * 100vw);
  }

  #sec_note .inner ul li {
    font-size: 4.26vw;
    line-height: calc(52 / 750 * 100vw);
    letter-spacing: 0.02em;
    font-weight: 500;
    text-indent: -4.26vw;
    padding-left: 4.26vw;
    margin-bottom: calc(10 / 750 * 100vw);
  }

  #sec_note .inner ul li::before {
    content: "・";
    color: #00a1af;
  }

  #sec_note .inner ul li a {
    color: #00a1af;
    transition: all 0.5s;
  }

  #sec_note .inner ul li a:hover {
    opacity: 0.5;
  }

  #sec_note div div:nth-child(3) video,
  #sec_note div div:nth-child(6) video {
    width: 100%;
  }

  /* #sec_report
--------------------------------------------------------------------------- */
  #sec_report {
    overflow: hidden;
    margin-bottom: calc(400 / 750 * 100vw);
    position: relative;
  }

  #sec_report .inner {
    box-sizing: border-box;
    padding: 0 calc(40 / 750 * 100vw);
    position: relative;
  }

  #sec_report .inner div:nth-child(1) {
    color: #fff;
    background-color: #00a1af;
    padding: calc(10 / 750 * 100vw) calc(20 / 750 * 100vw);
    box-sizing: border-box;
    text-align: left;
    font-size: 4.26vw;
    line-height: calc(52 / 750 * 100vw);
    letter-spacing: 0.2em;
    margin-bottom: calc(20 / 750 * 100vw);
  }

  #sec_report .inner div:nth-child(2) {
    font-size: 4.26vw;
    line-height: calc(52 / 750 * 100vw);
    letter-spacing: 0.02em;
    margin-bottom: calc(40 / 750 * 100vw);
    font-weight: 500;
  }

  /*
	#sec_report .inner ul {
		border-bottom: solid 1px #00a1af;
		padding-bottom: calc(40 / 750 * 100vw);
	}
	*/

  #sec_report .inner ul li {
    font-size: 4.26vw;
    line-height: calc(52 / 750 * 100vw);
    letter-spacing: 0.02em;
    font-weight: 500;
    text-indent: -4.26vw;
    padding-left: 4.26vw;
    margin-bottom: calc(40 / 750 * 100vw);
  }

  #sec_report .inner ul li::before {
    content: "";
    display: inline-block;
    background-image: url(../img/common/pdf_icon.svg);
    background-size: calc(60 / 750 * 100vw) calc(84 / 750 * 100vw);
    background-repeat: no-repeat;
    width: calc(60 / 750 * 100vw);
    height: calc(84 / 750 * 100vw);
    margin-right: calc(10 / 750 * 100vw);
    margin-bottom: calc(-26 / 750 * 100vw);
  }

  #sec_report .inner ul li a {
    color: #00a1af;
    transition: all 0.5s;
  }

  #sec_report .inner ul li a:hover {
    opacity: 0.5;
  }

  /* #sec_greeting
--------------------------------------------------------------------------- */
  #sec_greeting {
    overflow: hidden;
    margin-bottom: calc(180 / 750 * 100vw);
    position: relative;
  }

  #sec_greeting .inner {
    padding: 0 calc(40 / 750 * 100vw);
    position: relative;
  }

  #sec_greeting h1 {
    width: calc(360 / 750 * 100vw);
    height: auto;
    position: relative;
    margin-bottom: calc(40 / 750 * 100vw);
  }

  #sec_greeting h1::after {
    display: block;
    width: calc(360 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    background-color: #00a1af;
    content: "";
    margin-top: calc(20 / 750 * 100vw);
  }

  #sec_greeting h1 img {
    width: calc(360 / 750 * 100vw);
    height: auto;
  }

  #sec_greeting p {
    width: 100%;
    font-size: 4.26vw !important;
    line-height: calc(52 / 750 * 100vw);
    letter-spacing: 0.02em;
    font-weight: 500;
  }

  #sec_greeting p br {
    display: none;
  }

  /* #sec_update
--------------------------------------------------------------------------- */
  #sec_update {
    overflow: hidden;
    margin-bottom: calc(100 / 750 * 100vw);
    position: relative;
  }

  #sec_update .title {
    box-sizing: border-box;
    padding-bottom: calc(80 / 750 * 100vw);
    padding-left: calc(40 / 750 * 100vw);
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #sec_update h1 {
    width: calc(60 / 750 * 100vw);
    height: auto;
    position: relative;
    padding-right: calc(20 / 750 * 100vw);
  }

  #sec_update h1 img {
    width: calc(60 / 750 * 100vw);
    height: auto;
  }

  #sec_update .set_bg {
    width: 100%;
    height: calc(280 / 750 * 100vw);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    z-index: 0;
    position: relative;
  }

  #sec_update .set_bg .bg_inner {
    width: 100%;
    height: calc(280 / 750 * 100vw);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/index/update_img_sp.jpg);
  }

  #sec_update .set_bg img {
    width: 100%;
    opacity: 0;
  }

  #sec_update .inner {
    padding: 0 calc(40 / 750 * 100vw) calc(80 / 750 * 100vw)
      calc(40 / 750 * 100vw);
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
  }

  #sec_update .inner div {
    margin-bottom: calc(20 / 750 * 100vw);
  }

  #sec_update .inner div a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    word-break: keep-all;
    font-size: 4.26vw;
    color: #00a1af;
    transition: all 0.5s;
  }

  #sec_update .inner div a:hover {
    opacity: 0.5;
  }

  #sec_update .inner div a span {
    font-size: 5.47vw;
    line-height: calc(68 / 2880 * 100vw);
    display: block;
    margin-right: calc(6 / 2880 * 100vw);
  }

  #sec_update .inner ul {
    display: flex;
    justify-content: space-between;
    width: calc((350 / 750 * 100vw * 2) + (330 / 750 * 100vw));
  }

  #sec_update .inner ul li {
    width: calc(330 / 750 * 100vw);
    margin-right: calc(20 / 750 * 100vw);
    height: 100%;
  }

  #sec_update .inner ul li:nth-child(4) {
    margin-right: 0;
  }

  #sec_update .inner .post_pic {
    width: 100%;
    height: calc(200 / 750 * 100vw);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    z-index: 0;
    position: relative;
  }

  #sec_update .inner .post_pic .bg_inner {
    width: calc(330 / 750 * 100vw);
    height: calc(200 / 750 * 100vw);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }

  #sec_update .inner .post_pic img {
    width: 100%;
    opacity: 0;
  }

  #sec_update .inner ul li p:nth-child(2) {
    box-sizing: border-box;
    padding: calc(20 / 750 * 100vw) 0;
  }

  #sec_update .inner .date {
    font-size: 3.73vw;
    letter-spacing: 0.04em;
    margin-bottom: calc(10 / 750 * 100vw);
    color: #00a1af;
    display: block;
  }

  #sec_update .inner .cap {
    font-size: 4.26vw;
    line-height: calc(52 / 750 * 100vw);
    letter-spacing: 0.02em;
    display: block;
    font-weight: 500;
  }

  /* #sec_theme
--------------------------------------------------------------------------- */
  #sec_theme {
    margin-bottom: calc(180 / 750 * 100vw);
    position: relative;
  }

  #sec_theme .inner {
    box-sizing: border-box;
    padding: 0 calc(40 / 750 * 100vw);
    position: relative;
  }

  #sec_theme .photos {
    width: calc(960 / 750 * 100vw);
    display: block;
    position: absolute;
    top: calc(-400 / 750 * 100vw);
    right: calc(-110 / 750 * 100vw);
    z-index: -1;
  }

  #sec_theme .photos img {
    width: calc(960 / 750 * 100vw);
  }

  #sec_theme h1 {
    width: calc(360 / 750 * 100vw);
    height: auto;
    position: relative;
    margin-bottom: calc(40 / 750 * 100vw);
  }

  #sec_theme h1::after {
    display: block;
    width: calc(360 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    background-color: #00a1af;
    content: "";
    margin-top: calc(20 / 750 * 100vw);
  }

  #sec_theme h1 img {
    width: calc(360 / 750 * 100vw);
    height: auto;
  }

  #sec_theme .inner > div {
    background-color: #00a1af;
    padding: calc(16 / 750 * 100vw);
    margin-bottom: calc(20 / 750 * 100vw);
    color: #fff;
    font-size: 4.26vw;
    letter-spacing: 0.3em;
    text-align: center;
    position: relative;
  }

  #sec_theme ul {
    width: 100%;
    margin-bottom: calc(40 / 750 * 100vw);
  }

  #sec_theme ul li {
    width: 100%;
    margin-bottom: calc(40 / 750 * 100vw);
    background-color: #e5f5f7;
    position: relative;
    overflow: hidden;
  }

  #sec_theme ul li div {
    background-color: #00a1af;
    position: absolute;
    top: 0;
    left: 0;
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    z-index: 0;
  }

  #sec_theme ul li div::after {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    background-color: #40b8c2;
    width: calc(80 / 750 * 100vw);
    height: calc(10 / 750 * 100vw);
    z-index: 1;
  }

  #sec_theme ul li div img {
    position: relative;
    width: calc(80 / 750 * 100vw);
    height: auto;
    z-index: 2;
  }

  #sec_theme .inner .pic {
    width: 100%;
    height: calc(360 / 750 * 100vw);
    max-height: calc(720px / 2);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    z-index: 0;
    position: relative;
  }

  #sec_theme .inner .pic .bg_inner {
    width: calc(670 / 750 * 100vw);
    height: calc(360 / 750 * 100vw);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
  }

  #sec_theme .inner ul li .pic img {
    width: 100%;
    opacity: 0;
  }

  #sec_theme .inner ul li h2 {
    box-sizing: border-box;
    text-align: center;
    display: block;
    height: calc(80 / 750 * 100vw);
    position: relative;
    font-size: 4.26vw;
    padding-left: calc(80 / 750 * 100vw);
    line-height: calc(88 / 750 * 100vw);
    letter-spacing: 0.2em;
    color: #00a1af;
  }

  #sec_theme .inner ul:nth-child(3) li:nth-child(2) h2 {
    box-sizing: border-box;
    text-align: center;
    display: block;
    height: calc(80 / 750 * 100vw);
    position: relative;
    font-size: 4.26vw;
    padding-left: calc(80 / 750 * 100vw);
    line-height: calc(88 / 750 * 100vw);
    letter-spacing: 0.1em;
    color: #00a1af;
  }

  #sec_theme .inner ul li span {
    text-align: center;
    display: block;
    box-sizing: border-box;
    position: relative;
    font-size: 4.26vw;
    padding: calc(10 / 750 * 100vw) calc(5 / 750 * 100vw);
    font-weight: 700;
    letter-spacing: 0.02em;
    line-height: calc(48 / 750 * 100vw);
    background-color: #fff;
    color: #00a1af;
    letter-spacing: 0.02em;
    box-shadow: 0 6px rgba(0, 161, 175, 0.2);
  }

  #sec_theme .inner ul li p {
    box-sizing: border-box;
    height: calc(400 / 750 * 100vw);
    position: relative;
    font-size: 4.26vw;
    line-height: calc(52 / 750 * 100vw);
    padding: calc(20 / 750 * 100vw) calc(40 / 750 * 100vw);
    font-weight: 500;
    letter-spacing: 0.02em;
  }

  /* #sec_profile
--------------------------------------------------------------------------- */
  #sec_profile {
    position: relative;
  }

  #sec_profile .inner {
    box-sizing: border-box;
    padding: 0 calc(40 / 750 * 100vw);
    position: relative;
  }

  #sec_profile .inner > div:nth-child(1) {
    display: flex;
    flex-direction: column-reverse;
  }

  #sec_profile h1 {
    width: calc(60 / 750 * 100vw);
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
    padding: 0 calc(10 / 750 * 100vw) calc(10 / 750 * 100vw) 0;
    margin-left: calc(40 / 750 * 100vw);
  }

  #sec_profile .inner > div:nth-child(1) div:nth-child(2) {
    box-sizing: border-box;
    width: 100%;
    background-color: #00a1af;
    color: #fff;
    padding: calc(40 / 750 * 100vw);
  }

  #sec_profile .inner > div:nth-child(1) div h2 {
    position: relative;
    font-size: 7.2vw;
    line-height: calc(36 / 750 * 100vw);
    letter-spacing: 0.2em;
    margin-bottom: calc(10 / 750 * 100vw);
  }

  #sec_profile .inner > div:nth-child(1) div h3 {
    position: relative;
    font-size: 4.53vw;
    line-height: calc(48 / 750 * 100vw);
    letter-spacing: 0.1em;
    margin-bottom: calc(20 / 750 * 100vw);
  }

  #sec_profile .inner > div:nth-child(1) div h4 {
    position: relative;
    font-size: 3.2vw;
    line-height: calc(52 / 750 * 100vw);
    letter-spacing: 0.28em;
    margin-bottom: calc(40 / 750 * 100vw);
  }

  #sec_profile .inner > div:nth-child(1) div p {
    position: relative;
    font-size: 4.26vw;
    line-height: calc(52 / 750 * 100vw);
    letter-spacing: 0.02em;
    margin-bottom: calc(40 / 750 * 100vw);
    font-weight: 500;
  }

  #sec_profile .inner > div:nth-child(1) div p:nth-child(6) {
    margin-bottom: 0;
  }

  #sec_profile .inner .set_bg {
    width: 100%;
    height: calc(450 / 750 * 100vw);
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    right: 0;
    z-index: 0;
    position: relative;
  }

  #sec_profile .inner .set_bg .bg_inner {
    width: 100%;
    height: calc(450 / 750 * 100vw);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    right: 0;
    background-image: url(../img/index/profile_pic.jpg);
  }

  #sec_profile .inner .set_bg img {
    width: 100%;
    opacity: 0;
  }

  #sec_profile .inner > div:nth-child(2) {
    position: relative;
    background-color: #e5f5f7;
    overflow: hidden;
    margin-top: calc(60 / 750 * 100vw);
  }

  #sec_profile .inner > div:nth-child(2) div {
    position: relative;
    height: calc(320 / 750 * 100vw);
    overflow: hidden;
  }

  #sec_profile .inner > div:nth-child(2) div img {
    width: 100%;
    height: auto;
  }

  #sec_profile .inner > div:nth-child(2) p {
    box-sizing: border-box;
    font-size: 4.26vw;
    letter-spacing: 0.02em;
    font-weight: 500;
    line-height: calc(52 / 750 * 100vw);
    margin: calc(40 / 750 * 100vw) calc(40 / 750 * 100vw) calc(40 / 750 * 100vw)
      0;
    padding-left: calc(40 / 750 * 100vw);
  }

  #sec_profile .inner > div:nth-child(2) p br {
    display: none;
  }

  #sec_profile .inner > div:nth-child(2) p span {
    display: block;
    text-align: center;
    margin-top: calc(20 / 750 * 100vw);
    color: #00a1af;
    font-size: 4.8vw;
  }

  #sec_profile .inner > div:nth-child(3) {
    width: calc(400 / 750 * 100vw);
    height: 100%;
    position: relative;
    margin: calc(120 / 750 * 100vw) auto 0 auto;
  }

  #sec_profile .inner > div:nth-child(3)::after {
    display: block;
    width: calc(400 / 750 * 100vw);
    height: calc(94 / 750 * 100vw);
    background-color: #00a1af;
    content: "";
    margin-top: calc(20 / 750 * 100vw);
  }

  /* [assembly] #sec_kv_assembly
---------------------------------------------------------------------------*/
  #sec_kv_assembly {
    overflow: hidden;
    margin-bottom: calc(60 / 750 * 100vw);
    position: relative;
  }

  #sec_kv_assembly div {
    position: absolute;
    width: calc(100 / 750 * 100vw);
    height: auto;
    max-width: calc(100px / 2);
    top: calc(32 / 750 * 100vw);
    left: calc(40 / 750 * 100vw);
    z-index: 1;
    line-height: 0;
  }

  #sec_kv_assembly .set_bg {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    top: 0;
    left: 0;
    z-index: 0;
    position: relative;
  }

  #sec_kv_assembly .set_bg .bg_inner {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url(../img/assembly/assembly_img_sp.jpg);
  }

  #sec_kv_assembly .set_bg img {
    width: 100%;
    opacity: 0;
  }

  /* [assembly] #sec_assembly
--------------------------------------------------------------------------- */
  #sec_assembly {
    overflow: hidden;
    margin-bottom: calc(120 / 750 * 100vw);
  }

  #sec_assembly .inner {
    box-sizing: border-box;
    max-width: calc((750px * 2) / 2);
    padding: 0 calc(40 / 750 * 100vw) 0 calc(40 / 750 * 100vw);
    margin: 0 auto;
  }

  #sec_assembly h1 {
    width: calc(360 / 750 * 100vw);
    height: auto;
    position: relative;
    margin-bottom: calc(40 / 750 * 100vw);
  }

  #sec_assembly h1::after {
    display: block;
    width: calc(360 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
    background-color: #00a1af;
    content: "";
    margin-top: calc(20 / 750 * 100vw);
  }

  #sec_assembly h1 img {
    width: calc(360 / 750 * 100vw);
    height: auto;
  }

  #sec_assembly .inner > div {
    box-sizing: border-box;
    margin-bottom: calc(60 / 750 * 100vw);
  }

  #sec_assembly .live {
    display: flex;
    justify-content: center;
  }

  #sec_assembly .live a div:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: #00a1af;
    padding: calc(10 / 750 * 100vw);
    width: calc(80 / 750 * 100vw);
    height: calc(80 / 750 * 100vw);
  }

  #sec_assembly .live a div:nth-child(2) {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    background-color: #e5f5f7;
    padding: calc(10 / 750 * 100vw) calc(30 / 750 * 100vw);
    width: auto;
    height: calc(80 / 750 * 100vw);
    font-size: 4.26vw;
    font-weight: 500;
    letter-spacing: 0.1em;
  }

  #sec_assembly .live a {
    color: #00a1af;
    display: flex;
    align-items: center;
    justify-content: center;
    word-break: keep-all;
    transition: all 0.5s;
  }

  #sec_assembly .live a:hover {
    opacity: 0.5;
  }

  #sec_assembly .live a div:nth-child(1) span {
    color: #fff;
    font-size: 6.4vw;
    display: block;
  }

  #sec_assembly .inner #qlist p {
    box-sizing: border-box;
  }

  #sec_assembly ul {
    box-sizing: border-box;
    padding: calc(30 / 750 * 100vw);
    border: 1px solid #00a1af;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }

  #sec_assembly ul li {
    margin-bottom: calc(20 / 750 * 100vw);
    line-height: calc(40 / 750 * 100vw);
    font-size: 4.26vw;
    letter-spacing: 0.1em;
    color: #fff;
    text-indent: -4.26vw;
    padding-left: 4.26vw;
  }

  #sec_assembly ul li:nth-child(1) {
    margin-bottom: calc(20 / 750 * 100vw);
    font-size: 3.73vw;
    letter-spacing: 0.1em;
    color: #00a1af;
  }

  #sec_assembly ul li:last-child {
    margin-bottom: 0;
  }

  #sec_assembly h2 {
    color: #fff;
    background-color: #00a1af;
    padding: calc(40 / 2880 * 100vw) calc(40 / 750 * 100vw);
    box-sizing: border-box;
    text-align: left;
    font-size: 4.8vw;
    letter-spacing: 0.2em;
    margin-bottom: calc(50 / 750 * 100vw);
    text-align: center;
  }

  #sec_assembly h3 {
    color: #00a1af;
    border-bottom: 1px solid #00a1af;
    box-sizing: border-box;
    display: block;
    font-size: 4.26vw;
    letter-spacing: 0.1em;
    margin-bottom: calc(30 / 750 * 100vw);
    line-height: calc(52 / 750 * 100vw);
    text-indent: -4.26vw;
    padding-left: 4.26vw;
  }

  #sec_assembly h4 {
    color: #00a1af;
    border-bottom: 1px solid #00a1af;
    box-sizing: border-box;
    display: block;
    font-size: 4.26vw;
    letter-spacing: 0.1em;
    margin-bottom: calc(30 / 750 * 100vw);
    line-height: calc(52 / 750 * 100vw);
  }

  #sec_assembly p {
    box-sizing: border-box;
    font-size: 4.26vw;
    font-weight: 500;
    letter-spacing: 0.02em;
    margin-bottom: calc(30 / 750 * 100vw);
    line-height: calc(52 / 750 * 100vw);
  }

  #sec_assembly p span {
    border-bottom: solid;
    border-color: #00a1af;
    border-width: 2px;
  }

  #sec_assembly .answer {
    background-color: #e5f5f7;
    padding: calc(40 / 750 * 100vw);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
  }

  #sec_assembly .answer p:last-child {
    margin-bottom: 0;
  }

  #sec_assembly .photo-r,
  #sec_assembly .photo-l {
    width: 100%;
    margin: calc(40 / 750 * 100vw) 0 calc(40 / 750 * 100vw) 0;
  }

  /* [assembly] select
--------------------------------------------------------------------------- */
  select {
    -webkit-appearance: button;
    appearance: button;
  }

  .select {
    position: relative;
    width: calc(360 / 750 * 100vw);
    height: calc(60 / 750 * 100vw);
    background: #e5f5f7;
    margin-bottom: 0 !important;
  }
  .select::after {
    content: "";
    position: absolute;
    top: 0;
    width: 0;
    height: 0;
    right: calc(10 / 750 * 100vw);
    bottom: 0;
    margin: auto;
    border-style: solid;
    border-width: calc(8 / 750 * 100vw) calc(8 / 750 * 100vw) 0
      calc(8 / 750 * 100vw);
    border-color: #00a1af transparent transparent transparent;
    pointer-events: none;
  }

  .select:hover::after {
    border-color: #e5f5f7 transparent transparent transparent;
  }

  .select::before {
    width: calc(37 / 750 * 100vw);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: #e5f5f7;
    content: "";
    pointer-events: none;
  }

  .select:hover::before {
    background: #40b8c2;
  }

  .select select {
    color: #00a1af;
    font-size: 4.26vw;
    font-weight: 500;
    letter-spacing: 0.1em;
    border: none;
    box-shadow: none;
    border-radius: 0;
    background: transparent;
    height: 100%;
    width: 100%;
    cursor: pointer;
    outline: none;
    padding-right: calc(35 / 750 * 100vw);
    padding-left: calc(15 / 750 * 100vw);
    -moz-appearance: none;
    -webkit-appearance: none;
  }
  .select select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
  }
  .select select::-ms-expand {
    display: none;
  }

  @media all and (min-width: 0\0) and (min-resolution: 0.001dpcm) {
    .select select {
      padding-right: 0;
    }
    .select:after,
    .select:before {
      display: none;
    }
  }
}

/* ----- /max-width : 750px ----- */
