@charset "UTF-8";
.c-section__title {
  font-size: 32px;
  color: var(--color-pink);
  letter-spacing: 0.03em;
  line-height: 1.25;
}
@media screen and (min-width: 980px) {
  .c-section__title {
    font-size: 40px;
    line-height: 1;
  }
}

.service .c-section__title::after {
  content: "SERVICE";
  color: var(--color-gray);
  font-family: var(--font-family-english);
  font-size: 70px;
  letter-spacing: 0.03em;
  line-height: 1.5;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  .service .c-section__title::after {
    font-size: 168px;
    line-height: 1;
  }
}

.c-page__title {
  font-size: 28px;
  letter-spacing: 0.1em;
  line-height: 1.68;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .c-page__title {
    font-size: 40px;
    line-height: 1.18;
  }
}

/*!
foundation > base
------------------------------
*/
body {
  font-size: 15px;
  color: var(--color-black);
  font-family: var(--font-family-base);
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
  }
}

a {
  color: inherit;
}

li {
  list-style: none;
  padding-left: 0;
}

img {
  width: 100%;
  height: 100%;
  vertical-align: bottom;
}

/*! destyle.css v4.0.0 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * 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;
  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 {
  -webkit-box-sizing: content-box;
          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] {
  -webkit-text-decoration: underline dotted;
          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;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

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

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * 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;
}

/**
 * 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. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Fix appearance for Firefox
 */
[type=number] {
  -moz-appearance: textfield;
}

/**
 * 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]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

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

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

/*!
global > font
------------------------------
*/
:root {
  --font-family-base: "Noto Sans JP", sans-serif;
  --font-family-english: "Roboto", sans-serif;
}

/*!
global > color
------------------------------
*/
:root {
  --color-black: #151515;
  --color-white: #FFF;
  --color-blue: #349BF4;
  --color-pink: #DD1B57;
  --color-gray: #F2F2F2;
}

/*!
global > content-width
------------------------------
*/
:root {
  --width-content-s: 850px;
  --width-content-m: 1148px;
}

/*!
layout > container
------------------------------
*/
.l-container, .l-container-s {
  width: 95%;
  margin: 0 auto;
}

.l-container-s {
  max-width: var(--width-content-s);
}

.l-container {
  max-width: var(--width-content-m);
}

.header {
  height: 60px;
  background-color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .header {
    height: 90px;
  }
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo {
  margin: auto 0;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .header__logo {
    padding-left: 70px;
  }
}

.logo__image {
  width: 107px;
  height: 21px;
}
@media screen and (min-width: 768px) {
  .logo__image {
    width: 167px;
    height: 33px;
  }
}

/*========================
グローバルナビゲーション
========================*/
@media screen and (min-width: 768px) {
  .header__gnav {
    background-color: var(--color-white);
    padding-right: 69px;
    line-height: 90px;
  }
}

.gnav__list {
  display: none;
}
@media screen and (min-width: 768px) {
  .gnav__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.gnav__item {
  font-size: 16px;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .gnav__item {
    color: var(--color-black);
    padding-top: 0;
  }
  .gnav__item:not(first-child) {
    padding-left: 30px;
  }
}

@media screen and (min-width: 768px) {
  .gnav__link:hover {
    color: var(--color-pink);
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    opacity: 0.7;
  }
}

/*========================
ハンバーガーボタン装飾
========================*/
.hamburger__button {
  width: 60px;
  height: 60px;
  background-color: var(--color-pink);
  position: relative;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  .hamburger__button {
    display: none;
  }
}

.hamburger__line {
  width: 26px;
  border-top: 2px solid var(--color-white);
  border-radius: 2px;
  position: absolute;
  right: 17px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.hamburger__line:nth-child(1) {
  top: 22px;
}
.hamburger__line:nth-child(2) {
  top: 30px;
}
.hamburger__line:nth-child(3) {
  top: 38px;
}
@media screen and (min-width: 768px) {
  .hamburger__line {
    display: none;
  }
}

/*========================
ハンバーガーメニューopen時
========================*/
.open .header__gnav {
  width: 53%;
  height: 100%;
  background-color: var(--color-pink);
  position: absolute;
  right: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.open .gnav__list {
  display: block;
  position: fixed;
  padding-top: 99px;
  padding-left: 40px;
  z-index: 100;
}

.open .gnav__item {
  color: var(--color-white);
}
.open .gnav__item:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.open .gnav__item:not(:first-child) {
  padding-top: 30px;
}

.open .hamburger__inner {
  -webkit-transform: rotateY(-360deg);
          transform: rotateY(-360deg);
}

.open .hamburger__line:nth-child(1) {
  top: 20px;
  left: 18px;
  -webkit-transform: translateY(6px) rotate(-405deg);
          transform: translateY(6px) rotate(-405deg);
}
.open .hamburger__line:nth-child(2) {
  opacity: 0;
}
.open .hamburger__line:nth-child(3) {
  top: 32px;
  left: 18px;
  -webkit-transform: translateY(-6px) rotate(405deg);
          transform: translateY(-6px) rotate(405deg);
}

.open #mask {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  z-index: 10;
  cursor: pointer;
}

.footer {
  background-color: var(--color-pink);
  padding-top: 43px;
  padding-bottom: 29px;
}
@media screen and (min-width: 768px) {
  .footer {
    padding-top: 64px;
    padding-bottom: 50px;
  }
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  color: var(--color-white);
}

.footer__item {
  padding-left: 25px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  font-size: 12px;
}
.footer__item:nth-child(1) {
  padding-left: 0;
}
.footer__item:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .footer__item {
    padding-left: 40px;
    font-size: 14px;
  }
}

.footer__copy {
  padding-top: 22px;
  font-size: 10px;
  font-family: var(--font-family-english);
  color: var(--color-white);
}
@media screen and (min-width: 768px) {
  .footer__copy {
    padding-top: 20px;
    font-size: 12px;
  }
}

.key-visual {
  position: relative;
  z-index: -1;
}

.key-visual__background {
  width: 100vw;
  height: 160px;
}
@media screen and (min-width: 768px) {
  .key-visual__background {
    height: 190px;
  }
}

.key-visual__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 80% 50%;
     object-position: 80% 50%;
}

.u-ptb.index {
  padding-top: 39px !important;
  padding-bottom: 60px !important;
}
@media screen and (min-width: 768px) {
  .u-ptb.index {
    padding-top: 69px !important;
    padding-bottom: 100px !important;
  }
}

.u-ptb.message {
  padding-top: 30px !important;
  padding-bottom: 50px !important;
}
@media screen and (min-width: 768px) {
  .u-ptb.message {
    padding-top: 60px !important;
    padding-bottom: 100px !important;
  }
}

.u-ptb.company {
  padding-top: 59px !important;
  padding-bottom: 50px !important;
}
@media screen and (min-width: 768px) {
  .u-ptb.company {
    padding-top: 90px !important;
    padding-bottom: 100px !important;
  }
}

.main-visual {
  position: relative;
  z-index: -1;
}

.main-visual__thumb {
  width: 100vw;
  height: 460px;
}
@media screen and (min-width: 768px) {
  .main-visual__thumb {
    height: 600px;
  }
}

.main-visual__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 80% 50%;
     object-position: 80% 50%;
}

.main-visual__text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  color: var(--color-white);
  width: 100%;
}

.text__main {
  display: block;
  font-family: var(--font-family-english);
  font-size: 80px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .text__main {
    font-size: 160px;
  }
}

.text__sub {
  display: block;
  font-size: 18px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: lighter;
}
@media screen and (min-width: 768px) {
  .text__sub {
    font-size: 24px;
  }
}

@media screen and (min-width: 980px) {
  .news .l-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.news__list {
  padding-top: 26px;
}
@media screen and (min-width: 980px) {
  .news__list {
    padding-top: 0;
    width: 77%;
  }
}

.news__item {
  padding: 20px 0 22px 0;
  border-bottom: 1px solid #EDEDED;
  width: 100%;
}
.news__item:nth-child(1) {
  padding-top: 0;
}

.news__text {
  padding-top: 7px;
}

.service {
  padding-top: 67px;
}
@media screen and (min-width: 768px) {
  .service {
    padding-top: 81px;
  }
}

.service .l-container {
  position: relative;
}

.service__list {
  margin-top: 26px;
}
@media screen and (min-width: 500px) {
  .service__list {
    margin-top: 35px;
    display: grid;
    grid-template-columns: 50% 50%;
    gap: 20px 20px;
  }
}
@media screen and (min-width: 980px) {
  .service__list {
    margin-top: 58px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0 30px;
  }
}

.service__item {
  margin-top: 20px;
  padding: 40px 30px 46px 30px;
  border: 1px solid var(--color-gray);
  -webkit-box-shadow: 0 10px 10px var(--color-gray);
          box-shadow: 0 10px 10px var(--color-gray);
  border-radius: 8px;
  background-color: var(--color-white);
}
.service__item:nth-child(1) {
  margin-top: 0;
}
@media screen and (min-width: 500px) {
  .service__item {
    margin-top: 0;
  }
}
@media screen and (min-width: 980px) {
  .service__item {
    padding: 50px 50px 80px 50px;
    width: 33.3333333333%;
    max-width: 350px;
  }
}

.service__icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
@media screen and (min-width: 980px) {
  .service__icon {
    width: 48px;
    height: 48px;
  }
}

.service__title {
  padding-top: 10px;
  text-align: center;
  font-size: 16px;
}
@media screen and (min-width: 980px) {
  .service__title {
    padding-top: 8px;
    font-size: 18px;
  }
}

.service__text {
  padding-top: 13px;
  font-size: 14px;
}
@media screen and (min-width: 980px) {
  .service__text {
    padding-top: 19px;
  }
}

.message-title__main {
  display: block;
  color: var(--color-pink);
  font-size: 24px;
  letter-spacing: 0.05em;
  line-height: 1.5;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .message-title__main {
    font-size: 40px;
  }
}

.message-title__sub {
  display: block;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
  padding-top: 20px;
}
@media screen and (min-width: 768px) {
  .message-title__sub {
    font-size: 18px;
    line-height: 1;
    padding-top: 39px;
  }
}

.message__content {
  padding-top: 37px;
}
@media screen and (min-width: 768px) {
  .message__content {
    padding-top: 46px;
  }
}

.message__profile {
  float: left;
  width: 100px;
  height: 100px;
  margin-right: 15px;
  margin-bottom: 15px;
}
@media screen and (min-width: 768px) {
  .message__profile {
    margin-right: 25px;
    margin-bottom: 25px;
  }
}

.message__text {
  line-height: 1.5;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .message__text {
    line-height: 1.6;
  }
}

.l-container.message {
  padding-top: 50px;
}
@media screen and (min-width: 768px) {
  .l-container.message {
    padding-top: 80px;
  }
}

.message__photo {
  width: 100%;
  height: 260px;
}
@media screen and (min-width: 768px) {
  .message__photo {
    height: 400px;
  }
}

.message__image {
  -o-object-fit: cover;
     object-fit: cover;
}

.company-outline__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
}

.outline__title {
  width: 29%;
  font-size: 14px;
  line-height: 1;
  font-weight: normal;
  padding-top: 24px;
  padding-bottom: 21px;
  border-bottom: 1px solid var(--color-gray);
}
.outline__title:nth-child(1) {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .outline__title {
    width: 23%;
    font-size: 15px;
    letter-spacing: 0.05em;
    padding-top: 34.5px;
    padding-bottom: 31.5px;
    padding-left: 30px;
  }
  .outline__title:nth-child(1) {
    padding-top: 0;
  }
}

.outline__item {
  width: 71%;
  font-size: 14px;
  line-height: 1;
  padding-top: 24px;
  padding-bottom: 21px;
  border-bottom: 1px solid var(--color-gray);
}
.outline__item:nth-child(2) {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  .outline__item {
    width: 77%;
    font-size: 15px;
    letter-spacing: 0.05em;
    padding-top: 34.5px;
    padding-bottom: 31.5px;
  }
  .outline__item:nth-child(2) {
    padding-top: 0;
  }
}

.company__map {
  padding-top: 50px;
  width: 100%;
}

.company__map iframe {
  width: 100%;
  height: 100%;
  height: 300px;
}
@media screen and (min-width: 768px) {
  .company__map iframe {
    height: 400px;
  }
}

.company__link {
  display: block;
  padding-top: 18px;
  text-align: right;
  font-size: 12px;
  line-height: 2.25;
  color: var(--color-blue);
  text-decoration: underline;
}
.company__link:hover {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  .company__link {
    padding-top: 24px;
    font-size: 15px;
    line-height: 1.8;
  }
}

.company .news__list {
  padding-top: 47px;
}
@media screen and (min-width: 768px) {
  .company .news__list {
    padding-top: 80px;
  }
}/*# sourceMappingURL=style.css.map */