@charset "UTF-8";
/* CSS Document */

/*******************************
* ResetCSS
*******************************/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}
ul,
li {
  list-style: none;
}

/***********************
root設定
***********************/

body {
  font-size: 14px;
  line-height: 1;
  font-family: "Noto Sans JP", sans-serif;
  color: #747474;
  background: #f2f2f2;
  font-weight: 500;
  letter-spacing: 0.05em;
}

/***********************
フォント設定
***********************/
.ff_min {
  font-family: "Sawarabi Mincho", sans-serif;
}

.en {
  font-family: "Lexend", sans-serif;
}

.bold {
  font-weight: 700 !important;
}

.en.demi {
  font-weight: 600;
}

/***********************
画像設定
***********************/
img {
  width: 100%;
  height: auto;
  vertical-align: top;
}

/***********************
リンク設定
***********************/

a {
  text-decoration: none;
  transition: all 0.7s;
}

a:hover {
  opacity: 0.7;
}

/***********************
レイアウト
***********************/

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

.clearfix {
  display: block;
  min-height: 1%;
  clear: both;
}

.flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex.start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

#wrapper {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-bottom: 142px;
}

@media screen and (max-width: 767px) {
  #wrapper {
    padding-bottom: 110px;
  }
}

/***********************
Utils
***********************/

.hp_fl {
  float: left;
}
.hp_fr {
  float: right;
}

.ly_inner {
  margin: 0 auto;
  position: relative;
}

.el_imgTxt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.el_gradient {
  background: linear-gradient(90deg, rgba(255, 0, 0, 0.5) 0%, rgba(0, 0, 0, 1) 100%);
}

@media screen and (max-width: 480px) {
  .fl,
  .fr {
    float: none;
  }

  .ly_inner {
  }
}

/***********************
Header
***********************/

#ly_header {
  padding: 60px 51px 35px 32px;
  box-sizing: border-box;
  width: 210px;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-563px);
  background: #fff;
  border-bottom-right-radius: 20px;
}

#ly_header .el_logo {
  width: 100%;
  margin-bottom: 30px;
}

.un_menuTrigger {
  display: none;
}

.bl_hNav {
  width: 100%;
}

.bl_hNav li {
  width: 100%;
  margin-bottom: 20px;
}

.bl_hNav li:first-child {
  display: none;
}

.bl_hNav li a {
  display: block;
  font-size: 16px;
  letter-spacing: 0.2em;
}

.bl_hNav li a {
  display: block;
  font-size: 16px;
  letter-spacing: 0.2em;
  color: #5c5a5a;
}

.el_menu_sns {
  padding-top: 7px;
  width: 23px;
  display: inline-block;
}

@media screen and (max-width: 1163px) {
  #ly_header {
    left: 20px;
    transform: translateX(0);
  }
}

@media screen and (max-width: 1023px) {
  #ly_header {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    transform: translateX(0);
    padding: 20px 23px;
    border-radius: 0;
    z-index: 9999;
  }

  #ly_header .el_logo {
    width: 126px;
    margin-bottom: 0;
  }

  .un_menuTrigger {
    position: fixed;
    width: 40px;
    height: 40px;
    display: block;
    top: 20px;
    right: 28px;
    z-index: 9991;
    border-radius: 40px;
    background: #ffeb00;
  }

  .un_menuTrigger span {
    position: absolute;
    left: 50%;
    width: 20px;
    height: 1px;
    background-color: #707070;
    transform: translateX(-50%);
  }

  .un_menuTrigger span:nth-of-type(1) {
    top: 17px;
  }
  .un_menuTrigger span:nth-of-type(2) {
    bottom: 17px;
  }

  .un_menuTrigger.active span:nth-of-type(1) {
    transform: translateX(-10px) translateY(3px) rotate(-45deg);
  }
  .un_menuTrigger.active span:nth-of-type(2) {
    transform: translateX(-10px) translateY(-2px) rotate(45deg);
  }

  #ly_header .bl_menu {
    width: 91.2%;
    position: fixed;
    top: 21px;
    right: -200%;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    background: #ffeb00;
    height: calc(100vh - 21px);
    z-index: 9990;
    border-top-left-radius: 20px;
    padding-top: 85px;
    padding-left: 40px;
  }

  #ly_header.active .bl_menu {
    right: 0;
  }

  .bl_hNav li {
    width: 100%;
    margin-bottom: 0;
  }

  .bl_hNav li a {
    padding: 15px 0;
    font-size: 20px;
  }

  .bl_hNav li:first-child {
    display: block;
  }

  .el_menu_sns {
    padding-top: 15px;
  }
}

/***********************
Footer
***********************/

#ly_footer {
  padding: 25px 0;
  background: #d3d2d2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.un_Copyright {
  text-align: center;
  font-size: 12px;
  letter-spacing: 0.2em;
  color: #333;
}

@media screen and (max-width: 767px) {
  #ly_footer {
  }

  .un_Copyright {
    font-size: 11px;
  }
}

/***********************
Main
***********************/
#ly_container {
  width: 100%;
  max-width: 1163px;
  margin: 0 auto;
  padding: 0 20px;
  display: flex;
  justify-content: flex-end;
}

#main {
  max-width: 854px;
  width: 76%;
}

@media screen and (max-width: 1023px) {
  #ly_container {
    padding: 0;
  }

  #main {
    padding-top: 80px;
    max-width: 100%;
    width: 100%;
  }

  .sec {
    padding: 0 20px;
  }
}

/***********************
Utils
***********************/
.el_desc {
  font-size: 14px;
  letter-spacing: 0.08em;
  line-height: 2;
  font-weight: 300;
  color: #747474;
}

.el_secTtl {
  font-family: "Lexend Deca", sans-serif;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.16em;
  line-height: 1.75;
  text-align: center;
  color: #797979;
  margin-bottom: 50px;
}

.el_marker {
  background: linear-gradient(transparent 60%, #ffeb00 60%);
  padding: 0 10px;
}

.sec_page {
  padding-top: 60px;
}

.btn_cmn {
  display: inline-block;
  width: 150px;
  height: 32px;
  line-height: 32px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 3px 3px 0px 0px #e8e8e8;
  font-size: 15px;
  text-align: center;
  letter-spacing: 0.2em;
  color: #5c5a5a;
}

.btn_list {
  display: inline-block;
  width: 162px;
  padding: 10px 0;
  text-align: center;
  border-bottom: solid 3px #707070;
  font-size: 15px;
  color: #5c5a5a;
}

@media screen and (max-width: 767px) {
  .el_secTtl {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .sec_page {
    padding-top: 30px;
  }
}
