@charset "UTF-8";
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;
  font-weight: normal;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent; }

body {
  line-height: 1; }

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

ol,
ul,
li {
  list-style: none; }

blockquote,
q {
  quotes: none; }

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

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none; }

/* 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; }

img,
iframe {
  vertical-align: bottom; }

th {
  text-align: left; }

/* a:hover{
	opacity: 0.7;
} */
/* ////////////////////////////////////////
PC
//////////////////////////////////////// */
/* ////////////////////////////////////////
PC
//////////////////////////////////////// */
/* ////////////////////////////////////////
SP
//////////////////////////////////////// */
@media screen and (max-width: 768px) {
  html {
    font-size: 62.5%; }

  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 {
    /*font-weight: bold;*/ } }
/* ////////////////////////////////////////
SP
//////////////////////////////////////// */
/*---------------------------------------------
media query
----------------------------------------------*/
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  letter-spacing: 0em;
  color: #000; }

html {
  color: #444;
  font-family: 'Noto Sans JP', sans-serif, Arial, Helvetica, 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'HiraKakuPro-W3', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-size: 62.5%; }

.mincho {
  font-family: 'Noto Serif', serif;
  font-family: 'Noto Serif JP', serif; }

/**
 * header
 */
header {
  max-width: 1300px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative; }

/**ハンバーガーボタン**/
.bl_humburger {
  position: fixed;
  top: 85px;
  width: 110px;
  height: auto;
  z-index: 10000;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  pointer-events: auto;
  margin-top: 0;
  margin-left: 86px; }
  @media screen and (max-width: 768px) {
    .bl_humburger {
      margin-top: 25px;
      margin-left: 10px;
      width: 50px;
      top: 0; } }

.bl_humburger > span {
  display: block;
  width: 100%;
  margin: 0 0 24px;
  height: 2px;
  background: #000;
  transition: all 0.2s ease-in-out; }
  @media screen and (max-width: 768px) {
    .bl_humburger > span {
      margin: 0 0 14px; } }

.bl_humburger.is_active > span:first-of-type {
  width: 100%;
  transform: translateY(28px) rotate(-45deg); }
  @media screen and (max-width: 768px) {
    .bl_humburger.is_active > span:first-of-type {
      transform: translateY(7px) rotate(-45deg); } }
.bl_humburger > span:nth-of-type(2) {
  width: 62%; }
.bl_humburger.is_active > span:nth-of-type(2) {
  opacity: 0; }
.bl_humburger > span:last-of-type {
  width: 81%;
  margin-bottom: 0; }
.bl_humburger.is_active > span:last-of-type {
  width: 100%;
  transform: translateY(-26px) rotate(45deg); }

.ly_gnav {
  position: fixed;
  top: 61px;
  width: 363px;
  margin-left: 237px;
  transform: translateX(-100vw);
  transition: all .5s ease;
  z-index: 1000; }
  @media screen and (max-width: 768px) {
    .ly_gnav {
      left: 0;
      right: 0;
      width: 96vw;
      max-width: 400px;
      margin-left: 3vw;
      margin-right: auto; } }
  @media screen and (max-width: 420px) {
    .ly_gnav {
      margin: 0 auto; } }
  .ly_gnav.is_open {
    transform: translateX(0); }

.bl_gnavCon {
  border: 2px solid #000;
  background: rgba(255, 255, 255, 0.9);
  opacity: 0;
  transition: all .5s ease; }
  .bl_gnavCon .bl_gnavItem {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 22px;
    padding-right: 3px;
    transition: all .5s ease; }
    @media screen and (max-width: 768px) {
      .bl_gnavCon .bl_gnavItem {
        padding-left: 2vw; } }
    .bl_gnavCon .bl_gnavItem:first-of-type {
      padding-top: 19px; }
    .bl_gnavCon .bl_gnavItem:last-of-type {
      padding-bottom: 9px; }
    .bl_gnavCon .bl_gnavItem:hover {
      background: #000; }
    .bl_gnavCon .bl_gnavItem:hover .el_gnavItemEn {
      color: #fff; }
    .bl_gnavCon .bl_gnavItem:hover .el_gnavItemJa {
      color: #fff; }
  .bl_gnavCon .el_gnavItemEn {
    display: block;
    font-size: 2.5rem;
    letter-spacing: -0.04em;
    margin-bottom: 4px;
    color: #000;
    transition: all .5s ease; }
  .bl_gnavCon .el_gnavItemJa {
    display: block;
    font-size: 1.8rem;
    padding-left: 62px;
    color: #aaa;
    transition: all .5s ease;
    font-weight: 300; }
  .bl_gnavCon.is_open {
    opacity: 1; }

/**共通**/
.select-lang {
  position: absolute;
  width: 97px;
  top: 105px;
  margin-right: 158px;
  right: 0;
  z-index: 1000;
  display: flex; }
  @media screen and (max-width: 1000px) {
    .select-lang {
      top: 20px;
      margin-right: 3vw; } }
  .select-lang .bl_select_lang01 {
    width: 42px; }
    .select-lang .bl_select_lang01 img {
      width: 100%;
      cursor: pointer; }
  .select-lang .bl_select_lang02 {
    width: 15px; }
    .select-lang .bl_select_lang02 img {
      width: 100%;
      cursor: pointer; }
  .select-lang .bl_select_lang03 {
    width: 40px; }
    .select-lang .bl_select_lang03 img {
      width: 100%;
      cursor: pointer; }

.wrapper {
  max-width: 1300px;
  margin: 0 auto;
  width: 100%; }
  @media screen and (max-width: 1300px) {
    .wrapper {
      max-width: unset;
      padding-left: 3vw;
      padding-right: 3vw; } }

.inline {
  display: inline-block;
  font-size: inherit;
  color: inherit;
  font-weight: inherit; }

.br-pc {
  display: block; }
  @media screen and (max-width: 1300px) {
    .br-pc {
      display: none; } }

.br-lg {
  display: block; }
  @media screen and (max-width: 1000px) {
    .br-lg {
      display: none; } }

.br-sp {
  display: none; }
  @media screen and (max-width: 1000px) {
    .br-sp {
      display: block; } }

.paper {
  transform-style: flat;
  transition: all 250ms ease-out; }
  .paper:before, .paper:after {
    content: "";
    position: absolute;
    z-index: -2;
    transition: all 250ms ease-out; }

.paper-raise:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.paper-raise:hover {
  border: 1px solid #000; }
  .paper-raise:hover:before {
    box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.2); }

#page_top {
  position: fixed;
  right: 0;
  bottom: 0;
  width: 80px;
  height: 80px; }
  @media screen and (max-width: 768px) {
    #page_top {
      width: 60px;
      height: 60px; } }
  #page_top a {
    position: relative;
    display: block; }
    @media screen and (max-width: 768px) {
      #page_top a {
        width: 60px;
        height: 60px; } }
  #page_top img {
    width: 100%;
    height: auto; }

/**
* workshop
*/
.ly_workshop_wrapper {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1320px) {
    .ly_workshop_wrapper {
      width: 100%;
      overflow: hidden;
      padding: 0 10vw; } }
  @media screen and (max-width: 768px) {
    .ly_workshop_wrapper {
      padding: 0 5vw; } }

/**
* sec01
*/
.ly_sec01 {
  padding-top: 221px;
  /**特徴01**/
  /**特徴01ここまで**/
  /**特徴02**/ }
  @media screen and (max-width: 768px) {
    .ly_sec01 {
      padding-top: 100px; } }
  .ly_sec01 .bl_head_title {
    font-size: 2.4rem;
    text-align: center;
    padding-left: 16px;
    margin-bottom: 27px;
    font-weight: 300; }
    @media screen and (max-width: 1320px) {
      .ly_sec01 .bl_head_title {
        padding-left: 0; } }
    @media screen and (max-width: 420px) {
      .ly_sec01 .bl_head_title {
        width: 100%;
        line-height: 1.4; } }
    .ly_sec01 .bl_head_title .pc {
      max-width: 346px;
      height: auto;
      margin-left: auto;
      margin-right: auto; }
      @media screen and (max-width: 420px) {
        .ly_sec01 .bl_head_title .pc {
          display: none; } }
    .ly_sec01 .bl_head_title .sp {
      display: none; }
      @media screen and (max-width: 420px) {
        .ly_sec01 .bl_head_title .sp {
          display: block;
          width: 196px;
          margin-left: auto;
          margin-right: auto; } }
  .ly_sec01 .bl_head_text {
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 28px;
    margin-bottom: 22px;
    font-size: 1.8rem;
    line-height: 1.6;
    letter-spacing: 0.05em; }
    @media screen and (max-width: 1320px) {
      .ly_sec01 .bl_head_text {
        padding-left: 0;
        width: 100%; } }
    @media screen and (max-width: 1000px) {
      .ly_sec01 .bl_head_text {
        text-align: left; } }
    @media screen and (max-width: 768px) {
      .ly_sec01 .bl_head_text {
        line-height: 1.7; } }
  .ly_sec01 .ly_features01 {
    padding-left: 205px; }
    @media screen and (max-width: 1320px) {
      .ly_sec01 .ly_features01 {
        width: 100%;
        padding-left: 0; } }
    .ly_sec01 .ly_features01 .bl_features_con {
      display: flex; }
      @media screen and (max-width: 768px) {
        .ly_sec01 .ly_features01 .bl_features_con {
          flex-direction: column; } }
      @media screen and (max-width: 420px) {
        .ly_sec01 .ly_features01 .bl_features_con {
          width: 100%; } }
    .ly_sec01 .ly_features01 .bl_features_image {
      min-width: 387px;
      margin-right: 22px; }
      @media screen and (max-width: 1320px) {
        .ly_sec01 .ly_features01 .bl_features_image {
          width: 50%;
          max-width: 387px;
          height: auto; } }
      @media screen and (max-width: 768px) {
        .ly_sec01 .ly_features01 .bl_features_image {
          width: 100%;
          margin-bottom: 3vh;
          text-align: center;
          margin-left: auto;
          margin-right: auto; } }
      @media screen and (max-width: 420px) {
        .ly_sec01 .ly_features01 .bl_features_image {
          min-width: unset; } }
      .ly_sec01 .ly_features01 .bl_features_image img {
        width: 100%;
        height: auto; }
    @media screen and (max-width: 1320px) {
      .ly_sec01 .ly_features01 .bl_features_text {
        width: 50%; } }
    @media screen and (max-width: 768px) {
      .ly_sec01 .ly_features01 .bl_features_text {
        width: 100%; } }
    .ly_sec01 .ly_features01 .ly_features_head {
      padding-left: 13px;
      border-bottom: 1px solid #696969;
      padding-bottom: 9px; }
      @media screen and (max-width: 420px) {
        .ly_sec01 .ly_features01 .ly_features_head {
          padding-left: 0; } }
    .ly_sec01 .ly_features01 .bl_features_head {
      width: 100%;
      font-size: 2.4rem;
      font-weight: 300;
      line-height: 1.4; }
    .ly_sec01 .ly_features01 .bl_features_list {
      padding-top: 21px; }
      @media screen and (max-width: 768px) {
        .ly_sec01 .ly_features01 .bl_features_list {
          padding-top: 2vh; } }
      .ly_sec01 .ly_features01 .bl_features_list_item {
        display: flex;
        margin-bottom: 31px; }
        @media screen and (max-width: 768px) {
          .ly_sec01 .ly_features01 .bl_features_list_item {
            margin-bottom: 1vh; } }
    .ly_sec01 .ly_features01 .bl_check {
      width: 28px;
      padding-top: 6px;
      padding-left: 11px; }
      .ly_sec01 .ly_features01 .bl_check img {
        width: 10px; }
    .ly_sec01 .ly_features01 .bl_listContents {
      font-size: 1.5rem;
      letter-spacing: 0.03em;
      line-height: 1.5;
      width: calc(100% - 28px); }
      @media screen and (max-width: 420px) {
        .ly_sec01 .ly_features01 .bl_listContents {
          width: calc(100% - 39px); } }
  .ly_sec01 .ly_features02 {
    margin-top: 7px;
    padding-top: 21px;
    padding-bottom: 30px;
    background: url(../image/workshop_02.jpg);
    background-repeat: no-repeat;
    background-size: 1309px auto;
    background-position: bottom; }
    @media screen and (max-width: 1320px) {
      .ly_sec01 .ly_features02 {
        background-position: bottom right -200px; } }
    @media screen and (max-width: 1000px) {
      .ly_sec01 .ly_features02 {
        background-repeat: no-repeat;
        background-size: auto 143px;
        background-position: bottom center;
        padding-bottom: 143px; } }
    @media screen and (max-width: 768px) {
      .ly_sec01 .ly_features02 {
        background-size: auto 14vh;
        background-position: bottom center;
        padding-bottom: 14vh; } }
    @media screen and (max-width: 420px) {
      .ly_sec01 .ly_features02 {
        background: url(../image/workshop_02_sp.jpg);
        background-repeat: no-repeat;
        background-size: 300px auto;
        background-position: left bottom;
        padding-bottom: 170px; } }
    .ly_sec01 .ly_features02 .bl_features_text {
      margin-left: 205px; }
      @media screen and (max-width: 1320px) {
        .ly_sec01 .ly_features02 .bl_features_text {
          margin-left: 0; } }
    .ly_sec01 .ly_features02 .bl_features_head {
      font-size: 2.4rem;
      font-weight: 300;
      line-height: 1.4; }
      @media screen and (max-width: 420px) {
        .ly_sec01 .ly_features02 .bl_features_head {
          height: auto;
          margin-left: auto;
          margin-right: auto; } }
    .ly_sec01 .ly_features02 .bl_features_list {
      padding-top: 25px;
      width: 50%; }
      @media screen and (max-width: 1300px) {
        .ly_sec01 .ly_features02 .bl_features_list {
          width: 62%; } }
      @media screen and (max-width: 1000px) {
        .ly_sec01 .ly_features02 .bl_features_list {
          width: 100%; } }
      @media screen and (max-width: 420px) {
        .ly_sec01 .ly_features02 .bl_features_list {
          padding-top: 3vh; } }
      .ly_sec01 .ly_features02 .bl_features_list_item {
        display: flex;
        margin-bottom: 23px;
        align-items: flex-start; }
        @media screen and (max-width: 420px) {
          .ly_sec01 .ly_features02 .bl_features_list_item {
            margin-bottom: 2vh; } }
    .ly_sec01 .ly_features02 .bl_check {
      width: 13px;
      margin-top: 3px;
      margin-right: 3px; }
      .ly_sec01 .ly_features02 .bl_check img {
        width: 100%;
        height: auto; }
    .ly_sec01 .ly_features02 .bl_listContents {
      margin-left: 5px;
      font-size: 1.5rem;
      width: calc(100% - 18px);
      line-height: 1.4; }

/**
 * sec02
 */
.ly_sec02 {
  padding-top: 170px;
  padding-bottom: 80px;
  width: 1320px;
  margin-left: auto;
  margin-right: auto;
  /**bl_support_con ここまで**/ }
  @media screen and (max-width: 1320px) {
    .ly_sec02 {
      width: 100%;
      overflow: hidden; } }
  @media screen and (max-width: 1300px) {
    .ly_sec02 {
      padding-top: 5vh;
      padding-bottom: 0; } }
  .ly_sec02 .bl_head_title {
    text-align: center;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1.4; }
  .ly_sec02 .bl_support_con {
    position: relative; }
    @media screen and (max-width: 1300px) {
      .ly_sec02 .bl_support_con {
        padding-bottom: 226px; } }
    @media screen and (max-width: 1000px) {
      .ly_sec02 .bl_support_con {
        padding-bottom: 16vh; } }
    @media screen and (max-width: 420px) {
      .ly_sec02 .bl_support_con {
        padding-bottom: 115px; } }
    .ly_sec02 .bl_support_con .bl_bg01 {
      position: absolute;
      top: 69px;
      left: 5px;
      width: 1306px;
      height: 216px;
      z-index: 1; }
      @media screen and (max-width: 1320px) {
        .ly_sec02 .bl_support_con .bl_bg01 {
          top: 9px; } }
      @media screen and (max-width: 1300px) {
        .ly_sec02 .bl_support_con .bl_bg01 {
          top: 31px;
          max-width: auto; } }
      @media screen and (max-width: 768px) {
        .ly_sec02 .bl_support_con .bl_bg01 {
          top: 2vh;
          height: 115px;
          width: 100%;
          overflow: hidden;
          left: 0;
          right: 0; } }
      @media screen and (max-width: 420px) {
        .ly_sec02 .bl_support_con .bl_bg01 {
          width: 290px; } }
      .ly_sec02 .bl_support_con .bl_bg01 .pc {
        width: 100%;
        height: auto;
        display: block; }
        @media screen and (max-width: 1000px) {
          .ly_sec02 .bl_support_con .bl_bg01 .pc {
            width: auto;
            height: 109px; } }
        @media screen and (max-width: 768px) {
          .ly_sec02 .bl_support_con .bl_bg01 .pc {
            width: auto;
            height: 12vh; } }
        @media screen and (max-width: 420px) {
          .ly_sec02 .bl_support_con .bl_bg01 .pc {
            display: none; } }
      .ly_sec02 .bl_support_con .bl_bg01 .sp {
        display: none; }
        @media screen and (max-width: 420px) {
          .ly_sec02 .bl_support_con .bl_bg01 .sp {
            display: block;
            width: 290px; } }
    .ly_sec02 .bl_support_con .bl_bg02 {
      position: absolute;
      top: 380px;
      right: 10px;
      width: 1298px;
      height: 224px;
      z-index: 1; }
      @media screen and (max-width: 1320px) {
        .ly_sec02 .bl_support_con .bl_bg02 {
          top: 448px; } }
      @media screen and (max-width: 1300px) {
        .ly_sec02 .bl_support_con .bl_bg02 {
          width: 100%;
          height: 226px;
          top: auto;
          bottom: 0;
          overflow: hidden;
          right: unset;
          left: 50%;
          transform: translateX(-50%); } }
      @media screen and (max-width: 1000px) {
        .ly_sec02 .bl_support_con .bl_bg02 {
          width: 649px;
          top: auto;
          bottom: 0;
          height: 13vh;
          overflow: hidden;
          right: unset;
          left: 50%;
          transform: translateX(-50%); } }
      @media screen and (max-width: 768px) {
        .ly_sec02 .bl_support_con .bl_bg02 {
          top: auto;
          bottom: 0;
          height: 13vh;
          right: 0;
          width: 100%;
          overflow: hidden; } }
      @media screen and (max-width: 420px) {
        .ly_sec02 .bl_support_con .bl_bg02 {
          height: 115px; } }
      .ly_sec02 .bl_support_con .bl_bg02 .pc {
        width: 100%;
        height: auto; }
        @media screen and (max-width: 768px) {
          .ly_sec02 .bl_support_con .bl_bg02 .pc {
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: 100% 100%; } }
        @media screen and (max-width: 420px) {
          .ly_sec02 .bl_support_con .bl_bg02 .pc {
            display: none; } }
      .ly_sec02 .bl_support_con .bl_bg02 .sp {
        display: none; }
        @media screen and (max-width: 420px) {
          .ly_sec02 .bl_support_con .bl_bg02 .sp {
            display: block;
            width: 290px;
            margin: 0 auto; } }

.bl_support01,
.bl_support02 {
  position: relative;
  z-index: 5; }

.bl_support01 {
  padding-top: 200px;
  width: 802px;
  margin-left: auto;
  margin-right: 0; }
  @media screen and (max-width: 1320px) {
    .bl_support01 {
      padding-top: 256px; } }
  @media screen and (max-width: 1000px) {
    .bl_support01 {
      width: 100%;
      padding-top: 135px; } }
  @media screen and (max-width: 768px) {
    .bl_support01 {
      padding-top: 16vh; } }
  @media screen and (max-width: 420px) {
    .bl_support01 {
      padding-top: 140px; } }
  .bl_support01 .bl_head_text {
    padding-right: 148px; }
    @media screen and (max-width: 1000px) {
      .bl_support01 .bl_head_text {
        padding-right: 0; } }
    .bl_support01 .bl_head_text_img01 {
      margin-bottom: 23px;
      font-size: 2.4rem;
      text-align: center;
      font-weight: 300;
      line-height: 1.2; }
      @media screen and (max-width: 1000px) {
        .bl_support01 .bl_head_text_img01 {
          margin-bottom: 23px; } }
      .bl_support01 .bl_head_text_img01 img {
        width: auto;
        height: 100%; }
    .bl_support01 .bl_head_text_img02 {
      font-size: 2.1rem;
      text-align: center;
      font-weight: 300;
      line-height: 1.4; }
      @media screen and (max-width: 1000px) {
        .bl_support01 .bl_head_text_img02 {
          padding-top: 8px;
          border-top: 1px solid #3a3a3a; } }
      .bl_support01 .bl_head_text_img02 img {
        width: auto;
        height: 100%; }
  .bl_support01 .bl_body_text {
    margin-top: 20px;
    line-height: 1.6;
    margin-right: 60px;
    text-align: center;
    font-size: 1.6rem; }
    @media screen and (max-width: 1000px) {
      .bl_support01 .bl_body_text {
        margin-right: 0; } }
    @media screen and (max-width: 420px) {
      .bl_support01 .bl_body_text {
        margin-top: 3vh;
        text-align: left; } }

.bl_support02 {
  padding-top: 35px;
  margin-left: 0;
  margin-right: auto;
  width: 789px; }
  @media screen and (max-width: 1300px) {
    .bl_support02 {
      padding-top: 60px;
      margin-left: auto; } }
  @media screen and (max-width: 1000px) {
    .bl_support02 {
      width: 100%; } }
  @media screen and (max-width: 1300px) {
    .bl_support02 .bl_head_text {
      text-align: center; } }
  .bl_support02 .bl_head_text_img01 {
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 53px;
    font-size: 2.4rem;
    font-weight: 300;
    line-height: 1.4; }
    @media screen and (max-width: 1300px) {
      .bl_support02 .bl_head_text_img01 {
        margin-bottom: 23px; } }
  .bl_support02 .bl_head_text_img02 {
    margin-left: auto;
    margin-right: auto;
    font-size: 2.1rem;
    font-weight: 300;
    line-height: 1.4; }
    @media screen and (max-width: 1000px) {
      .bl_support02 .bl_head_text_img02 {
        padding-top: 8px;
        border-top: 1px solid #3a3a3a; } }
    .bl_support02 .bl_head_text_img02 img {
      width: auto;
      height: 100%; }
  .bl_support02 .bl_body_text {
    margin-top: 20px;
    line-height: 1.6;
    margin-right: 60px;
    text-align: center;
    font-size: 1.6rem; }
    .bl_support02 .bl_body_text span {
      font-size: 1.5rem; }
    @media screen and (max-width: 1300px) {
      .bl_support02 .bl_body_text {
        margin-right: 0; } }
    @media screen and (max-width: 420px) {
      .bl_support02 .bl_body_text {
        text-align: left; } }

/**
 * Q&A
 */
.ly_sec03 {
  padding-top: 130px; }
  @media screen and (max-width: 1000px) {
    .ly_sec03 {
      padding-top: 0; } }
  .ly_sec03 .bl_head_title {
    max-width: 1225px;
    margin-left: auto;
    margin-right: auto; }
  .ly_sec03 .bl_head_title_img_container {
    border-bottom: 2px solid #000; }
  .ly_sec03 .bl_head_title_img01 {
    margin: 0 auto;
    padding-top: 4px;
    padding-bottom: 8px;
    font-size: 2.4rem;
    font-weight: 300;
    text-align: center;
    line-height: 1.4; }
  .ly_sec03 .bl_head_title_img02 {
    width: 41px;
    margin: 0 auto;
    padding-top: 11px; }
    .ly_sec03 .bl_head_title_img02 img {
      width: 100%; }

.bl_qa_wrapper {
  width: 980px;
  margin-left: 137px;
  margin-right: auto;
  padding-top: 104px; }
  @media screen and (max-width: 1320px) {
    .bl_qa_wrapper {
      width: 100%;
      margin-left: 0; } }
  @media screen and (max-width: 1000px) {
    .bl_qa_wrapper {
      padding-top: 3vh; } }

.bl_qa_content {
  border-bottom: 1px solid #000;
  padding-top: 50px;
  padding-bottom: 15px; }
  @media screen and (max-width: 768px) {
    .bl_qa_content {
      padding-top: 3vh;
      padding-bottom: 2.5vh; } }
  .bl_qa_content:first-of-type {
    padding-top: 0; }
    .bl_qa_content:first-of-type .bl_a_text li:first-of-type {
      padding-left: 18px; }

.bl_qaBox {
  display: flex;
  margin-bottom: 23px; }
  @media screen and (max-width: 768px) {
    .bl_qaBox {
      margin-bottom: 0; } }

.bl_q {
  margin-right: 16px;
  line-height: 2;
  font-size: 1.6rem; }
  .bl_q_text {
    margin-right: 2px;
    line-height: 2;
    font-size: 1.6rem; }

.bl_a {
  margin-right: 16px;
  line-height: 1.3;
  font-size: 1.5rem; }
  @media screen and (max-width: 1320px) {
    .bl_a {
      margin-right: 16px; } }
  .bl_a_text {
    line-height: 1.3;
    font-size: 1.5rem; }
    .bl_a_text ul {
      padding: 12px 0 0;
      line-height: 1.9; }

.ly_sec04 {
  margin-bottom: 315px; }
  @media screen and (max-width: 1000px) {
    .ly_sec04 {
      margin-bottom: 10vh; } }
  .ly_sec04 .bl_qa_wrapper {
    width: 1015px;
    margin-left: 137px;
    margin-right: auto;
    padding-top: 39px; }
    @media screen and (max-width: 1320px) {
      .ly_sec04 .bl_qa_wrapper {
        width: 100%;
        margin-left: 0; } }
    @media screen and (max-width: 768px) {
      .ly_sec04 .bl_qa_wrapper {
        padding-top: 4vh; } }
  .ly_sec04 .bl_head_text {
    margin-left: 4px;
    margin-bottom: 40px;
    font-size: 2.4rem;
    font-weight: 300; }
    @media screen and (max-width: 768px) {
      .ly_sec04 .bl_head_text {
        margin-bottom: 3vh; } }
    @media screen and (max-width: 420px) {
      .ly_sec04 .bl_head_text {
        margin-left: 0; } }

.bl_flow_item {
  font-size: 1.5rem;
  line-height: 1.4; }
  .bl_flow_item:nth-of-type(n+2) {
    margin-bottom: 37px; }
  @media screen and (max-width: 768px) {
    .bl_flow_item {
      margin-bottom: 3vh; } }

.ly_flex {
  display: flex; }
  .ly_flex div:first-of-type {
    margin-right: 10px; }

.bl_contact_btn {
  position: relative;
  display: block;
  width: 188px;
  margin-top: 29px;
  margin-bottom: 19px;
  margin-left: 156px;
  margin-right: auto;
  border: 1px solid #000;
  padding-top: 9px;
  padding-bottom: 9px;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .bl_contact_btn {
      margin-top: 2vh;
      margin-bottom: 1.5vh;
      margin-left: 20vw; } }
  @media screen and (max-width: 420px) {
    .bl_contact_btn {
      margin-left: auto;
      margin-right: auto; } }
  .bl_contact_btn span {
    font-size: 2.1rem;
    font-weight: 300; }
  .bl_contact_btn.paper {
    transform-style: flat;
    transition: all 250ms ease-out; }
    .bl_contact_btn.paper:before, .bl_contact_btn.paper:after {
      content: "";
      position: absolute;
      z-index: -2;
      transition: all 250ms ease-out; }

.paper-raise:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }
.paper-raise:hover {
  border: 1px solid #000; }
  .paper-raise:hover:before {
    box-shadow: 0 15px 10px -10px rgba(31, 31, 31, 0.2); }
