@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*
Theme Name:NOT FLOWER
Theme URI: https://hawks-design.com/
Author: sugurukato webdesign
Author URI: https://hawks-design.com/
Description: originaldesign
Version: 2.5
Requires at least: 4.7
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: suguru-kato
Tags: compnay,freelance,user

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
6.0 Forms
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
11.0 Featured Image Hover
12.0 Navigation
13.0 Layout
   13.1 Header
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
   13.6 Footer
14.0 Comments
15.0 Widgets
16.0 Media
   16.1 Galleries
17.0 Customizer
18.0 SVGs Fallbacks
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/

/*reset*/

/* Reset box-model and set borders */
/* ============================================ */

*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */

html {
  font-size: 62.5%;
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  scroll-behavior: smooth;
}

/* Sections */
/* ============================================ */

/**
 * Remove the margin in all browsers.
 */

body {
  color: #333;
  font-size: 1.6rem;
  font-weight: 400;
	font-family: 'Noto Sans Japanese', sans-serif;
  font-optical-sizing: auto;
  line-height: 2.8rem;
  margin: 0;
  text-align:left;
  letter-spacing:0px;
  background-color: #f4f4f4 !important;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */

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

/* Lists (definition) */
/* ============================================ */

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

/* Embedded content */
/* ============================================ */

/**
 * Prevent vertical alignment issues.
 */

img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */

/**
 * Reset form fields to make them styleable
 */

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */

[type="checkbox"] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */

select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */

option {
  padding: 0;
}

/**
 * Reset to invisible
 */

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */

[type="search"] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */

label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */

[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

.pc_off{
  @media screen and (min-width: 767px) {
    display: none !important;
  }
}

.sp_off{
  @media screen and (max-width: 767px) {
    display: none !important;
  }
}

/*wordpress*/

.wpcf7-spinner{
  display: none !important;
}

/*GSAP*/

.fade-in-section {
  opacity: 0;
  transform: translateY(50px);
}

/*swiper*/

.swiper {
  width: 100%;
  margin-top: 80px;
  margin-left: 10% !important;
  @media screen and (max-width: 767px) {
    width: 300%;
    margin-left: 20px !important;
  }
}

.swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 0px 3px 0px;
}

/*humber*/

/*humberger menu*/

#navArea nav {
  display: block;
  position: fixed;
  top: 0;
  right: -400px;
  bottom: 0;
  background-color: rgba(244, 244, 244, 1);
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: all 0.5s ease;
  z-index: 9999;
  opacity: 0;
}
.open nav {
  right: 0 !important;
  opacity: 1 !important;
}
#navArea nav .inner {
  padding: 80px 60px;
  @media screen and (min-width: 767px) {
    padding: 80px 40px;
  }
}
#navArea nav .inner ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#navArea nav .inner ul li {
  position: relative;
  margin: 0;
  border-bottom: 1px solid #ccc;
}
#navArea nav .inner ul li a {
  display: block;
  font-size: 1.6rem;
  font-weight: 300;
  padding: 16px 20px;
  text-decoration: none;
  transition-duration: 0.2s;
  position: relative;
  left:0px;
}
#navArea nav .inner ul li a::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: #333;
  line-height: 1;
  width: 6px;
  height: 6px;
  border: 0.1em solid rgb(86 56 45);
  border-left: 0;
  border-bottom: 0;
  box-sizing: border-box;
  transform: translateX(-25%) rotate(45deg);
  position: absolute;
  top: 48%;
  left: 0px;
}
#navArea nav .inner ul li a:hover {
  transition-duration: 0.2s;
  left:4px;
}

#navArea nav .inner ul li a span{
  font-size: 1.2rem;
  position: relative;
  bottom: 2px;
}

#navArea nav .inner ul li a span::before{
  content:"-";
  margin:0px 10px;
}

@media screen and (min-width: 767px) {
  .pc_off{
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  header nav {
    right: -100%;
    width: 100%;
  }
  .sp_off{
    display: none !important;;
  }
}

/*.toggle_btn*/

.toggle_btn {
  display: block;
  position: relative;
  width: 40px;
  height: 40px;
  transition: all .5s;
  cursor: pointer;
  z-index: 9999;
  position: fixed;
  top: 10px;
  right: 20px;
}
.toggle_btn span {
  display: block;
  position: absolute;
  left: 20px;
  width: 20px;
  height: 2px;
  background-color: #333;
  border-radius: 4px;
  transition: all .5s;
}
.toggle_btn span:nth-child(1) {
  top: 20px;
}
.toggle_btn span:nth-child(2) {
  top: 28px;
}
.toggle_btn span:nth-child(3) {
  top: 36px;
}
.open .toggle_btn span {
  background-color: #333;
}
.open .toggle_btn span:nth-child(1) {
  -webkit-transform: translateY(10px) rotate(-315deg);
  transform: translateY(10px) rotate(-315deg);
  top:16px;
}
.open .toggle_btn span:nth-child(2) {
  opacity: 0;
}
.open .toggle_btn span:nth-child(3) {
  -webkit-transform: translateY(-10px) rotate(315deg);
  transform: translateY(-10px) rotate(315deg);
}
/*mask*/

#mask {
  display: none;
  transition: all .5s;
}
.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .8;
  z-index: 2;
  cursor: pointer;
}

/*共通*/

.pankuzu_inner{
  width: calc(100% - 16vw);
  margin: auto;
  margin-bottom: 20px;
  @media screen and (max-width: 767px) {
    width: calc(100% - 12vw);
  }
}

.pankuzu_inner nav ul{
  display: flex;
  flex-wrap: wrap;
}

.pankuzu_inner nav ul li a{
  text-decoration: underline;
}

.pankuzu_inner nav ul li:hover a{
  text-decoration: none;
}

.pankuzu_inner nav ul li a::after{
  display: inline-block;
  transform: rotate(45deg);
  width: .3em;
  height: .3em;
  margin: 0px 10px;
  border-top: 1px solid #333333;
  border-right: 1px solid #333333;
  content: '';
  position: relative;
  top: -3px;
}


a.more{
  color: #0A7A7D;
  font-weight: 600;
  display: inline-flex;
  padding: 16px 36px;
  background-color: #fff;
  border-radius: 100px;
  border: solid 2px #0A7A7D;
  position: relative;
  transition: 0.2s ease;
}

a.more:hover{
  color: #fff;
  background-color: #0A7A7D;
  transition: 0.2s ease;
}

a.more::before{
  content: '';
  width: 36px;
  height: 8px;
  border-bottom: solid 1px;
  border-right: solid 1px;
  transform: skew(45deg);
  position: relative;
  top: 7px;
  right: 16px;
}

a.back_link{
  color: #0A7A7D;
  text-decoration: underline;
  display: inline-block;
  margin-top: 20px;
}

/*header*/

.header{
  width: 100%;
}

.header_inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 40px;
  @media screen and (max-width: 767px) {
    width: 100%;
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background-color: #f4f4f4;
  }
}

.header_inner .logo img{
  width: auto;
  height: 40px;
}

.pc_nav{
  display: flex;
  align-items: center;
}

.pc_nav a{
  font-size: 1.4rem;
  font-weight: 600;
  margin-left:20px;
  position: relative;
}

.pc_nav a:hover{
  color: #0A7A7D;
}

.pc_nav a::after{
  position: absolute;
  bottom: -4px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #000;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.pc_nav a:hover::after{
  transform: scale(1, 1);
  background: #0A7A7D;
}

/*footer*/

.contents_contact{
  display: flex;
  justify-content: center;
  background-color: #06202B;
  margin-top: 120px;
}

.contents_contact .more{
  bottom: 30px;
}

.footer{
  background-color: #06202B;
}

.footer_inner{
  color: #fff;
  width: calc(100% - 16vw);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: auto;
  padding: 80px 0px 120px;
  align-items: center;
  @media screen and (max-width: 767px) {
    padding: 40px 0px 120px;
  }
}

.footer_inner h1{
  font-weight: 600;
  letter-spacing: 10px;
}

.footer_inner nav{
  margin: 20px 0px;
}

.footer_inner nav a{
  font-size: 1.4rem;
  margin-right: 20px;
  position: relative;
  @media screen and (max-width: 767px) {
    display: flex;
    flex-direction: column;
    margin: 20px 0px;
    text-align: center;
  }
}

.footer_inner nav a::after{
  position: absolute;
  bottom: -10px;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}

.footer_inner nav a:hover::after{
  transform: scale(1, 1);
}

.copyright{
  color: #183a48;
  font-size: 1.2rem;
  letter-spacing: 3px;
}

/*front_page*/

.front_page{
  @media screen and (max-width: 767px) {
    margin-top: 90px;
  }
}

.front_fv{
  overflow: hidden;
}

.front_fv_inner{
  width: calc(100% - 16vw);
  height: 780px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
  position: relative;
  top: -80px;
  left: 0;
  @media screen and (max-width: 767px) {
    height: auto;
    flex-direction: column-reverse;
    top: 0px;
  }
}

.front_fv_inner::after{
  content: "";
  display: block;
  width: 1000%;
  height: 122px;
  position: absolute;
  bottom: -40px;
  left: -100px;
  background-image: url(/wp-content/themes/hawksdesign/assets/images/slidetext.webp);
  background-repeat: repeat-x;
  background-size: contain;
  animation   : scrollAnime 300s linear infinite;
  @media screen and (max-width: 767px) {
    bottom: 10vh;
  }
}

@keyframes scrollAnime{
  0% { transform: translateX(0)}
100% { transform: translateX(-100%)}
}

.front_fv_inner .front_fv_inner_left{
  width: 40%;
  position: relative;
  top: -10px;
  left: 0;
  @media screen and (max-width: 767px) {
    width: 100%;
    top: 0px;
  }
}

.front_fv_inner .front_fv_inner_left::after{
  content: "";
  width: 32vw;
  height: 30vh;
  background-image: url(/wp-content/themes/hawksdesign/assets/images/smartphone.webp);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 300px;
  left: 0px;
  z-index: 100;
  animation: floating-y 1.8s ease-in-out infinite alternate-reverse;
  @media screen and (max-width: 767px) {
    width: 40vw;
    top: 12vh;
  }
}

@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(5%);
  }
}

.front_fv_inner .front_fv_inner_left .front_fv_inner_left_text1{
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 60px;
  @media screen and (max-width: 767px) {
    font-size: 4.0rem;
    line-height: 48px;
    margin-top: 20px;
  }
}

.front_fv_inner .front_fv_inner_left .front_fv_inner_left_text1 span{
  color: #0A7A7D;
}

.front_fv_inner .front_fv_inner_left .front_fv_inner_left_text2{
  color: #999;
  font-size: 1.2rem;
  font-weight: 300;
  margin-top: 10px;
  letter-spacing: 1px;
  @media screen and (max-width: 767px) {
    margin: 0px;
  }
}

.front_fv_inner .front_fv_inner_left .front_fv_inner_left_text3{
  font-size: 1.6rem;
  font-weight: 600;
  margin-top: 40px;
  @media screen and (max-width: 767px) {
    font-size: 1.2rem;
    margin-top: 120px;
  }
}

.front_fv_inner .front_fv_inner_right{
  width: 58%;
  @media screen and (max-width: 767px) {
    width: 100%;
    text-align: center;
    margin-top: 10px;
  }
}

.front_fv_inner div img{
  width: 100%;
  height: auto;
  @media screen and (max-width: 767px) {
    width: 90%;
  }
}

.front_news{
  margin-top: 60px;
  overflow: hidden;
}

.front_news_inner{
  width: 100%;
  text-align: center;
  padding-top: 100px;
}

.front_news_inner h2{
  color: #0A3A4E;
  font-size: 4rem;
  font-weight: 600;
  position: relative;
  top: 0;
  left: 0;
}

.front_news_inner h2::after{
  content: "COLUMN";
  color: #999;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 1px;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
}

.front_news_inner h2 span{
  width: 330px;
  color: #B27E00;
  font-size: 1.8rem;
  padding: 18px 36px;
  border-radius: 4px;
  background-color: #F5EEDD;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.front_news_inner h2 span::after{
  content: "";
  display: block;
  height: calc(40px / 2 * tan(60deg));
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  background: #F5EEDD;
}

.front_news_inner article{
  background-color: #fff;
  text-align: left;
  filter: drop-shadow(0px 0px 2px #ccc);
}

.front_news_inner article div{
  width: 100%;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.front_news_inner article div img{
  width: 100%;
  height: auto;
  transform: scale(1.0);
  transition: 0.3s ease;
}

.front_news_inner article:hover div img{
  transform: scale(1.2);
  transition: 0.3s ease;
}

.front_news_inner article h3{
  font-size: 1.8rem;
  font-weight: 600;
  padding: 20px;
}

.front_news_inner article span{
  color: #aaa;
  font-size: 1.4rem;
  display: block;
  padding: 0px 20px 20px 20px;
  text-align: right;
}

.front_news_inner a.more{
  margin-top: 40px;
  @media screen and (max-width: 767px) {
    margin-top: 30px;
  }
}

.front_service{
  background-color: #06202B;
  margin-top: 120px;
}

.front_service_inner{
  width: calc(100% - 24vw);
  margin: auto;
  display: flex;
  justify-content: space-between;
  padding: 120px 0px;
  @media screen and (max-width: 767px) {
    width: calc(100% - 16vw);
    flex-direction: column;
    padding: 60px 0px;
  }
}

.front_service_inner_left{
  width: 40%;
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.front_service_inner_left .front_service_inner_left_contents{
  position: sticky;
  top: 120px;
}

.front_service_inner_left .front_service_inner_left_contents h2{
  color: #fff;
  font-size: 3.2rem;
  font-weight: 600;
  line-height: 52px;
}

.front_service_inner_left .front_service_inner_left_contents h2::after{
  content: "SERVICE";
  color: #183a48;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 1px;
  position: absolute;
  top: 40px;
  left: 0;
}

.front_service_inner_left .front_service_inner_left_contents p{
  color: #fff;
  margin-top: 40px;
}

.front_service_inner_left .front_service_inner_left_contents div{
  text-align: center;
}

.front_service_inner_left .front_service_inner_left_contents img{
  width: 72%;
  height: auto;
  margin-top: 20px;
  @media screen and (max-width: 767px) {
    width: 100%;
    margin-bottom: 40px;
  }
}

.front_service_inner_right{
  width: 55%;
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.front_service_inner_right div{
  background-color: #fff;
  margin-bottom: 80px;
  overflow: hidden;
  @media screen and (max-width: 767px) {
    margin-bottom: 40px;
  }
}

.front_service_inner_right div:last-child{
  margin-bottom: 0px;
}

.front_service_inner_right div img{
  width: 100%;
  height: auto;
}

.front_service_inner_right div h3{
  color: #333;
  font-size: 2.4rem;
  font-weight: 600;
  padding: 40px 40px 20px 40px;
  @media screen and (max-width: 767px) {
    padding: 24px 24px 0px 24px;
  }
}

.front_service_inner_right div p{
  padding: 0px 40px 20px 40px;
  @media screen and (max-width: 767px) {
    padding: 24px;
  }
}

.front_service_inner_right div .more{
  margin: 0px 40px 40px 40px;
  float: right;
}

.front_works{
  margin-top: 180px;
  text-align: center;
}

.front_works_inner{
  width: calc(100% - 16vw);
  margin: auto;
}

.front_works_inner h2{
  color: #0A3A4E;
  font-size: 4rem;
  font-weight: 600;
  position: relative;
  top: 0;
  left: 0;
}

.front_works_inner h2::after{
  content: "WORKS";
  color: #999;
  font-size: 1.2rem;
  font-weight: 300;
  letter-spacing: 1px;
  position: absolute;
  top: 40px;
  left: 0;
  right: 0;
  margin: auto;
}

.front_works_inner h2 span{
  width: 510px;
  color: #B27E00;
  font-size: 1.8rem;
  padding: 18px 36px;
  border-radius: 4px;
  background-color: #F5EEDD;
  position: absolute;
  top: -100px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  @media screen and (max-width: 767px) {
    width: 100%;
    top: -140px;
  }
}

.front_works_inner h2 span::after{
  content: "";
  display: block;
  height: calc(40px / 2 * tan(60deg));
  width: 60px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  background: #F5EEDD;
}

.front_works_inner ul{
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  @media screen and (max-width: 767px) {
    flex-direction: column;
  }
}

.front_works_inner ul li{
  width: 30%;
  text-align: left;
  @media screen and (max-width: 767px) {
    width: 100%;
    margin-bottom: 40px;
  }
}

.front_works_inner ul li div{
  padding: 40px;
}

.front_works_inner_list1 div{
  background-color: #F1E9D4;
}

.front_works_inner_list2 div{
  background-color: #CDC1CC;
}

.front_works_inner_list3 div{
  background-color: #BCAD9B;
}

.front_works_inner ul li div img{
  width: 100%;
  height: auto;
}

.front_works_inner ul li span{
  color: #999;
  font-size: 1.2rem;
  font-weight: 300;
}

.front_works_inner ul li h3{
  font-size: 1.4rem;
  font-weight: 600;
  line-height: 18px;
}

/*page共通*/

.page_title{
  margin-bottom: 40px;
}

.page_title_inner{
  width: calc(100% - 16vw);
  height: 320px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  @media screen and (max-width: 767px) {
    width: calc(100% - 12vw);
    height: 200px;
    margin-top: 90px;
  }
}

.page_title_inner h1{
  font-size: 4.8rem;
  font-weight: 600;
  line-height: 60px;
  @media screen and (max-width: 767px) {
  font-size: 2.4rem;
  line-height: 32px;
  }
}

.subtitle span {
  opacity: 0;
  display: inline-block;
  transform: translateY(20px);
}

.contents_inner{
  width: calc(100% - 16vw);
  margin: auto;
  @media screen and (max-width: 767px) {
    width: calc(100% - 12vw);
  }
}

.contents_inner h2{
  font-size: 3.2rem;
  font-weight: 600;
  margin: 80px 0px 36px 0px;
  @media screen and (max-width: 767px) {
    font-size: 2.8rem;
    line-height: 32px;
    margin: 80px 0px 20px 0px;
  }
}

.contents_inner_box{
  background-color: #fff;
  padding: 80px;
  @media screen and (max-width: 767px) {
    padding: 24px;
  }
}

.contents_inner_box h3{
  font-size: 2.0rem;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
  @media screen and (max-width: 767px) {
    margin-bottom: 10px;
  }
}

.contents_inner_box h3:first-child{
  margin-top: 0px;
}

.contents_inner_box .tax{
  font-size: 1.2rem;
}

/*homepage*/

.homepage .homepage_inner .plan ul{
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 767px) {
    flex-direction: column;
  }
}

.homepage .homepage_inner .plan ul li{
  width: 30%;
  background-color: #fff;
  border: solid 2px #fff;
  transition: 0.3s ease;
  @media screen and (max-width: 767px) {
    width: 100%;
    margin-bottom: 20px;
  }
}

.homepage .homepage_inner .plan ul li:hover{
  border: solid 2px #0A7A7D;
  transition: 0.3s ease;
}

.homepage .homepage_inner .plan ul li a{
  padding: 60px;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  @media screen and (max-width: 767px) {
    padding: 40px;
  }
}

.homepage .homepage_inner .plan ul li h3{
  font-size: 2rem;
  font-weight: 600;
  text-align: center;
}

.homepage .homepage_inner .plan ul li img{
  max-width: 240px;
  height: 160px;
  margin: 40px 0px;
}

.homepage .homepage_inner .plan ul li div{
  font-size: 2rem;
  font-weight: 600;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.homepage .homepage_inner .plan ul li div span{
  font-size: 1.4rem;
  font-weight: 300;
}

.homepage .homepage_inner .plan_inner{
  padding: 40px 80px  80px 80px;
  background-color: #fff;
}

.homepage .homepage_inner .plan_inner h3{
  font-size: 2rem;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 20px;
}

.homepage .homepage_inner .plan_inner span{
  font-size: 1.2rem;
}

.homepage .homepage_inner .plan_inner .point li{
  list-style: inside;
}

.contents_inner_box .option{
  display: flex;
  flex-wrap: wrap;
}

.contents_inner_box .option li{
  color: #0A7A7D;
  padding: 8px 16px;
  border: solid 1px #0A7A7D;
  border-radius: 4px;
  margin-right: 10px;
  margin-bottom: 10px;
  @media screen and (max-width: 767px) {
    font-size: 1.2rem;
    padding: 4px 8px;
  }
}

.contents_inner_box .template{
  display: flex;
  flex-wrap: wrap;
}

.contents_inner_box .template li a{
  color: #333;
  display: block;
  padding: 8px 16px;
  border: solid 1px #333;
  margin-right: 10px;
  margin-bottom: 10px;
  transition: all 0.2s ease;
}

.contents_inner_box .template li a:hover{
  color: #fff;
  background-color: #333;
  transition: all 0.2s ease;
}

/*column*/

.column_inner ul{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  align-items: baseline;
  @media screen and (max-width: 767px) {
    grid-template-columns: repeat(1, 1fr);
  }
}

.column-item figure{
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 4px;
}

.column-item figure img{
  transform: scale(1.0);
  transition: 0.3s ease;
}

.column-item:hover figure img{
  transform: scale(1.2);
  transition: 0.3s ease;
}

.column-item h3{
  font-size: 1.8rem;
  font-weight: 600;
  margin-top: 12px;
}

.column-item_row{
  display: flex;
  justify-content: space-between;
  margin-top: 12px;
  border-top: solid 1px #dbdbdb;
}

.column-item .category{
  display: flex;
}

.column-item .category span{
  margin-right: 8px;
}

.column-item div span{
  color: #808080;
  font-size: 1.2rem;
}

.column_single_inner{
  width: 960px;
  margin-top: 40px;
  @media screen and (max-width: 767px) {
    width: calc(100% - 12vw);
  }
}

.column_single_inner h2{
  font-size: 2.4rem;
  margin: 60px 0px 24px 0px;
  @media screen and (max-width: 767px) {
    font-size: 2.0rem;
  }
}

.column_single_inner strong{
  font-weight: 600;
}

.column_single_inner p{
  margin-bottom: 20px;
}

.column_single_inner .wp-block-list{
  margin-bottom: 20px;
}

.column_single_inner .wp-block-list li{
  list-style: disc;
  margin-left: 20px;
}

.column_single_inner .column_eyecatch img{
  border-radius: 4px;
  margin-bottom: 20px;
}

/*seo*/

.seo_inner_about ul{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  align-items: baseline;
  @media screen and (max-width: 767px) {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
}

.seo_inner_about ul li{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 80px 40px;
  background-color: #fff;
}

.seo_inner_about ul li img{
  max-width: 240px;
  height: 160px; 
}

.seo_inner_about ul li h3{
  font-weight: 600;
  margin: 30px 0px 10px;
}

.seo_inner_flow{
  background-color: #fff;
}

.seo_inner_flow ul{
  display: flex;
  justify-content: center;
  padding: 60px 0px;
  @media screen and (max-width: 767px) {
    flex-direction: column;
  }
}

.seo_inner_flow ul li{
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: start;
  padding: 0px 40px;
  text-align: center;
  border-right: dashed 1px #ccc;
  @media screen and (max-width: 767px) {
    width: 100%;
    margin-bottom: 40px;
  }
}

.seo_inner_flow ul li:last-child{
  border: none;
}

.seo_inner_flow ul li span{
  font-weight: 600;
  display: inline-block;
  background-color: #eee;
  border-radius: 100px;
}

.seo_inner_flow ul li img{
  max-width: 160px;
  height: 160px;
  margin: 20px auto;
}

/*paper*/

.paper_inner img{
  box-shadow: 0px 0px 20px 10px #eee;
}

.paper_flyer{
  display: flex;
  justify-content: space-between;
  @media screen and (max-width: 767px) {
    flex-direction: column;
  }
}

.paper_flyer div{
  width: 46%;
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.paper_flyer div:first-child{
  @media screen and (max-width: 767px) {
    margin-bottom: 40px;
  }
}

/*businesscard*/

.card_sample ul{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  align-items: baseline;
  @media screen and (max-width: 767px) {
    grid-template-columns: repeat(1, 1fr);
  }
}

.card_sample ul li{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 80px;
  @media screen and (max-width: 767px) {
    padding: 40px;
  }
}

.card_sample ul li img{
  box-shadow: 0px 0px 20px 10px #eee;
}

.logo_sample ul{
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
  align-items: baseline;
  @media screen and (max-width: 767px) {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

.logo_sample ul li{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  padding: 80px;
  @media screen and (max-width: 767px) {
    padding: 40px;
  }
}

.logo_sample ul li img{
  max-width: 220px;
  height: 120px;
}

/*about*/

.about_inner dl{
  display: flex;
  align-items: center;
  min-height: 80px;
  border-bottom: solid 1px #dbdbdb;
  @media screen and (max-width: 767px) {
    flex-direction: column;
    align-items: baseline;
    justify-content: center;
    padding: 20px 0px;
  }
}

.about_inner dl dt{
  width: 20%;
  @media screen and (max-width: 767px) {
    width: 100%;
  }
}

.about_inner dl dd{
  width: 80%;
  margin: 20px 0px;
  @media screen and (max-width: 767px) {
    width: 100%;
    margin: 0px;
  }
}

/*contact*/

.page-contact .contents_contact .more{
  display: none !important;
}

.contact_inner{
  width: calc(100% - 16vw);
  @media screen and (max-width: 767px) {
    width: calc(100% - 12vw);
  }
}

.contact_inner dl{
  display: flex;
  flex-direction: column;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 40px;
}

.contact_inner dl dt{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.contact_inner dl dd{
  width: 100%;
}

.contact_inner dl dd input{
  width: 100%;
  padding: 16px;
  border: solid 1px #ccc;
  border-radius: 8px;
}

.contact_inner dt span{
  color: #fff;
  font-size: 1.2rem;
  font-weight: 300;
  display: inline-block;
  padding: 0px 4px;
  background-color: #ee6b6b;
  border-radius: 4px;
  margin-left: 10px;
}

.contact_kinds .wpcf7-form-control{
  display: flex;
  flex-direction: column;
}

.contact_kinds input{
  width: 16px !important;
  height: 16px !important;
}

.contact_kinds label{
  display: inline-block;
  margin-bottom: 10px;
}

.contact_inner dl dd textarea{
  width: 100%;
  padding: 16px;
  border: solid 1px #ccc;
  border-radius: 8px;
}

.contact_inner ::placeholder{
  color: #bbb;
}

.contact_btn{
  text-align: center;
}

.contact_btn input{
  color: #0A7A7D;
  font-weight: 600;
  display: inline-flex;
  padding: 16px 36px;
  background-color: #fff;
  border-radius: 100px;
  border: solid 2px #0A7A7D;
  position: relative;
  transition: 0.2s ease;
}

.contact_btn input:hover{
  color: #fff;
  background-color: #0A7A7D;
  transition: 0.2s ease;
}

.contact_inner .contact_attention{
  border: solid 1px #ee6b6b;
  border-radius: 8px;
  margin-top: 40px;
  padding: 20px;
}

.contact_inner .contact_attention h3{
  color: #ee6b6b;
  font-size: 1.6rem;
}

.contact_inner .contact_attention ul{
  font-weight: 600;
  list-style: disc;
  margin-top: 10px;
  margin-left: 20px;
}