@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Cardo:ital,wght@0,400;0,700;1,400&family=Shippori+Mincho:wght@400;500;600;700&display=swap');
/* font-family: "Cardo", serif;*/
/* font-family: "Shippori Mincho", serif;*/


* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-text-size-adjust: 100%;
  overflow-y: scroll;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-align: left;
  line-height: 1.7;
  color: #111;
  min-width: 1040px;
  font-family: "Shippori Mincho", 'Open Sans', "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "Font Awesome 6 Free";
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  padding: 0;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

p {
  padding: 0;
  margin: 0;
}

img {
  -webkit-touch-callout: none;
  -ms-interpolation-mode: bicubic;
  vertical-align: bottom;
  display: block;
}

a {
  text-decoration: none;
  color: #111;
  outline: none;
}

a:active,
a:hover,
a:focus {
  outline: none;
}

a,
input {
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  cursor: pointer;
}

a:hover,
.link input:hover {
  opacity: 0.6;
}

@media only screen and (max-width: 768px) {
  body {
    width: 100%;
    min-width: 0;
  }

  a {
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
  }

  a:hover {
    opacity: 1;
  }

}

/*============================
 float
============================*/

.left {
  float: left;
}

.right {
  float: right;
}

/*============================
flex
============================*/

.flex {
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

/*============================
脚注文字表記etc.
============================*/

.eng {
  font-family: "Cardo", serif;
  letter-spacing: 0.02em;
  font-weight: 700;
}

.lead {
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  letter-spacing: 0.02em;
}

.min {
  font-size: 13px;
  display: block;
}

.min-info {
  display: block;
  margin-top: 5px;
  padding-left: 18px;
  font-size: 13px;
  letter-spacing: 0;
  color: #999;
  position: relative;
}

.min-info::before {
  position: absolute;
  content: '※';
  top: 0;
  left: 0;
}

/*============================
表示切り替え
============================*/

.sp-only {
  display: none;
}


@media only screen and (max-width: 768px) {

  /*============================
Clearfix float
============================*/
  .right,
  .left {
    float: none;
    padding: 0;
  }

  /*============================
脚注文字表記etc.
============================*/
  .lead {
    font-size: 18px;
    line-height: 30px;
  }

  .min {
    font-size: 12px;
  }

  /*============================
表示切り替え
============================*/
  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }
}

/*============================
wrapper
============================*/

.wrapper {
  position: relative;
}

@media only screen and (max-width: 768px) {
  .wrapper {
    margin-top: 57px;
  }
}

/*============================
inner
============================*/

.inner {
  width: 1040px;
  margin: auto;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {
  .inner {
    width: 100%;
  }
}

/*============================
header
============================*/

#top {
  position: relative;
  padding: 20px 0;
  width: 100%;
  background-color: #fff;
  z-index: 80000;
}

#top .site-header {
  transition: .7s;
  width: 100%;
  position: relative;
}

#top .site-header .flex {
  align-items: center;
}

.siteTitle {
  width: 223px;
  margin-left: 30px;
}

.siteTitle a {
  padding-top: 22.87%;
  display: block;
  overflow: hidden;
  height: 0;
  width: 100%;
  background: url(../images/common/header/sitetitle.png) no-repeat left center;
  -webkit-background-size: 100%;
  background-size: 100%;
}

/**header 途中から*****/

#top .site-header.transform {
  position: fixed;
  top: 0;
  background-color: #fff;
}

#top .site-header.transform .siteTitle {
  width: 160px;
}

@media only screen and (max-width: 768px) {
  #top {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    border: none;
    min-width: 0;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 3px 8px;
    padding: 14px 0;
  }

  #top .site-header .inner {
    padding: 0 0 0 8px;
  }

  .siteTitle {
    width: 130px;
    margin-left: 10px;
  }

  /**header 途中から*****/
  #top .site-header.transform {
    position: static;
    box-shadow: none;
  }

  #top .site-header.transform .siteTitle {
    width: 130px;
  }
}

/*============================
nav
============================*/

#top nav {
  margin-left: auto;
}

#top .globalNav {
  align-items: center;
}

#top .globalNav > li {
  margin-right: 30px;
}

#top .globalNav > li > a {
  color: #111;
  display: block;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  line-height: 1;
  position: relative;
}

#top .globalNav > li > a span {
  display: block;
  padding-bottom: 10px;
  font-size: 13px;
  line-height: 1;
  color: #776dd1;
  text-transform: uppercase;
}

#top .mail {
  margin-right: 10px;
  background-color: #776dd1;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}

#top .mail a {
  display: block;
  color: #fff;
  font-weight: 900;
}

#top .tel {
  margin-right: 20px;
  background-color: #776dd1;
  border-radius: 50px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

#top .tel a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 0 30px;
}

/**header 途中から*****/

#top .transform .globalNav > li > a {
  padding: 15px 0;
}

@media only screen and (max-width: 768px) {
  #top nav {
    margin: 0;
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin-top: 57px;
    background-color: #fff;
    overflow-y: scroll;
  }

  #top .globalNav li {
    margin-right: 0;
    width: 100%;
    position: relative;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    background-color: transparent;
  }

  #top .globalNav li a {
    overflow: inherit;
    width: 100%;
    height: inherit;
    padding: 18px 0;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
  }

  #top .globalNav li a::after {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 18px;
    margin: auto;
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-top: solid 2px #776dd1;
    border-right: solid 2px #776dd1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 10;
  }

  #top .mail {
    margin-left: 0;
    position: absolute;
    right: 62px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #top .tel {
    margin-left: 0;
    display: block;
    padding: 0;
    border-radius: 50%;
    height: 40px;
    width: 40px;
    line-height: 40px;
    text-align: center;
    position: absolute;
    right: 110px;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  #top .tel a {
    padding: 0;
  }

  #top .tel a span {
    display: none;
  }

  /**header 途中から*****/
  #top .transform .globalNav li {
    width: 100%;
  }

  #top .site-header.transform .siteTitle {
    width: 130px;
  }
}

/*============================
menu(sp)  ハンバーガー
============================*/

.menu {
  display: none;
}

@media only screen and (max-width: 768px) {
  .menu {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 16px;
    z-index: 1000;
    width: 31px;
    height: 23px;
  }

  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  .menu-trigger {
    position: relative;
    width: 31px;
    height: 23px;
  }

  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #776dd1;
  }

  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }

  .menu-trigger span:nth-of-type(2) {
    top: 10px;
  }

  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  /* anime */
  .active .menu-trigger span {
    background-color: #776dd1;
  }

  .active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(10px) rotate(-45deg);
    transform: translateY(10px) rotate(-45deg);
  }

  .active .menu-trigger span:nth-of-type(2) {
    opacity: 0;
  }

  .active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}

/*============================
cont_img
============================*/

.cont_img {
  text-align: center;
  position: relative;
  background: url(../images/common/cont_img.jpg) no-repeat center center;
  background-size: cover;
  height: 325px;
  align-items: center;
  justify-content: center;
}

.cont_img h1 {
  line-height: 1;
  font-size: 20px;
  font-weight: 700;
}

.cont_img h1 span {
  display: block;
}

.cont_img h1 span.eng {
  margin-bottom: 15px;
  font-size: 44px;
  color: #776dd1;
  text-transform: uppercase;
}

@media only screen and (max-width: 768px) {
  .cont_img {
    height: 180px;
  }

  .cont_img h1 {
    font-size: 14px;
  }

  .cont_img h1 span.eng {
    margin-bottom: 10px;
    font-size: 28px;
  }
}

/*============================
パンくず
============================*/

.root {
  font-size: 14px;
  padding: 10px 20px;
  background-color: #f7f7f7;
}

.root ul {
  display: flex;
  overflow: hidden;
}

.root li {
  position: relative;
  letter-spacing: 0;
  padding-bottom: 0;
  white-space: nowrap;
}

.root li::before {
  content: '>';
  margin: 0 5px;
}

.root li:first-child {
  margin-left: 0;
}

.root li:first-child:before {
  display: none;
}


@media only screen and (max-width: 768px) {
  .root {
    overflow-x: auto;
    font-size: 13px;
  }
}

/*============================
container
============================*/

.cont .container {
  width: 1040px;
  margin: auto;
  padding-top: 80px;
  padding-bottom: 100px;
  text-align: left;
  overflow: hidden;
}

@media only screen and (max-width: 768px) {

  .cont .container {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 0;
  }
}

/*============================
Link
============================*/

.link {
  width: 100%;
  margin: auto;
  padding-top: 60px;
  -js-display: flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.link li {
  width: 320px;
  margin: 0 20px;
}

.link li a,
.link li input {
  display: block;
  line-height: inherit;
  width: 100%;
  padding: 13px 0;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.06em;
  color: #fff;
  border: none;
  border-radius: 50px;
  background-color: #776dd1;
  position: relative;
}

.link li a::before,
.link li input::before,
.formBtn li::before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 18px;
  margin: auto;
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 10;
}

.cont .link li {
  width: 290px;
}

@media only screen and (max-width: 768px) {
  .link {
    padding-top: 20px;
  }

  .link li {
    width: 90%;
    margin: 0;
    margin-top: 20px
  }

  .cont .link li {
    width: 90%;
  }
}


/*============================
primary
============================*/

.primary {
  width: 760px;
  float: left;
}

.cont .primary article {
  padding-top: 80px;
}

.cont .primary article:first-of-type {
  padding-top: 0;
}

.primary .inner p {
  margin-top: 15px;
}

.primary .inner p:first-of-type {
  margin-top: 0;
}

.cont .primary .inner {
  width: 100%;
}

.cont h2 {
  font-size: 16px;
  font-weight: 700;
  padding: 14px 0;
  padding-left: 10px;
  margin-bottom: 30px;
  border-left: 8px solid #776dd1;
  background: #f7f7f7;
}

.cont h3 {
  padding: 10px;
  margin-top: 40px;
  margin-bottom: 30px;
  clear: both;
  font-weight: 700;
  border-left: 8px solid #776dd1;
  border-bottom: 1px solid #b5b5b5;
}

.cont h4 {
  font-size: 16px;
  margin: 30px 0 10px;
}

@media only screen and (max-width: 768px) {

  .primary {
    width: 90.625%;
    margin: auto;
    float: none;
  }

  .cont .primary article {
    padding-top: 40px;
  }

  .cont h2 {
    font-size: 16px;
    margin-bottom: 20px;
    padding: 10px 0 10px 8px;
  }

  .cont h3 {
    font-size: 16px;
    margin-bottom: 20px;
  }
}


/*============================
table
============================*/

table.info {
  width: 100%;
}

table.info tr {
  display: flex;
  width: 100%;
  padding-bottom: 10px;
}

table.info tr:last-child {
  padding: 0;
}

table.info:last-child tr {
  justify-content: flex-end;
}

table.info th {
  width: 140px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  background: #f7f7f7;
}

table.info td {
  width: 610px;
  padding: 15px 20px;
  background: #f7f7f7;
  letter-spacing: 0;
}

table.info td li {
  padding-top: 5px;
  list-style-type: none;
}

table.info td li:first-child {
  padding-top: 0;
}

table.info td dt {
  padding-top: 10px;
}

table.info td dt:first-of-type {
  padding-top: 0;
}

a.google::before {
  content: '\f3c5';
  font-weight: 900;
  margin-right: 5px;
  color: #776dd1;
  font-family: "Font Awesome 6 Free";
}

a.google {
  display: block;
  margin: 5px 0;
  font-weight: 700;
}

@media only screen and (max-width: 768px) {

  table.info th,
  table.info td {
    padding: 12px 0;
  }

  table.info th {
    width: 35%;
    font-size: 13px;
  }

  table.info td {
    width: 65%;
    padding: 12px 5px 12px 10px;
    font-size: 14px;
  }
}


/*============================
.point_list
============================*/

.point_list {
  padding: 30px 25px;
  background-color: #f7f7f7;
  counter-reset: no;
}

.point_list dl {
  font-size: 16px;
  border-bottom: 1px solid #776dd1;
  padding-bottom: 15px;
  margin-bottom: 15px;
  align-items: center;
}

.point_list dl:last-of-type {
  border: none;
  padding: 0;
  margin: 0;
}

.point_list dl dt {
  padding-left: 55px;
  font-weight: 700;
  position: relative;
}

.point_list dl dt::before {
  counter-increment: no;
  display: block;
  content: counter(no, decimal-leading-zero)' /';
  font-size: 20px;
  font-weight: 700;
  color: #776dd1;
  font-family: "Cardo", serif;
  position: absolute;
  top: 0;
  left: 5px;
}

@media only screen and (max-width: 768px) {
  .point_list {
    padding: 20px;
  }

  .point_list dl dt {
    margin-bottom: 10px;
  }
}

/*============================
#works
============================*/

#works .box {
  width: 500px;
  position: relative;
}

#works .box p.area {
  position: absolute;
  font-size: 13px;
  background-color: #776dd1;
  color: #fff;
  padding: 3px 10px;
  border-radius: 50px;
  top: 10px;
  right: 10px;
}

#works .box img {
  width: 100%;
  height: 300px;
  margin: 0;
}

#works .box p:last-of-type {
  margin-top: 0;
  padding: 20px 15px;
  background-color: #fff;
}

@media only screen and (max-width: 768px) {
  #works .box {
    width: 100%;
  }

  #works .box:nth-of-type(n+2) {
    margin-top: 15px;
  }

  #works .box img {
    height: auto;
  }

  #works .box p:last-of-type {
    margin-top: 0;
    padding: 10px 15px;
    background-color: #fff;
  }

}

/*============================
secondary
============================*/

.secondary {
  width: 245px;
  float: right;
}

/* バナー */

.secondary .banner li {
  margin-top: 20px;
}

.secondary .banner li:first-child {
  margin-top: 0;
}

.secondary .banner li a {
  display: block;
}

.secondary .banner li a img {
  width: 100%;
}

/* 会社概要 */

.company {
  margin-top: 30px;
}

.company .photo img {
  width: 100%;
}

.company dl {
  background: #f7f7f7;
  padding: 15px 20px;
  padding-bottom: 25px;
  font-size: 15px;
}

.company dd strong {
  padding-top: 15px;
  padding-bottom: 4px;
  display: block;
}

.company dd span {
  padding-top: 5px;
  display: block;
}

.company a.google i {
  margin-bottom: 15px;
}

.company li.btn {
  margin-top: 15px;
}

.company .btn a {
  padding: 12px;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  border-radius: 50px;
  background-color: #776dd1;
}

@media only screen and (max-width: 768px) {
  .secondary {
    padding: 0;
    margin: 0;
    float: none;
    width: 100%;
    border-top: 1px solid #bbbbbb;
    margin-top: 70px;
  }

  .secondary .banner {
    width: 90.625%;
    margin: auto;
    padding: 30px 0;
  }

  .secondary .banner li {
    width: 100%;
  }

  .company {
    margin: 0;
  }

  .company dl {
    padding-bottom: 30px;
  }

  .company .btn a {
    padding: 20px 0;
  }

}

/*============================
toTop
============================*/

.toTop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 10000;
}

.toTop li a {
  padding-top: 45px;
  display: block;
  overflow: hidden;
  width: 45px;
  height: 0;
  background: url(../images/common/footer/totop.png) no-repeat center top #6148b3;
  border-radius: 50px;
}

@media only screen and (max-width: 768px) {
  .toTop li a {
    width: 40px;
    height: 40px;
    padding-top: 40px;
    background-image: url(../images/common/footer/totop_sp.png);
    background-size: 40px;
  }
}

/*============================
footer
============================*/

footer {
  background: #776dd1;
}

footer .inner {
  position: relative;
  padding: 60px 0;
}

footer .detail {
  color: #fff;
  font-size: 15px;
}

footer .detail .siteTitle {
  margin-bottom: 25px;
}

footer .detail .siteTitle a {
  background-image: url(../images/common/footer/sitetitle.png);
  -webkit-background-size: 100%;
  background-size: 100%;
}

footer .footer-nav .sitelink {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
}

footer .footer-nav .sitelink li {
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}

footer .footer-nav .sitelink li:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.2);
}

footer .footer-nav .sitelink li a {
  display: block;
  color: #fff;
  text-align: center;
  padding: 0 20px;
}

footer .footer-nav .sublink {
  overflow: hidden;
  padding: 20px 0;
}

footer .footer-nav .sublink li {
  float: left;
  margin-right: 25px;
}

footer .footer-nav .sublink li a {
  color: #fff;
  position: relative;
  padding-left: 10px;
  font-size: 13px;
  line-height: 1;
}

footer .footer-nav .sublink li a::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-left: 5px solid #fff;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}

footer .footer-nav .contact {
  display: inline-block;
  background-color: #fff;
  padding: 8px 30px;
  border-radius: 50px;
  font-weight: 700;
  text-align: center;
}

footer .footer-nav .contact i {
  color: #776dd1;
  font-size: 14px;
}

footer .copyright {
  text-align: center;
  font-size: 11px;
  letter-spacing: 0.06em;
  padding: 15px 0;
  color: #FFF;
  background-color: #6148b3;
}

@media only screen and (max-width: 768px) {

  footer .inner {
    position: relative;
    width: 90.625%;
    padding: 40px 0;
    display: block;
  }

  footer .detail {
    color: #fff;
    font-size: 14px;
  }

  footer .detail .siteTitle {
    width: 60%;
    margin: 0;
    margin-bottom: 15px;
  }

  footer .footer-nav .sitelink {
    padding: 20px 0;
  }

  footer .footer-nav .sitelink li {
    border-left: none;
    background: rgba(0, 0, 0, 0.2);
    width: 49%;
    margin-bottom: 2%;
    border-radius: 3px;
  }

  footer .footer-nav .sitelink li:last-child {
    border-right: none;
  }

  footer .footer-nav .sitelink li a {
    padding: 10px 0;
  }

  footer .footer-nav .contact {
    display: block;
    padding: 15px 0;
  }
}

/*============================
common_js
============================*/

.sa {
  opacity: 0;
  transition: all 0.8s ease;
}

.sa.show {
  opacity: 1;
  transform: none;
}

.sa--lr {
  transform: translate(-100px, 0);
}

.sa--rl {
  transform: translate(100px, 0);
}

.sa--up {
  transform: translate(0, 100px);
}

.sa--down {
  transform: translate(0, -100px);
}

.sa--scaleUp {
  transform: scale(.5);
}

.sa--scaleDown {
  transform: scale(1.5);
}

.sa--rotateL {
  transform: rotate(180deg);
}

.sa--rotateR {
  transform: rotate(-180deg);
}
