@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

.ul_on {
  list-style: disc;
  margin-left: 20px;
}

a {
  text-decoration: none;
  display: block;
  color: #101010;
  transition: all 0.5s ease;
}
a.text-link {
  display: inline;
}
a:hover {
  color: #8cc;
  opacity: 0.7;
}

blockquote,
q {
  quotes: none;
}

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

/* remember to define focus styles! */
:focus {
  outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

svg {
  width:100%;
  height: 70%;
}

/* _base */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}

html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
}

body,
input,
textarea,
select {
  font-family: "Noto Sans JP","YuGothic", "Hiragino Kaku Gothic Pro", Meiryo,
    "ヒラギノ角ゴ Pro W3", "MS PGothic", "MS UI Gothic", "Montserrat", Source Sans Pro,
    Helvetica, Arial, sans-serif;
  color: #333333;
  line-height: 1.8;
}

// <uniquifier>: Use a unique and descriptive class name
// <weight>: Use a value from 100 to 900

.noto-sans-jp-<uniquifier> {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
.montserrat-<uniquifier> {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}

body,
input,
textarea,
select {
  font-size: 1.6rem;
}

/* margin */
.margin_2 {
  margin-bottom: 2%;
}

.margin_3 {
  margin-bottom: 3%;
}

.margin_4 {
  margin-bottom: 4%;
}

.margin_5 {
  margin-bottom: 5%;
}

.margin_6 {
  margin-bottom: 6%;
}

.margin_7 {
  margin-bottom: 7%;
}

.margin_8 {
  margin-bottom: 8%;
}

.margin_9 {
  margin-bottom: 9%;
}

.margin_10 {
  margin-bottom: 10%;
}

.margin_12 {
  margin-bottom: 12%;
}

.margin_14 {
  margin-bottom: 14%;
}

.margin_16 {
  margin-bottom: 16%;
}

.margin_18 {
  margin-bottom: 18%;
}

.margin_20 {
  margin-bottom: 20%;
}



/* display */
.display_b {
  display: block;
}


/* btn */
.btn-area {
  text-align: center;
  margin-bottom: 30px;
}

.btn {
  display: inline-block;
  background: #f4f4f4;
  color: #8cc;
  padding: 2.5rem 10rem;
  border-radius: 40px;
  transition: all 0.5s ease;
}
.btn:hover {
  background: #8cc;
  color: #fff;
  opacity: 1;
}

.anchorlink-area {
  display: flex;
  justify-content: space-evenly;

}
.anchorlink {
  color: #101010;
  position: relative;

  &::after {
		position: absolute;
		bottom: -3px;
		left: 0;
		display: block;
		content: "";
		width: 100%;
		height: 2px;
		background: #101010;
		transform: scale(0,1);
		transform-origin: left top;
		transition: transform .3s ease;
	}

	&:hover {
		&::after {
			transform: scale(1,1);
		}
	}
}
.anchorlink svg{
  width: auto;
}



/* text関連 */
.box {
  margin-bottom: 50px;
}
.text {
  margin-bottom: 30px;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.column-area {
  background: #f4f4f4;
  padding: 6%;
  margin-bottom: 40px;
}
.caption {
  font-size: 14px;
}
.bold {
  font-weight: 600;
}
.border {
  color: #101010;
  width: 980px;
  border-bottom: 1px dashed #101010;
  padding-bottom: 20px;
  margin: 0 auto;
  margin-bottom: 60px;
}
/* dl */
dt {
  float: left;
}
dt::after {
  content: "：";
}

/* table */
table {
  margin: 0 auto;
  width: 100%;
  margin-bottom: 20px;
}
tr {
  border-bottom: 1px #ccc solid;
  line-height: 4em;
}
th {
  width: calc(100% / 2);

}

.td-text {
  line-height: 2em;
  padding: 2% 0;
}


/* _main */
main {
  display: block;
}

/* _header */
/* PC */
.header-menuBtn {
  display: none;
}
.header {
  display: block;
}

.header-inner {
  display: table;
  margin: 0 auto;
  max-width: 1200px;
  min-width: 980px;
}
.header-logo {
  display: table-cell;
  vertical-align: middle;
}
.header-logo a._pc {
  width: 80px;
}

/* gnav */
.gnav-wrap {
  display: table-cell;
  vertical-align: middle;
  width: 600px;
}
.gnav {
  display: flex;
  justify-content: space-between;
}
.gnav-item {
  width: calc(100% / 4);
  text-align: center;
  padding: 40px 0;
}
.gnav-item-inner {
  font: 400 Italic 20px/40px "Montserrat";
  color: #101010;
}
.gnav-item-subtitle {
  color: #d6d6d6;
  font-size: 14px;
  font-weight: normal;
  display: list-item;
  margin-top: -15px;
}

  /* Breadcrumb */
.breadcrumb {
  margin-bottom: 30px;
}


  .breadcrumb li {
    font-size: 13px;
    margin-right: 5px;
    display: inline-flex;
  }

  .breadcrumb li:not(:last-child)::after {
    margin: 0 8px;
    content: "/";
    color: #afafaf;
  }

  .breadcrumb li span {
    color: #d6d6d6;
  }


  /* .breadcrumb li:not(:last-child)::after {
    display: inline-block;
    content: "/";
    color: #afafaf;
    margin-inline: 2px;
  } */


/* home */
.home main .contents-inner {
  padding: 5% 0 10% 0;
  margin: 0 auto;
  background-size: 300px auto;
}

.home .star img {
  width: 6%;
  margin-bottom: 4%;
}
.home .title {
  font: 400 Italic 70px/40px "Montserrat";
  color: #101010;
  margin-bottom: 10%;
  letter-spacing: 10px;
}
.home .text {
  line-height: 2;
  letter-spacing: 2px;
}

.home .MainVisual._pc {
  height: 500px;
  width: 100%;
  background: url(../image/main_vis.jpg) no-repeat center / cover;
}

/*service */
.home .service-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
  column-gap: 20px;
  margin-bottom: 60px;
}

.home .service-box {
  background: #f4f4f4;
  padding: 10%;
  border-radius: 10px;
  margin: 0 1.2%;
}

.home .service-box ul {
  text-align: left;
}

.home .service-box p {
  color: #101010;
  padding: 6% 0;
  text-align: center;
  font-size: 18px;
}

.service-img{
  width: 250px;
  margin: auto;
}


/*news*/
.home .news-box article {
  display: flex;
  width: 100%;
  margin-bottom: 20px;
  padding: 20px 0;
  border-bottom: 1px solid #ccc;
}
.home .news-box article .date {
  display: inline-block;
}
.date {
  font: 400 Italic 18px "Montserrat" ;
  color: #d6d6d6;
  padding: 10px 0;
}


.home .news-box article .tag-area {
  display: inline-block;
  margin: 0px 0 20px 20px;
}
.home .news-box article .news-title {
  margin-left: 3%;
}

.contact_box {
  display: flex;
  border: 1px solid #e0e0e0;
  background-color: #fff;
  padding: 20px;
}
.contact_box .btn {
  font: 500 Italic 20px "Montserrat";
  letter-spacing:0.1rem;
}
.c_box {
  flex: 1;
  text-align: center;
  padding: 20px;
  border-right: 1px solid #e0e0e0;
}
.c_box:last-child {
  border-right: none;
}
.sub-text {
  display: block;
  margin: 5% 0;　
  font-size: 14px;
  color: #666;
}



.pageTop {
  position: fixed;
  bottom: 2%;
  right: -12%;
  z-index: 300;
}

/* footer */
.pageTop img {
  width: 36%;
}

footer {
  background: #3D3D3E;
  padding: 4%;
  color: #fff;
  font-size: 14px;
}
.footer-list {
  display: flex;
  margin-bottom: 10px;
}
.footer-list-item {
  margin-right: 20px;
}
.footer-list-item a {
  color: #fff;
}
.copy {
  text-align: center;
  font: 100 12px/20px "Montserrat";
}

/*------------
   sub-page
-------------*/
.contents-inner {
  width: 1080px;
  padding: 3% 0;
  margin: 0 auto;
}
.title {
  font: 400 Italic 60px/40px "Montserrat";
  color: #101010;
  margin-bottom: 10%;
  letter-spacing: 10px;
  text-align: center;
}

/* about */
.contents {
  margin: 0 auto;
}
section {
  margin-bottom: 14%;
}

.okaki-prf {
  width: 200px;
  margin: 0 auto;
  margin-bottom: 3.5em;
}
.sub-title {
  font: 400 Italic 40px/80px "Montserrat";
  letter-spacing: 4px;
  color: #101010;
  text-align: center;
  margin-bottom: 30px;
}
.yellow-line {
  background: linear-gradient(transparent 40%, #faf3d3 0%);
}

h2 {
  text-align: center;
  color: #101010;
  font-size: 1.8em;
  letter-spacing: 2.4px;
  width: 100%;
  padding-bottom: 20px;
  margin: 0 auto;
  margin-bottom: 8%;
}
h3 {
  color: #101010;
  padding: 1rem 2rem;
  border-left: 3px dotted #101010;
  font-size: 1.2em;
  margin-bottom: 4.5%;
  /* text-align: center; */
  letter-spacing: 2.4px;
}

.about table {
  margin-bottom: 60px;
}
.about th {
  width: calc(100% / 3.5);
}
.about td {
  text-align: left;
}

/* Works */
.work-inner {
  margin-bottom: 2%;
  justify-content: space-between;
}
.work-inner:last-of-type {
  margin-bottom: 0px;
}
.work-post-inner{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  row-gap: 20px;
  column-gap: 30px;
}



.post {
  margin-bottom: 50px;
}
.post-img{
  overflow: hidden;
  box-shadow: 0 0 40px 0 rgba(223, 223, 223, 1);
  margin-bottom: 20px;
}

.post-img img{
  width: 100%;
  transition-duration: 0.5s;
}
.post-img:hover img{
  transform: scale(1.2);
  transition-duration: 0.5s;
}

.post-tag{
  font-size: 0.8em;
  line-height: 1.6;
}
.post-tag li{
  color: #afafaf;
}
.post-tag li:not(:last-child)::after {
  content: "/";
  color: #afafaf;
  margin-inline: 2px;
}


.tag-area {
  margin: 10px 0 20px 0;
}
.tag {
  display: inline-block;
  width: 110px;
  background: #f4f4f4;
  font-size: 12px;
  color: #8cc;
  padding: 0.2rem;
  border-radius: 40px;
  transition: all 0.5s ease;
  margin-right: 10px;
  text-align: center;
}
.work-title {
  font-weight: Bold;
  text-align: left;
  font-size: 18px;
  color: #101010;
  margin-bottom: 10px;
}

.fee-box {
  margin-bottom: 60px;
}
.fee-box .fee-table-title {
  background: #3D3D3E;
  color: #fff;
}
.fee-box td{
  text-align: right;
  padding: 0 6% 0 0;
}

.section._01 .caption {
  margin-bottom: 60px;
}

.info-img{
  width: 60%;
  margin: 0 auto 20px auto;
}

.works_info--box{
  width: 90%;
  margin: 0 auto 20px;
  padding: 10px 12em;
  border-radius: 24px;
}

.works_info--table tr{
      border-bottom:none;
      line-height: 2.3em;
}

.works_info--table a {
  color: #8cc;
  line-height: normal;
  display: inline;
}
.fa-arrow-up-right-from-square {
  width: 13px;
  margin-left: 6px;
}

.works_info--table th{
  width: 140px;
  padding-right: 16px;;
  text-align: left;
  letter-spacing: .06em;
  font-size: 0.9em;
  word-break: keep-all;
  color: #8cc;
}

.works_info--table td{
  padding: 8px 0;
}

.works_info--table li:not(:last-child)::after {
  content: "/";
  color: #afafaf;
  margin-inline: 4px;
}



/* Flex */
.flex {
  display: flex;
}

.flex-c-wrap {
  flex-wrap: wrap;
}



/* Contact */
.contact .btn-area {
  margin-bottom: 6em;
}

/* Privacy */
.privacypolicy ol {
  list-style: auto;
  margin: 1em 0;
	padding-left: 30px;
}


/* ----------------- 
 SP 
--------------------*/
/* レスポンシブ */
@media screen and (max-width: 767px) {
  ._sp {
    display: block;
  }
  ._pc {
    display: none !important;
  }

  .wrapper {
    overflow: hidden;
  }
  .contents-inner {
    width: 100%;
    padding-top: 90px;
  }

  /* home */
  .home .MainVisual._sp{
    height: 500px;
    width: 100%;
    background: url(../image/main_vis_sp.jpg) no-repeat center / cover;
  }

  .home .news-box article {
    display: block;
  }

  /* header */
  .header-inner {
    min-width: 100%;
    height: 80px;
    position: fixed;
    background: #fff;
    z-index: 999;
  }

  .header-logo img {
    padding: 10px 0 10px 20px;
    width: 20%;
  }

  /* gnav */
  #nav-toggle {
    position: fixed;
    top: 25px;
    right: 15px;
    height: 32px;
    cursor: pointer;
  }

  #nav-toggle div {
    position: relative;
    width: 36px;
  }
  #nav-toggle span {
    width: 100%;
    height: 1px;
    left: 0;
    display: block;
    background: #101010;
    position: absolute;
    transition: transform 0.6s ease-in-out, top 0.5s ease;
  }

  #nav-toggle span:nth-child(1) {
    top: 0;
  }
  #nav-toggle span:nth-child(2) {
    top: 14px;
  }
  #nav-toggle span:nth-child(3) {
    top: 28px;
  }
  #nav-toggle:hover span:nth-child(1) {
    top: 4px;
  }
  #nav-toggle:hover span:nth-child(3) {
    top: 23px;
  }

  .open #nav-toggle span {
    background: #101010;
  }
  .open #nav-toggle span:nth-child(1) {
    top: 15px;
    transform: rotate(45deg);
  }
  .open #nav-toggle span:nth-child(2) {
    top: 15px;
    width: 0;
    left: 50%;
  }
  .open #nav-toggle span:nth-child(3) {
    top: 15px;
    transform: rotate(-45deg);
  }

  #nav-toggle {
    z-index: 1000;
  }

  #gloval-wrap {
    background: #fff;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 990;
    text-align: center;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 26px;
    opacity: 0;
    transition: opacity 0.6s ease, visibility 0.6s ease;
  }

  .open #gloval-wrap {
    visibility: visible;
    opacity: 1;
  }
  .gnav-item {
    width: 100%;
    padding: 20px 0;
  }
  .gnav-item-inner {
    transition: color 0.6s ease;
  }

  /* open */
  .open {
    overflow: hidden;
    cursor: pointer;
  }

  .open #gloval-wrap {
    visibility: visible;
    opacity: 1;
  }

  .open #gloval-wrap li {
    opacity: 1;
    transform: translateX(0);
    transition: transform 1s ease, opacity 0.9s ease;
  }

  /* footer */
  .pageTop {
    right: -40%;
  }
  .pageTop img {
    width: 30%;
    height: auto;
  }
  .footer-list {
    justify-content: center;
}
  

  /* subpage common */
  .contents-inner {
    padding: 90px 6% 10% 6%;
  }
  h2 {
    width: 100%;
    margin-bottom: 30px;
  }
  .btn {
    padding: 1.5rem 6rem;
  }
  .contact-btn {
    padding: 1.5rem 5rem;
  }
  .anchorlink {
    font-size: 13px;
  }
  .column-area {
    padding: 6%;
  }
  .border {
    width: 100%;
  }

  /*table*/
  td,
  .td-text {
    padding: 2% 5%;
  }

  /* home */
  .home main .contents-inner {
    padding: 90px 6% 10% 6%;
    background-size: 200px auto;
  }
  .home .title,
  .title {
    font: 400 Italic 40px "Montserrat";
    letter-spacing: 5px;
    line-height: 40px;
  }
  .home .star img {
    width: 16%;
  }
  .home .text {
    letter-spacing: 0;
  }

  /*service*/
  .home .service-inner {
    display: block;
  }
  .home .service-box {
    width: 100%;
    margin: 0;
    margin-bottom: 10%;
  }

  .home .service-box p {
    padding: 5% 0;
  }

  .home .news-box article .news-title {
    margin-left: 0;
  }

  /* prof*/
  .okaki-prf {
    width: 120px;
    margin-bottom: 1.5em;
  }
  /* work */
  .flex-item {
    width: 170px;
    margin-bottom: 0;
  }
  .work-post-inner{
    display: block;
  }
  .post {
    width: 340px;
    /* margin-bottom: 3em; */
    margin: 10% auto;
  }
  .work-title {
    font-size: 1.6rem;
  }
  .works_info--table tr {
    line-height: 1.5em;
    border-bottom: none;
}
  .contact_box {
    display: flex;
    border: 1px solid #e0e0e0;
    background-color: #fff;
    padding: 20px;
    flex-direction: column;
  }
  .c_box {
    flex: 1;
    text-align: center;
    padding: 20px;
    border-bottom: 1px solid #e0e0e0;
    border-right: none;
  }
  .c_box:last-child {
    border-bottom: none;
    margin-top: 20px;
  }
  .works_info--box{
    width: 100%;
    padding: 40px 20px;
  }



}



/* ------ end SP --------*/

@media print, screen and (min-width: 768px) {
  ._sp {
    display: none !important;
  }
}




