@charset "UTF-8";
/* ======================================================================
 common style index
・reset
・variable
・mixin
・base
・utility
・component
・layout
====================================================================== */
/*! destyle.css v1.0.15 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model */
/* ============================================ */
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -webkit-tap-highlight-color: transparent;
  /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: inherit;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

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

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px;
  /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

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

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

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* ======================================================================
 base
====================================================================== */
html {
  font-size: 62.5%;
}


body {
  font-family:  "quasimoda","游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  line-height: 1.6;
  font-feature-settings: "palt";
  overflow-wrap: break-word;
  word-wrap: break-word;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: 2px;
  color: #001B31;
  background: #F5F8FB;
}
@media screen and (min-width: 768px) {
  body {
    width: 100%;
  }
}

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

* {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* h1 - h6 */
h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
}

/* a */
a {
  text-decoration: none;
}


/* Text Highlight */
/* button */
button {
  display: block;
}

textarea {
  resize: vertical;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #001B31;
}

/* placeholder */
input:-moz-placeholder-shown, textarea:-moz-placeholder-shown {
  color: #001B31;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #001B31;
}
input:placeholder-shown, textarea:placeholder-shown {
  color: #001B31;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #001B31;
}
input:-moz-placeholder, textarea:-moz-placeholder {
  color: #001B31;
  opacity: 1;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #001B31;
  opacity: 1;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #001B31;
}
input:focus:-moz-placeholder-shown, textarea:focus:-moz-placeholder-shown {
  color: #001B31;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #001B31;
}
input:focus:placeholder-shown, textarea:focus:placeholder-shown {
  color: #001B31;
}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder {
  color: #001B31;
}
input:focus:-moz-placeholder, textarea:focus:-moz-placeholder {
  color: #001B31;
  opacity: 1;
}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder {
  color: #001B31;
  opacity: 1;
}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder {
  color: #001B31;
}

img {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* ======================================================================
 utility
====================================================================== */
/* =================================
 layout
================================= */
.u_cf:after {
  display: block;
  clear: both;
  content: "";
}
@media screen and (min-width: 980px) {
  .u_pc_2 {
    display: block;
  }
}
@media screen and (max-width: 980px) {
  .u_pc_2 {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u_pc {
    display: block;
  }
  .u_sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .u_pc {
    display: none;
  }
  .u_sp {
    display: block;
  }
}


/* =================================
 font
================================= */
.f_en_thin{
  font-family: "quasimoda", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.f_en_medium {
  font-family: "quasimoda", sans-serif;
  font-weight: 500;
  font-style: normal;
}
.f_en_semibold{
  font-family: "quasimoda", sans-serif;
  font-weight: 600;
  font-style: normal;
}
/* =================================
 content_size
================================= */
.u_content_size {
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  z-index: 2;
}
@media screen and (max-width: 1080px) {
  .u_content_size {
    padding: 0 20px;
  }
}

.u_content_size_S {
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
.u_content_size_S_2{
  position: relative;
  padding: 0;
  margin: 0 auto;
  width: 100%;
  max-width: 800px;
}
@media screen and (max-width: 880px) {
  .u_content_size_S {
    padding: 0 20px;
  }
}

/* =================================
 text weight
================================= */
.u_lighter {
  font-weight: lighter;
}

.u_bold {
  font-weight: bold;
}

/* =================================
 text align
================================= */
.u_ta_c {
  text-align: center;
}

.u_ta_r {
  text-align: right;
}

@media screen and (max-width: 767px) {
  .u_ta_cl {
    text-align: center;
  }
}

@media screen and (min-width: 768px) {
  .u_ta_lc {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .u_ta_cr {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .u_ta_cr {
    text-align: right;
  }
}

@media screen and (max-width: 767px) {
  .u_ta_rc {
    text-align: right;
  }
}
@media screen and (min-width: 768px) {
  .u_ta_rc {
    text-align: center;
  }
}

/* =================================
u_txt
================================= */
.u_txt_notes {
  position: relative;
  font-size: 1.2rem;
}

.u_txt_notes_2 {
  position: relative;
  font-size: 1.2rem;
  padding-left: 12px;
}
.u_txt_notes_2:before {
  content: "※";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
/* =================================
 hoge
================================= */
/* =================================
 tel:
================================= */
a[href*="tel:"] {
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  a[href*="tel:"] {
    pointer-events: initial;
  }
}


/* ========c_link_1========== */
.c_link_1{
  position: relative;
  transition: all .2s ease-in-out;
  color: #095594;
}
.c_link_1:before{
  content: "";
  top: 100%;
  left: 0;
  width: 0;
  height: 1px;
  background: #095594;
  transition: all .2s ease-in-out;
  position: absolute;
  z-index: 1;
}
.hover .c_link_1:hover:before{
  width: 100%;
}
/* ========c_box_1========== */
.c_box_1{
  background: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  padding: 6.7%;
}

/* ========c_txt_1========== */
.c_txt_1{
  font-size: 1.8rem;
  font-weight: 600;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .c_txt_1{
    font-size: 1.6rem;
  }
}
/* ========c_txt_2========== */
.c_txt_2{
  font-size: 1.8rem;
  font-weight: 500;
}
.c_txt_2_wrap .c_txt_2{
  margin-bottom: 16px;
}
.c_txt_2_wrap .c_txt_2:last-chld{
  margin-bottom: 0;
}
.c_txt_2_wrap.tac_pc{
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c_txt_2{
    font-size: 1.6rem;
  }
.c_txt_2_wrap.tac_pc{
  text-align: left;
}
}
/* ========c_txt_ttl_bottom========== */
.c_txt_ttl_bottom{
  font-size: 1.6rem;
  font-weight: 600;
  text-align: center;
}

/* ========c_ttl_1========== */
.c_ttl_1{
  font-size: 4.0rem;
  text-align: center;
  font-weight: 500;
  margin-bottom: 56px;
  color: #095594;
}
.c_ttl_1.t_left{
  text-align: left;
}
.c_ttl_1 .sub{
  font-size: 1.6rem;
  display: block;
}
@media screen and (max-width: 767px) {
  .c_ttl_1{
    font-size: 2.4rem;
    margin-bottom: 16px;
  }
  .c_ttl_1 .sub{
    font-size: 1.3rem;
  }
}
/* ========c_ttl_2========== */
.c_ttl_2{
  font-weight: 700;
  font-size: 2.4rem;
  position: relative;
  counter-increment: num;
  padding-left: 32px;
  padding-bottom: 8px;
  margin-bottom: 32px;
}

.c_ttl_2:before {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    content: counter(num) '.';
    font-weight: 700;
    text-align: right;
    letter-spacing: -1px
}
.c_ttl_2:after{
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #352D58;
}
@media screen and (max-width: 767px) {
  .c_ttl_2{
    font-size: 2.0rem;
  }
}
/* ========c_txt_main========== */
.c_txt_main{
  font-size: 1.6rem;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .c_txt_main{
    font-size: 1.4rem;
  }
}
/* ======c_tbl_1========================= */
.c_tbl_1 {
  width: 100%;
  border: 1px solid #9B92C6;
  font-size: 1.8rem;
  font-weight: 700;
}
.c_tbl_1 .th,
.c_tbl_1 .td {
  padding: 24px 20px;
}
.c_tbl_1 .th {
  background: #E8E6F2;
  border-right: 1px solid #9B92C6;
  border-bottom: 1px solid #9B92C6;
  width: 180px;
  vertical-align: middle;
  text-align: center;
}
.c_tbl_1 .td {
  border-bottom: 1px solid #9B92C6;
}
.c_tbl_1 .tr:last-child .th,
.c_tbl_1 .tr:last-child .td {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  .c_tbl_1{
    font-size: 1.6rem;
  }
  .c_tbl_1 .th,
  .c_tbl_1 .td {
    display: block;
    width: 100%;
    padding: 16px;
  }
  .c_tbl_1 .th{
  border-right: none;
  }
  .c_tbl_1 .tr:last-child .th {
  border-bottom: 1px solid #9B92C6;
  }
}



/* ======c_tbl_2========================= */
.c_tbl_2 {
  width: 100%;
  font-size: 1.8rem;
  font-weight: 500;
}
.c_tbl_2 .th,
.c_tbl_2 .td {
  padding: 24px;
}
.c_tbl_2 .th {
  border-bottom: 1px solid #D7D4E5;
  width: 240px;
  vertical-align: middle;
  font-weight: 500;
}
.c_tbl_2 .td {
  border-bottom: 1px solid #D7D4E5;
}
@media screen and (max-width: 767px) {
  .c_tbl_2{
    font-size: 1.4rem;
  }
  .c_tbl_2 .th,
  .c_tbl_2 .td {
    padding: 16px;
  }
  .c_tbl_2 .th{
  border-right: none;
  width: 100px;
  padding-left: 0;
  }
}

/* ======c_list_1========================= */
.c_list_1{
  display: flex;
  -webkit-flex-wrap : wrap;
}
.c_list_1 .c_list_1_item {
  position: relative;
  padding: 3px 0;
  padding-left: 16px;
  display: block;
  padding-left: 16px;
  margin-right: 16px;
}
.c_list_1 .c_list_1_item:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
}
/* ======c_list_2========================= */

.c_list_2 .c_list_2_item {
  position: relative;
  padding: 3px 0;
  padding-left: 16px;
  display: block;
  padding-left: 16px;
  margin-right: 16px;
}
.c_list_2 .c_list_2_item:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 4px;
}

/* ======================================================================
 layout
====================================================================== */
/* =================================
 l_container
================================= */
.l_container {
  width: 100%;
  overflow: hidden;
}

/*====================================
    l_header
====================================*/
.l_header {
  position: relative;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 64px;
  z-index: 12;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: #fff;
  -webkit-transition: 0.8s all;
  transition: 0.8s all;
}

.l_header.child{
  background: #fff;
}
@media screen and (max-width: 880px) {
  .l_header {
    height: 64px;
  }
}
@media screen and (max-width: 767px) {
  .l_header {
    height: 64px;
  }
}



.h_logo_1{
  position: relative;
  width: 180px;
  margin-left: 20px;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.h_logo_1 .img{
  width: 100%;
}
@media screen and (max-width: 880px) {
  .h_logo_1{
    margin-left: 17px;
  }
}



.h_drawer {
  font-size: 1.6rem;
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-item-align: center;
  align-self: center;
}

.h_gnav_list {
  font-size: 1.2rem;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.h_gnav_list__txt {
  position: relative;
  display: block;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  display : -webkit-inline-box;
  display : -ms-inline-flexbox;
  display : -webkit-inline-flex;
  display : inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin-right: 40px;
  color: #001B31;
}
.h_gnav_list__txt:after{
  position: absolute;
  top: 4px;
  left: -12px;
  content: "";
  width: 0;
  height: 0;
  border-radius: 50%;
  background: #001B31;
  z-index: -1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.hover .h_gnav_list__txt:hover {
    transform: translate(0px , -2px);
}
.hover .h_gnav_list__txt:hover:after{
  width: 4px;
  height: 4px;
}
.h_gnav_list__txt .en{
  display: none;
}



.h_btn-menu {
  display: none;
}


#overlay {
  display: none;
  cursor: pointer;
}

.drawer-opened #overlay {
  display: block;
  position: fixed;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0.2;
  background: #000;
}



/* =================================
 h_btn_mail
 ================================= */
 .h_btn_mail{
  background: #F5F8FB;
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 24px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  color: #001B31;
  border-radius: 60px;
  padding: 10px 24px;
  font-weight: 600;
  box-shadow: 3px 3px 5px #E0E1E5, -3px -3px 5px #fff;
}
.h_btn_mail .img{
  width: 18px;
  position: relative;
  z-index: 1;
}
.h_btn_mail:before{
  position: relative;
  content: "";
  background: url(../../assets/img/ico/ico_mail.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 24px;
  height: 24px;
  margin-right: 4px;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}
.hover .h_btn_mail:hover {
      box-shadow: 1px 1px 1px #E0E1E5, 0px 0px 5px #fff;
}
@media screen and (max-width: 880px) {
  .h_drawer {
    background-repeat: repeat;
    position: absolute;
    top: 0;
    right: 0;
    width: 280px;
    height: auto;
    overflow-y: scroll;
    /*スクロールバー非表示（IE・Edge）*/
    -ms-overflow-style: none;
    /*スクロールバー非表示（Firefox）*/
    scrollbar-width: none;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-transform: translateX(200%);
    transform: translateX(200%);
    opacity: 0;
    padding: 20px;
    z-index: 100;
  }
  .h_drawer::-webkit-scrollbar{
    display:none;
  }
  .h_drawer .h_gnav_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
    padding: 16px 0;
  }
  .gnav-toggle{
    width: 100%;
  }


  .h_drawer-wrap {
    width: 100%;
    background: #fff;
    margin-top: 64px;
  }


  .h_gnav_list__txt {
    padding: 8px;
    padding-left: 40px;
    margin-left: 0;
    flex-direction : column;
    margin-right: 0;
    font-weight: 700;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    width: 100%;
  }

  .h_gnav_list__txt:after{
    position: absolute;
    top: 8px;
    left: 24px;
    transform: translate(0 , 0);
  }

  .h_gnav_list__txt .en{
    font-size: 1.1rem;
    color: #9B92C6;
    font-weight: 500;
    display: block;
  }

  .drawer-opened .h_wrap {
    height: 100%;
  }
  .drawer-opened .h_drawer-wrap {
    width: 200px;
    border-radius: 8px;
  }



  
  .drawer-opened .h_drawer {
    opacity: 1;
    right: 0;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-transform: none;
    transform: none;
  }
  .drawer-opened .h_btn-menu {
    background: transparent;
  }




.h_btn-menu {
    position: relative;
    display: block;
    width: 64px;
    height: 64px;
    margin-bottom: 0;
    cursor: pointer;
    text-align: center;
    z-index: 100;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .h_btn-bg {
    width: 26px;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    -webkit-transition: 0.3s all;
    transition: 0.3s all;
  }
  .h_btn-bg .icon-bar {
    display: block;
    height: 2px;
    border-radius: 50%;
    margin-bottom: 4px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background: #001B31;
    height: 3px;
    border-radius: 2px;
  }


  .h_btn-bg .icon-bar:nth-child(1){
        width: 24px;
  }
  .h_btn-bg .icon-bar:nth-child(2){
        width: 16px;
  }
  .h_btn-bg .icon-bar:nth-child(3){
        width: 8px;
  }

  .h_btn-bg .icon-bar:last-child {
    margin-bottom: 0;
  }

  .hover .h_btn-bg:hover .icon-bar:nth-child(2){
    width: 20px;
  }
  .hover .h_btn-bg:hover .icon-bar:nth-child(3){
    width: 16px;
  }




  .drawer-opened .h_btn-menu .icon-bar:nth-child(1) {
    -webkit-transform: translate(0, 8px) rotate(45deg);
    transform: translate(0, 8px) rotate(45deg);
  }
  .drawer-opened .h_btn-menu .icon-bar:nth-child(2) {
    -webkit-transform: translateX(200px);
    transform: translateX(200px);
  }
  .drawer-opened .h_btn-menu .icon-bar:nth-child(3) {
    -webkit-transform: translate(0, -6px) rotate(-45deg);
    transform: translate(0, -6px) rotate(-45deg);
    width: 24px;
  }

  .hover.drawer-opened .h_btn-bg:hover .icon-bar:nth-child(3){
    width: 24px;
  }

  .h_btn_mail{
    margin-left: auto;
  }
}



@media screen and (max-width: 767px) {
  .h_drawer {
    width: 100%;
  }
  .drawer-opened .h_drawer-wrap {
    width: 100%;
    border-radius: 8px;
  }
  .h_drawer .h_gnav_list{
    padding: 16px;
  }
  .h_gnav_list__txt{
    padding-left: 0;
    align-items: center;
  }
  .h_btn_mail{
    padding: 0;
    background: transparent;
    box-shadow: none;
    margin-right: 0;
  }
  .h_btn_mail_txt{
    display: none;
  }
}

/* =================================
 mv_child
================================= */
.mv_child{
  position: relative;
  background-color: hsla(251,100%,98%,1);
  background-image: radial-gradient(at 50% 43%, hsla(251,100%,98%,1) 0px, transparent 50%), radial-gradient(at 2% 3%, hsla(216,100%,92%,1) 0px, transparent 50%), radial-gradient(at 98% 7%, hsla(254,100%,91%,1) 0px, transparent 50%);
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 124px 32px;
  padding-top: 188px;
}
.mv_child .c_ttl_1{
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .mv_child{
    padding: 60px 32px;
    padding-top: 124px;
  }
}

/* =================================
 l_footer
================================= */
.l_footer{
  background: #095594;
  padding: 72px 0;
position: relative;
text-align: center;
}

.l_footer_fixed{
  position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
}

@media screen and (max-width: 767px) {
  .l_footer{

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction : column;

  }
  .l_footer_fixed{
    position: relative;

  }
}
/* =================================
 l_footer_logo
 ================================= */
.l_footer_logo{
  width: 380px;
  margin: 0 auto;
}
.l_footer_logo .img{
  width: 100%;
}

@media screen and (max-width: 767px) {
  .l_footer_logo{
    width: 50%;
  }
}

/* =================================
 l_footer copy
================================= */
.l_footer .copy{
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 1.2rem;
    letter-spacing: 0.2px;
    position: absolute;
    left: 50%;
    bottom: 8px;
    transform: translate(-50% , 0);
    width: 100%;
}
@media screen and (max-width: 767px) {
.l_footer .copy{
    font-size: 1.0rem;
  }
}
/* =================================
 l_sec
================================= */
.l_sec_top_first{
  margin-top: 200px;
}
.l_sec_top_1{
  margin-top: 80px;
}
.l_sec_1{
  margin: 160px auto;
}
.l_sec_2{
  margin: 40px auto;
}
.l_sec_bottom_1{
  padding-bottom: 160px;
}
@media screen and (max-width: 767px) {
  .l_sec_top_first{
    margin-top: 120px;
  }
  .l_sec_top_1{
    margin-top: 40px;
  }
  .l_sec_1{
    margin: 40px auto;
  }
  .l_sec_bottom_1{
    padding-bottom: 80px;
  }
}


/* =====================
  animation
===================== */

.animation-fadeUp01 {
    transition : 0.8s;
    -webkit-transform : translate(0,60px);
            transform : translate(0,60px);
    opacity : 0;
}
.animation-fadeUp02 {
    transition : 0.8s;
    -webkit-transform : translate(0,60px);
            transform : translate(0,60px);
    opacity : 0;
}
.animation-fadeUp03 {
    transition : 0.8s;
    -webkit-transform : translate(0,60px);
            transform : translate(0,60px);
    opacity : 0;
}
.fadeUp {
    -webkit-transform: translate(0,0);
    transform: translate(0,0);
    opacity: 1.0;
}