@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New: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 New", sans-serif;
  color: #333;
  font-weight: 500;
}
@media screen and (min-width: 767px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
    letter-spacing: 0.1rem;
    min-width: 1280px;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 1.5rem;
    line-height: 1.8;
    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;
  }
}
@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 #f0f0f0;
}
@media screen and (max-width: 768px) {
  .com-dl > .in-dl {
    padding: 10px 0 25px;
  }
}
.com-dl > .in-dl:nth-child(1) {
  border-top: 1px solid #f0f0f0;
}
@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;
  }
}
.com-dl > .in-dl > dt {
  background: transparent;
  font-weight: 700;
  color: #459dca;
}
@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%;
    margin-bottom: 15px;
  }
}
@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;
}

.sub-bg {
  background: #f6f8f7;
}

.title01 .main,
.title01 .sub {
  color: #459dca;
  font-weight: 700;
  line-height: 1.5;
}
.title01 .sub {
  position: relative;
  z-index: 10;
}
.title01 .main {
  display: block;
  background: #f6f8f7;
  box-shadow: 0 0 10px 4px rgba(69, 157, 202, 0.2);
}
.title01.white-title .main {
  background: #fff;
}
@media screen and (min-width: 767px) {
  .title01 {
    margin-bottom: 20px;
  }
  .title01 .sub {
    font-size: 24px;
  }
  .title01 .number {
    bottom: -8px;
  }
  .title01 .main {
    font-size: 25px;
    padding: 12px 20px;
    border-radius: 8px;
  }
}
@media screen and (max-width: 768px) {
  .title01 {
    margin-bottom: 15px;
  }
  .title01 .sub {
    font-size: 14px;
  }
  .title01 .main {
    font-size: 18px;
    padding: 15px;
    border-radius: 8px;
  }
}

.title03 {
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (min-width: 767px) {
  .title03 {
    font-size: 15px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .title03 {
    font-size: 15px;
    margin-bottom: 13px;
  }
}

.c-title {
  line-height: 1.5;
}
.c-title .main,
.c-title .sub {
  display: block;
  font-weight: 700;
  color: #459dca;
  box-sizing: border-box;
}
.c-title .sub {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0.1px;
  position: relative;
}
.c-title .sub:before {
  content: "";
  display: block;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #32bbb5;
  position: absolute;
  left: 0;
}
.c-title.wht-title .main,
.c-title.wht-title .sub {
  color: #fff;
}
@media screen and (min-width: 767px) {
  .c-title {
    margin-bottom: 35px;
  }
  .c-title .sub {
    font-size: 24px;
    padding-left: 20px;
  }
  .c-title .sub:before {
    width: 10px;
    height: 10px;
  }
  .c-title .main {
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .c-title {
    margin-bottom: 20px;
  }
  .c-title .sub {
    font-size: 16px;
    padding-left: 20px;
  }
  .c-title .sub:before {
    width: 10px;
    height: 10px;
  }
  .c-title .main {
    font-size: 24px;
  }
}

.lang-en {
  font-family: "Montserrat", sans-serif;
}

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

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

.c-list-item {
  border-top: 3px solid #f0f0f0;
}
.c-list-item:last-of-type {
  border-bottom: 3px solid #f0f0f0;
}
.c-list-item a {
  display: flex;
  color: #459dca;
  align-items: center;
  position: relative;
  padding: 0 10px;
  box-sizing: border-box;
}
.c-list-item a:hover {
  background: rgba(69, 157, 202, 0.1);
}
.c-list-item a .ic-arw {
  position: absolute;
  right: 10px;
}

.tag-list {
  display: flex;
  flex-wrap: wrap;
}
.tag-list li {
  border-radius: 50px;
  background: #f6f8f7;
}
@media screen and (min-width: 767px) {
  .tag-list {
    gap: 5px;
  }
  .tag-list li {
    padding: 5px 10px;
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  .tag-list {
    gap: 7px;
  }
  .tag-list li {
    padding: 3px 10px;
    font-size: 11px;
  }
}

.c-button {
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: linear-gradient(90deg, #32bbb5, #459dca);
  border-radius: 200px;
  position: relative;
  font-weight: 700;
}
.c-button .text,
.c-button .bi {
  color: #fff;
}
.c-button .bi-caret-right-fill {
  position: absolute;
}
.c-button .bi-under {
  transform: rotate(90deg);
}
.c-button.org-button {
  background: #eb9f3d;
}
@media screen and (min-width: 767px) {
  .c-button {
    height: 60px;
    transition: 0.1s all ease-in;
  }
  .c-button.small-button {
    width: 200px;
  }
  .c-button .middle-button {
    width: 400px;
  }
  .c-button .bi-caret-right-fill {
    right: 15px;
  }
  .c-button .bi-envelope-fill {
    margin-right: 10px;
  }
  .c-button:hover {
    transform: scale(0.95);
  }
}
@media screen and (max-width: 768px) {
  .c-button {
    height: 60px;
    transition: 0.1s all ease-in;
    font-size: 15px;
  }
  .c-button.small-button {
    width: 200px;
  }
  .c-button .middle-button {
    width: 90%;
  }
  .c-button .bi-caret-right-fill {
    right: 10px;
  }
  .c-button .bi-envelope-fill {
    margin-right: 10px;
  }
  .c-button:hover {
    transform: scale(0.95);
  }
}

.ic-arw {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-image: linear-gradient(90deg, #32bbb5, #459dca);
  color: #fff;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .ic-arw {
    width: 15px;
    height: 15px;
    color: #fff;
    padding-left: 2px;
    font-size: 9px;
    line-height: 14px;
  }
  .ic-arw.large-arw {
    width: 30px;
    height: 30px;
    font-size: 15px;
  }
}
@media screen and (max-width: 768px) {
  .ic-arw {
    width: 18px;
    height: 18px;
    color: #fff;
    font-size: 9px;
    line-height: 18px;
    padding-left: 1px;
  }
  .ic-arw.large-arw {
    width: 25px;
    height: 25px;
    font-size: 12px;
    padding-left: 1px;
  }
}

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: #459dca;
}
@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: 20%;
  }
}
.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%;
    position: absolute;
    margin: 0 auto;
    padding: 10px 0 50px;
  }
  #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;
  }
  #bread-clumb li a:hover {
    color: #459dca;
  }
}
@media screen and (max-width: 768px) {
  #bread-clumb {
    display: none;
  }
}

/*=========================================================
	Header
=========================================================*/
.header {
  border-bottom: 3px solid #f0f0f0;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .header {
    height: 80px;
    background: #fff;
    padding: 0 30px;
  }
  .header .hd-l {
    width: 200px;
  }
  .header .hd-r {
    width: calc(100% - 200px);
  }
  .header .nav-list {
    gap: 0 20px;
  }
  .header .nav-list .text-link a {
    display: block;
    padding: 0 5px;
    transition: 0.1s all ease-in;
  }
  .header .nav-list .text-link a:hover {
    color: #459dca;
  }
  .header .org-button {
    width: 230px;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: 70px;
    background: #fff;
    padding: 0 5%;
  }
  .header .hd-l {
    width: 150px;
  }
  .header .hd-r {
    display: none;
  }
  .header .org-button {
    width: 230px;
  }
}

/*Mainvisual
=========================================================*/
.mainvisual {
  background: url(../img/top/mv_img.jpg) no-repeat center/cover;
}
@media screen and (min-width: 767px) {
  .mainvisual {
    height: clamp(600px, 90vh, 820px);
  }
  .mainvisual .catch {
    width: 27%;
  }
}
@media screen and (max-width: 768px) {
  .mainvisual {
    height: clamp(200px, 60vw, 300px);
  }
  .mainvisual .catch {
    width: 35%;
  }
}

/*=========================================================
	Top page
=========================================================*/
/*top-about
=========================================================*/
@media screen and (min-width: 767px) {
  .top-about {
    padding: 80px 0 60px;
  }
  .top-about-img {
    width: 96%;
    margin-bottom: 25px;
  }
  .top-about-container-img {
    width: 540px;
  }
  .top-about-contents {
    width: 690px;
  }
  .top-about .button-box {
    margin-top: 30px;
  }
  .top-about .small-button {
    width: 260px;
  }
  .top-about-topic {
    background: #f6f8f7;
    box-shadow: 0 0 10px 4px rgba(69, 157, 202, 0.2);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 30px;
    margin-top: 30px;
  }
  .top-about-topic-title {
    font-size: 25px;
    margin-bottom: 20px;
    font-weight: 700;
    color: #459dca;
  }
  .top-about-topic-list {
    gap: 25px;
  }
  .top-about-topic-list-item {
    text-align: center;
    width: 180px;
    height: 180px;
    background: #fff;
    border-radius: 50%;
    padding-top: 20px;
    box-sizing: border-box;
  }
  .top-about-topic-list-item-img {
    height: 70px;
    margin-bottom: 10px;
  }
  .top-about-topic-list-item .tag {
    display: inline-block;
    vertical-align: top;
    background: #459dca;
    font-size: 12px;
    color: #fff;
    width: 55px;
    margin: 0 auto;
    border-radius: 50px;
  }
  .top-about-topic-list-item .text {
    margin-top: 3px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }
}
@media screen and (max-width: 768px) {
  .top-about {
    padding: 40px 0 60px;
  }
  .top-about-img {
    width: 98%;
    margin-bottom: 30px;
  }
  .top-about .widebox {
    flex-wrap: wrap;
  }
  .top-about-container-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .top-about-contents {
    width: 100%;
  }
  .top-about .button-box {
    margin-top: 50px;
  }
  .top-about .small-button {
    width: 260px;
    margin: 0 auto;
  }
  .top-about-topic {
    width: 90%;
    background: #f6f8f7;
    box-shadow: 0 0 10px 4px rgba(69, 157, 202, 0.2);
    border-radius: 8px;
    box-sizing: border-box;
    padding: 25px;
    margin: 50px auto 0;
  }
  .top-about-topic-title {
    font-size: 22px;
    margin-bottom: 30px;
    font-weight: 700;
    color: #459dca;
    line-height: 1.6;
  }
  .top-about-topic-list {
    gap: 25px;
  }
  .top-about-topic-list-item {
    text-align: center;
    width: 180px;
    height: 180px;
    background: #fff;
    border-radius: 50%;
    padding-top: 30px;
    box-sizing: border-box;
  }
  .top-about-topic-list-item-img {
    height: 50px;
    margin-bottom: 10px;
  }
  .top-about-topic-list-item-img img {
    max-width: auto;
    height: 100%;
  }
  .top-about-topic-list-item .tag {
    display: inline-block;
    vertical-align: top;
    background: #459dca;
    font-size: 12px;
    color: #fff;
    width: 55px;
    margin: 0 auto;
    border-radius: 50px;
  }
  .top-about-topic-list-item .text {
    margin-top: 3px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
  }
}

/*top-place
=========================================================*/
@media screen and (min-width: 767px) {
  .top-place {
    padding: 60px 0 40px;
    background: url(../img/top/top-place-bg.jpg) no-repeat left bottom -1px/100%;
  }
  .top-place .c-title {
    margin-bottom: 20px;
  }
  .top-place-text {
    margin-bottom: 40px;
  }
  .top-place-list {
    gap: 3px;
  }
  .top-place-list-item {
    background: #fff;
    width: 267px;
    box-shadow: 0 0 10px 4px rgba(69, 157, 202, 0.2);
    box-sizing: border-box;
  }
  .top-place-list-item-img {
    overflow: hidden;
  }
  .top-place-list-item:nth-of-type(1) .top-place-list-item-img {
    border-radius: 8px 0 0 0;
  }
  .top-place-list-item:nth-of-type(4) {
    border-radius: 0 20px 0 0;
  }
  .top-place-list .text {
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 20px;
    font-weight: 700;
    color: #459dca;
  }
}
@media screen and (max-width: 768px) {
  .top-place {
    padding: 60px 0 40px;
    background: url(../img/top/top-place-bg.jpg) no-repeat left bottom -1px/100%;
  }
  .top-place .c-title {
    margin-bottom: 20px;
  }
  .top-place-text {
    margin-bottom: 40px;
  }
  .top-place-list {
    gap: 3px;
  }
  .top-place-list-item {
    width: calc(50% - 3px);
    box-shadow: 0 0 10px 4px rgba(69, 157, 202, 0.2);
    box-sizing: border-box;
  }
  .top-place-list-item-img {
    overflow: hidden;
    background: transparent;
  }
  .top-place-list-item:nth-of-type(1) .top-place-list-item-img {
    border-radius: 0 0 0 0;
  }
  .top-place-list-item:nth-of-type(2) .top-place-list-item-img {
    border-radius: 0 3px 0 0;
  }
  .top-place-list .text {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 13px;
    font-weight: 700;
    color: #459dca;
    line-height: 1.3;
    padding: 0 10px;
    box-sizing: border-box;
    background: #fff;
  }
}

/*top-lawn
=========================================================*/
.top-lawn-contents {
  background: #fff;
  box-shadow: 0 0 10px 4px rgba(69, 157, 202, 0.2);
  box-sizing: border-box;
}
.top-lawn-contents a {
  height: 100%;
  position: relative;
}
.top-lawn-contents a .ic-arw {
  position: absolute;
}
@media screen and (min-width: 767px) {
  .top-lawn {
    padding: 45px 0 100px;
    background: #f6f8f7;
  }
  .top-lawn-topic {
    gap: 40px;
  }
  .top-lawn-contents {
    width: 620px;
    border-radius: 8px;
    height: 220px;
    transition: 0.15s all;
  }
  .top-lawn-contents:hover {
    transform: scale(0.98);
  }
  .top-lawn-contents a .ic-arw {
    right: 20px;
    bottom: 20px;
  }
  .top-lawn-contents-box {
    width: calc(100% - 300px);
    padding: 20px;
    box-sizing: border-box;
  }
  .top-lawn-contents-title {
    font-size: 25px;
    font-weight: 700;
    color: #459dca;
    margin-bottom: 10px;
  }
  .top-lawn-contents-text {
    font-size: 12px;
  }
  .top-lawn .com-img {
    width: 300px;
    height: 100%;
    border-radius: 8px 0 0 8px;
  }
}
@media screen and (max-width: 768px) {
  .top-lawn {
    padding: 45px 0 60px;
    background: #f6f8f7;
  }
  .top-lawn-topic {
    gap: 20px;
  }
  .top-lawn-contents {
    border-radius: 8px;
    transition: 0.15s all;
  }
  .top-lawn-contents:hover {
    transform: scale(0.98);
  }
  .top-lawn-contents a .ic-arw {
    right: 20px;
    top: 20px;
  }
  .top-lawn-contents-box {
    width: calc(100% - 100px);
    padding: 20px;
    box-sizing: border-box;
  }
  .top-lawn-contents-title {
    font-size: 18px;
    font-weight: 700;
    color: #459dca;
    margin-bottom: 10px;
    padding-right: 30px;
    box-sizing: border-box;
  }
  .top-lawn-contents-text {
    line-height: 1.4;
    font-size: 12px;
  }
  .top-lawn .com-img {
    width: 100px;
    height: 100%;
    border-radius: 8px 0 0 8px;
  }
}

/*top-works
=========================================================*/
@media screen and (min-width: 767px) {
  .top-works {
    padding: 100px 0;
    background: #fff url(../img/top/top-works-bg.jpg) repeat-y right top/40%;
  }
  .top-works .widebox {
    padding-left: 100px;
    box-sizing: border-box;
  }
  .top-works-contents .c-list {
    width: 480px;
  }
  .top-works-contents .c-list-item {
    font-size: 25px;
    font-weight: 700;
  }
  .top-works-contents .c-list-item a {
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .top-works {
    padding: 60px 0;
    background: #fff url(../img/top/top-works-bg.jpg) repeat-y right top/20%;
  }
  .top-works-contents {
    flex-wrap: wrap;
  }
  .top-works-contents .c-list {
    margin-bottom: 40px;
    width: 100%;
  }
  .top-works-contents .c-list-item {
    font-size: 16px;
    font-weight: 700;
  }
  .top-works-contents .c-list-item a {
    box-sizing: border-box;
    padding: 20px 30px 20px 0;
  }
}

/*top-company
=========================================================*/
.top-company {
  background: url(../img/top/top_company_bg.jpg) no-repeat center/cover;
}
@media screen and (min-width: 767px) {
  .top-company {
    padding: 80px 0;
  }
  .top-company-contents {
    border-radius: 8px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
    height: 270px;
  }
  .top-company-box {
    width: calc(100% - 340px);
    padding: 35px;
    box-sizing: border-box;
  }
  .top-company .c-title {
    width: 185px;
  }
  .top-company-textbox {
    width: calc(100% - 185px);
    box-sizing: border-box;
    padding-left: 35px;
    border-left: solid 3px #f0f0f0;
  }
  .top-company .c-button {
    margin-top: 20px;
  }
  .top-company-img {
    width: 340px;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .top-company {
    padding: 40px 0;
  }
  .top-company-contents {
    border-radius: 8px;
    box-sizing: border-box;
    background: #fff;
    overflow: hidden;
    min-height: 250px;
    flex-wrap: wrap;
  }
  .top-company-box {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
    flex-wrap: wrap;
  }
  .top-company .c-title {
    width: 100%;
  }
  .top-company-textbox {
    width: 100%;
    box-sizing: border-box;
    padding-top: 15px;
    font-size: 13px;
    border-top: solid 2px #f0f0f0;
  }
  .top-company .c-button {
    margin-top: 20px;
  }
  .top-company-img {
    width: 100%;
    padding-top: 80%;
  }
}

/*top-news
=========================================================*/
@media screen and (min-width: 767px) {
  .top-news {
    padding: 100px 0;
    background: url(../img/top/top-news-bg.jpg) no-repeat center bottom/100%;
  }
  .top-news-box .c-title {
    width: calc(100% - 200px);
  }
  .top-news-list {
    gap: 3px;
  }
  .top-news-list-card {
    width: 425px;
    box-shadow: 0 0 10px 4px rgba(69, 157, 202, 0.2);
    transition: 0.1s all ease-in;
  }
  .top-news-list-card:hover {
    transform: scale(0.98);
  }
  .top-news-list-card a {
    display: block;
    background: #fff;
    height: 100%;
    padding: 30px;
    box-sizing: border-box;
  }
  .top-news-list-card .com-img {
    height: 200px;
    margin-bottom: 10px;
  }
  .top-news-list-card .date {
    display: block;
    color: #459dca;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .top-news-list-card-title {
    font-size: 18px;
    font-weight: 700;
  }
  .top-news-list-card .tag-list {
    margin-top: 15px;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 768px) {
  .top-news {
    padding: 100px 0;
    background: url(../img/top/top-news-bg.jpg) no-repeat center bottom/100%;
  }
  .top-news-box {
    margin-bottom: 20px;
  }
  .top-news-box .c-title {
    width: calc(100% - 150px);
  }
  .top-news-box .c-button {
    width: 150px;
    height: 50px;
  }
  .top-news-box .c-button .text {
    font-size: 13px;
  }
  .top-news-list {
    gap: 10px;
    flex-wrap: wrap;
  }
  .top-news-list-card {
    width: 100%;
    box-shadow: 0 0 10px 4px rgba(69, 157, 202, 0.2);
    transition: 0.1s all ease-in;
  }
  .top-news-list-card:hover {
    transform: scale(0.98);
  }
  .top-news-list-card a {
    display: block;
    background: #fff;
    padding: 25px;
    box-sizing: border-box;
  }
  .top-news-list-card .com-img {
    padding-top: 54%;
    margin-bottom: 10px;
  }
  .top-news-list-card .date {
    display: block;
    color: #459dca;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .top-news-list-card-title {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.6;
  }
  .top-news-list-card .tag-list {
    margin-top: 25px;
    justify-content: flex-end;
  }
}

/*l-cta
=========================================================*/
.l-cta {
  background: #eb9f3d;
  padding: 80px 0;
}
.l-cta-contents {
  color: #fff;
}
.l-cta-list {
  gap: 20px;
  width: calc(100% - 400px);
}
.l-cta-list-item {
  text-align: center;
  box-shadow: 0 0 10px 4px rgba(69, 157, 202, 0.2);
  background: #fff;
  box-sizing: border-box;
}
.l-cta-list-item-name {
  color: #eb9f3d;
  font-weight: 700;
  line-height: 1;
}
.l-cta-list-item .tel-box {
  line-height: 1;
}
.l-cta-list-item .tel-box a {
  color: #eb9f3d;
}
.l-cta-list-item .tel-box a .number {
  font-weight: 700;
}
.l-cta-list-item .tel-box .worktime {
  text-align: right;
}
@media screen and (min-width: 767px) {
  .l-cta {
    padding: 80px 0;
  }
  .l-cta-contents {
    color: #fff;
    width: 400px;
  }
  .l-cta-list {
    gap: 20px;
    width: calc(100% - 400px);
  }
  .l-cta-list-item {
    width: 330px;
    height: 210px;
    border-radius: 8px;
    padding: 40px 30px;
  }
  .l-cta-list-item-name {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .l-cta-list-item .tel-box a .number {
    font-size: 32px;
  }
  .l-cta-list-item .tel-box a .bi-telephone-fill {
    font-size: 20px;
  }
  .l-cta-list-item .tel-box .worktime {
    margin-top: 10px;
  }
}
@media screen and (max-width: 768px) {
  .l-cta {
    padding: 40px 0;
  }
  .l-cta .inbox {
    flex-wrap: wrap;
  }
  .l-cta-contents {
    color: #fff;
  }
  .l-cta-list {
    margin-top: 30px;
    gap: 30px 4%;
    width: 100%;
    flex-wrap: wrap;
  }
  .l-cta-list-item {
    width: 90%;
    border-radius: 8px;
    padding: 20px 15px;
    margin: 0 auto;
  }
  .l-cta-list-item-name {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .l-cta-list-item .tel-box a .number {
    font-size: 23px;
  }
  .l-cta-list-item .tel-box a .bi-telephone-fill {
    font-size: 18px;
  }
  .l-cta-list-item .tel-box .worktime {
    font-size: 13px;
    margin-top: 10px;
    text-align: center;
  }
}

/*=========================================================
	footer
=========================================================*/
@media screen and (min-width: 767px) {
  .footer {
    padding: 80px 0;
  }
  .footer-left, .footer-right {
    width: 50%;
  }
  .footer-logo {
    margin-bottom: 45px;
  }
  .footer-right {
    gap: 45px;
  }
  .footer-right .link-list {
    width: 210px;
  }
  .footer-right .link-list-item {
    border-top: none;
    border-bottom: 1px solid #f0f0f0;
  }
  .footer-right .link-list-item:last-of-type {
    border-bottom: none;
  }
  .footer-right .link-list-item a {
    height: 60px;
  }
}
@media screen and (max-width: 768px) {
  .footer {
    padding: 40px 0 30px;
  }
  .footer .ft-wrp {
    flex-wrap: wrap;
  }
  .footer-left, .footer-right {
    width: 100%;
  }
  .footer-logo {
    width: 180px;
    margin-bottom: 30px;
  }
  .footer-address {
    font-size: 14px;
  }
  .footer-right {
    margin-top: 30px;
    gap: 20px;
  }
  .footer-right .link-list {
    width: calc(100% - 40px);
  }
  .footer-right .link-list-item {
    border-top: none;
    border-bottom: 1px solid #f0f0f0;
  }
  .footer-right .link-list-item:last-of-type {
    border-bottom: none;
  }
  .footer-right .link-list-item a {
    height: 50px;
    font-size: 11px;
  }
  .footer-right .link-list-item a .ic-arw {
    right: 0;
  }
}

#copyright small {
  color: #333;
}
#copyright small a {
  color: #333;
}
@media screen and (min-width: 767px) {
  #copyright {
    width: 50%;
    margin-top: -35px;
    padding: 5px 0;
  }
  #copyright small {
    font-size: 12px;
  }
}
@media screen and (max-width: 768px) {
  #copyright {
    padding: 5px 0;
    text-align: center;
    margin-top: 40px;
    font-size: 11px;
    letter-spacing: 0;
  }
  #copyright small {
    font-size: 11px;
  }
}

/*コンポーネント
=========================================================*/
.band-bg {
  background: url(../img/common/band-bg.jpg) repeat-x center bottom/100%;
}

.category {
  padding-bottom: 100px;
}
.category-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .category-list {
    gap: 20px;
  }
  .category-list-item {
    width: 530px;
  }
  .category-list.threeColumCategory {
    gap: 20px 30px;
    margin-bottom: 50px;
  }
  .category-list.threeColumCategory .category-list-item {
    width: 340px;
  }
}
@media screen and (max-width: 768px) {
  .category-list {
    gap: 10px;
  }
  .category-list-item {
    width: calc(50% - 5px);
    line-height: 1.4;
  }
  .category-list-item .c-button {
    letter-spacing: 0;
    height: 50px;
    font-size: 10px;
    padding: 0 15px;
  }
}

.tableLayout dt,
.tableLayout dd {
  box-sizing: border-box;
}
.tableLayout dt {
  color: #459dca;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .tableLayout .in-dl {
    padding-bottom: 20px;
    margin-bottom: 25px;
    border-bottom: 4px solid #f0f0f0;
  }
  .tableLayout dt,
  .tableLayout dd {
    padding-left: 15px;
  }
  .tableLayout dt {
    border-left: 4px solid #459dca;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  .tableLayout .in-dl {
    padding-bottom: 15px;
    margin-bottom: 15px;
    border-bottom: 2px solid #f0f0f0;
  }
  .tableLayout dt,
  .tableLayout dd {
    padding-left: 10px;
  }
  .tableLayout dt {
    line-height: 1.5;
    border-left: 3px solid #459dca;
    margin-bottom: 10px;
  }
  .tableLayout dd {
    font-size: 14px;
  }
}

@media screen and (min-width: 767px) {
  .tableType_Right {
    display: flex;
    justify-content: space-between;
  }
  .tableType_Right-title {
    width: calc(100% - 650px);
  }
  .tableType_Right-box {
    width: 650px;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
  }
}
@media screen and (max-width: 768px) {
  .tableType_Right-title {
    margin-bottom: 30px;
  }
  .tableType_Right-box {
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
  }
}

@media screen and (min-width: 767px) {
  .tableType_Right {
    display: flex;
    justify-content: space-between;
  }
  .tableType_Right-title {
    width: calc(100% - 650px);
  }
  .tableType_Right-box {
    width: 650px;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
  }
}
.tableType-Normal .in-dl {
  display: flex;
}
.tableType-Normal .in-dl dt {
  color: #459dca;
  box-sizing: border-box;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .tableType-Normal .in-dl {
    margin-bottom: 35px;
  }
  .tableType-Normal .in-dl:last-of-type {
    margin-bottom: 0;
  }
  .tableType-Normal dt {
    width: 380px;
    padding-right: 20px;
    font-size: 25px;
  }
  .tableType-Normal dd {
    width: calc(100% - 380px);
  }
}
@media screen and (max-width: 768px) {
  .tableType-Normal .in-dl {
    margin-bottom: 35px;
  }
  .tableType-Normal .in-dl:last-of-type {
    margin-bottom: 0;
  }
  .tableType-Normal dt {
    width: 100px;
    padding-right: 20px;
    font-size: 15px;
  }
  .tableType-Normal dd {
    width: calc(100% - 100px);
    font-size: 13px;
  }
}

@media screen and (min-width: 767px) {
  .imgType_Left-contents {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 60px;
  }
  .imgType_Left-contents:last-of-type {
    margin-bottom: 0;
  }
  .imgType_Left-img, .imgType_Left-box {
    width: 520px;
  }
  .imgType_Left-img {
    order: 2;
  }
  .imgType_Left-box {
    order: 1;
  }
  .imgType_Left-boxtext {
    text-align: justify;
    line-height: 2;
  }
}
@media screen and (max-width: 768px) {
  .imgType_Left-contents {
    margin-bottom: 60px;
  }
  .imgType_Left-contents:last-of-type {
    margin-bottom: 0;
  }
  .imgType_Left-img {
    margin-bottom: 20px;
  }
}

.threeColum-list {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 767px) {
  .threeColum-list {
    gap: 30px;
  }
  .threeColum-list-card {
    width: 340px;
  }
  .threeColum-list-card-img {
    margin-bottom: 15px;
  }
  .threeColum-list-card-text {
    font-size: 12px;
    letter-spacing: 0;
  }
}
@media screen and (max-width: 768px) {
  .threeColum-list {
    gap: 40px;
  }
  .threeColum-list-card {
    width: 100%;
  }
  .threeColum-list-card-img {
    text-align: center;
    margin-bottom: 15px;
  }
  .threeColum-list-card-text {
    font-size: 14px;
    letter-spacing: 0;
  }
}

@media screen and (min-width: 767px) {
  .thumbnail-change_figure {
    height: 490px;
    margin-bottom: 15px;
  }
  .thumbnail-change_list {
    gap: 15px;
  }
  .thumbnail-change_list_item {
    width: 290px;
    height: 160px;
    transition: 0.1s all ease-in;
  }
  .thumbnail-change_list_item:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}
@media screen and (max-width: 768px) {
  .thumbnail-change_figure {
    padding-top: 54%;
    margin-bottom: 10px;
  }
  .thumbnail-change_list {
    gap: 6px;
  }
  .thumbnail-change_list_item {
    width: calc(25% - 5px);
    padding-top: 12%;
    transition: 0.1s all ease-in;
  }
  .thumbnail-change_list_item:hover {
    cursor: pointer;
    opacity: 0.8;
  }
}

.useCase-list {
  display: flex;
  flex-wrap: wrap;
}
.useCase-list-card {
  box-sizing: border-box;
  transition: 0.2s all ease;
  box-shadow: 0 0 5px 4px rgba(69, 157, 202, 0.1);
  background: #fff;
}
.useCase-list-card:hover {
  transform: scale(0.97);
}
.useCase-list-card a {
  display: block;
}
@media screen and (min-width: 767px) {
  .useCase-list {
    gap: 6px;
  }
  .useCase-list-card {
    width: 355px;
    padding: 30px 15px;
  }
  .useCase-list-card-img {
    height: 175px;
    margin-bottom: 10px;
  }
  .useCase-list-card-text {
    font-size: 12px;
    letter-spacing: 0.1px;
  }
  .useCase-list .tag-list {
    margin-top: 20px;
  }
}
@media screen and (max-width: 768px) {
  .useCase-list {
    gap: 6px;
  }
  .useCase-list-card {
    width: 100%;
    padding: 20px 20px 40px;
  }
  .useCase-list-card-img {
    padding-top: 54%;
    margin-bottom: 15px;
  }
  .useCase-list-card-text {
    font-size: 12px;
    letter-spacing: 0.1px;
  }
  .useCase-list .tag-list {
    margin-top: 15px;
  }
}

.faqColum .in-dl {
  border-top: 3px solid #f0f0f0;
}
.faqColum .in-dl:last-of-type {
  border-bottom: 3px solid #f0f0f0;
}
.faqColum-title, .faqColum-text {
  box-sizing: border-box;
}
.faqColum-title {
  position: relative;
  font-weight: 700;
  color: #459dca;
}
.faqColum .ic {
  color: #fff;
  background: linear-gradient(90deg, #32bbb5, #459dca);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
}
@media screen and (min-width: 767px) {
  .faqColum .in-dl {
    padding: 30px 0;
  }
  .faqColum-title, .faqColum-text {
    padding-left: 75px;
  }
  .faqColum-title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .faqColum-text {
    font-size: 15px;
  }
  .faqColum .ic {
    width: 50px;
    height: 50px;
    font-weight: 600;
    line-height: 50px;
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .faqColum .in-dl {
    padding: 30px 0;
  }
  .faqColum-title, .faqColum-text {
    padding-left: 55px;
  }
  .faqColum-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
  }
  .faqColum-text {
    font-size: 14px;
  }
  .faqColum .ic {
    width: 40px;
    height: 40px;
    font-weight: 600;
    line-height: 40px;
    font-size: 18px;
  }
}

/*選ばれる理由
=========================================================*/
@media screen and (min-width: 767px) {
  .reason {
    padding: 120px 0 100px;
  }
}
@media screen and (max-width: 768px) {
  .reason {
    padding: 60px 0;
  }
}

/*取り扱い品種
=========================================================*/
@media screen and (min-width: 767px) {
  .law-info {
    padding: 100px 0;
  }
  .law-info-contents {
    margin-bottom: 60px;
  }
  .law-info-contents:last-of-type {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 768px) {
  .law-info {
    padding: 20px 0 60px;
  }
  .law-info-contents {
    margin-bottom: 40px;
  }
  .law-info-contents:last-of-type {
    margin-bottom: 0;
  }
}

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

/*施工実績
=========================================================*/
@media screen and (min-width: 767px) {
  .works {
    padding-top: 100px;
  }
  .works-contents {
    margin-bottom: 60px;
  }
  .works-contents:last-of-type {
    margin-bottom: 0;
  }
  .works .category-list {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .works {
    padding-top: 60px;
  }
  .works-contents {
    margin-bottom: 30px;
  }
  .works-contents:last-of-type {
    margin-bottom: 0;
  }
  .works .category-list {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 767px) {
  .works-detail {
    padding: 100px 0;
  }
  .works-detail-container {
    width: 900px;
    margin: 0 auto;
  }
  .works-detail .tag-list {
    margin-bottom: 20px;
  }
  .works-detail .tableType-Normal {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768px) {
  .works-detail {
    padding: 60px 0;
  }
  .works-detail-container {
    width: 100%;
    margin: 0 auto;
  }
  .works-detail .tag-list {
    margin-bottom: 20px;
  }
  .works-detail .tableType-Normal {
    margin-top: 40px;
  }
}

/*会社概要
=========================================================*/
@media screen and (min-width: 767px) {
  .message {
    padding: 120px 0 70px;
  }
}
@media screen and (max-width: 768px) {
  .message {
    padding: 60px 0;
  }
}

.company-info-contents:last-of-type {
  margin-bottom: 0;
}
.company .partner-list {
  display: flex;
  flex-wrap: wrap;
}
.company .partner-list-item a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100px;
  background: #fff;
  position: relative;
  transition: 0.1s all ease-in;
}
.company .partner-list-item a:hover {
  transform: scale(0.95);
}
.company .partner-list-item a.partner-blue {
  background: #0d1da0;
}
.company .partner-list-item a.partner-green {
  background: #7d9314;
}
.company .partner-list-item a.partner-black {
  background: #0e1c21;
}
.company .partner-list-item a.partner-light-green {
  background: #cbffcb;
}
.company .partner-list-item .bi-caret-right-fill {
  position: absolute;
  right: 0;
  color: #459dca;
}
@media screen and (min-width: 767px) {
  .company {
    padding: 70px 0 100px;
  }
  .company-info-contents {
    margin-bottom: 80px;
  }
  .company .partner-list {
    gap: 20px 25px;
  }
  .company .partner-list-item {
    width: 250px;
  }
  .company .partner-list-item a {
    height: 70px;
  }
  .company .partner-list-item .bi-caret-right-fill {
    right: 15px;
  }
  .company .googlemap {
    height: 455px;
  }
  .company .googlemap iframe {
    width: 100%;
    height: 100%;
  }
}
@media screen and (max-width: 768px) {
  .company {
    padding: 60px 0;
  }
  .company-info-contents {
    margin-bottom: 40px;
  }
  .company .partner-list {
    gap: 10px 20px;
  }
  .company .partner-list-item {
    width: calc(50% - 10px);
  }
  .company .partner-list-item a {
    height: 70px;
    padding: 0 30px;
  }
  .company .partner-list-item .bi-caret-right-fill {
    right: 8px;
  }
  .company .googlemap {
    height: 250px;
  }
  .company .googlemap iframe {
    width: 100%;
    height: 100%;
  }
}

.sub-visual-title {
  width: 100%;
  line-height: 1.4;
  box-sizing: border-box;
}
.sub-visual-title .sub,
.sub-visual-title .main {
  display: block;
  color: #459dca;
  font-weight: 700;
}
@media screen and (min-width: 767px) {
  .sub-visual-title {
    margin: 70px 0;
    padding-left: 25px;
    border-left: 5px solid #f0f0f0;
  }
  .sub-visual-title .sub {
    font-size: 24px;
  }
  .sub-visual-title .main {
    font-size: 36px;
  }
  .sub-visual-img {
    width: 84%;
  }
}
@media screen and (max-width: 768px) {
  .sub-visual-title {
    margin: 20px 0;
    padding-left: 10px;
    border-left: 3px solid #f0f0f0;
  }
  .sub-visual-title .sub {
    font-size: 14px;
  }
  .sub-visual-title .main {
    font-size: 20px;
  }
  .sub-visual-img {
    width: 90%;
  }
}

.error-text {
  color: #f44336;
}

@media screen and (min-width: 767px) {
  .cont-dl {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl {
    margin-bottom: 10%;
  }
  .cont-dl .thumb {
    width: 150px;
    height: 150px;
  }
}
.cont-dl .in-dl .hissu {
  line-height: 1;
  padding: 5px 8px;
  border-radius: 5px;
  position: absolute;
  right: 0;
  background: #459dca;
  color: #fff;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl .hissu {
    top: 15px;
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) {
  .cont-dl .in-dl .hissu {
    top: 10px;
    font-size: 3vw;
  }
}
.cont-dl .in-dl dt {
  background: none;
  position: relative;
  vertical-align: top;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl dt {
    width: 320px;
    font-weight: 700;
  }
}
.cont-dl .in-dl dt a {
  color: #459dca;
  border-bottom: 1px solid #459dca;
}
@media screen and (min-width: 767px) {
  .cont-dl .in-dl dd {
    width: 760px;
  }
}
.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-wrap {
  position: relative;
  width: 300px;
}
.cont-dl .in-dl dd .select-wrap: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;
}

.contact-btn ul {
  text-align: center;
}
.contact-btn ul li {
  display: inline-block;
  position: relative;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li {
    margin-right: 40px;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li {
    margin-bottom: 5%;
  }
}
.contact-btn ul li #form-btn {
  color: #fff;
  letter-spacing: 3px;
  transition: 0.3s;
  font-weight: bold;
  border: solid 1px #459dca;
  background-color: #459dca;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li #form-btn {
    cursor: pointer;
    width: 340px;
    font-size: 18px;
    padding: 25px 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li #form-btn {
    width: 280px;
    font-size: 4vw;
    padding: 6% 0;
  }
}
.contact-btn ul li:hover #form-btn {
  color: #459dca;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .contact-btn ul li:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .contact-btn ul li:last-child {
    margin-bottom: 0;
  }
}

/*リキャプチャ---------------*/
.recap-inwrap {
  width: 300px;
  margin: 0 auto 50px;
}

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

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

/*Common
----------------------------------------------------*/
/*All Post 
----------------------------------------------------*/
@media screen and (min-width: 767px) {
  .post-wrp .tag-change {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    padding-bottom: 5%;
    margin-bottom: 10%;
  }
}
.post-wrp .tag-change li {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  padding: 8px 10px;
  font-size: 14px;
}
@media screen and (min-width: 767px) {
  .post-wrp .tag-change li {
    margin: 10px 10px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change li {
    margin-right: 1%;
    min-width: 100px;
  }
}
.post-wrp .tag-change li:last-child {
  margin-right: 0;
}
.post-wrp .tag-change a {
  display: block;
  border: solid 1px #459dca;
  color: #459dca;
  background: #fff;
}
@media screen and (min-width: 767px) {
  .post-wrp .tag-change a {
    padding: 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .tag-change a {
    font-size: 3vw;
    padding: 5px 10px;
  }
}
.post-wrp .tag-change .current a {
  background: #459dca;
}
.post-wrp .tag-change .current a span {
  color: #fff;
}
.post-wrp .all-post-list article {
  border-bottom: 1px solid #459dca;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article {
    margin-bottom: 25px;
  }
}
.post-wrp .all-post-list article a {
  color: #333;
  display: block;
  box-sizing: border-box;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article a {
    padding: 0 0 25px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article a {
    padding: 5% 0;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .tag-time {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .tag-time {
    margin-bottom: 5%;
  }
}
.post-wrp .all-post-list article .tag-name {
  line-height: 1;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
  border: solid 1px #459dca;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .tag-name {
    min-width: 125px;
    padding: 10px 20px;
    font-size: 12px;
    margin: 3px 5px 0 0;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .tag-name {
    min-width: 80px;
    padding: 5px 10px;
    margin: 1% 1% 0 0;
    font-size: 3vw;
  }
}
.post-wrp .all-post-list article .tag-name span {
  color: #459dca;
}
.post-wrp .all-post-list article time {
  display: block;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article time {
    text-align: right;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article time {
    text-align: right;
    margin-bottom: 3%;
    font-size: 11px;
    letter-spacing: 0.1rem;
  }
}
.post-wrp .all-post-list article time span {
  color: #459dca;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article time span {
    position: relative;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article time span {
    color: #fff;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .com-img {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .com-img {
    width: 20%;
    padding-top: 20%;
  }
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article .post-thumb-text {
    width: 855px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article .post-thumb-text {
    width: 75%;
  }
}
.post-wrp .all-post-list article h4 {
  font-weight: bold;
}
@media screen and (min-width: 767px) {
  .post-wrp .all-post-list article h4 {
    font-size: 20px;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) {
  .post-wrp .all-post-list article h4 {
    font-size: 4vw;
    margin-bottom: 3%;
  }
}

.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 #459dca;
}
@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: #459dca;
  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 #459dca;
  line-height: 1;
  font-size: 14px;
  color: #459dca;
}
#contents-u.s-post .tag-name span {
  color: #459dca;
}

#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 ul li {
  border-bottom: 1px solid #459dca;
}
#site-map ul li a {
  box-sizing: border-box;
  display: block;
  position: relative;
  font-weight: bold;
  transition: 0.3s;
  color: #333;
}
@media screen and (min-width: 767px) {
  #site-map ul li a {
    padding: 15px 0 15px 35px;
  }
  #site-map ul li a:hover:before {
    left: 10px;
  }
}
@media screen and (max-width: 768px) {
  #site-map ul li a {
    padding: 10px 0 10px 25px;
  }
}
#site-map ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  transition: 0.3s;
  border-radius: 50%;
}
@media screen and (min-width: 767px) {
  #site-map ul li a::before {
    margin-top: -4px;
    border: solid 4px #459dca;
  }
}
@media screen and (max-width: 768px) {
  #site-map ul li a::before {
    margin-top: -4px;
    border: solid 4px #459dca;
  }
}

.not-found-txt {
  text-align: center;
}
.not-found-txt p a {
  color: #459dca;
  font-weight: bold;
}/*# sourceMappingURL=style.css.map */