/*
Theme Name: syushu.jp 2023
Version: 1.4
*/
 
/* Reset & Base
-------------------------------------------------------------- */
* { border: 0; font-family: inherit; font-size: 100%; font-style: inherit; font-weight: inherit; margin: 0; outline: 0; padding: 0; box-sizing: border-box; word-break: break-all; }
ol, ul { list-style: none; }
table { border-collapse: separate; border-spacing: 0; }
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
a { display: inline-block; }
input[type="submit"] { -webkit-appearance: none; }

p { text-align: left; }
strong { font-weight: bold; }
em { font-style: italic; }
blockquote { display: block; padding: 2em; }
img { max-width: 100%; height: auto; vertical-align: bottom; }
iframe { max-width: 100%; }

/* 
* WP NativeStyle
-------------------------------------------------------------- */
/* img */
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignright { float: right; }
.alignleft { float: left; }

img[class*="wp-image-"],
img[class*="attachment-"] {
  height: auto;
  max-width: 100%;
}

/* 
 * common
-------------------------------------------------------------- */
.sp { display: none !important; }

a { text-decoration: none; }
a:link, a:visited { color: inherit; }
a:hover { text-decoration: none; }
a:hover { opacity: .6; }

.t_left { text-align: left !important; }
.t_right { text-align: right !important; }
.t_center { text-align: center !important; }

.flex { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: flex-start; }
small, .small {font-size: 77%;}

.mb1 { margin-bottom: 1rem; }
.mb2 { margin-bottom: 2rem; }
.mb3 { margin-bottom: 3rem; }
.mb4 { margin-bottom: 4rem; }
.mb5 { margin-bottom: 5rem; }
.mb6 { margin-bottom: 6rem; }

.relative { position: relative; }

:root {
  --color-main : #5f2d00;
  --color-sub : #fdc41f;
}

html {
  -webkit-text-size-adjust:100%;
  text-align: center;
  line-height: 1.8;
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #211d1d;
  letter-spacing: .1em;
}
@media screen and (max-width: 1778px) {
  html {
    font-size: 1.11vw;
  }
}

.container {
  max-width: 1600px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.container_i {
  max-width: 1200px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

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

.cta_contact01 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.cta_contact01::before {
  content: '';
  display: inline-block;
  background: url(images/top/img32.png) no-repeat bottom / contain;
  width: 10rem;
  height: 10rem;
}
.cta_contact01 .btn_cmn02 {
  margin: 1rem 0 0 -1.5rem;
  width: 30rem;
}


/* 
 * header
-------------------------------------------------------------- */
header {
  padding: 1.5rem 0 1rem;
  position: relative;
  z-index: 1000;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFF;
}
.header_content {
  align-items: center;
}
.header_content .logo {
  max-width: 12.5%;
}
.header_top {
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1rem;
}
.heading01 {
  font-size: .7rem;
  margin-right: 2rem;
  color: var(--color-main);
}
.btn_contact01 {
  background: var(--color-sub);
  color: #FFF !important;
  border-radius: 5rem;
  padding: .3em 3em;
  font-weight: bold;
  text-decoration: none !important;
}

.UpMove {
  animation: UpAnime 0.7s forwards;
  position: fixed;
}
@keyframes UpAnime{
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(-100px);
  }
}
.DownMove {
  animation: DownAnime 0.3s forwards;
  position: fixed;
}
@keyframes DownAnime{
  from {
    opacity: 0;
    transform: translateY(-100px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.g_navi {
  display: flex;
  justify-content: flex-end;
  color: var(--color-main);
  font-size: .8rem;
  font-weight: bold;
}
.g_navi > *:not(:last-child) {
  margin-right: 3rem;
}
.g_navi a {
  position: relative;
  opacity: 1 !important;
}
.g_navi .has_child {
  position: relative;
}
.g_navi .has_child ul {
  display: none;
  position: absolute;
  left: -1.5rem;
  bottom: 0;
  transform: translateY(100%);
  padding: 1.5rem;
  background: #FFF;
  text-align: left;
  white-space: nowrap;
}
.g_navi .has_child:hover ul {
  display: block;
}
.g_navi .has_child li:not(:last-of-type) {
  margin-bottom: 1rem;
}

.g_navi .cur::after,
.g_navi a:hover::after {
  content: '';
  position: absolute;
  background: var(--color-sub);
  height: 2px;
  width: 100%;
  left: 0;
  bottom: 0;
  transform: translateY(.5em);
}

/* 
 * breadcrumb
-------------------------------------------------------------- */
.wrap_breadcrumb {
  padding: 2rem 0;
}
.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  font-size: .8rem;
  text-align: left;
}
.breadcrumb li:not(:last-child)::after {
  content: '>';
  margin: 0 1em;
}
.breadcrumb a {
  text-decoration: underline;
}


/* 
 * top
-------------------------------------------------------------- */
.mv {
/*  background: url(images/top/mv02.jpg) no-repeat center/cover;*/
  height: 38.02vw;
  max-height: 730px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.mv .logo {
  max-width: 13.96%;
  z-index: 10;
}
.mv .copy {
  font-size: 1.5rem;
  color: #FFF;
  font-weight: bold;
  line-height: 1.2;
  text-shadow: 0px 2px 1px rgba(33, 36, 36, 0.5);
  z-index: 10;
  margin: 2.5rem 0;
}
.mv .link01 {
  color: #FFF;
  background: #5f2d00;
  border-radius: 10rem;
  padding: 0.5rem 1.8rem;
  box-shadow: 0px 2px 1px 0px rgba(33, 36, 36, 0.5);
  z-index: 10;
}
.mv .link01 span {
  color: #fdcd25;
}
.mv video,
.mv .image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  object-fit: cover;
  object-position: center center;
}

/*#slideshow-3 .cycle-slide-active { border:3px solid #004; }*/
.wrap_interview {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4rem;
}
.wrap_interview_left {
  width: 33.75%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrap_interview_right {
  width: 63.75%;
  overflow: hidden;
}
#slideshow-2 {
  color: #5f2d00;
  font-weight: 600;
  margin-bottom: 4rem;
}
#slideshow-2 .title {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 0.88rem;
}
#slideshow-2 .name {
  font-size: 1.3rem;
}
#slideshow-3 {
  width: calc(100% + 1.2rem);
}
#slideshow-3 .wrap_img {
  padding-right: 1.2rem;
  width: 17.4rem !important;
}
.cycle-prev,
.cycle-next {
  border-radius: 50%;
  background: #5f2d00;
  width: 1.8rem;
  height: 1.8rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cycle-prev img,
.cycle-next img {
  width: 60%;
}
.cycle-prev img {
  transform: rotate(-90deg);
}
.cycle-next img {
  transform: rotate(90deg);
}
.cycle-control {
  display: flex;
  justify-content: flex-end;
}
.cycle-control > *:not(:last-of-type) {
  margin-right: 3.5rem;
}


.sec01 {
  background: url(images/top/bg_img01.jpg) no-repeat left/contain #f8f8f6;
  padding: 5rem 0;
}
.sec01 .content {
  width: 62.5%;
  margin-left: auto;
  margin-right: auto;
}
.sec01 .ttl01 {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  margin-bottom: 1.68rem;
  color: var(--color-main);
}
.sec01 .ttl02 {
  display: block;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 2.08rem;
  color: var(--color-main);
}
.sec01 .txt01 {
/*  margin-bottom: 3.6rem;*/
  margin-bottom: 3rem;
}
.sec01 .txt01 strong {
  background: linear-gradient(transparent 50%, var(--color-sub) 80%);
}
.btn_cmn01 {
  background: var(--color-main);
  color: #FFF !important;
  font-weight: bold;
  padding: .5em 1.15em;
  border-radius: 5rem;
  min-width: 25%;
}

.sec_cmn01 {
  padding: 6rem 0;
}
.sec_cmn01.bg_f {
/*  padding: 3rem 0;*/
}
.sec_cmn01 .container {
  position: relative;
}
.sec_cmn01 .ttl01 {
  position: relative;
  display: block;
  font-size: 3rem;
  font-weight: 600;
  min-width: 17.5%;
  text-align: left;
  color: var(--color-main);
/*  border-bottom: 3px solid var(--color-sub);*/
}
.sec_cmn01 .ttl01::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 14rem;
  background: var(--color-sub);
}
.sec_cmn01.bg_f .ttl01 {
/*  top: 3rem;*/
}
.sec_cmn01 .content {
  width: 55%;
  margin-left: auto;
  margin-right: auto;
}
.sec_cmn01.bg_f .content {
  width: 62.5%;
  background: rgba(255, 255, 255, .8);
  padding: 3rem;
}
.sec_cmn01 .ttl02 {
  text-align: left;
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 2.08rem;
  color: var(--color-main);
  padding-top: .35rem;
}
.sec_cmn01 .txt01:not(:last-of-type) {
  margin-bottom: 2em;
}

.sec_cmn01 .ttl11 {
  display: flex;
  align-items: center;
  color: var(--color-main);
  margin: 4rem 0 .7rem;
  font-weight: bold;
  text-align: left;
}
.sec_cmn01 .ttl11::before {
  content: '';
  display: inline-block;
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--color-sub);
  margin-right: .75rem;
}

.sec_cmn01 .ttl21 {
  display: flex;
  align-items: center;
  font-weight: bold;
}
.sec_cmn01 .ttl21::before {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  margin-right: .75rem;
  background: #211d1d;
}


.sec_cmn01 .container .container_i {
/*
  position: relative;
*/
  text-align: left;
}
.sec_cmn01 .container .container_i .ttl01 {
  position: relative;
  display: inline-block;
  top: 0;
}
.sec_cmn01 .container .container_i .content {
  width: 100%;
  padding: 3rem;
}
.sec_cmn01.bg_f .container .container_i .content {
  background: rgba(255, 255, 255, .8);
}


.sec_cmn01 .txt01:not(:last-of-type) {
  margin-bottom: 1.8em;
}

.sec_cmn01 .txt03 {
  padding-bottom: 1.8em;
  margin-bottom: 1.8em;
  border-bottom: 1px solid;
}
.sec_cmn01 .txt03:last-of-type {
  margin-bottom: 0;
}


.bg_img01 {
  background: url(images/top/bg_img02.jpg) no-repeat right top;
  background-size: 100%;
}
.bg_color01 {
  background: #f2f9fd;
}
.bg_color02 {
  background: #fdfaf2;
}

.list_works {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_works > * {
  width: 33.13%;
  background: #FFF;
  border: 1px solid #d5d1d0;
  padding: 2rem 1rem;
  margin-bottom: .25rem;
  text-align: left; 
}
.list_works > *:nth-of-type(3n + 2):last-of-type {
  margin-right: 33.44%;
}
.list_works .thum {
  margin-bottom: 1.48rem;
}
.list_works .list_works_ttl {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.3;
  color: var(--color-main);
  margin-bottom: 1rem;
}
.list_works .link {
  display: block;
  font-size: .8rem;
  margin-bottom: 1.68rem;
}
.list_works .cat {
  font-size: .9rem;
  font-weight: bold;
  padding: .43em 1.5em;
  min-width: 45%;
  text-align: center;
  color: #FFF !important;
  margin-bottom: 1.68rem;
}

.list_tags {
  display: flex;
  flex-wrap: wrap;
  font-size: .7rem;
}
.single .list_tags {
  margin-top: 5rem;
}
.list_tags > *:not(:last-child) {
  margin: 0 1em .3em 0;
}
.list_tags a {
  border-radius: 5rem;
  padding: .1em .5em;
  background: var(--color-main);
  color: #FFF !important;
}

.list_bnr01 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.list_bnr01 > * {
  width: 31.25%;
  background: #FFF;
  padding: 1rem 0 1rem 1rem;
  position: relative;
  text-align: left;
}
.list_bnr01 a {
  display: block;
}
.list_bnr01 .title {
  font-size: 1.3rem;
  font-weight: bold;
  background-color: #29bcc3;
  box-shadow: 0px 1px 2px 0px rgba(39, 40, 40, 0.4);
  width: 64%;
  padding: .5em;
  text-align: center;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #FFF;
}
.list_bnr01 .img {
  max-width: 70.83%;
}

.ttl_cmn_line01 {
  font-size: 1.5rem;
  font-weight: bold;
  text-align: center;
  color: var(--color-sub);
  margin-bottom: 3rem;
}
.ttl_cmn_line01::before,
.ttl_cmn_line01::after {
  content: '';
  display: inline-block;
  width: 1.95rem;
  height: 1.35rem;
  background: url(images/common/line01.png) no-repeat center/cover;
  margin: 0 1rem;
}

.list_bnr02 {
  display: flex;
  justify-content: space-between;
}
.list_bnr02 > * {
  width: 46.25%;
}

.sec03 .ttl31 {
  font-size: 2rem;
  font-weight: bold;
  color: var(--color-main);
  margin-bottom: 1.83rem;
}
.sec03 .ttl_cmn_line01 {
  font-size: 1.3rem;
}
.sec03 .box01 {
  position: relative;
  margin-bottom: 1.48rem;
}
.sec03 .img01 {
  position: absolute;
  max-width: 23.83%;
  right: 0;
  bottom: 0;
  transform: translateX(29.02%);
}
.sec03 .container_i::after {
  content: '';
  position: absolute;
  width: 16.67%;
  height: 50%;
  background: url(images/top/img32.png) no-repeat bottom/contain;
  left: 11.5%;
  bottom: -6rem;
}

.list_problem {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  border: .2rem solid #29bcc3;
  background: #FFF;
  padding: 3rem 2rem 2.5rem;
  text-align: left;
  margin-bottom: 5rem;
}
.list_problem > * {
  width: 44%;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.list_problem > *:not(:nth-child(1)):not(:nth-child(2)) {
  margin-top: 1.5rem;
}
.list_problem > *::before {
  content: '';
  display: inline-block;
  min-width: 1.5rem;
  height: 1.5rem;
  background: url(images/common/check.svg) no-repeat center/contain;
  margin-right: 1.8rem;
}
.list_problem span {
  border-bottom: .3rem solid var(--color-sub);
  flex-grow: 2;
}

.btn_cmn02 {
  border-radius: 5rem;
  background: var(--color-sub);
  color: #FFF !important;
  font-weight: bold;
  padding: .5em 2em;
  width: 50%;
  box-shadow: 0px 1px 2px 0px rgba(39, 40, 40, 0.4);
  position: relative;
}

.list_column {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  text-align: left;
  margin-bottom: 6rem;
}
.list_column > * {
  width: 23.75%;
}
.list_column .thum {
  margin-bottom: 1rem;
}

.list_info {
  display: table;
  text-align: left;
}
.list_info li {
  display: table-row;
}
.list_info li > * {
  display: table-cell;
}
.list_info li:not(:last-of-type) > * {
  padding-bottom: 1rem;
}
.list_info .date {
  white-space: nowrap;
  padding-right: 2rem;
}


/* 
 * sub
-------------------------------------------------------------- */
.head_sub {
  padding: 5rem 0;
  color: #FFF;
  text-shadow: 0px 1px 2px rgba(39, 40, 40, 0.4);
  text-align: left;
  font-size: 1.2rem;
  font-weight: bold;
  max-height: 320px;
}
.head_sub .ttl01 {
  font-size: 3rem;
  margin-bottom: .3rem;
  display: block;
}

.sec01.sub {
}
.sec01.sub .content {
  padding-bottom: 2.6rem;
}
.sec01.sub .ttl01 {
  margin-bottom: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec01.sub .ttl01::after {
  content: '';
  width: 2px;
  height: 3rem;
  background: var(--color-sub);
  margin-top: .95rem;
}
.sec01.sub .txt02 {
  line-height: 2.2;
  font-weight: 500;
  font-size: 1.1rem;
}


.flow .head_sub {
  background: url(images/sub/bg_head_flow01.jpg) no-repeat center/cover;
}
.flow .sec01 {
  background: url(images/sub/bg_sec01_flow.jpg) no-repeat center/cover;
}

.sec_cmn01.flow .box .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}
.sec_cmn01.flow .box:not(:last-child) {
  margin-bottom: 6rem;
}
.sec_cmn01.flow .ttl01 {
  position: relative;
}
.sec_cmn01.flow .content {
  width: 55% !important;
  margin: 0;
  padding: 0 !important;
}
.sec_cmn01.flow .img01 {
  width: 35%;
}

.sec_flow01 {
  padding: 6rem 0;
}
.list_flow01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_flow01 > * {
  width: 13.75%;
  padding: 1rem .5rem 2rem;
  background: #FFF;
  color: var(--color-main);
}
.list_flow01 p {
  text-align: center;
}
.list_flow01 .alana {
  font-size: 2.4rem;
}
.list_flow01 .img01 {
  margin-bottom: 1rem;
}

.bnr_sub01 {
  padding: 6rem 0;
  background: #f2f9fd;
}


.price .head_sub {
  background: url(images/sub/bg_head_price01.jpg) no-repeat center/cover;
}
.price .sec01 {
  background: url(images/sub/bg_sec01_price.jpg) no-repeat center/cover;
}
.sec_price01 {
  background: url(images/sub/bg_sec_price01.jpg) no-repeat center/cover;
}
.sec_price02 {
  background: url(images/sub/bg_sec_price02.jpg) no-repeat center/cover;
}
.sec_price03 {
  background: url(images/sub/bg_sec_price03.jpg) no-repeat center/cover;
}

.wrap_box_price01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.wrap_box_price01 > * {
  width: 31.25%;
}
.wrap_box_price01 > *:not(:nth-child(1)):not(:nth-child(2)):not(:nth-child(3)) {
  margin-top: 4rem;
}
.box_price01 {
  background: #FFF;
  padding: 1rem;
  font-size: .8rem;
  text-align: left;  
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.box_price01 .num,
.box_price01 [class^=ttl_box_price] {
  color: var(--color-main);
}
.box_price01 .num {
  font-size: 1.2rem;
  margin-bottom: .52rem;
}
.box_price01 .num span {
  font-size: 2.4rem;
}
.box_price01 .ttl_box_price01 {
  font-size: 1.3rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 1.16rem;
}
.box_price01 .txt_box_price01 {
  margin-bottom: 1rem;
  min-height: 3.6em;
}
.box_price01 .ttl_box_price02 {
  font-size: 1rem;
  font-weight: bold;
  margin: 2rem 0 1.16rem;
  border-bottom: 1px solid var(--color-sub);
}
.box_price01 .list_box_price01 ul {
  margin-left: 2em;
}
.box_price01 .list_box_price01 ul li {
  list-style: disc;
}
.box_price01 .txt_box_price02 {
/*  margin-top: 1.36rem;*/
  font-size: .7rem;
}
.box_price01 .txt_box_price03 {
  text-align: center;
  background: #fef6e1;
  padding: .25rem;
  font-weight: 500;
  font-size: 1rem;
  display: block;
  margin-top: 2rem;
}
.box_price01 .txt_box_price03 span:nth-child(1) {
  font-size: 1.5rem;
}
.box_price01 .txt_box_price03 span:nth-child(2) {
  font-size: .8rem;
}
.box_price01_last {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cta_price01 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 4rem;
}
.cta_price01 .btn_cmn02 {
  width: auto;
  padding: .5em 1em;
}
.cta_price01 .img02 {
  width: 16.67%;
}

.tbl_price01 {
  border-collapse: separate;
  border-spacing: 2px;
  font-size: .8rem;
  table-layout: fixed;
  width: 100%;
}
.tbl_price01 th,
.tbl_price01 td {
  background: #FFF;
  padding: 1.2rem;
}
.tbl_price01 thead {
  font-size: 1rem;
  font-weight: bold;
  color: var(--color-main);
}
.tbl_price01 thead th:nth-of-type(1) {
  width: 29.88%;
  background: #f2f9fd;
}
.tbl_price01 tbody tr:nth-of-type(2n + 3) > * {
  background: #f9f9f9;
}
.tbl_price01 tbody tr:nth-of-type(1) > * {
  background: #fef6e1;
}
.tbl_price01 tbody tr:nth-of-type(1) th {
  font-size: 1rem;
  font-weight: bold;
  text-align: center;
  color: var(--color-main);
}
.tbl_price01 tbody th {
  text-align: left;
}
.tbl_price01 small {
  font-size: .88em;
}


.about .head_sub {
  background: url(images/sub/bg_head_about01.jpg) no-repeat center/cover;
}
.about .sec01 {
  background: url(images/sub/bg_sec01_about.jpg) no-repeat center/cover;
}
.sec_about01 .txt01 {
  padding-bottom: 2rem;
  margin-bottom: 3rem;
  border-bottom: 1px solid;
}
.sec_about01 .btn_cmn01 {
  padding-left: 2rem;
  padding-right: 2rem;
  text-decoration: none;
}
.sec_about01 .btn_cmn01::after {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url(images/common/icn_blank.png) no-repeat center/contain;
  margin-left: .3em;
}
.sec_about01 a {
  text-decoration: underline;
}
.sec_about01 h4 {
  font-weight: bold;
  margin-bottom: .3rem;
}
.sec_about01 h4::before {
  content: '■';
  display: inline-block;
  margin-right: .5em;
}

.sec_about02 .photo {
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.sec_about02 .photo img {
  max-width: 17.05%;
  margin-right: 4rem;
}
.sec_about02 .link_tw img {
  margin-right: 1.5rem;
  max-width: 1.5rem;
}


.service .head_sub {
  background: url(images/sub/bg_head_service01.jpg) no-repeat center/cover;
}
.service .sec01 {
  background: url(images/sub/bg_sec01_service.jpg) no-repeat center/cover;
}
.bg_service01 {
  background: url(images/sub/bg_sec_service01.jpg) no-repeat center/cover;
}
.bg_service02 {
  background: url(images/sub/bg_sec_service02.jpg) no-repeat center/cover;
}
.bg_service03 {
  background: url(images/sub/bg_sec_service03.jpg) no-repeat center/cover;
}

.sec_service01 {
  
}
.sec_service01 .container {
  display: flex;
  justify-content: space-between;
}
.sec_service01 .box {
  width: calc(50% + 3rem);
  padding: 0 3rem;
  margin-left: -3rem;
}
.sec_service01 .box:nth-of-type(2) {
  margin-left: 0;
  margin-right: -3rem;
}
.sec_service01.bg_f .box {
  background: rgba(255, 255, 255, .8);
  padding: 3rem;
}
.sec_service01 .ttl01 {
  position: relative;
  width: 100%;
  border: 0;
  text-align: left;
  display: block;
  top: 0 !important;
  margin-bottom: 2.6rem;
}
.sec_service01 .ttl01::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  width: 14rem;
  background: var(--color-sub);
}
.sec_service01 .content {
  background: none !important;
  width: 100% !important;
  padding: 0 !important;
}
.sec_service01 .btn_cmn01 {
  width: 20rem;
  text-align: center;
}


.web-creative .head_sub {
  background: url(images/sub/bg_head_web01.jpg) no-repeat center/cover;
}
.web-creative .sec01 {
  background: url(images/sub/bg_sec01_web.jpg) no-repeat center/cover;
}
.bg_web01 {
  background: url(images/sub/bg_sec_web01.jpg) no-repeat center/cover;
}
.bg_web02 {
  background: url(images/sub/bg_sec_web02.jpg) no-repeat center/cover;
}
.bg_web03 {
  background: url(images/sub/bg_sec_web03.jpg) no-repeat center/cover;
}
.bg_web04 {
  background: url(images/sub/bg_sec_web04.jpg) no-repeat center/cover;
}

.wrap_list_web01 {
  padding: 6rem 0;
}
.list_web01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.list_web01 > * {
  width: 46.67%;
}
.list_web01 > *:not(:nth-of-type(1)):not(:nth-of-type(2)) {
  margin-top: 4rem;
}
.list_web01 > *:nth-of-type(1) {
  background: url(images/sub/bg_list_web01_01.jpg) no-repeat center/cover;
}
.list_web01 > *:nth-of-type(2) {
  background: url(images/sub/bg_list_web01_02.jpg) no-repeat center/cover;
}
.list_web01 > *:nth-of-type(3) {
  background: url(images/sub/bg_list_web01_03.jpg) no-repeat center/cover;
}
.list_web01 > *:nth-of-type(4) {
  background: url(images/sub/bg_list_web01_04.jpg) no-repeat center/cover;
}
.list_web01 a {
  padding: 4rem 2rem 1.5rem;
}
.list_web01 .content {
  display: block;
  padding: 1.5rem;
  background: #FFF;
  font-size: .8rem;
  text-align: left;
  letter-spacing: .05em;
  margin-bottom: 1rem;
}
.list_web01 .content strong {
  display: block;
  color: var(--color-main);
  margin-bottom: .28rem;
  font-size: 1rem;
  letter-spacing: .1em;
}
.list_web01 .more {
  display: block;
  text-align: right;
  color: #FFF;
  font-size: .8rem;
  position: relative;
}
.list_web01 .more::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  height: 1px;
  width: 25%;
  background: #FFF;
}


.contact .head_sub {
  background: url(images/sub/bg_head_contact01.jpg) no-repeat center/cover;
}
.contact .sec01 {
  background: url(images/sub/bg_sec01_contact.jpg) no-repeat center/cover;
}
.wrap_box_contact01 {
  padding: 3rem 0;
}
.box_contact01 {
  display: flex;
  justify-content: space-between;
}
.box_contact01::after {
  content: '';
  width: 1px;
  background: #808080;
  order: 2;
}
.box_contact01 > div {
  width: 50%;
  padding: 1.5rem;
}
.box_contact01 > div:nth-of-type(1) {
  order: 1;
}
.box_contact01 > div:nth-of-type(2) {
  order: 3;
}
.box_contact01 > div > strong,
.box_contact01 > div > span {
  display: block;
}
.box_contact01 .txt01 {
  margin-bottom: .59rem;
}
.box_contact01 .txt02 {
  margin-bottom: 1.6rem;
}
.box_contact01 .small {
  font-size: .9rem;
  margin-bottom: .39rem;
}
.box_contact01 .tel {
  font-size: 1.5rem;
  font-weight: bold;
}
.box_contact01 .btn01 {
  color: #FFF !important;
  padding: .4em 2.4em;
  background: var(--color-sub);
  box-shadow: 0px 1px 2px 0px rgba(39, 40, 40, 0.4);
  border-radius: 5rem;
  font-weight: bold;
}

.tbl_contact01 {
  text-align: left;
  width: 100%;
}
.tbl_contact01 tr > * {
  border-bottom: 1px solid #d2d2d2;
  padding: 1.5rem 0;
}
.tbl_contact01 th {
  padding-right: 3rem;
  font-weight: bold;
}
.tbl_contact01 .required {
  padding-right: 4rem;
}
.tbl_contact01 .required span {
  font-size: .8rem;
  font-weight: bold;
  background: var(--color-sub);
  padding: .3em;
  white-space: nowrap;
  color: #FFF;
}
.tbl_contact01 .radio {
  display: flex;
  flex-direction: column;
}
.tbl_contact01 .radio> * {
  margin: 0 !important;
}
.tbl_contact01 input[type="text"],
.tbl_contact01 textarea {
  border: 1px solid #211d1d;
  font-size: .9rem;
  padding: 1em 2em;
  width: 100%;
}
.wrap_submit {
  padding-top: 5rem;
  text-align: center;
}
.wrap_submit input[type="submit"] {
  background: var(--color-main);
  border-radius: 5rem;
  color: #FFF;
  font-weight: bold;
  padding: .5em;
  width: 33.33%;
  cursor: pointer;
  letter-spacing: .1em;
}

.tbl_contact01 .radio2 {
  display: flex;
  justify-content: space-between;
}
.tbl_contact01 .radio2 > * {
  width: 50%;
  margin: 0 !important;
}

.tbl_contact01.enquete tr {
  display: flex;
  flex-wrap: wrap;
}
.tbl_contact01.enquete tr > * {
  width: 100%;
}
.tbl_contact01.enquete th {
  padding-bottom: 0;
  padding-right: 0;
  border: 0;
}
.tbl_contact01.enquete select {
  width: 100%;
  border: 1px solid;
}
.tbl_contact01.enquete select,
.tbl_contact01.enquete textarea,
.tbl_contact01.enquete input {
  border-radius: 4px;
}

.template-lp1 .container_i {
  max-width: 800px;
}
.template-lp1 .tbl_contact01 {
  width: 76.34%;
  margin: auto;
}
.template-lp1 .wrap_submit {
  padding-top: 0;
}
.template-lp1 .mw_wp_form {
  margin: 5rem 0;
}
.template-lp1 .wrap_the_content figure {
  margin: 0;
}
.template-lp1 .m5 {
  margin: 5rem 0 !important;
}
.template-lp1 .m3 {
  margin: 3rem 0 !important;
}
.template-lp1 .m8 {
  margin: 8rem 0 !important;
}
.template-lp1 h1 {
  padding: .5em 0 1em;
}





.estimate .head_sub {
  background: url(images/sub/bg_head_estimate01.jpg) no-repeat center/cover;
}
.estimate .sec01 {
  background: url(images/sub/bg_sec01_estimate.jpg) no-repeat center/cover;
}



.after-support .head_sub {
  background: url(images/sub/bg_head_support01.jpg) no-repeat center/cover;
}
.after-support .sec01 {
  background: url(images/sub/bg_sec01_support.jpg) no-repeat center/cover;
}
.list_support01 > *:nth-of-type(1) {
  background: url(images/sub/bg_list_support01_01.jpg) no-repeat center/cover;
}
.list_support01 > *:nth-of-type(2) {
  background: url(images/sub/bg_list_support01_02.jpg) no-repeat center/cover;
}
.bg_support01 {
  background: url(images/sub/bg_sec_support01.jpg) no-repeat center/cover;
}
.bg_support02 {
  background: url(images/sub/bg_sec_support02.jpg) no-repeat center/cover;
}


.seo .head_sub {
  background: url(images/sub/bg_head_seo01.jpg) no-repeat center/cover;
}
.seo .sec01 {
  background: url(images/sub/bg_sec01_seo.jpg) no-repeat center/cover;
}
.bg_seo01 {
  background: url(images/sub/bg_sec_seo01.jpg) no-repeat center/cover;
}



.coding .head_sub {
  background: url(images/sub/bg_head_coding01.jpg) no-repeat center/cover;
}
.coding .sec01 {
  background: url(images/sub/bg_sec01_coding.jpg) no-repeat center/cover;
}
.bg_coding01 {
  background: url(images/sub/bg_sec_coding01.jpg) no-repeat center/cover;
}
.box_coding01 {
  padding: 6rem 0;
}



.ec-support .head_sub {
  background: url(images/sub/bg_head_ec01.jpg) no-repeat center/cover;
}
.ec-support .sec01 {
  background: url(images/sub/bg_sec01_ec.jpg) no-repeat center/cover;
}
.bg_ec01 {
  background: url(images/sub/bg_sec_ec01.jpg) no-repeat center/cover;
}
.bg_ec02 {
  background: url(images/sub/bg_sec_ec02.jpg) no-repeat center/cover;
}



.faq .head_sub {
  background: url(images/sub/bg_head_faq01.jpg) no-repeat center/cover;
}
.faq .sec01 {
  background: url(images/sub/bg_sec01_faq.jpg) no-repeat center/cover;
}
.box_faq01:first-of-type {
  border-top: 1px solid #211d1d;
}
.box_faq01 > * {
  padding: 2rem 8rem;
  border-bottom: 1px solid #211d1d;
}
.box_faq01 .ttl31 {
  text-align: left;
  color: var(--color-main);
  font-weight: bold;
  position: relative;
}
.box_faq01 .ttl31::before {
  content: 'Q';
  display: inline-block;
  margin-right: 1em;
  color: var(--color-sub);
}
.box_faq01 .ttl31::after {
  content: '';
  position: absolute;
  right: 1.75rem;
  top: 50%;
  transform: translateY(-50%);
  width: 1rem;
  height: 1rem;
  background: url(images/common/down.svg) no-repeat center/contain;
  transition: .1s all;
}
.box_faq01 .ttl31.open::after {
/*  background-image: url(images/common/up.svg);*/
  transform: translateY(-50%) rotate(180deg);
  transform-origin: center center;
}
.box_faq01 .txt31 {
  background: #f8f8f8;
  display: none;
}
  
  
.sec_cmn01 .container .box {
  max-width: 1200px;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}
.sec_cmn01 .container .box .ttl01 {
  position: relative;
  display: inline-block;
  top: 0;
  margin-bottom: 1em;
}
.sec_cmn01 .container .box .content {
/*  background: rgba(255, 255, 255, .8);*/
  width: 100%;
  padding: 3rem;
}

.box_ec01 {
  text-align: center;
}


.post-password-form input[type="password"] {
  border: 1px solid;
  padding: .3em 1em;
}
.post-password-form input[type="submit"] {
  padding: .5em 3em;
  border-radius: 10rem;
  cursor: pointer;
}


/* 
 * posts
-------------------------------------------------------------- */
.wrap_list_works {
  padding: 6rem 0 0;
}

.wrap_pagenation {
  padding: 6rem 0;
}
.pagenation {
  display: flex;
  justify-content: center;
}
.pagenation > * {
  margin: 0 1rem;
}
.pagenation > * > a,
.pagenation > * > span {
  width: 3rem;
  height: 3rem;
  background-color: var(--color-main);
  border: .16rem solid var(--color-main);
  border-radius: 50%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #FFF;
}
.pagenation > * a:hover,
.pagenation .current span {
  background-color: #FFF;
  color: var(--color-main);
  opacity: 1;
}
.pagenation svg {
  width: 1rem;
  height: 1rem;
  fill: #FFF;
}
.pagenation > * a:hover svg {
  fill: var(--color-main);
}



.single .head_sub {
  background: url(images/posts/bg_head_single01.jpg) no-repeat center/cover;
}
.single .sec01 {
  background: none !important;
}
.single .sec01 .ttl01 {
  align-items: flex-start;
  text-align: left;
}
.single .sec01 .ttl01::after {
  align-self: center;
}

.wrap_the_content {
}
.wrap_the_content .thum {
  margin-bottom: 6rem;
}
.wrap_the_content h2 {
  text-align: left;
  font-size: 1.5rem;
  font-weight: bold;
  margin: 4rem 0 1.5rem;
  color: var(--color-main);
}
.wrap_the_content h3 {
  text-align: left;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 4rem 0 1.3rem;
  color: var(--color-main);
}
.wrap_the_content h4 {
  text-align: left;
  display: flex;
  align-items: center;
  color: var(--color-main);
  margin: 3rem 0 0.7rem;
  font-weight: bold;
}
.wrap_the_content h4::before {
  content: '';
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: var(--color-sub);
  margin-right: 0.75rem;
}
.wrap_the_content figure {
  margin: 2rem 0 4rem;
}
.wrap_the_content p {
  margin-bottom: 1.8em;
}
.wrap_the_content ul,
.wrap_the_content ol {
  margin: 0 0 1.8em 1.5em;
}
.wrap_the_content li {
  list-style: disc;
  text-align: left;
}
.wrap_the_content li:not(:last-of-type) {
  margin-bottom: 1em;
}
.wrap_the_content a {
  color: var(--color-main);
  text-decoration: underline;
}
.wrap_the_content pre {
  background-color: #f6f8fa;
  color: #24292e;
  padding: 1em;
  border-radius: 6px;
  overflow-x: auto;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 1.5em;
  border: 1px solid #d1d5da;
  text-align: left;
}
.wrap_the_content code {
  font-family: SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  background-color: transparent;
  padding: 0;
}
.wrap_the_content hr {
  border-bottom: 1px solid var(--color-main);
  margin: 4rem 0;
}
.wrap_the_content blockquote {
  background-color: #f9f9f9;
  border-left: 4px solid #ccc;
  margin: 1.5em 0;
  padding: 1em 1.5em;
  font-style: italic;
  color: #555;
}
.wrap_the_content blockquote p {
  margin: 0;
}



.works .head_sub {
  background: url(images/posts/bg_head_works01.jpg) no-repeat center/cover;
}
.works .sec01 {
  background: url(images/posts/bg_sec01_works.jpg) no-repeat center/cover;
}


.ec .head_sub {
  background: url(images/posts/bg_head_ec01.jpg) no-repeat center/cover;
}
.ec .sec01 {
  background: url(images/posts/bg_sec01_ec.jpg) no-repeat center/cover;
}


.writing .head_sub {
  background: url(images/posts/bg_head_writing01.jpg) no-repeat center/cover;
}
.writing .sec01 {
  background: url(images/posts/bg_sec01_writing.jpg) no-repeat center/cover;
}


.column .head_sub {
  background: url(images/posts/bg_head_column01.jpg) no-repeat center/cover;
}
.column .sec01 {
  background: url(images/posts/bg_sec01_column.jpg) no-repeat left/cover;
}


.information .head_sub {
  background: url(images/posts/bg_head_information01.jpg) no-repeat center/cover;
}
.information .sec01 {
  background: url(images/posts/bg_sec01_information.jpg) no-repeat left/cover;
}


.privacy .head_sub {
  background: url(images/posts/bg_head_privacy01.jpg) no-repeat center/cover;
}



.interviews .sec01.sub .content {
  background: rgba(255, 255, 255, .8);
  padding: 3rem;
}
.wrap_list_interviews {
  padding: 6rem 0 0;
}
.list_interviews {
  margin-bottom: 10rem;
}
.list_interviews > * {
  display: flex;
  justify-content: space-between;
}
.list_interviews > *:not(:last-of-type) {
  margin-bottom: 16rem;
}
.list_interviews .thum {
  width: 45%;
}
.list_interviews .content {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.list_interviews .ttl01 {
  text-align: left;
  font-size: 1.3rem;
  color: #5f2d00;
  border-bottom: 0.1rem solid #fdc41f;
  padding-bottom: 1.2rem;
  margin-bottom: 1.65rem;
  font-weight: bold;
}
.list_interviews .name {
  text-align: right;
  font-size: 1.3rem;
  font-weight: bold;
  color: #5f2d00;
}
.list_interviews .more {
  width: 10rem;
  background-color: rgb(95, 45, 0);
  box-shadow: 0px 1px 2px 0px rgba(39, 40, 40, 0.4);
  color: #FFF;
  font-weight: bold;
  padding: 0.4rem;
  border-radius: 10rem;
}

.interviews .head_sub {
  background: url(images/posts/bg_head_interviews01.jpg) no-repeat center/cover;
}
.interviews .sec01 {
  background: url(images/posts/bg_sec01_interviews.jpg) no-repeat left/cover;
}



/* 
 * footer
-------------------------------------------------------------- */
.sec_cmn01.contact {
  background: url(images/common/bg_contact.jpg) no-repeat right/contain;
  padding-bottom: 0;
}
.box_contact {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #FFF;
  transform: translateY(4rem);
  margin-top: -3rem;
}
.box_contact > * {
  width: 46.67%;
  background: #29bcc3;
  padding: 3rem 3.5rem;
  font-weight: bold;
  box-shadow: 0px 1px 2px 0px rgba(39, 40, 40, 0.4);
}
.box_contact > *:not(:nth-child(1)):not(:nth-child(2)) {
  margin-top: 2rem;
}
.box_contact > *:nth-child(2),
.box_contact > *:nth-child(3) {
  background: var(--color-sub);
}
.box_contact .box_ttl01 {
  text-align: center;
  font-size: 1.5rem;
  margin-bottom: 1rem;
}
.box_contact .btn01 {
  border-radius: 5rem;
  background: #FFF;
  color: #29bcc3 !important;
  padding: .4em;
  width: 100%;
  box-shadow: 0px 1px 2px 0px rgba(39, 40, 40, 0.4);
  margin-top: 3.5rem;
  text-align: center;
}
.box_contact > *:nth-child(2) .btn01 {
  color: var(--color-sub) !important;
}
.box_contact p {
  text-align: center;
}
.box_contact .box_txt02 {
  font-size: .9rem;
  font-weight: normal;
  margin-top: 1rem;
}
.box_contact .box_txt03 {
  font-size: 1.5rem;
  margin-top: 1rem;
}
.box_contact .box_txt04 {
  margin-top: 1rem;
  font-weight: bold;
}
.box_contact .icn {
  margin: 0 .5em;
  max-width: 1.8rem;
}

footer {
  background: var(--color-main);
  padding: 10rem 0 4rem;
  color: #FFF;
}
.footer_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 7rem;
}
.footer_content > * {
  width: 50%;
}
.footer_content .left {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  text-align: left;
}
.footer_content .logo_f {
  max-width: 19%;
  margin-right: 3rem;
}
.footer_content .txt01 {
  display: block;
  font-size: .7rem;
  font-weight: normal;
  margin-bottom: 1rem;
}
.footer_content .txt01 span {
  font-size: 1rem;
  font-weight: bold;
}
.footer_content .ttl01 {
  font-size: .9rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}
.footer_content .sns {
  display: flex;
  align-items: center;
}
.footer_content .sns > *:not(:last-child) {
  margin-right: 2rem;
}
.footer_content .sns img {
  max-width: 2rem;
}

.footer_content .right {
  font-size: .8rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  text-align: left;
}
.footer_content .right > * {
  width: 33%;
}
.f_navi > *:not(:last-child) {
  margin-bottom: 1.36rem;
}

.list_footer_bnr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 7rem;
}
.list_footer_bnr > * {
  width: 30%;
}

footer .copy {
  font-size: .7rem;
  text-align: center;
}

.wrap_pagetop {
  position: fixed;
  left: 50%;
  bottom: 3rem;
  transform: translateX(-50%);
  text-align: right;
  pointer-events: none;
}
.pagetop {
/*  position: fixed;*/
  pointer-events: auto;
  margin-left: auto;
  margin-right: 0;
  background: var(--color-main);
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagetop img {
  width: 2rem;
  height: 2rem;
}

/* 
 * for SP
-------------------------------------------------------------- */
@media screen and (max-width: 640px) {
  .pc { display: none !important; }
  .sp { display: initial !important; }
  
  html {
    font-size: 4.07vw;
  }
  
  .template-lp1 .container,
  .container_i,
  .sec_cmn01 .container .box {
    width: 100%;
  }
  
  header {
    position: relative;
    padding-top: 1rem;
  }
  .header_content {
  }
  .header_content .logo {
    max-width: 26.67vw;
  }
  .header_top {
    margin: 0 0 1rem;
  }
  .DownMove .header_top {
    display: none;
  }
  .header_sp {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
  }
  .header_main {
    width: 100%;
    order: -1;
  }
  .heading01 {
    font-size: .6rem;
    letter-spacing: 0;
    margin: 0;
    text-align: left;
    width: 100%;
    line-height: 1.1;
  }
  .btn_contact01.sp {
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-right: .5rem;
    padding: 0;
    border-radius: 50%;
    width: 3rem;
    height: 3rem;
  }
  .btn_contact01 svg {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    fill: #FFF;
  }
  
  .hamburger {
/*    position: absolute;*/
    top: 1.8rem;
    right: 5vw;
    padding: .5rem;
    z-index: 101;
    opacity: 1 !important;
  }
  .hamburger span {
    display: block;
    width: 1.5rem;
    height: 2px;
    background-color: var(--color-main);
    transition: .5s all;
  }
  .hamburger span:not(:last-child) {
    margin-bottom: 1.33vw;
  }
  .hamburger.open span:nth-child(1) {
    transform: translateY(calc(2px + 1.33vw)) rotate(45deg);
  }
  .hamburger.open span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.open span:nth-child(3) {
    transform: translateY(calc(-2px - 1.33vw)) rotate(-45deg);
  }
  .g_navi {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    transform: translateY(100%);
    z-index: 100;
    padding: 0 0 6rem;
    background: rgba(255, 255, 255, 1);
    font-size: 1rem;
    text-align: left;
  }
  .g_navi > * {
    border-top: 1px solid var(--color-main);
    padding: 1rem 2.5rem;
  }
  .g_navi > *:not(:last-child) {
    margin-right: 0;
  }
  .g_navi > *:last-child {
    border-bottom: 1px solid var(--color-main);
  }
  .g_navi .has_child > a {
    pointer-events: none;
  }
  .g_navi .has_child::after {
    content: '';
    position: absolute;
    right: 2.5rem;
    top: 1.4rem;
    width: 1rem;
    height: 1rem;
    background: url(images/common/down.svg) no-repeat center/contain;
    transition: .1s all;
  }
  .g_navi .has_child.open::after {
    transform: rotate(180deg);
    transform-origin: center center;
  }
  .g_navi .has_child ul {
    width: 100%;
    position: static;
    transform: none;
  }
  .g_navi .has_child:hover ul {
    display: none;
  }
  .g_navi .has_child.open ul {
    display: block;
  }
  

  
  .mv {
    height: 45vh;
  }
  .mv .logo {
    max-width: 27.92%;
  }
  .mv .copy {
    text-align: center;
    font-size: 1.2rem;
    margin: 1.2rem 0;
  }
  
  .wrap_interview {
    flex-wrap: wrap;
  }
  .wrap_interview > * {
    width: 100% !important;
  }
  .cycle-control {
    margin: 1.5rem 0;
    justify-content: center;
  }
  #slideshow-2 {
    margin: 0;
  }
  
  
  .sec01 {
    background-position: left top;
    background-size: 80%;
  }
  .sec01 .content {
    width: 100%;
  }
  .sec01 .txt01 {
    text-align: left !important;
  }
  .sec01 .ttl01 {
    font-size: 1.6rem;
  }
  .sec01 .ttl02 {
    font-size: 1rem;
  }
  
  .bg_img01 {
    background-size: 170% auto;
  }
  .sec_cmn01 {
    padding: 3rem 0;
  }
  .sec_cmn01 .ttl01 {
    position: relative;
    display: block;
    font-size: 2rem;
  }
  .sec_cmn01.bg_f .ttl01 {
    top: 0;
  }
  .sec_cmn01.bg_f .content {
    width: 100%;
    padding: 1rem !important;
  }
  .sec_cmn01 .container .box .content {
    padding: 1rem !important;
  }
  
  .list_works > * {
    width: 100%;
  }
  .list_works > *:nth-of-type(3n + 2):last-of-type {
    margin-right: 0;
  }
  
  .sec_cmn01 .content {
    width: 100%;
  }
  .sec_cmn01 .container .container_i .content {
    padding: 1rem;
    margin-bottom: 1rem;
  }
  
  .list_bnr01 > * {
    width: 100%;
  }
  .list_bnr01 > *:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  
  .list_problem {
    padding: 3rem 1rem 2.5rem;
  }
  .list_problem > * {
    width: 100%;
  }
  .list_problem > *::before {
    min-width: 1rem;
    margin-right: 1rem;
  }
  .list_problem > *:not(:nth-child(1)) {
    margin-top: 2rem;
  }
  .list_problem span {
    line-height: 1.5;
  }
  .btn_cmn02 {
    width: 100%;
  }
  .sec03 .container_i::after {
    left: 50%;
    transform: translate(-50%, -10%);
    bottom: 0;
    width: 26.67%;
  }
  .sec03 .ttl31 {
    font-size: 1.6rem;
  }
  .sec03 .ttl_cmn_line01 {
    font-size: 1rem;
  }
  .ttl_cmn_line01::before, .ttl_cmn_line01::after {
    width: 1.3rem;
    height: 1rem;
  }
  .sec03 .box01 {
    margin-bottom: 5rem;
  }
  .sec03 .img01 {
    max-width: 40%;
    transform: translateY(100%);
  }
  
  .list_column > * {
    width: 48%;
  }
  .list_column > *:not(:nth-of-type(1)):not(:nth-of-type(2)) {
    margin-top: 3rem;
  }
  
  .list_info li > * {
    width: 100%;
    display: block;
    padding-bottom: 3rem !important;
  }
  .list_info .date {
    padding: 0 !important;
  }
  
  .sec_cmn01.contact {
    background-position: right top;
    padding-bottom: 3rem;
  }
  .box_contact {
    transform: none;
    margin-top: 0;
  }
  .box_contact > * {
    width: 100%;
    padding: 2rem 1.5rem;
  }
  .box_contact > *:not(:nth-child(1)) {
    margin-top: 2rem;
  }
  .box_contact .box_ttl01 {
    font-size: 1.3rem;
  }
  .box_contact > *:nth-child(3) {
    background: #29bcc3;
  }
  .box_contact > *:nth-child(4) {
    background: var(--color-sub);
  }
  
  
  
  .head_sub {
/*    background-position: left center !important;*/
    padding: 3rem 0;
  }
  .head_sub .ttl01 {
    font-size: 2.5rem;
  }
  
  .sec01.sub .txt02 {
    line-height: 2;
    font-weight: 400;
  }
  
  .column .sec01,
  .information .sec01 {
    background: none;
  }
  
  .list_flow01 > * {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
  }
  .list_flow01 > *:not(:last-of-type) {
    margin-bottom: 2%;
  }
  .list_flow01 > * > * {
    width: 55%;
  }
  .list_flow01 .img01 {
    order: 2;
    margin: 0;
    width: 40%;
  }
  .list_flow01 .alana {
    line-height: 1;
  }
  
  .sec_cmn01.flow .ttl01,
  .sec_cmn01.flow .content,
  .sec_cmn01.flow .img01 {
    width: 100%;
  }
  .sec_cmn01.flow .content {
    margin-bottom: 1rem;
    width: 100% !important;
  }
  
  
  .box_price01 {
    margin-bottom: 3rem;
  }
  .wrap_box_price01 > * {
    width: 100%;
  }
  .wrap_box_price01 > *:not(:nth-child(1)) {
    margin-top: 2rem !important;
  }
  .wrap_tbl_01 {
    overflow-x: scroll;
  }
  .tbl_price01 {
    width: auto;
  }
  .tbl_price01 thead th {
    min-width: 70vw !important;
  }
/*
  .tbl_price01 thead th,
  .tbl_price01 tbody tr:first-of-type th {
    white-space: nowrap;
  }
*/
  .cta_price01 {
    flex-wrap: wrap;
  }
  .cta_price01 .img02 {
    width: 30%;
  }
  .cta_price01 .btn_cmn02 {
    width: 100%;
    text-align: center;
  }
  
  .pagenation > * {
    margin: 0 .3rem;
  }
  
  
  
  .sec_about02 .photo img {
    max-width: 30%;
    margin-right: 2rem;
  }
  .sec_about02 .link_tw img {
    margin-right: 1rem;
    max-width: 1.5rem;
  }
  
  
  .box_contact01{
    flex-wrap: wrap;
  }
  .box_contact01 > div {
    width: 100%;
    padding: 1rem 0;
  }
  .box_contact01::after {
    width: 100%;
    height: 1px;
  }
  
  
  .tbl_contact01 tr {
    display: flex;
    flex-wrap: wrap;
  }
  .tbl_contact01 td:not(.required) {
    width: 100%;
  }
  .tbl_contact01 th,
  .tbl_contact01 .required {
    border: 0;
    padding-bottom: 0;
    padding-right: 1rem;
  }
  .wrap_submit {
    padding-top: 2rem;
  }
  .wrap_submit input[type="submit"] {
    width: 55%;
  }
  
  
  .template-lp1 h1 {
    font-size: .8rem;
  }
  
  .box_faq01 > * {
    padding: 2rem;
  }
  .box_faq01 .ttl31::after {
    right: 1rem;
  }
  
  
  .sec_service01 .btn_cmn01 {
    width: 100%;
    letter-spacing: 0;
  }
  .sec_service01.bg_f .box {
    padding: 1rem;
  }
  .sec_service01 .box {
    width: 100%;
    margin-left: 0;
    padding: 0 1rem;
  }
  .sec_service01 .box:not(:last-of-type) {
    margin-bottom: 3rem;
  }
  .sec_service01 .container {
    flex-wrap: wrap;
  }
  .bg_service02,
  .bg_service03 {
    background-position: left bottom;
  }
  
  
  .list_web01 > * {
    width: 100%;  
  }
  .list_web01 > *:not(:nth-of-type(1)) {
    margin-top: 2rem !important;
  }
  
  .box_ec01 .btn_cmn01 {
    width: 100%;
    text-align: center;
  }
  
  .list_interviews > * {
    flex-wrap: wrap;
  }
  .list_interviews > *:not(:last-of-type) {
    margin-bottom: 7rem;
  }
  .list_interviews .thum ,
  .list_interviews .content {
    width: 100%;
  }
  .list_interviews .thum {
    margin-bottom: 1rem;
  }
  .list_interviews .ttl01 {
    margin-bottom: .6rem;
    line-height: 1.5;
  }
  .list_interviews .name {
    font-size: 1rem;
  }
  .list_interviews .more {
    margin-top: 3rem;
  }
  
  
  footer {
    padding: 6rem 0;
  }
  .footer_content {
    margin-bottom: 6rem;
  }
  .footer_content .left {
    order: 2;
    width: 100%;
    flex-direction: column;
    align-items: center;
  }
  .footer_content .logo_f {
    margin: 0 0 1rem 0;
  }
  .footer_content .sns {
    justify-content: center;
  }
  .footer_content .right {
    order: 1;
    width: 100%;
    margin-bottom: 3rem;
  }
  .footer_content .right > * {
    width: 50%;
  }
  .footer_content .right > *:last-of-type {
    margin-top: 1.36rem;
  }
  
  .list_footer_bnr {
    width: 60%;
    margin: 0 auto 3rem;
  }
  .list_footer_bnr > * {
    width: 100%;
  }
  .list_footer_bnr > *:not(:last-of-type) {
    margin-bottom: 1rem;
  }
  
  .wrap_pagetop {
    bottom: 6rem;
  }
  .pagetop {
    width: 3rem;
    height: 3rem;
  }
}