@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700;900&family=Noto+Sans+JP:wght@400;700;900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* 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 {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
  font-size: 10px;
}

/* 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;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: inherit;
}

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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
strong {
  font-weight: 500;
}

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

/* 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;
  -moz-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;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  -moz-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;
  -moz-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;
}

/*!
 * jquery-drawer v3.2.2
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*\
    Base
\*!------------------------------------*/
@media screen and (max-width: 1024px) {
  .drawer-open {
    overflow: hidden !important;
  }
  .drawer-nav {
    position: fixed;
    z-index: 999;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background-color: #fff;
  }
  .drawer-nav a {
    color: var(--black-color);
  }
  .drawer-brand {
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 3.75rem;
    display: block;
    padding-right: 0.75rem;
    padding-left: 0.75rem;
    text-decoration: none;
    color: #222;
  }
  .drawer-menu {
    list-style: none;
  }
  .drawer-menu-item {
    font-size: 1rem;
    display: block;
    padding: 0.75rem;
    text-decoration: none;
    color: #222;
  }
  /*! overlay */
  .drawer-overlay {
    position: fixed;
    z-index: 98;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
  .drawer-open .drawer-overlay {
    display: block;
  }
  /*!------------------------------------*\
      Right
  \*!------------------------------------*/
  .drawer--right .drawer-nav {
    right: -100%;
    transition: right 0.6s cubic-bezier(0.19, 1, 0.5, 1);
  }
  .drawer--right.drawer-open .drawer-nav,
  .drawer--right .drawer-hamburger,
  .drawer--right.drawer-open .drawer-navbar .drawer-hamburger {
    right: 0;
  }
  /*!------------------------------------*\
      Hamburger
  \*!------------------------------------*/
  .drawer-hamburger {
    position: fixed;
    z-index: 9999;
    top: 0;
    right: 0;
    display: block;
    box-sizing: content-box;
    width: 80px;
    height: 80px;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    transform: translate3d(0, 0, 0);
    border: 0;
    outline: 0;
    padding: 10px;
    background: var(--main-col);
  }
  .drawer-hamburger:hover {
    cursor: pointer;
  }
  .drawer-hamburger-icon {
    position: relative;
    display: block;
    margin: 12px auto 0;
  }
  .drawer-hamburger-icon,
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    width: 60%;
    height: 2px;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    background: #fff;
  }
  .drawer-hamburger-icon:before,
  .drawer-hamburger-icon:after {
    position: absolute;
    top: -10px;
    left: 0;
    content: " ";
    width: 100%;
  }
  .drawer-hamburger-icon:after {
    top: 10px;
  }
  .drawer--right.drawer-open .drawer-hamburger .drawer-hamburger-icon:after {
    width: 100%;
  }
  .drawer-open .drawer-hamburger-icon {
    background-color: transparent;
  }
  .drawer-open .drawer-hamburger-icon:before,
  .drawer-open .drawer-hamburger-icon:after {
    top: 0;
  }
  .drawer-open .drawer-hamburger-icon:before {
    transform: rotate(45deg);
  }
  .drawer-open .drawer-hamburger-icon:after {
    transform: rotate(-45deg);
  }
  .drawer-hamburger .txt:before {
    content: "MENU";
    display: block;
    text-align: center;
    padding: 1.5em 0 0;
    font-size: 14px;
    color: #fff;
    font-weight: 500;
  }
  .drawer-open .drawer-hamburger .txt:before {
    content: "CLOSE";
  }
  /*!------------------------------------*\
      accessibility
  \*!------------------------------------*/
  /*!
   * Only display content to screen readers
   * See: http://a11yproject.com/posts/how-to-hide-content
   */
  .sr-only {
    position: absolute;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
  }
  /*!
   * Use in conjunction with .sr-only to only display content when it's focused.
   * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
   * Credit: HTML5 Boilerplate
   */
  .sr-only-focusable:active,
  .sr-only-focusable:focus {
    position: static;
    overflow: visible;
    clip: auto;
    width: auto;
    height: auto;
    margin: 0;
  }
  /*!------------------------------------*\
      Sidebar
  \*!------------------------------------*/
  .drawer--sidebar {
    background-color: #fff;
  }
  .drawer--sidebar .drawer-contents {
    background-color: #fff;
  }
  /*!------------------------------------*\
      Navbar
  \*!------------------------------------*/
  .drawer--navbarTopGutter {
    padding-top: 3.75rem;
  }
  .drawer-navbar .drawer-navbar-header {
    border-bottom: 1px solid #ddd;
    background-color: #fff;
  }
  .drawer-navbar {
    z-index: 102;
    top: 0;
    width: 100%;
  }
  /*! .drawer-navbar modifier */
  .drawer-navbar--fixed {
    position: fixed;
  }
  .drawer-navbar-header {
    position: relative;
    z-index: 102;
    box-sizing: border-box;
    width: 100%;
    height: 3.75rem;
    padding: 0 0.75rem;
    text-align: center;
  }
  .drawer-navbar .drawer-brand {
    line-height: 3.75rem;
    display: inline-block;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: none;
  }
  .drawer-navbar .drawer-brand:hover {
    background-color: transparent;
  }
  .drawer-navbar .drawer-nav {
    padding-top: 3.75rem;
  }
  .drawer-navbar .drawer-menu {
    padding-bottom: 7.5rem;
  }
  /*!------------------------------------*\
      Dropdown
  \*!------------------------------------*/
  .drawer-dropdown-menu {
    display: none;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
  }
  .drawer-dropdown-menu > li {
    width: 100%;
    list-style: none;
  }
  .drawer-dropdown-menu-item {
    line-height: 3.75rem;
    display: block;
    padding: 0;
    padding-right: 0.75rem;
    padding-left: 1.5rem;
    text-decoration: none;
    color: #222;
  }
  .drawer-dropdown-menu-item:hover {
    text-decoration: underline;
    color: #555;
    background-color: transparent;
  }
  /*! open */
  .drawer-dropdown.open > .drawer-dropdown-menu {
    display: block;
  }
  /*! drawer-caret */
  .drawer-dropdown .drawer-caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    transition: transform 0.2s ease, opacity 0.2s ease;
    transform: rotate(0deg);
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
  }
  /*! open */
  .drawer-dropdown.open .drawer-caret {
    transform: rotate(180deg);
  }
  /*!------------------------------------*\
      Container
  \*!------------------------------------*/
  .drawer-container {
    margin-right: auto;
    margin-left: auto;
  }
}
html {
  scroll-behavior: smooth;
}

:root {
  --main-col: #315aa6;
  --second-col: #adcdec;
  --black-col: #252525;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  position: relative;
  color: var(--black-col);
}

img {
  display: block;
}

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

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header h1 {
  background: var(--black-col);
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 263px;
  padding: 2em 0;
}
header h1 img {
  width: 70%;
  margin: 0 auto;
}
header nav ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header nav ul li {
  font-weight: 700;
  text-align: center;
  margin: 0 4em 0 0;
  line-height: 1;
}
header nav ul li a {
  display: block;
}
header nav ul li .jp {
  color: var(--main-col);
}
header nav ul li .en {
  font-size: 10px;
  margin: 1em auto 0;
  color: var(--second-col);
}

@media screen and (max-width: 1024px) {
  header h1 {
    padding: 2em;
  }
  header h1 img {
    width: auto;
    height: 44px;
  }
  header nav {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: repeating-linear-gradient(45deg, rgba(239, 239, 239, 0.5), rgba(239, 239, 239, 0.5) 1px, #fff 0, #fff 10px);
  }
  header nav ul {
    flex-direction: column;
  }
  header nav ul li {
    margin: 6em auto 0;
  }
  header nav ul li:first-child {
    margin: 0 auto;
  }
  header nav ul li .jp {
    font-size: 4.8vw;
  }
  header nav ul li .en {
    font-size: 2.5vw;
  }
}
@media screen and (max-width: 640px) {
  header h1 {
    padding: 1.5em;
  }
  header h1 img {
    height: 30px;
  }
  .drawer-hamburger {
    width: 60px;
    height: 60px;
    padding: 6px;
  }
  .drawer-hamburger .txt:before {
    font-size: 12px;
  }
}
.main-img {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  height: calc(100vh - 100px);
}
.main-img .name {
  width: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1;
}
.main-img .name span {
  transform: rotate(90deg);
  display: block;
  height: 100%;
  font-size: 48px;
  font-weight: 900;
  color: var(--main-col);
}
.main-img .image-wrap {
  width: calc(100% - 40px);
  display: flex;
  justify-content: space-between;
  position: relative;
  height: 100%;
}
.main-img .image-wrap .image {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main-img .image-wrap .image::after {
  content: "";
  display: block;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 100%;
}
.main-img .image-wrap .image span {
  position: relative;
  z-index: 10;
  text-align: center;
  font-size: 5vw;
  font-weight: 900;
  z-index: 1;
  color: #fff;
  line-height: 1;
}
.main-img .image-wrap .image.image1 {
  background: url(../img/img_tax-account.jpg) center center no-repeat;
  background-size: cover;
}
.main-img .image-wrap .image.image2 {
  background: url(../img/img_real-estate.jpg) center center no-repeat;
  background-size: cover;
}
.main-img .image-wrap .and {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 5vw;
  font-weight: 900;
  width: 8%;
  border-radius: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--main-col);
}
.main-img .image-wrap .and::before {
  display: block;
  content: "";
  padding-top: 100%;
}

@media screen and (max-width: 1024px) {
  .main-img {
    height: 60vh;
  }
  .main-img .image-wrap {
    flex-wrap: wrap;
  }
  .main-img .image-wrap .image {
    width: 100%;
  }
  .main-img .image-wrap .image span {
    font-size: 7vw;
    line-height: 1.2;
  }
  .main-img .image-wrap .and {
    font-size: 7vw;
    width: 13%;
  }
}
@media screen and (max-width: 640px) {
  .main-img {
    height: 60vh;
  }
  .main-img .name {
    width: 40px;
  }
  .main-img .name span {
    font-size: 24px;
  }
  .main-img .image-wrap .image span {
    font-size: 9vw;
  }
  .main-img .image-wrap .and {
    font-size: 9vw;
    width: 20%;
  }
}
.block {
  padding: 100px 0 100px 80px;
  position: relative;
}
.block.bg-stripe {
  background: repeating-linear-gradient(45deg, rgba(239, 239, 239, 0.5), rgba(239, 239, 239, 0.5) 1px, #fff 0, #fff 10px);
}
.block.office-overview {
  background: var(--second-col);
}
.block h2 {
  line-height: 1;
  position: absolute;
}
.block h2 .en {
  font-size: 6.4vw;
  font-weight: 900;
  color: var(--second-col);
}
.block h2 .en span {
  display: inline-block;
}
.block h2 .en span:last-of-type {
  margin-left: 0.2em;
}
.block h2 .jp {
  margin-top: 48px;
  font-size: 24px;
  font-weight: 700;
  display: block;
  color: var(--main-col);
}
.block.office-overview h2 .en {
  color: #fff;
}
.block .contents {
  overflow: hidden;
}
.block .contents .inner {
  max-width: 1000px;
  width: 100%;
  float: right;
  padding-right: 100px;
  margin-top: 140px;
  position: sticky;
}
.block .contents .inner .lead-business {
  width: 100%;
  text-align: center;
  font-size: 18px;
}
.block .contents .inner .lead-business br {
  display: none;
}
.block .contents .inner .business-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
}
.block .contents .inner .business-list li {
  width: 48%;
  height: 80px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.8;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  background: var(--second-col);
  color: var(--black-col);
  margin-top: 30px;
}
.block .contents .inner .business-list li.en {
  background: none;
  color: var(--main-col);
  font-size: 36px;
  font-weight: 900;
}
.block .contents .inner .office-image {
  width: 100%;
  margin-bottom: 40px;
}
.block .contents .inner .office-image img {
  width: 100%;
}
.block .contents .inner .overview-list li {
  font-size: 16px;
  padding: 32px;
  display: flex;
  align-items: center;
  background: #fff;
}
.block .contents .inner .overview-list li:nth-child(even) {
  background: #efefef;
}
.block .contents .inner .overview-list li dl {
  display: flex;
  align-items: center;
}
.block .contents .inner .overview-list li dl dt {
  font-weight: 700;
  width: 10em;
}
.block .contents .inner .overview-list li dl dd {
  flex: 1;
}
.block .contents .inner .overview-list li dl dd a {
  display: block;
  margin-top: 1em;
  font-weight: 700;
}
.block .contents .inner .list-common li {
  display: flex;
  align-items: center;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
  width: 100%;
  box-sizing: border-box;
}
.block .contents .inner .list-common li span:first-of-type {
  font-weight: 700;
  padding: 0.5em 0;
  width: 8em;
  text-align: center;
  margin: 0 2em 0 0;
  background: var(--black-col);
  color: #fff;
}
.block .contents .inner .list-common li span:last-of-type {
  line-height: 2;
  flex: 1;
}
.block .contents .inner .sub-contents {
  margin-top: 64px;
}
.block .contents .inner .sub-contents h3 .en {
  font-size: 24px;
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
}
.block .contents .inner .sub-contents h3 .jp {
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1em;
}
.block .contents .inner .profile {
  display: flex;
  justify-content: space-between;
}
.block .contents .inner .profile > div {
  width: 43%;
}
.block .contents .inner .profile > div img {
  width: 100%;
}
.block .contents .inner .profile dl {
  width: 53%;
}
.block .contents .inner .profile dl dt {
  font-weight: 700;
  padding-bottom: 1em;
  border-bottom: 1px solid var(--main-col);
  line-height: 1;
}
.block .contents .inner .profile dl dt .jp {
  font-size: 40px;
  margin-bottom: 12px;
  display: block;
}
.block .contents .inner .profile dl dt .en {
  font-size: 20px;
  display: block;
}
.block .contents .inner .profile dl dd p {
  margin-top: 0.5em;
  line-height: 1.8;
}

@media screen and (max-width: 1024px) {
  .block {
    padding: 100px 80px;
  }
  .block h2 {
    position: relative;
  }
  .block h2 .jp {
    margin: 24px 0 0;
  }
  .block .contents .inner {
    float: none;
    padding: 0;
    margin: 60px auto 0;
  }
  .block .contents .inner .business-list li {
    font-size: 16px;
    padding: 0 1em;
  }
}
@media screen and (max-width: 820px) {
  .block {
    padding: 80px 40px;
  }
  .block .contents .inner .lead-business br {
    display: block;
  }
  .block .contents .inner .overview-list li dl {
    flex-direction: column;
    align-items: flex-start;
  }
  .block .contents .inner .overview-list li dl dd {
    margin: 0.5em 0 0;
  }
  .block .contents .inner .list-common li {
    flex-direction: column;
    align-items: flex-start;
  }
  .block .contents .inner .list-common li span:last-of-type {
    margin: 0.5em 0 0;
  }
  .block .contents .inner .sub-contents {
    margin-top: 48px;
  }
  .block .contents .inner .profile dl dt .jp {
    font-size: 36px;
  }
  .block .contents .inner .profile dl dt .en {
    font-size: 18px;
  }
}
@media screen and (max-width: 640px) {
  .block {
    padding: 60px 20px;
  }
  .block h2 .en {
    font-size: 10vw;
  }
  .block h2 .en span {
    display: inline-block;
  }
  .block h2 .en span:last-of-type {
    margin: 0.1em 0 0;
  }
  .block h2 .jp {
    margin: 12px 0 0;
    font-size: 18px;
  }
  .block .contents .inner .lead-business {
    font-size: 16px;
  }
  .block .contents .inner .lead-business br {
    display: block;
  }
  .block .contents .inner .business-list li {
    width: 100%;
  }
  .block .contents .inner .list-common li {
    flex-direction: column;
    align-items: flex-start;
  }
  .block .contents .inner .list-common li span:last-of-type {
    margin: 0.5em 0 0;
  }
  .block .contents .inner .sub-contents {
    margin-top: 48px;
  }
  .block .contents .inner .profile {
    flex-direction: column;
  }
  .block .contents .inner .profile > div {
    height: 400px;
    overflow: hidden;
    width: 100%;
  }
  .block .contents .inner .profile dl {
    width: 100%;
  }
  .block .contents .inner .profile dl dt {
    margin: 1em 0 0;
  }
  .block .contents .inner .profile dl dt .jp {
    font-size: 24px;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
  }
  .block .contents .inner .profile dl dt .en {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 1em;
  }
}
.other {
  padding: 100px 2em;
  background: #efefef;
}
.other h2 {
  text-align: center;
}
.other h2 .en {
  font-size: 48px;
  font-weight: 900;
  color: var(--second-col);
}
.other h2 .jp {
  font-weight: 700;
  font-size: 18px;
  display: block;
  margin-top: 0.5em;
  color: var(--main-col);
}
.other .lead {
  margin-top: 1.5em;
  text-align: center;
}
.other .lead span {
  font-size: 12px;
  display: block;
  margin-top: 0.5em;
}
.other form {
  max-width: 720px;
  margin: 0 auto;
}
.other form dl {
  margin-top: 32px;
  display: flex;
  align-items: center;
}
.other form dl dt {
  width: 10em;
  font-weight: 700;
}
.other form dl dd {
  flex: 1;
}
.other form dl dd input, .other form dl dd textarea {
  background: #fff;
  width: 100%;
  padding: 1em;
  border-radius: 10px;
  font-size: 16px;
}
.other form .wpcf7-submit {
  max-width: 300px;
  width: 100%;
  padding: 1.5em 1em;
  display: block;
  margin: 40px auto 0;
  background: var(--black-col);
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.other form .wpcf7-previous {
  max-width: 300px;
  width: 100%;
  padding: 1.5em 1em;
  display: block;
  margin: 0 auto;
  background: #fff;
  font-weight: 700;
  text-align: center;
}
.other form .wpcf7-response-output {
  display: none;
  border: none;
  color: #efefef;
  text-align: center;
}
.other form .agree-btn {
  text-align: center;
  margin-top: 3em;
}
.other .back-top {
  max-width: 300px;
  width: 100%;
  padding: 1.5em 1em;
  display: block;
  margin: 40px auto 0;
  background: var(--black-col);
  color: #fff;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 820px) {
  .other {
    padding: 80px 2em;
  }
  .other .lead-contact br {
    display: block;
  }
  .other form {
    padding: 0 2em;
  }
  .other form dl {
    flex-direction: column;
    align-items: flex-start;
  }
  .other form dl dd {
    width: 100%;
    margin: 1em 0 0;
  }
}
@media screen and (max-width: 640px) {
  .other {
    padding: 60px 2em;
  }
  .other h2 .en {
    font-size: 10vw;
  }
  .other form {
    padding: 0;
  }
}
footer {
  background: var(--black-col);
  color: #fff;
  padding: 4em 0;
}
footer div {
  margin: 0 auto;
  text-align: center;
}
footer div img {
  max-width: 200px;
  margin: 0 auto 2em;
}
footer div span {
  display: block;
  margin: 1em 0 0;
}
footer div.copy {
  font-size: 12px;
  margin: 2em 0 0;
  padding: 0 2em;
  line-height: 1.5;
}

.grecaptcha-badge {
  visibility: hidden;
}/*# sourceMappingURL=style.css.map */