@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設定
***********************/

:root {
  --txt_color: #242c34;
  --main_color: #706dbf;
  --sub_color: #ecf2f8;
}

body {
  font-size: 14px;
  line-height: 1;
  font-family: "Shippori Mincho B1", serif;
  font-weight: 400;
  font-style: normal;
  color: var(--txt_color);
}

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

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

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

a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s;
  -webkit-appearance: none;
}

input[type="submit"] {
  appearance: none;
  -webkit-appearance: none;
}

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

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

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

.flex.reverse {
  flex-direction: row-reverse;
}

.flex.start {
  justify-content: flex-start;
}

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

@media screen and (max-width: 480px) {
  #wrapper {
  }
}

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

.ly_inner {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  padding: 0 20px;
}

@media screen and (max-width: 768px) {
  .ly_inner {
  }
}

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

#ly_header {
  width: 50%;
  height: 80px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9997;
}

.un_menuTrigger {
  position: fixed;
  width: 58px;
  height: 58px;
  display: block;
  top: 34px;
  left: 20px;
  z-index: 9999;
  transition: all 0.1s;
}

.un_menuTrigger.active {
  left: 614px;
}

.un_menuTrigger span {
  position: absolute;
  left: 50%;
  width: 58px;
  height: 6px;
  background-color: #fff;
  transform: translateX(-50%);
}

.un_menuTrigger.scl span {
  background-color: var(--main_color);
}

.un_menuTrigger.active span {
  position: absolute;
  left: 50%;
  width: 30px;
  height: 3px;
  background-color: #fff;
  transform: translateX(-50%);
}

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

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

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

.bl_menu {
  width: 100%;
  position: fixed;
  top: -200vh;
  right: inherit;
  left: 0;
  transition: all 0.1s;
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  z-index: 9998;
}

.active .bl_menu {
  top: 0;
}

.bl_menu_inner {
  width: 595px;
  background: #fff;
  padding: 70px 60px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 40px;
}

.bl_hNav {
  margin-bottom: 144px;
}

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

.bl_hNav li a {
  display: block;
  text-decoration: none;
  font-size: 18px;
  font-weight: 500;
}

#ly_header .sub_nav .logo {
  width: 96px;
}

#ly_header .sub_nav .contact_blc {
  max-width: 300px;
  width: 100%;
}

.cmn_contact > a {
  border-bottom: solid 2px var(--main_color);
  margin-bottom: 50px;
  font-size: 20px;
  font-weight: 500;
  display: block;
  position: relative;
  padding-bottom: 12px;
  max-width: 300px;
}

.cmn_contact > a .ico {
  width: 26px;
  height: 26px;
  position: absolute;
  top: 0;
  right: 22px;
  transition: all 0.1s;
}

.cmn_contact > a:hover .ico {
  right: 0;
}

.cmn_contact .tel_blc .num {
  font-size: 16px;
  font-weight: 500;
}

.cmn_contact .tel_blc .num a {
  font-size: 28px;
  display: inline-block;
  margin-left: 8px;
  margin-bottom: 8px;
}

#ly_header .sns_blc.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  #ly_header {
    width: 100%;
    height: 50px;
  }

  .un_menuTrigger {
    position: fixed;
    width: 48px;
    height: 48px;
    top: 16px;
    left: 20px;
  }

  .un_menuTrigger.active {
    left: inherit;
    right: 20px;
    width: 16px;
    height: 16px;
  }

  .un_menuTrigger span {
    width: 48px;
    height: 6px;
    background-color: #fff;
    transform: translateX(-50%);
  }

  .un_menuTrigger.active span {
    width: 16px;
    height: 2px;
    background: var(--txt_color);
  }

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

  .un_menuTrigger.active span:nth-of-type(1) {
    top: 0;
    transform: translateX(-8px) translateY(7px) rotate(-45deg);
  }

  .un_menuTrigger.active span:nth-of-type(2) {
    bottom: 0;
    transform: translateX(-8px) translateY(-7px) rotate(45deg);
  }

  .bl_menu {
    width: 100%;
    position: fixed;
    top: -200vh;
    right: inherit;
    left: 0;
    transition: all 0.1s;
    background: rgba(0, 0, 0, 0.6);
    height: 100vh;
    z-index: 9998;
  }

  .active .bl_menu {
    top: 0;
  }

  .bl_menu_inner {
    width: 100%;
    padding: 65px 0;
    border-radius: 0;
    height: 100svh;
  }

  .bl_hNav {
    margin-bottom: 30px;
  }

  .bl_hNav li a {
    text-align: center;
    font-size: 16px;
  }

  #ly_header .sub_nav {
    display: block;
  }

  #ly_header .sub_nav .logo {
    width: 58px;
    margin: 0 auto;
  }

  #ly_header .sub_nav .contact_blc {
    display: none;
  }

  #ly_header .sns_blc.sp {
    display: block;
    text-align: center;
    margin-top: 32px;
  }

  #ly_header .sns_blc.sp a {
    width: 42px;
    height: 42px;
    line-height: 38px;
    border-radius: 42px;
    transition: all 0.1s;
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 0 12px;
  }

  #ly_header .sns_blc.sp a img {
    position: relative;
  }

  #ly_header .sns_blc.sp a::before {
    content: "";
    width: 36px;
    height: 36px;
    background: var(--txt_color);
    border-radius: 42px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.1s;
  }
}

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

#ly_footer {
  position: relative;
  background: var(--txt_color);
  padding: 30px 0 120px;
  color: #fff;
}

#ly_footer::before {
  content: "";
  width: 100%;
  height: 88px;
  background: url(../images/common/bg_footer.svg) center top no-repeat;
  background-size: 1920px 88px;
  position: absolute;
  top: -88px;
  left: 0;
}

#ly_footer .left {
  width: calc(100% - 352px);
}

#ly_footer .name {
  font-size: 24px;
  margin-bottom: 40px;
}

#ly_footer .nav {
  width: 50%;
}

#ly_footer li {
  margin-bottom: 15px;
}

#ly_footer li a {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
}

#ly_footer .right {
  width: 352px;
}

#ly_footer .sns_nav {
  text-align: right;
  margin-bottom: 35px;
}

#ly_footer .sns_nav a {
  display: inline-block;
  margin-left: 30px;
}

#ly_footer .sns_nav a img {
  width: auto;
  height: 24px;
}

#ly_footer .cmn_contact > a {
  border-bottom: solid 2px #fff;
  color: #fff;
}

#ly_footer .tel_blc a {
  color: #fff;
}

.un_Copyright {
  margin-top: 30px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  #ly_footer {
    padding: 40px 0 60px;
  }

  #ly_footer .left {
    width: 100%;
  }

  #ly_footer .name {
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
  }

  #ly_footer .nav {
    display: none;
  }

  #ly_footer .right {
    width: 100%;
  }

  #ly_footer .sns_nav {
    text-align: center;
    margin-bottom: 30px;
  }

  #ly_footer .sns_nav a {
    display: inline-block;
    margin: 0 15px;
  }

  #ly_footer .sns_nav a img {
    height: 20px;
  }

  #ly_footer .cmn_contact {
    display: none;
  }

  .un_Copyright {
    margin-top: 0;
    text-align: center;
  }
}
@media screen and (max-width: 767px) {
  #ly_footer {
    padding: 40px 0 110px;
  }
}

@media screen and (max-width: 448px) {
  #ly_footer::before {
    height: 20px;
    background: url(../images/common/bg_footer.svg) center top no-repeat;
    background-size: 448px 20px;
    top: -20px;
  }
}

.float_nav {
  position: fixed;
  top: 32px;
  right: 0;
  z-index: 9000;
  width: 72px;
}

.float_nav a {
  width: 42px;
  height: 42px;
  line-height: 38px;
  border-radius: 42px;
  transition: all 0.1s;
  display: inline-block;
  margin-bottom: 20px;
  text-align: center;
  transform: translateX(18px);
  position: relative;
}

.float_nav a img {
  position: relative;
}

.float_nav a::before {
  content: "";
  width: 36px;
  height: 36px;
  background: var(--txt_color);
  border-radius: 42px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.1s;
}

.float_nav a:hover::before {
  width: 42px;
  height: 42px;
}

.float_nav a.contact {
  background: var(--main_color);
  border: solid 1px #fff;
  border-right: none;
  width: 72px;
  height: 238px;
  padding-top: 29px;
  border-radius: 0;
  position: static;
  transform: translateX(0);
}

.float_nav a.contact::before {
  display: none;
}

.float_nav a.contact:hover {
  background: var(--txt_color);
}

.sec_head_en.right {
  text-align: right;
}

.sec_head_en .txt {
  font-size: 14px;
  font-weight: 500;
  position: relative;
  padding-left: 65px;
  line-height: 1;
  letter-spacing: 0.1em;
}

.sec_head_en .txt::before {
  content: "";
  width: 60px;
  height: 1px;
  background: var(--txt_color);
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  transform: translateY(1px);
}

.sec_ttl {
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 0.1em;
}

.anim_link_slide {
  border-bottom: solid 2px var(--txt_color);
  display: inline-block;
  text-align: left;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 10px;
  position: relative;
  width: 300px;
}

.anim_link_slide .ico {
  position: absolute;
  top: 0;
  right: 20px;
  transition: all 0.3s;
}

.anim_link_slide:hover .ico {
  right: 0;
}

.sec_head_logo {
  margin-bottom: 25px;
  text-align: center;
}

.sec_head_logo img {
  width: 58px;
  margin: 0 auto;
}

.sp_nav {
  display: none;
}

@media screen and (max-width: 768px) {
  .float_nav {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .sec_ttl {
    font-size: 24px;
  }

  .anim_link_slide {
    font-size: 18px;
    width: 256px;
  }

  .anim_link_slide .ico {
    right: 13px;
  }

  .sec_head_logo {
    margin-bottom: 20px;
  }

  .sec_head_logo img {
    width: 40px;
  }

  .sp_nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
  }

  .sp_nav a {
    width: 50%;
    background: #242c34;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    padding-top: 20px;
  }

  .sp_nav a:first-child {
    padding-top: 10px;
    border-right: solid 1px #fff;
  }

  .sp_nav a:first-child .sub {
    font-size: 12px;
    padding-top: 5px;
    display: block;
  }
}
