@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+Antique:wght@300;400;500;700;900&display=swap");
html {
  font-size: 62.5%;
}

.left {
  float: left;
}

.right {
  float: right;
}

.text-l {
  text-align: left;
}

.text-c {
  text-align: center;
}

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

img {
  max-width: 100%;
  vertical-align: middle;
}

.com-img {
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.com-img img {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: "object-fit: cover; object-position: bottom";
  -o-object-position: center;
  object-position: center;
  min-height: 100%;
  min-width: 100%;
  transform: translateX(-50%) translateY(-50%);
}

.flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  display: flex;
  width: 100%;
}

.flx-wrp {
  flex-wrap: wrap;
}

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

.flx-strt {
  justify-content: start;
}

.flx-btw {
  justify-content: space-between;
}

.flx-ard {
  justify-content: space-around;
}

.flx-end {
  justify-content: flex-end;
}

.flx-center {
  justify-content: center;
}

.flx-alitem-strt {
  align-items: flex-start;
}

.flx-alitem-strch {
  align-items: stretch;
}

.flx-alitem-c {
  align-items: center;
}

.flx-alitem-end {
  align-items: flex-end;
}

.flx-alitem-base {
  align-items: baseline;
}

.flx-alcont-strt {
  align-content: flex-start;
}

.flx-alcont-strch {
  align-content: stretch;
}

.flx-alcont-end {
  align-content: flex-end;
}

.flx-alcont-c {
  align-content: center;
}

.flx-alcont-s-btw {
  align-content: space-between;
}

.flx-alcont-s-ard {
  align-content: space-around;
}

/*標準ボタン
---------------------------------------------------------------*/
/*鍵フックボタン
---------------------------------------------------------------*/
/*カーテンボタン
---------------------------------------------------------------*/
/*ラインダッシュボタン
---------------------------------------------------------------*/
/*IE対応のグラデーション
========================================================================*/
/*Font
--------------------------------------------*/
body {
  margin: auto;
  padding: 0;
  width: 100%;
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  color: #333;
  word-break: break-word;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: 0.15rem;
    min-width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.9;
    letter-spacing: 0.1rem;
  }
}

@media screen and (min-width: 767px) {
  #contents-u {
    padding: 100px 0 120px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u {
    padding: 60px 0 80px;
  }
}

@media screen and (min-width: 767px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
.band-bg {
  position: relative;
}
.band-bg:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 0;
  background: #d9f2f0;
}
.band-bg .inbox,
.band-bg .widebox {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 767px) {
  .band-bg:before {
    height: 300px;
  }
}
@media screen and (max-width: 768px) {
  .band-bg:before {
    height: 100px;
  }
}

@media screen and (min-width: 767px) {
  .l-frame {
    padding: 100px 0;
  }
}
@media screen and (max-width: 768px) {
  .l-frame {
    padding: 60px 0;
  }
}

@media screen and (min-width: 767px) {
  .box-shadow {
    box-shadow: 0 5px 5px 5px rgba(65, 191, 212, 0.2);
  }
}
@media screen and (max-width: 768px) {
  .box-shadow {
    box-shadow: 0 3px 3px 3px rgba(65, 191, 212, 0.2);
  }
}

.box-shadow-light {
  box-shadow: 0 2px 2px 2px rgba(65, 191, 212, 0.2);
}

.l-blue-bg {
  background: #d9f2f0;
}

.white-bg {
  background: #fff;
}

@media screen and (min-width: 767px) {
  .pc-none {
    display: none !important;
  }
  .sp-none {
    display: block !important;
  }
}
@media screen and (max-width: 768px) {
  .pc-none {
    display: block !important;
  }
  .sp-none {
    display: none !important;
  }
}
.inbox {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .inbox {
    width: 1080px;
  }
}
@media screen and (max-width: 768px) {
  .inbox {
    width: 90%;
  }
}

.widebox {
  margin: 0 auto;
}
@media screen and (min-width: 767px) {
  .widebox {
    width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  .widebox {
    width: 90%;
  }
}

.com-dl .in-dl,
.com-dl dd,
.com-dl dt {
  box-sizing: border-box;
}
.com-dl > .in-dl {
  border-bottom: 1px solid #ccc;
}
.com-dl > .in-dl:nth-child(1) {
  border-top: 1px solid #ccc;
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dt,
  .com-dl > .in-dl > dd {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 20px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dt,
  .com-dl > .in-dl > dd {
    display: block;
    padding: 5px 10px;
  }
}
.com-dl > .in-dl > dt {
  background: #f2f2f2;
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dt {
    width: 300px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dt {
    width: 100%;
  }
}
@media screen and (min-width: 767px) {
  .com-dl > .in-dl > dd {
    width: 780px;
  }
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl > dd {
    width: 100%;
  }
}
.com-dl > .in-dl > dd a {
  color: #333;
}

.title01 {
  font-weight: 700;
  border-bottom: 1px solid #e6e6e6;
  line-height: 1.6;
  color: #41bfd4;
}
.title01 .en {
  font-family: "Montserrat", sans-serif;
  letter-spacing: 0.1rem;
  font-optical-sizing: auto;
}
.title01 .ja {
  display: block;
}
@media screen and (min-width: 767px) {
  .title01 {
    font-size: 24px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .title01 .en {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .title01 {
    font-size: 20px;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .title01 .en {
    font-size: 16px;
  }
}

.title02 {
  font-weight: 700;
  line-height: 1.5;
}
@media screen and (min-width: 767px) {
  .title02 {
    font-size: 20px;
    margin-bottom: 25px;
  }
}
.c-title {
  font-weight: 900;
  line-height: 1.4;
}
.c-title .en {
  font-weight: 700;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #41bfd4;
  font-family: "Montserrat", sans-serif;
}
.c-title .ja {
  display: block;
}
.c-title .sub {
  display: block;
}
.c-title.white-title .ja {
  color: #fff;
}
@media screen and (min-width: 767px) {
  .c-title {
    margin-bottom: 40px;
    font-size: 40px;
  }
  .c-title .en {
    padding: 8px 25px 5px;
    border-radius: 8px;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .c-title .sub {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .c-title {
    margin-bottom: 25px;
    font-size: 22px;
  }
  .c-title .en {
    padding: 5px 15px;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .c-title .sub {
    font-size: 18px;
  }
  .c-title .main {
    font-size: 20px;
  }
}

.text-line {
  position: relative;
  font-weight: 700;
}
.text-line:before {
  content: "";
  display: block;
  width: 100%;
  background: #41bfd4;
  position: absolute;
  left: 0;
  bottom: 0;
}
.text-line .text {
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 767px) {
  .text-line:before {
    height: 10px;
  }
}
.text-line:before {
  height: 5px;
}

.catch-text {
  background: #41bfd4;
  color: #fff;
  font-weight: 700;
  border-radius: 8px;
  padding: 2px 5px;
}

@media screen and (min-width: 767px) {
  .com-txt p {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .com-txt p {
    margin-bottom: 20px;
  }
  .com-txt p br {
    display: none;
  }
}
.com-txt p:last-child {
  margin-bottom: 0;
}

.tel-number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 1.2;
}
.tel-number .number {
  color: #32bbb5;
}
.tel .ic {
  color: #fff;
  background: #32bbb5;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 767px) {
  .tel-number {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .tel .number {
    font-size: 32px;
    letter-spacing: 0.3rem;
  }
  .tel .ic {
    width: 30px;
    height: 30px;
  }
  .tel .workstime {
    font-size: 12px;
    margin-top: 5px;
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .tel-number {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .tel .number {
    font-size: 26px;
    letter-spacing: 0.3rem;
  }
  .tel .ic {
    width: 30px;
    height: 30px;
  }
  .tel .workstime {
    font-size: 12px;
    margin-top: 5px;
  }
}

.workstime-list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.workstime-list-item {
  display: grid;
  grid-template-columns: 78px 1fr;
  -moz-column-gap: 10px;
  column-gap: 10px;
  line-height: 1.1;
}
.workstime-list-item dt {
  border-right: 1px solid #e6e6e6;
}

.c-list-item {
  position: relative;
  box-sizing: border-box;
}
.c-list-item:before {
  content: "・";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 767px) {
  .c-list-item {
    padding-left: 20px;
  }
}
@media screen and (max-width: 768px) {
  .c-list-item {
    padding-left: 14px;
  }
}

.tag-list {
  display: flex;
  line-height: 1;
  gap: 10px;
  font-weight: 700;
  justify-content: flex-end;
}
.tag-list-item {
  padding: 4px 10px;
  border: solid 2px #41bfd4;
  color: #41bfd4;
  font-size: 12px;
  border-radius: 5px;
}

.round-left-top {
  border-radius: 8px 0 0 0;
}

.round-left-bottom {
  border-radius: 0 0 0 8px;
}

.round-right-top {
  border-radius: 0 8px 0 0;
}

.round-right-bottom {
  border-radius: 0 0 8px 0;
}

.c-table {
  display: grid;
}
.c-table-item {
  display: grid;
}
.c-table dt,
.c-table dd {
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.c-table dt {
  text-align: center;
  letter-spacing: 0;
  background: #41bfd4;
  color: #fff;
  line-height: 1.5;
}
.c-table dd {
  background: #fff;
}
.c-table .first-table dt {
  background: transparent;
}
.c-table .first-table dd {
  background: #f2f2f2;
}
@media screen and (min-width: 767px) {
  .c-table {
    row-gap: 5px;
  }
  .c-table-item {
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .c-table dt {
    min-height: 80px;
  }
  .c-table .first-table dd {
    height: 80px;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .c-table {
    row-gap: 3px;
  }
  .c-table-item {
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
  .c-table dt,
  .c-table dd {
    font-size: 14px;
    line-height: 1.4;
  }
  .c-table dt {
    min-height: 60px;
  }
  .c-table .first-table dd {
    height: 60px;
    font-size: 14px;
  }
}

.c-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #41bfd4;
  -moz-column-gap: 10px;
  column-gap: 10px;
  border-radius: 100px;
}
.c-button .text,
.c-button .bi {
  color: #fff;
}
.c-button .text {
  font-weight: 700;
}
.c-button.l-blue {
  background: #41bfd4;
}
.c-button.no-round {
  border-radius: 0;
}
.c-button.c-green {
  background: #32bbb5;
}
@media screen and (min-width: 767px) {
  .c-button {
    transition: 0.1s all ease-in;
    height: 60px;
    min-width: 280px;
  }
  .c-button:hover {
    opacity: 0.8;
  }
  .c-button.middle-size {
    width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    transition: 0.1s all ease-in;
    height: 60px;
    width: 220px;
  }
  .c-button:hover {
    opacity: 0.8;
  }
  .c-button.middle-size {
    width: 280px;
  }
}

ul.pagenation,
ul.pagenation li,
ul.pagenation li a {
  line-height: 1;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  -js-display: flex;
  align-items: center;
  display: flex;
  justify-content: center;
}

ul.pagenation {
  text-align: center;
}
@media screen and (min-width: 767px) {
  ul.pagenation {
    margin-top: 20px;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation {
    margin: 10% 0;
  }
}
ul.pagenation li a {
  color: #333;
}
@media screen and (min-width: 767px) {
  ul.pagenation li a {
    width: 45px;
    height: 45px;
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation li a {
    width: 10vw;
    height: 10vw;
    font-size: 4.5vw;
  }
}
ul.pagenation li.current {
  line-height: 1;
  box-sizing: border-box;
  color: #fff;
  background: #41bfd4;
}
@media screen and (min-width: 767px) {
  ul.pagenation li.current {
    width: 45px;
    height: 45px;
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) {
  ul.pagenation li.current {
    width: 10vw;
    height: 10vw;
    font-size: 5vw;
  }
}

.page-btn {
  position: relative;
}
@media screen and (min-width: 767px) {
  .page-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 768px) {
  .page-btn {
    margin-top: 10%;
  }
}
.page-btn a {
  position: relative;
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .page-btn a {
    font-size: 15px;
  }
}
@media screen and (min-width: 767px) {
  .page-btn a {
    font-size: 14px;
  }
}
.page-btn .right,
.page-btn .left {
  position: absolute;
}
@media screen and (min-width: 767px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
@media screen and (min-width: 767px) {
  .page-btn .right,
  .page-btn .left {
    top: 0;
  }
}
.page-btn .left {
  left: 0;
}
.page-btn .right {
  right: 0;
}

@media screen and (min-width: 767px) {
  #bread-clumb {
    width: 100%;
    margin: 0 auto;
    padding: 10px 0;
  }
  #bread-clumb li {
    position: relative;
    color: #333;
    font-size: 14px;
    float: left;
    margin-right: 20px;
  }
  #bread-clumb li:after {
    content: "|";
    position: absolute;
    display: block;
    right: -12px;
    top: 0;
  }
  #bread-clumb li:last-child {
    margin-right: 0;
  }
  #bread-clumb li:last-child:after {
    display: none;
  }
  #bread-clumb li a {
    color: #333;
    transition: 0.1s all ease-in;
    border-bottom: 1px solid transparent;
  }
  #bread-clumb li a:hover {
    border-bottom: 1px solid #333;
  }
}
@media screen and (max-width: 768px) {
  #bread-clumb {
    display: none;
  }
}

/*=========================================================
	Header
=========================================================*/
.header {
  background: #fff;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
}
.header-wrap {
  height: 100%;
}
@media screen and (min-width: 767px) {
  .header {
    height: 100px;
    padding: 0 0 0 30px;
  }
  .header .header-left {
    width: 195px;
  }
  .header .header-right {
    width: calc(100% - 195px);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .header-nav-list-item {
    border-right: 2px solid #e6e6e6;
    line-height: 1;
  }
  .header-nav-list-item:last-of-type {
    border-right: none;
  }
  .header-nav-list-item a {
    font-weight: 700;
    display: block;
    padding: 5px 20px;
    color: #333;
    transition: color ease-in 0.1s;
  }
  .header-nav-list-item a:hover {
    color: #41bfd4;
  }
  .header-sub-nav-list {
    display: flex;
    width: clamp(380px, 26vw, 500px);
  }
  .header-sub-nav-list-item {
    width: 50%;
  }
  .header-sub-nav-list-item .c-button {
    min-width: initial;
    width: 100%;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 80px;
    padding: 0 0 0 15px;
    position: relative;
    z-index: 100;
  }
  .header .header-left {
    line-height: 1;
    width: 120px;
  }
  .header .header-right {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  .header-sub-nav-list {
    display: flex;
    z-index: 10;
    background: #fff;
  }
  .header-sub-nav-list-item {
    width: 50%;
  }
  .header-sub-nav-list-item .c-button {
    width: 100%;
    height: 70px;
  }
}

/*Mainvisual
=========================================================*/
@media screen and (min-width: 767px) {
  .main-visual {
    display: flex;
  }
  .main-visual-title {
    width: 720px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
  }
  .main-visual-title img {
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
  }
  .main-visual-img {
    width: calc(100% - 720px);
    height: 550px;
    border-radius: 30px 0 0 30px;
    background: url(../img/top/mv_img.png) no-repeat center/cover;
  }
}
@media screen and (max-width: 768px) {
  .main-visual {
    padding: 20px 0;
  }
  .main-visual-title {
    width: 90%;
    box-sizing: border-box;
    padding-left: 5%;
    margin-bottom: 30px;
  }
  .main-visual-img {
    width: 95%;
    margin: 0 0 0 auto;
    height: 250px;
    border-radius: 15px 0 0 15px;
    background: url(../img/top/mv_img.png) no-repeat center/cover;
  }
}

/*=========================================================
	Top page
=========================================================*/
/*top-about
=========================================================*/
.top-about-case-list {
  background: #fff;
}
.top-about-case-list-item {
  box-sizing: border-box;
}
.top-about-case-list-item-title {
  text-align: center;
  color: #41bfd4;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .top-about {
    padding: 90px 0 100px;
  }
  .top-about .widebox {
    display: grid;
    row-gap: 70px;
  }
  .top-about-header {
    display: flex;
    -moz-column-gap: 60px;
    column-gap: 60px;
  }
  .top-about-header-contents,
  .top-about-header-img {
    width: 610px;
  }
  .top-about-header-contents {
    order: 2;
  }
  .top-about-header-img {
    order: 1;
  }
  .top-about-case-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    border-radius: 8px;
  }
  .top-about-case-list-item {
    padding: 30px;
  }
  .top-about-case-list-item-title {
    font-size: 24px;
    margin-bottom: 15px;
  }
  .top-about-case-list-item-img {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 60px 0;
  }
  .top-about-header {
    margin-bottom: 40px;
  }
  .top-about-header-contents {
    margin-bottom: 40px;
  }
  .top-about-case-list {
    border-radius: 8px;
  }
  .top-about-case-list-item {
    padding: 20px;
  }
  .top-about-case-list-item-title {
    font-size: 20px;
    margin-bottom: 15px;
  }
  .top-about-case-list-item-img {
    margin-bottom: 20px;
  }
}

/*top-feature
=========================================================*/
.top-feature {
  background: #d9f2f0 url(../img/top/top_feature-bg.jpg) no-repeat center
    bottom/100%;
}
@media screen and (min-width: 767px) {
  .top-feature {
    padding: 50px 0;
  }
  .top-feature .button-container {
    margin-top: 50px;
  }
}
@media screen and (max-width: 768px) {
  .top-feature {
    padding: 60px 0;
  }
  .top-feature .button-container {
    margin-top: 40px;
  }
}

/*top-example
=========================================================*/
@media screen and (min-width: 767px) {
  .top-example {
    padding: 100px 0;
  }
  .top-example-case {
    height: 780px;
    position: relative;
  }
  .top-example-case-img {
    position: absolute;
    left: 0;
    top: 20px;
    width: 100%;
    height: 100%;
    text-align: center;
  }
  .top-example-case-list {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
  }
  .top-example-case-list-item {
    width: 50%;
    position: relative;
    box-sizing: border-box;
  }
  .top-example-case-list-item:nth-of-type(even)
    .top-example-case-list-item-box {
    margin: 0 0 0 auto;
  }
  .top-example-case-list-item:nth-of-type(1),
  .top-example-case-list-item:nth-of-type(2) {
    height: 250px;
  }
  .top-example-case-list-item:nth-of-type(3),
  .top-example-case-list-item:nth-of-type(4) {
    height: 260px;
  }
  .top-example-case-list-item:nth-of-type(1) {
    padding-left: 100px;
  }
  .top-example-case-list-item:nth-of-type(2) {
    padding-right: 100px;
  }
  .top-example-case-list-item:nth-of-type(3) {
    padding-left: 30px;
  }
  .top-example-case-list-item:nth-of-type(4) {
    padding-left: 30px;
  }
  .top-example-case-list-item:nth-of-type(4) .top-example-case-list-item-box {
    z-index: 10;
  }
  .top-example-case-list-item:nth-of-type(5) {
    padding-left: 130px;
  }
  .top-example-case-list-item:nth-of-type(6) {
    padding-left: 30px;
  }
  .top-example-case-list-item:nth-of-type(6) .top-example-case-list-item-box {
    margin: 0;
    z-index: 1;
  }
  .top-example-case-list-item-box {
    width: 320px;
    box-sizing: border-box;
    background: #fff;
    border-radius: 30px;
    padding: 50px 15px;
    position: relative;
    z-index: 10;
  }
  .top-example-case-list-item-box .number {
    position: absolute;
    left: 0;
    top: 0;
    color: #41bfd4;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-size: 18px;
    padding: 10px 20px;
    line-height: 1;
    border-radius: 30px 0 0 0;
  }
  .top-example-case-list-item-title {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    color: #41bfd4;
    line-height: 1.6;
    margin-bottom: 15px;
  }
  .top-example-case-ic {
    position: absolute;
    z-index: 0;
  }
  .top-example-case-ic.ic-lt {
    right: 105px;
    bottom: 80px;
  }
  .top-example-case-ic.ic-rt {
    top: 52px;
    left: 28px;
  }
  .top-example-case-ic.ic-lc {
    top: 53px;
    right: 45px;
  }
  .top-example-case-ic.ic-rc {
    left: 190px;
    bottom: 66px;
  }
  .top-example-case-ic.ic-lb {
    top: -85px;
    right: 13px;
  }
  .top-example-case-ic.ic-rb {
    top: -110px;
    left: 28px;
  }
}
@media screen and (max-width: 768px) {
  .top-example {
    padding: 60px 0;
  }
  .top-example-case {
    position: relative;
  }
  .top-example-case-img {
    text-align: center;
    margin-top: 50px;
  }
  .top-example-case-list {
    position: relative;
    z-index: 10;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px 10px;
  }
  .top-example-case-list-item {
    position: relative;
    box-sizing: border-box;
  }
  .top-example-case-list-item-box {
    height: 100%;
    box-sizing: border-box;
    background: #fff;
    border-radius: 15px;
    padding: 40px 10px 30px;
    position: relative;
    z-index: 10;
  }
  .top-example-case-list-item-box .number {
    position: absolute;
    left: 0;
    top: 0;
    color: #41bfd4;
    font-weight: 700;
    font-family: "Montserrat", sans-serif;
    font-size: 12px;
    padding: 10px 15px;
    letter-spacing: 0;
    line-height: 1;
    border-radius: 15px 0 8px 0;
  }
  .top-example-case-list-item-title {
    font-size: 15px;
    font-weight: 700;
    text-align: center;
    color: #41bfd4;
    line-height: 1.4;
    margin-bottom: 10px;
  }
  .top-example-case-list .c-list-item {
    font-size: 13px;
  }
  .top-example-case-ic {
    display: none;
  }
}

/*top-case
=========================================================*/
.top-case {
  background: #f5f5f5;
}
.top-case-list-item a {
  display: block;
  background: #fff;
  border-radius: 8px;
  position: relative;
  box-sizing: border-box;
}
.top-case-list-item a:before {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  bottom: -19px;
  width: 34px;
  height: 19px;
  background: url(../img/common/ic-arw-shadow.png) no-repeat center/contain;
}
.top-case-list-item-title {
  letter-spacing: 0.05rem;
  border-bottom: 1px solid #e6e6e6;
}
.top-case-list-item-text {
  letter-spacing: 0;
}
@media screen and (min-width: 767px) {
  .top-case {
    padding: 80px 0;
  }
  .top-case .widebox {
    display: flex;
    -moz-column-gap: 55px;
    column-gap: 55px;
  }
  .top-case-title {
    width: 280px;
    display: grid;
    grid-template-rows: 1fr auto;
  }
  .top-case-list {
    width: 945px;
    display: grid;
    -moz-column-gap: 20px;
    column-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }
  .top-case-list-item a {
    color: #333;
    padding: 20px;
    transition: 0.1s all ease-in;
  }
  .top-case-list-item a:hover {
    transform: scale(0.98);
  }
  .top-case-list-item a .com-img {
    height: 195px;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .top-case-list-item-title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1.5;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
  }
  .top-case-list-item-text {
    font-size: 12px;
    line-height: 1.4;
    margin-top: 10px;
  }
  .top-case-list-item .tag-list {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .top-case {
    padding: 60px 0;
  }
  .top-case-title {
    display: grid;
    grid-template-columns: 1fr auto;
    align-items: flex-end;
    margin-bottom: 40px;
  }
  .top-case-title .c-title {
    margin-bottom: 0;
  }
  .top-case-title .c-button {
    width: 140px;
    height: 50px;
  }
  .top-case-title .c-button .text {
    font-size: 14px;
  }
  .top-case-list {
    display: grid;
    row-gap: 20px;
  }
  .top-case-list-item a {
    color: #333;
    padding: 20px;
  }
  .top-case-list-item a .com-img {
    padding-top: 75%;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .top-case-list-item-title {
    font-size: 17px;
    line-height: 1.5;
    font-weight: 700;
    padding-bottom: 15px;
    border-bottom: 1px solid #e6e6e6;
  }
  .top-case-list-item-text {
    font-size: 14px;
    line-height: 1.4;
    margin-top: 15px;
  }
  .top-case-list-item .tag-list {
    margin-top: 15px;
  }
}

/*top-flow
=========================================================*/
@media screen and (min-width: 767px) {
  .top-flow {
    padding: 80px 0;
  }
  .top-flow .c-three-column-list {
    -moz-column-gap: 30px;
    column-gap: 30px;
    grid-template-columns: repeat(3, 340px);
  }
}
@media screen and (max-width: 768px) {
  .top-flow {
    padding: 60px 0;
  }
  .top-flow .c-three-colzumn-list {
    row-gap: 50px;
  }
}

/*top-faq
=========================================================*/
@media screen and (min-width: 767px) {
  .top-faq {
    padding: 80px 0;
  }
  .top-faq .c-faq-list {
    width: 900px;
    margin: 0 auto;
  }
  .top-faq .button-container {
    margin-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .top-faq {
    padding: 60px 0;
  }
  .top-faq .c-faq-list {
    padding: 25px;
  }
  .top-faq .button-container {
    margin-top: 30px;
  }
}

/*top-column
=========================================================*/
.top-column-title {
  display: flex;
  align-items: flex-end;
}
.top-column-title .c-title {
  margin-bottom: 0;
}
.top-column-list-item time {
  display: block;
  color: #ccc;
  font-weight: 700;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
.top-column-list-item-title {
  line-height: 1.5;
  color: #41bfd4;
  font-weight: 700;
  border-bottom: 1px solid #e6e6e6;
}
.top-column-list-item .tag-list {
  margin-top: 10px;
}
@media screen and (min-width: 767px) {
  .top-column {
    padding: 100px 0;
  }
  .top-column-title {
    margin-bottom: 30px;
  }
  .top-column-title .c-title {
    width: calc(100% - 280px);
  }
  .top-column-list {
    display: grid;
    -moz-column-gap: 40px;
    column-gap: 40px;
    grid-template-columns: repeat(3, 1fr);
  }
  .top-column-list-item {
    transition: 0.1s all ease-in;
  }
  .top-column-list-item:hover {
    transform: scale(0.98);
  }
  .top-column-list-item .com-img {
    height: 300px;
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .top-column-list-item time {
    margin-bottom: 10px;
    font-size: 12px;
  }
  .top-column-list-item-title {
    font-size: 18px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .top-column-list-item-text {
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .top-column {
    padding: 60px 0;
  }
  .top-column-title {
    margin-bottom: 30px;
    display: grid;
    grid-template-columns: 1fr auto;
  }
  .top-column-title .c-button {
    width: 140px;
    height: 50px;
  }
  .top-column-title .c-button .text {
    font-size: 14px;
  }
  .top-column-list {
    display: grid;
    row-gap: 40px;
    padding: 20px;
    box-sizing: border-box;
  }
  .top-column-list-item {
    transition: 0.1s all ease-in;
  }
  .top-column-list-item:hover {
    transform: scale(0.98);
  }
  .top-column-list-item .com-img {
    padding-top: 75%;
    border-radius: 8px;
    margin-bottom: 20px;
  }
  .top-column-list-item time {
    margin-bottom: 10px;
    font-size: 13px;
  }
  .top-column-list-item-title {
    font-size: 16px;
    margin-bottom: 10px;
    padding-bottom: 10px;
  }
  .top-column-list-item-text {
    font-size: 14px;
    letter-spacing: 0;
  }
}

/*l-cta
=========================================================*/
.l-cta {
  font-weight: 700;
  background: url(../img/common/com_cta-bg.jpg) no-repeat center/cover;
}
.l-cta-list {
  background: #fff;
  color: #32bbb5;
  box-sizing: border-box;
}
.l-cta-list-item-name {
  text-align: center;
}
.l-cta-list .contact-box {
  display: flex;
  align-items: center;
}
.l-cta-list .contact-box .open {
  line-height: 1.2;
}
@media screen and (min-width: 767px) {
  .l-cta {
    padding: 80px 0;
  }
  .l-cta .c-title .en {
    background: #32bbb5;
  }
  .l-cta-list {
    display: inline-flex;
    gap: 30px;
    padding: 30px;
  }
  .l-cta-list-item {
    border-right: 2px solid #e6e6e6;
  }
  .l-cta-list-item:nth-of-type(odd) {
    padding-right: 30px;
  }
  .l-cta-list-item:last-of-type {
    border: none;
  }
  .l-cta-list-item-name {
    font-size: 24px;
    margin-bottom: 10px;
  }
  .l-cta .contact-box {
    -moz-column-gap: 5px;
    column-gap: 5px;
  }
  .l-cta .contact-box .open {
    width: calc(100% - 280px);
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .l-cta {
    padding: 40px 0;
  }
  .l-cta .c-title {
    text-align: center;
  }
  .l-cta .c-title .en {
    background: #32bbb5;
  }
  .l-cta-list {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    padding: 20px;
  }
  .l-cta-list-item {
    padding-bottom: 20px;
    border-bottom: 2px solid #e6e6e6;
  }
  .l-cta-list-item:last-of-type {
    border: none;
  }
  .l-cta-list-item-name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .l-cta .tel {
    text-align: center;
  }
  .l-cta .contact-box {
    -moz-column-gap: 5px;
    column-gap: 5px;
    display: grid;
    grid-template-columns: auto 1fr;
  }
  .l-cta .contact-box .c-button {
    width: 100%;
  }
  .l-cta .contact-box .open {
    font-size: 14px;
  }
}

/*=========================================================
	footer
=========================================================*/
.footer-nav {
  display: grid;
}
.footer-nav-list {
  display: flex;
  flex-direction: column;
  font-weight: 700;
}
.footer-nav-list a {
  color: #333;
}
@media screen and (min-width: 767px) {
  .footer {
    padding: 80px 0 40px;
  }
  .footer-logo {
    margin-bottom: 25px;
  }
  .footer .button-container {
    margin-top: 40px;
  }
  .footer-left {
    width: 250px;
  }
  .footer-nav {
    width: 360px;
    grid-template-columns: 180px auto;
  }
  .footer-nav-list {
    row-gap: 45px;
    font-weight: 700;
  }
  .footer-nav-list a {
    transition: 0.1s all ease-in;
    border-bottom: 1px solid transparent;
  }
  .footer-nav-list a:hover {
    color: #41bfd4;
    border-bottom: 1px solid #41bfd4;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 60px 0 100px;
  }
  .footer-logo {
    text-align: center;
    margin-bottom: 30px;
  }
  .footer-wrp {
    flex-direction: column;
  }
  .footer .button-container {
    margin-top: 40px;
  }
  .footer-left {
    width: 220px;
    margin-bottom: 40px;
  }
  .footer-nav {
    grid-template-columns: 160px auto;
  }
  .footer-nav-list {
    row-gap: 20px;
    font-weight: 700;
  }
  .footer-nav-list a {
    font-size: 14px;
  }
}

#copyright {
  border-top: 1px solid #e6e6e6;
}
#copyright small {
  color: #333;
}
#copyright small a {
  color: #333;
}
@media screen and (min-width: 767px) {
  #copyright {
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
  }
  #copyright small {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #copyright {
    text-align: center;
    margin-top: 50px;
    padding-top: 20px;
    font-size: 10px;
    letter-spacing: 0;
  }
  #copyright small {
    font-size: 10px;
  }
}

/*Components
=========================================================*/
.l-contents-list {
  display: flex;
  flex-direction: column;
}
.l-contents-list-item {
  display: flex;
}
@media screen and (min-width: 767px) {
  .l-contents-list {
    row-gap: 50px;
  }
  .l-contents-list-item {
    justify-content: space-between;
  }
  .l-contents-list-item-box {
    width: 500px;
  }
  .l-contents-list-item-img {
    width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .l-contents-list {
    row-gap: 50px;
  }
  .l-contents-list-item {
    flex-direction: column;
  }
  .l-contents-list-item-img {
    margin-top: 20px;
    text-align: center;
  }
}

.c-three-column-list-item {
  position: relative;
}
.c-three-column-list-item .number {
  position: absolute;
  left: 0;
  top: 0;
  color: #41bfd4;
  font-weight: 700;
  font-family: "Montserrat", sans-serif;
  line-height: 1.2;
}
.c-three-column-list-item-title {
  font-weight: 700;
  line-height: 1.6;
}
.c-three-column-list.band-list .band-list-item:before {
  content: "";
  display: block;
  background: #41bfd4;
  position: absolute;
}
@media screen and (min-width: 767px) {
  .c-three-column-list {
    display: grid;
    gap: 40px 15px;
    grid-template-columns: repeat(3, 415px);
  }
  .c-three-column-list-item .number {
    padding: 10px 30px;
    font-size: 18px;
    border-radius: 26px 0 8px 0;
  }
  .c-three-column-list-item-img {
    margin-bottom: 15px;
    text-align: center;
  }
  .c-three-column-list-item-title {
    font-size: 24px;
    margin-bottom: 15px;
    text-align: center;
  }
  .c-three-column-list.band-list .band-list-item:before {
    width: 40px;
    height: 10px;
    right: -35px;
    top: 125px;
  }
  .c-three-column-list.band-list .band-list-item:nth-of-type(3n):before {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .c-three-column-list {
    display: grid;
    row-gap: 40px;
  }
  .c-three-column-list-item .number {
    padding: 8px 25px;
    font-size: 17px;
    border-radius: 26px 0 8px 0;
  }
  .c-three-column-list-item-img {
    margin-bottom: 15px;
    text-align: center;
  }
  .c-three-column-list-item-title {
    font-size: 18px;
    margin-bottom: 15px;
    text-align: center;
  }
}

.c-faq-list {
  background: #fff;
  box-sizing: border-box;
  display: grid;
  padding: 15px;
}
.c-faq-list-item {
  border-bottom: 1px solid #e6e6e6;
}
.c-faq-list-item:last-of-type {
  border-bottom: none;
}
.c-faq-list-item-title,
.c-faq-list-item-text {
  box-sizing: border-box;
}
.c-faq-list-item-title {
  color: #41bfd4;
  font-weight: 700;
  position: relative;
}
.c-faq-list-item .ic-text {
  position: absolute;
  left: 0;
  top: 0;
  color: #fff;
  background: #41bfd4;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-family: "Montserrat", sans-serif;
}
@media screen and (min-width: 767px) {
  .c-faq-list {
    padding: 30px;
    row-gap: 30px;
    border-radius: 8px;
    min-height: 200px;
  }
  .c-faq-list-item {
    padding-bottom: 30px;
  }
  .c-faq-list-item-title,
  .c-faq-list-item-text {
    padding-left: 60px;
  }
  .c-faq-list-item-title {
    font-size: 18px;
    margin-bottom: 10px;
  }
  .c-faq-list-item .ic-text {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    font-size: 20px;
    top: -5px;
  }
}
@media screen and (max-width: 768px) {
  .c-faq-list {
    row-gap: 20px;
    border-radius: 8px;
  }
  .c-faq-list-item {
    padding-bottom: 20px;
  }
  .c-faq-list-item-title,
  .c-faq-list-item-text {
    padding-left: 45px;
    line-height: 1.6;
  }
  .c-faq-list-item-title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .c-faq-list-item-text {
    font-size: 14px;
  }
  .c-faq-list-item .ic-text {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    font-size: 16px;
  }
}

.c-category-list-item {
  border-bottom: 1px solid #e6e6e6;
}
.c-category-list-item-link {
  display: block;
  position: relative;
  box-sizing: border-box;
  font-weight: 700;
  line-height: 1.6;
  background: #fff;
}
.c-category-list-item .bi {
  position: absolute;
  right: 5px;
  color: #41bfd4;
}
@media screen and (min-width: 767px) {
  .c-category-list-item-link {
    padding: 25px 20px 25px 10px;
  }
  .c-category-list-item-link:hover {
    color: #41bfd4;
    background: rgba(50, 187, 181, 0.1);
  }
}
@media screen and (max-width: 768px) {
  .c-category-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 10px;
    column-gap: 10px;
  }
  .c-category-list-item-link {
    line-height: 1.4;
    padding: 15px 20px 15px 10px;
    font-size: 13px;
  }
  .c-category-list-item-link .bi {
    transform: rotate(90deg);
  }
}

@media screen and (min-width: 767px) {
  .l-category-container {
    display: flex;
    justify-content: space-between;
  }
  .l-category-list {
    width: 260px;
  }
  .l-category-contents {
    width: 780px;
  }
}
@media screen and (max-width: 768px) {
  .l-category-list {
    margin-bottom: 50px;
  }
}

/*相談事例
=========================================================*/
.case-list-card a {
  line-height: 1.5;
  background: #fff;
  display: block;
  box-sizing: border-box;
  position: relative;
  transition: 0.1s all ease-in;
}
.case-list-card a:before {
  content: "";
  display: block;
  position: absolute;
  left: 25px;
  bottom: -19px;
  width: 34px;
  height: 19px;
  background: url(../img/common/ic-arw-shadow.png) no-repeat center/contain;
}
.case-list-card-title {
  font-weight: 700;
  border-bottom: 1px solid #e6e6e6;
}
@media screen and (min-width: 767px) {
  .case-list {
    width: 760px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
  }
  .case-list-card a {
    border-radius: 8px;
    padding: 20px;
  }
  .case-list-card a:hover {
    transform: scale(0.98);
  }
  .case-list-card .com-img {
    height: 250px;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .case-list-card-title {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .case-list-card-text {
    font-size: 12px;
  }
  .case-list-card .tag-list {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .case-list {
    display: grid;
    row-gap: 40px;
  }
  .case-list-card a {
    border-radius: 8px;
    padding: 20px;
  }
  .case-list-card .com-img {
    padding-top: 75%;
    border-radius: 8px;
    margin-bottom: 15px;
  }
  .case-list-card-title {
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 10px;
  }
  .case-list-card-text {
    font-size: 12px;
  }
  .case-list-card .tag-list {
    margin-top: 15px;
  }
}

.case-detail {
  box-sizing: border-box;
  background: #fff;
}
.case-detail-title {
  border-bottom: 1px solid #e6e6e6;
  font-weight: 700;
  line-height: 1.6;
}
.case-detail-img {
  margin: 0 auto;
}
.case-detail-profile {
  display: flex;
  gap: 10px;
  margin: 0 auto;
}
.case-detail-profile dt {
  font-size: 12px;
  background: #41bfd4;
  color: #fff;
  font-weight: 700;
  text-align: center;
  border-radius: 5px;
  width: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-detail-profile dd {
  width: calc(100% - 45px);
}
.case-detail-faq {
  padding: 0;
}
.case-detail-example {
  display: flex;
}
.case-detail-example-item {
  position: relative;
  box-sizing: border-box;
}
.case-detail-example-item:last-of-type:before {
  display: none;
}
.case-detail-example-item:before {
  content: "";
  display: block;
}
.case-detail-example-item-tag {
  line-height: 1;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #41bfd4;
  font-weight: 700;
  text-align: center;
  border-radius: 0 8px 0 0;
  font-family: "Montserrat", sans-serif;
}
.case-detail-example .com-img {
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 767px) {
  .case-detail {
    padding: 40px;
    width: 760px;
    border-radius: 8px;
  }
  .case-detail-title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 20px;
  }
  .case-detail .tag-list {
    margin-bottom: 35px;
  }
  .case-detail-img {
    width: 550px;
    height: 415px;
    margin-bottom: 20px;
    border-radius: 8px;
  }
  .case-detail-profile {
    width: 530px;
    margin-bottom: 30px;
  }
  .case-detail-text {
    margin-bottom: 30px;
  }
  .case-detail-example {
    -moz-column-gap: 40px;
    column-gap: 40px;
    margin-top: 50px;
  }
  .case-detail-example-item {
    width: 320px;
    border-radius: 30px;
    height: 240px;
  }
  .case-detail-example-item:last-of-type:before {
    display: none;
  }
  .case-detail-example-item:before {
    border: solid transparent 14px;
    border-left: solid #41bfd4 14px;
    position: absolute;
    right: -42px;
    top: 50%;
    transform: translateY(-50%);
  }
  .case-detail-example-item-tag {
    font-size: 16px;
    width: 120px;
    border-radius: 0 8px 0 0;
    padding: 10px 0;
  }
  .case-detail-example-item .after-tag {
    width: 150px;
    font-size: 20px;
  }
  .case-detail-example .com-img {
    border-radius: 30px;
  }
}
@media screen and (max-width: 768px) {
  .case-detail {
    padding: 20px;
    border-radius: 8px;
  }
  .case-detail-title {
    padding-bottom: 15px;
    margin-bottom: 15px;
    font-size: 18px;
    line-height: 1.6;
  }
  .case-detail .tag-list {
    margin-bottom: 20px;
  }
  .case-detail-img {
    padding-top: 75%;
    margin-bottom: 20px;
    border-radius: 8px;
  }
  .case-detail-profile {
    margin-bottom: 15px;
    line-height: 1.5;
  }
  .case-detail-text {
    line-height: 1.6;
    margin-bottom: 30px;
  }
  .case-detail-example {
    row-gap: 40px;
    flex-direction: column;
    margin-top: 50px;
  }
  .case-detail-example-item {
    width: 100%;
    border-radius: 15px;
  }
  .case-detail-example-item:last-of-type:before {
    display: none;
  }
  .case-detail-example-item:before {
    border: solid transparent 14px;
    border-top: solid #41bfd4 14px;
    position: absolute;
    left: 50%;
    bottom: -43px;
    transform: translateX(-50%);
  }
  .case-detail-example-item-tag {
    font-size: 14px;
    width: 100px;
    border-radius: 0 8px 0 0;
    padding: 10px 0;
  }
  .case-detail-example-item .after-tag {
    width: 120px;
    font-size: 16px;
  }
  .case-detail-example .com-img {
    padding-top: 75%;
    border-radius: 15px;
  }
}

/*はじめてガイド
=========================================================*/
@media screen and (min-width: 767px) {
  .necessity {
    padding: 100px 0;
  }
  .necessity .c-title {
    margin-bottom: 50px;
  }
  .necessity-description {
    display: flex;
    justify-content: space-between;
  }
  .necessity-contents {
    width: 500px;
  }
  .necessity-img {
    width: 540px;
  }
}
@media screen and (max-width: 768px) {
  .necessity {
    padding: 60px 0;
  }
  .necessity .c-title {
    margin-bottom: 30px;
  }
  .necessity-img {
    margin-top: 50px;
    text-align: center;
  }
}

.season {
  background: #d9f2f0 url(../img/beginner/beginner_season-bg.jpg) no-repeat
    center bottom/100%;
}
.season .etc-txt {
  color: #41bfd4;
  font-weight: 700;
  text-align: right;
  font-family: "Montserrat", sans-serif;
}
.season-case {
  display: grid;
}
.season-case-card-name {
  text-align: center;
  font-weight: 700;
  line-height: 1.5;
}
.season-solution {
  box-sizing: border-box;
  background: #fff;
  font-weight: 700;
}
.season-solution:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (min-width: 767px) {
  .season {
    padding: 50px 0 100px;
  }
  .season .c-title {
    margin-bottom: 20px;
  }
  .season .etc-txt {
    font-size: 24px;
  }
  .season-text {
    text-align: center;
  }
  .season-case {
    gap: 30px;
    margin-top: 50px;
    grid-template-columns: repeat(3, 1fr);
  }
  .season-case-card-name {
    font-size: 18px;
  }
  .season-solution {
    margin-top: 50px;
    border-radius: 30px;
    padding: 50px;
    text-align: center;
    font-size: 28px;
    position: relative;
    letter-spacing: 0.2rem;
  }
  .season-solution:before {
    border: solid transparent 26px;
    border-top: 20px solid #41bfd4;
    top: -8px;
  }
  .season-solution .catch-text {
    font-size: 40px;
    font-weight: 900;
  }
}
@media screen and (max-width: 768px) {
  .season {
    padding: 30px 0 60px;
  }
  .season .c-title {
    margin-bottom: 25px;
  }
  .season .etc-txt {
    font-size: 20px;
    padding-right: 10px;
    box-sizing: border-box;
  }
  .season-case {
    gap: 15px;
    margin-top: 40px;
    grid-template-columns: repeat(2, 1fr);
  }
  .season-case-card-name {
    font-size: 14px;
  }
  .season-solution {
    margin-top: 40px;
    border-radius: 15px;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    position: relative;
    letter-spacing: 0.2rem;
  }
  .season-solution:before {
    border: solid transparent 26px;
    border-top: 20px solid #41bfd4;
    top: -8px;
  }
  .season-solution .catch-text {
    font-size: 24px;
    font-weight: 900;
  }
}

@media screen and (min-width: 767px) {
  .cost {
    padding: 100px 0;
  }
  .cost .c-title {
    margin-bottom: 25px;
  }
  .cost .cost-coution {
    margin-bottom: 40px;
  }
  .cost .title01 {
    margin-bottom: 30px;
  }
  .cost .c-table {
    margin-bottom: 30px;
  }
  .cost .c-table-item {
    grid-template-columns: 200px 350px 510px;
  }
  .cost-result-sub {
    background: #41bfd4;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 15px;
    line-height: 1.5;
    position: relative;
    margin-bottom: 40px;
  }
  .cost-result-sub:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -46px;
    transform: translateX(-50%);
    border: 26px solid transparent;
    border-top: 20px solid #41bfd4;
  }
  .cost-result-text {
    text-align: center;
    font-size: 28px;
    font-weight: 700;
  }
  .cost-result-text .catch-text {
    font-size: 40px;
    font-weight: 900;
  }
}
@media screen and (max-width: 768px) {
  .cost {
    padding: 60px 0;
  }
  .cost .c-title {
    margin-bottom: 25px;
  }
  .cost .cost-coution {
    margin-bottom: 25px;
  }
  .cost .title01 {
    margin-bottom: 20px;
  }
  .cost .c-table {
    margin-bottom: 20px;
  }
  .cost .c-table-item {
    grid-template-columns: 150px 150px 250px;
  }
  .cost-result {
    margin-top: 40px;
  }
  .cost-result-sub {
    background: #41bfd4;
    color: #fff;
    border-radius: 8px;
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    padding: 10px 15px;
    line-height: 1.5;
    position: relative;
    margin-bottom: 20px;
  }
  .cost-result-sub:before {
    content: "";
    display: block;
    position: absolute;
    left: 50%;
    bottom: -30px;
    transform: translateX(-50%);
    border: 18px solid transparent;
    border-top: 12px solid #41bfd4;
  }
  .cost-result-text {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
  }
  .cost-result-text .catch-text {
    line-height: 1.4;
    font-size: 20px;
    display: inline-block;
    font-weight: 900;
    margin: 10px 0;
  }
}

.type {
  background: #f5f5f5;
}
@media screen and (min-width: 767px) {
  .type {
    padding: 100px 0;
  }
  .type .c-title {
    margin-bottom: 25px;
  }
  .type-coution {
    margin-bottom: 40px;
  }
  .type .c-table-item {
    grid-template-columns: 200px 150px 270px 270px 150px;
  }
  .type .c-table-item.first-table dd {
    background: #ccc;
  }
}
@media screen and (max-width: 768px) {
  .type {
    padding: 60px 0;
  }
  .type .c-title {
    margin-bottom: 25px;
  }
  .type-coution {
    margin-bottom: 40px;
  }
  .type .c-table-item {
    grid-template-columns: 100px 120px 180px 200px 120px;
  }
  .type .c-table-item.first-table dd {
    background: #ccc;
  }
}

.point-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .point {
    padding: 100px 0;
  }
  .point-list {
    gap: 30px;
    justify-content: center;
  }
  .point-list-card {
    width: 340px;
  }
  .point-list-card-img {
    position: relative;
    text-align: center;
    margin-bottom: 20px;
  }
  .point-list-card-img .point-number {
    line-height: 1;
    position: absolute;
    border-radius: 26px 0 8px 0;
    left: 4px;
    top: 0;
    width: 150px;
    color: #41bfd4;
    font-weight: 700;
    font-size: 18px;
    padding: 13px 0;
    font-family: "Montserrat", sans-serif;
  }
  .point-list-card-name {
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.5;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  .point {
    padding: 60px 0;
  }
  .point-list {
    row-gap: 40px;
    justify-content: center;
  }
  .point-list-card {
    width: 100%;
  }
  .point-list-card-img {
    position: relative;
    text-align: center;
    margin: 0 auto 20px;
    width: 94%;
  }
  .point-list-card-img .point-number {
    line-height: 1;
    position: absolute;
    border-radius: 26px 0 8px 0;
    left: 4px;
    top: 0;
    width: 150px;
    color: #41bfd4;
    font-weight: 700;
    font-size: 16px;
    padding: 13px 0;
    font-family: "Montserrat", sans-serif;
  }
  .point-list-card-name {
    font-weight: 700;
    margin-bottom: 15px;
    text-align: center;
    line-height: 1.5;
    font-size: 18px;
  }
}

.sub-visual {
  display: flex;
  align-items: center;
}
.sub-visual-title {
  padding-left: 100px;
}
.sub-visual-title .en,
.sub-visual-title .ja {
  display: block;
  line-height: 1.5;
}
.sub-visual-title .en {
  font-weight: 700;
  color: #41bfd4;
  font-family: "Montserrat", sans-serif;
}
.sub-visual-title .ja {
  font-weight: 900;
}
.sub-visual-img {
  background: url(../img/common/sub-visual-img.png) no-repeat center/cover;
}
@media screen and (min-width: 767px) {
  .sub-visual-title {
    width: 720px;
    padding-left: 100px;
  }
  .sub-visual-title .en {
    font-size: 24px;
  }
  .sub-visual-title .ja {
    font-size: 44px;
  }
  .sub-visual-img {
    height: 450px;
    width: calc(100% - 720px);
    border-radius: 30px 0 0 30px;
  }
}
@media screen and (max-width: 768px) {
  .sub-visual-title {
    width: 180px;
    padding-left: 5%;
  }
  .sub-visual-title .en {
    font-size: 14px;
  }
  .sub-visual-title .ja {
    font-size: 16px;
  }
  .sub-visual-img {
    height: 110px;
    width: calc(100% - 180px);
    border-radius: 15px 0 0 15px;
  }
}

.error-text {
  color: #e74c3c;
}

.cont-dl {
  display: grid;
  row-gap: 20px;
}
.cont-dl .in-dl {
  padding-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
}
.cont-dl .in-dl dt a,
.cont-dl .in-dl dd a {
  color: #41bfd4;
  border-bottom: 1px solid #41bfd4;
}
.cont-dl .in-dl .required {
  line-height: 1;
  background: #e74c3c;
  color: #fff;
}
.cont-dl .in-dl .optional {
  line-height: 1;
  background: #3498db;
  color: #fff;
}
.cont-dl .in-dl dt {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.cont-dl .in-dl dd input {
  font-size: 16px;
}
.cont-dl .in-dl dd input[type="text"],
.cont-dl .in-dl dd input[type="num"],
.cont-dl .in-dl dd input[type="email"],
.cont-dl .in-dl dd input[type="url"],
.cont-dl .in-dl dd input[type="tel"] {
  width: 100%;
  padding: 10px;
  border: solid #ccc 1px;
  background: #fff;
  box-sizing: border-box;
}
.cont-dl .in-dl dd .select-wrp {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrp:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 15px;
  width: 5px;
  height: 5px;
  border-top: 2px solid #ccc;
  border-left: 2px solid #ccc;
  transform: translateY(-50%) rotate(-135deg);
  font-size: 20px;
  pointer-events: none;
}
.cont-dl .in-dl dd select {
  position: relative;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #fff;
  color: #333;
}
.cont-dl .in-dl dd textarea {
  padding: 5px;
  border: solid #ccc 1px;
  width: 100%;
  height: 200px;
  background: #fff;
  box-sizing: border-box;
  line-height: 1.8;
}
.cont-dl .in-dl dd #pc01,
.cont-dl .in-dl dd #pc02 {
  margin-bottom: 10px;
}
.cont-dl .in-dl dd #pc01 {
  width: 60px !important;
}
.cont-dl .in-dl dd #pc02 {
  width: 80px !important;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl {
    display: grid;
    grid-template-columns: 350px 1fr;
    -moz-column-gap: 20px;
    column-gap: 20px;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 13px;
  }
  .cont-dl .in-dl dt {
    grid-template-rows: auto auto 1fr;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl .in-dl {
    display: flex;
    flex-direction: column;
  }
  .cont-dl .in-dl .required,
  .cont-dl .in-dl .optional {
    padding: 5px 8px;
    font-size: 12px;
  }
  .cont-dl .in-dl dt {
    margin-bottom: 20px;
  }
  .cont-dl .in-dl .upload-notice {
    grid-column: 1 / span 2;
    font-size: 12px;
    line-height: 1.6;
  }
  .cont-dl .in-dl dd .thumb {
    width: 150px;
    height: 150px;
  }
}

.contact-btn ul {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contact-btn ul li:hover {
  cursor: pointer;
  opacity: 0.8;
  transition: 0.3s;
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  font-weight: bold;
  border: solid 1px #41bfd4;
  background-color: #41bfd4;
}
@media screen and (min-width: 767px) {
  .contact-btn ul {
    -moz-column-gap: 30px;
    column-gap: 30px;
  }
  .contact-btn ul li #form-btn {
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 16px;
    padding: 20px 0;
  }
}

/*リキャプチャ---------------*/
.contact .recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}
@media screen and (min-width: 767px) {
  .contact-recaptcha-wrap {
    margin-top: 60px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 50px;
  }
}
@media screen and (max-width: 768px) {
  .contact-recaptcha-wrap {
    margin-top: 30px;
  }
  .contact-recaptcha-wrap .recap-inwrap {
    margin: 0 auto 40px;
  }
}

/*送信完了---------------*/
.send-comp {
  text-align: center;
}
.send-comp p {
  line-height: 1.5em;
}

.send-comp-ttl {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 30px;
}

/*All Post 
----------------------------------------------------*/
.post-wrp .post-list-item {
  border-bottom: solid #e6e6e6 1px;
}
.post-wrp .post-list-item a {
  color: #333;
  display: block;
  box-sizing: border-box;
}
.post-wrp .post-list-item .tag-time {
  display: grid;
}
.post-wrp .post-list-item .post-tag-list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  line-height: 1.2;
}
.post-wrp .post-list-item .post-tag-list-item {
  border: solid #e6e6e6 1px;
}
.post-wrp .post-list-item .post-thumb-text {
  box-sizing: border-box;
}
.post-wrp .post-list-item time {
  display: block;
  color: #333;
}
.post-wrp .post-list-item .post-title {
  font-weight: bold;
  line-height: 1.6;
}
@media screen and (min-width: 767px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 20px;
    grid-template-columns: 120px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 150px;
    height: 150px;
  }
  .post-wrp .post-list-item .post-tag-list {
    gap: 10px;
    font-size: 12px;
  }
  .post-wrp .post-list-item .post-tag-list-item {
    padding: 8px 10px;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 20px;
    width: calc(100% - 150px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .post-list-item a {
    padding: 15px 0;
  }
  .post-wrp .post-list-item .tag-time {
    margin-bottom: 15px;
    grid-template-columns: 100px 1fr;
  }
  .post-wrp .post-list-item .com-img {
    width: 80px;
    height: 80px;
    background: #ccc;
  }
  .post-wrp .post-list-item .post-tag-list {
    gap: 10px;
    font-size: 11px;
  }
  .post-wrp .post-list-item .post-tag-list-item {
    padding: 5px 8px;
  }
  .post-wrp .post-list-item .post-thumb-text {
    padding-left: 10px;
    width: calc(100% - 80px);
  }
  .post-wrp .post-list-item .post-title {
    font-size: 14px;
    margin-bottom: 10px;
  }
  .post-wrp .post-list-item .post-txt {
    font-size: 13px;
    line-height: 1.4;
  }
}

.tag-select-box {
  position: relative;
  width: 40%;
  margin: 0 0 20px auto;
  max-width: 230px;
}
.tag-select-box:before {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  right: 0.8em;
  width: 0;
  height: 0;
  padding: 0;
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #333;
  pointer-events: none;
}
.tag-select-box #tag-select {
  width: 100%;
  padding: 5% 20% 5% 5%;
  box-sizing: border-box;
  font-size: 1.2rem;
  margin-left: auto;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  border: none;
  border-bottom: 2px solid #333;
  cursor: pointer;
  border-radius: 0;
  background: none;
  color: #333;
  font-weight: 700;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.tag-select-box #tag-select option {
  padding: 10px;
  box-sizing: border-box;
  cursor: pointer;
  box-sizing: border-box;
}

/*Single Post
----------------------------------------------------*/
@media screen and (min-width: 767px) {
  #contents-u.s-post .s-post-taglist {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.s-post .s-post-taglist {
    margin-bottom: 3%;
  }
  #contents-u.s-post .s-post-taglist li {
    margin: 1% 1% 0 0;
  }
  #contents-u.s-post .s-post-taglist li span {
    font-size: 3vw;
  }
}
#contents-u.s-post .s-time-tag {
  text-align: right;
  padding-top: 10px;
  border-top: 1px solid #41bfd4;
}
@media screen and (min-width: 767px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 100px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.s-post .s-time-tag {
    margin-top: 50px;
  }
}
#contents-u.s-post .s-time-tag time {
  color: #41bfd4;
  font-weight: bold;
}
#contents-u.s-post .tag-name {
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  padding: 8px 10px;
  box-sizing: border-box;
  border: solid 1px #41bfd4;
  line-height: 1;
  font-size: 14px;
  color: #41bfd4;
}
#contents-u.s-post .tag-name span {
  color: #41bfd4;
}

#contents-u.privacy .privacy-box:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 767px) {
  #contents-u.privacy .privacy-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  #contents-u.privacy .privacy-box {
    margin-bottom: 10%;
  }
}

.site-map-list li {
  border-bottom: 1px solid #e6e6e6;
}
.site-map-list li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.1s all ease-in;
  color: #333;
}
.site-map-list li a:before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
}
.site-map-list li a:hover {
  opacity: 0.5;
}
@media screen and (min-width: 767px) {
  .site-map-list li a {
    padding: 20px 0 20px 30px;
  }
  .site-map-list li a:before {
    margin-top: -5px;
    border: solid 5px #41bfd4;
  }
}
@media screen and (max-width: 768px) {
  .site-map ul li a {
    padding: 15px 0 15px 25px;
  }
  .site-map ul li a:before {
    margin-top: -4px;
    border: solid 4px #41bfd4;
  }
}

.not-found-txt {
  text-align: center;
}
.not-found-txt p a {
  color: #333;
  font-weight: bold;
  border-bottom: 1px solid #333;
  transition: 0.1s all ease-in;
}
.not-found-txt p a:hover {
  opacity: 0.8;
} /*# sourceMappingURL=style.css.map */
