/*!
Theme Name: Accountant Office
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: accountant_office
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Accountant Office is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@media (min-width: 641px) {
  .pc_hide {
    display: none !important; } }

@media (max-width: 640px) {
  .sp_hide {
    display: none !important; } }

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 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;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

/**
 * 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;
  font-size: 1em; }

/**
 * 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
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * 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; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 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 {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * 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; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * 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 odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * 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;
  font: inherit; }

/* 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; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  background: #fff; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0 0 1.5em 3em; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  color: #4169e1; }
  a:visited {
    color: #800080; }
  a:hover, a:focus, a:active {
    color: #191970; }
  a:focus {
    outline: thin dotted; }
  a:hover, a:active {
    outline: 0; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul, .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }

  .main-navigation ul {
    display: flex; } }
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em; }
.comment-navigation .nav-links, .posts-navigation .nav-links, .post-navigation .nav-links {
  display: flex; }
.comment-navigation .nav-previous, .posts-navigation .nav-previous, .post-navigation .nav-previous {
  flex: 1 0 50%; }
.comment-navigation .nav-next, .posts-navigation .nav-next, .post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0; }

.page-links {
  clear: both;
  margin: 0 0 1.5em; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }

/* Page
--------------------------------------------- */
.container {
  max-width: 1006px;
  padding: 0 16px;
  margin: 0 auto; }

img {
  display: block; }

header {
  position: fixed;
  width: 100%;
  z-index: 999; }
  header .header-top {
    background: #1D439E; }
    header .header-top .header-inner {
      align-items: center;
      display: flex;
      justify-content: space-between;
      height: 90px;
      max-width: 1072px;
      margin: 0 auto; }
      @media (max-width: 640px) {
        header .header-top .header-inner {
          position: relative;
          height: 64px;
          padding: 16px; } }
  @media (max-width: 640px) {
    header .header-lft {
      width: 129px; } }
  header nav {
    background: #fff; }
    @media (max-width: 640px) {
      header nav {
        display: none;
        position: absolute !important;
        top: 64px !important;
        z-index: 999;
        width: 100%; } }
    header nav.fixed {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      z-index: 999;
      background: #fff; }
    header nav ul {
      padding: 0;
      align-items: center;
      display: flex;
      justify-content: space-between;
      height: 48px;
      max-width: 1072px;
      margin: 0 auto; }
      @media (max-width: 640px) {
        header nav ul {
          flex-direction: column;
          padding: 0;
          height: auto; } }
      header nav ul li {
        list-style: none;
        padding: 5px;
        width: 100%;
        display: flex;
        justify-content: center; }
        @media (max-width: 640px) {
          header nav ul li {
            display: block;
            padding: 5px 10px 0 10px; } }
        @media (max-width: 640px) {
          header nav ul li:last-child a {
            border-bottom: none; } }
        header nav ul li a {
          font-size: 14px;
          line-height: calc(24/14);
          text-decoration: none;
          font-weight: bold;
          color: #333333 !important;
          text-align: center; }
          header nav ul li a:hover {
            color: #1D439E !important; }
          @media (max-width: 640px) {
            header nav ul li a {
              display: block;
              padding: 5px 5px 5px 10px;
              position: relative;
              border-bottom: 1px solid #ccc; }
              header nav ul li a:before {
                content: '';
                width: 3px;
                height: 15px;
                top: 50%;
                transform: translateY(-50%);
                left: 0;
                background: #1D429E;
                position: absolute; } }

.menu_sp {
  height: 100%;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  z-index: 9;
  overflow: hidden; }
  .menu_sp span {
    background: #fff;
    display: block;
    height: 2px;
    position: absolute;
    right: 0;
    top: 13px;
    transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    width: 24px; }
    .menu_sp span:before, .menu_sp span:after {
      background: #fff;
      content: "";
      height: 2px;
      right: 0;
      position: absolute;
      top: 0;
      transition: all 0.2s ease;
      -webkit-transition: all 0.2s ease;
      z-index: 1; }
    .menu_sp span:before {
      top: 0;
      transform: translate(0, -6px);
      -ms-transform: translate(0, -6px);
      -webkit-transform: translate(0, -6px);
      width: 24px; }
    .menu_sp span:after {
      top: 0;
      transform: translate(0, 6px);
      -ms-transform: translate(0, 6px);
      -webkit-transform: translate(0, 6px);
      width: 24px; }
  .menu_sp.active span {
    background: transparent; }
    .menu_sp.active span:before {
      background: #fff;
      top: 0;
      transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      width: 24px; }
    .menu_sp.active span:after {
      background: #fff;
      top: 0;
      transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      width: 24px; }

.main_visual {
  position: relative;
  padding-top: 138px; }
  @media (max-width: 640px) {
    .main_visual {
      padding-top: 64px !important; } }
  .main_visual a {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 47%;
    height: 26.6%; }
    @media (max-width: 640px) {
      .main_visual a {
        width: 100%;
        height: 21.7%; } }

.banner_section {
  background: url(images/banner_bg.png) no-repeat center center;
  background-size: cover; }
  @media (max-width: 640px) {
    .banner_section {
      background: url(images/banner_bg_sp.png) no-repeat center center;
      height: 258px;
      position: relative; } }
  .banner_section img {
    max-width: 903px; }
    @media (max-width: 640px) {
      .banner_section img {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        max-width: 419px; } }

.contact_section {
  overflow: hidden; }

.contact_group {
  background: #1B4BC0; }
  .contact_group .contact_group_inner {
    display: flex;
    gap: 10px;
    padding: 26px 0; }
    @media (max-width: 640px) {
      .contact_group .contact_group_inner {
        flex-direction: column;
        gap: 8px;
        padding: 16px; } }
    .contact_group .contact_group_inner > div {
      width: calc((100% - 10px) / 2);
      padding: 20px 24px; }
      @media (max-width: 640px) {
        .contact_group .contact_group_inner > div {
          width: 100%;
          padding: 10px 16px; } }
      .contact_group .contact_group_inner > div a {
        align-items: center;
        display: flex;
        justify-content: center; }
        @media (max-width: 640px) {
          .contact_group .contact_group_inner > div a {
            width: 205px;
            margin: 0 auto; } }
    .contact_group .contact_group_inner .tel_btn {
      background: linear-gradient(180deg, #FF9667 0%, #FFB486 15.19%, #F77D46 38.93%, #EB5613 100%);
      border: 1px solid rgba(0, 0, 0, 0.39);
      box-shadow: 0px 3px 0px #792D0D, 0px 2px 2px rgba(181, 56, 18, 0.37), inset 0px 0px 8.6px #A23710;
      border-radius: 1000px; }
      .contact_group .contact_group_inner .tel_btn img {
        max-width: 398px; }
        @media (max-width: 640px) {
          .contact_group .contact_group_inner .tel_btn img {
            max-width: 205px; } }
    .contact_group .contact_group_inner .mail_btn {
      background: linear-gradient(180deg, #16E8FF 0%, #5BEFFF 7.4%, #93F4FF 13.42%, #20E3F9 34.96%, #20E3F9 41.37%, #25DAEE 49.34%, #0DC0D4 82.6%, #09A6B7 100%);
      border: 1px solid rgba(0, 0, 0, 0.39);
      box-shadow: 0px 3px 0px #073A48, 0px 2px 2px rgba(18, 165, 181, 0.37), inset 0px 0px 8.6px #07494B;
      border-radius: 1000px; }
      .contact_group .contact_group_inner .mail_btn img {
        max-width: 343px; }
        @media (max-width: 640px) {
          .contact_group .contact_group_inner .mail_btn img {
            max-width: 205px; } }

.notice_group {
  background: #FFF26B; }
  .notice_group .notice_group_inner {
    display: flex;
    gap: 10px;
    padding: 26px 0; }
    @media (max-width: 640px) {
      .notice_group .notice_group_inner {
        flex-direction: column;
        gap: 8px;
        padding: 16px 0; } }
    .notice_group .notice_group_inner > div {
      width: calc((100% - 10px) / 2);
      padding: 20px 20px 20px 118px;
      display: flex;
      flex-direction: column;
      gap: 4px;
      border-radius: 8px;
      position: relative; }
      @media (max-width: 640px) {
        .notice_group .notice_group_inner > div {
          width: 100%;
          padding: 10px 16px 10px 76px; } }
      .notice_group .notice_group_inner > div .notice_ttl {
        font-size: 24px;
        font-weight: 900;
        color: #fff;
        line-height: 145%; }
        @media (max-width: 640px) {
          .notice_group .notice_group_inner > div .notice_ttl {
            font-size: 18px; } }
      .notice_group .notice_group_inner > div .notice_txt {
        font-size: 14px;
        font-weight: 900;
        color: #fff;
        line-height: 145%; }
    .notice_group .notice_group_inner .notice_lft {
      background: linear-gradient(180deg, #E51F1F 0%, #FF5B5B 15.17%, #E51F1F 29.09%, #E51F1F 60.52%, #E51F1F 71.44%, #B41010 100%);
      border: 1px solid rgba(0, 0, 0, 0.39);
      box-shadow: 0px 3px 0px #073A48, 0px 2px 2px rgba(18, 165, 181, 0.37), inset 0px 0px 8.6px #07494B; }
      .notice_group .notice_group_inner .notice_lft:before {
        content: '';
        width: 44px;
        height: 44px;
        top: 50%;
        transform: translateY(-50%);
        left: 50px;
        position: absolute;
        background: url(images/notice_lft_icon.svg) no-repeat top left; }
        @media (max-width: 640px) {
          .notice_group .notice_group_inner .notice_lft:before {
            left: 16px; } }
    .notice_group .notice_group_inner .notice_rgt {
      background: linear-gradient(180deg, #0DB561 0%, #10C269 7.9%, #28D47E 16.8%, #0DB561 36.82%, #0DB561 60.12%, #0DB561 75.63%, #0B9851 100%);
      border: 1px solid rgba(0, 0, 0, 0.39);
      box-shadow: 0px 3px 0px #075611, 0px 2px 2px rgba(7, 86, 17, 0.37), inset 0px 0px 8.6px #075611; }
      .notice_group .notice_group_inner .notice_rgt:before {
        content: '';
        width: 44px;
        height: 44px;
        top: 50%;
        transform: translateY(-50%);
        left: 50px;
        position: absolute;
        background: url(images/notice_rgt_icon.svg) no-repeat top left; }
        @media (max-width: 640px) {
          .notice_group .notice_group_inner .notice_rgt:before {
            left: 16px; } }

.contact_now {
  padding: 70px 0 76px; }
  @media (max-width: 640px) {
    .contact_now {
      padding: 43px 0; } }
  .contact_now .contact_now_inner {
    background: #FFF9F4 url(images/contact_now.png) no-repeat left 72px bottom;
    background-size: 188px auto;
    border: 2px solid #F67840;
    box-shadow: 0px 8px 0px #F67840;
    border-radius: 48px;
    min-height: 310px;
    padding: 31px 0 20px 286px; }
    @media (max-width: 640px) {
      .contact_now .contact_now_inner {
        background: #FFF9F4;
        padding: 17px 23px 27px; } }
    .contact_now .contact_now_inner .contact_now_ttl {
      max-width: 632px;
      margin-bottom: 11px; }
      @media (max-width: 640px) {
        .contact_now .contact_now_inner .contact_now_ttl {
          max-width: 300px;
          margin: 0 auto 11px; } }
    .contact_now .contact_now_inner .contact_now_list {
      position: relative;
      display: flex;
      gap: 5px;
      z-index: 1; }
      @media (max-width: 640px) {
        .contact_now .contact_now_inner .contact_now_list {
          flex-direction: column;
          gap: 12px; } }
      .contact_now .contact_now_inner .contact_now_list > div {
        width: 300px;
        display: flex;
        flex-direction: column;
        gap: 12px; }
        @media (max-width: 640px) {
          .contact_now .contact_now_inner .contact_now_list > div {
            width: 100%; } }
        .contact_now .contact_now_inner .contact_now_list > div p {
          margin: 0;
          font-size: 16px;
          line-height: 145%;
          font-weight: 600;
          background: url(images/check_icon.svg) no-repeat top 1px left;
          padding-left: 27px; }
          .contact_now .contact_now_inner .contact_now_list > div p span {
            position: relative;
            display: inline-block; }
            .contact_now .contact_now_inner .contact_now_list > div p span:before {
              content: '';
              position: absolute;
              left: 0;
              right: 0;
              bottom: 0;
              height: 7px;
              background: #FFC9B1;
              border-radius: 111px;
              z-index: -1; }

.thinking {
  background: #1D429E;
  padding: 49px 0 29px; }
  @media (max-width: 640px) {
    .thinking {
      padding-top: 0; } }
  .thinking .thinking_block {
    position: relative; }
    .thinking .thinking_block:before {
      content: '';
      position: absolute;
      right: -15px;
      width: 432px;
      height: 419px;
      bottom: -37px;
      background: url(images/think_icon.png) no-repeat top left;
      background-size: 431px auto; }
      @media (max-width: 640px) {
        .thinking .thinking_block:before {
          position: relative;
          right: 0;
          left: 0;
          display: block;
          width: 294px;
          height: 304px;
          bottom: 0;
          background-size: cover;
          top: -13px;
          margin: 0 auto -13px; } }
  .thinking .thinking_inner {
    position: relative;
    max-width: 566px; }
    .thinking .thinking_inner .thinking_ttl {
      font-weight: 900;
      color: #fff;
      font-size: 24px;
      line-height: 145%;
      margin-bottom: 8px; }
      @media (max-width: 640px) {
        .thinking .thinking_inner .thinking_ttl {
          font-size: 20px; } }
    .thinking .thinking_inner .thinking_highlight {
      font-weight: 900;
      color: #FBEE62;
      font-size: 24px;
      line-height: 145%;
      margin-bottom: 8px; }
      @media (max-width: 640px) {
        .thinking .thinking_inner .thinking_highlight {
          font-size: 20px; } }
    .thinking .thinking_inner .thinking_txt {
      color: #fff;
      font-size: 18px;
      line-height: 145%;
      margin-bottom: 32px; }
      @media (max-width: 640px) {
        .thinking .thinking_inner .thinking_txt {
          font-size: 16px; } }
      .thinking .thinking_inner .thinking_txt span {
        color: #FBEE62; }
    .thinking .thinking_inner .thinking_note {
      color: #fff;
      font-size: 14px;
      line-height: 145%;
      margin-bottom: 8px; }
      .thinking .thinking_inner .thinking_note span {
        font-weight: bold;
        display: block;
        margin-bottom: 8px; }

.strong_section {
  background: url(images/strong_bg.png) no-repeat center center;
  background-size: cover;
  padding: 70px 0; }
  @media (max-width: 640px) {
    .strong_section {
      padding: 30px 0;
      background: url(images/strong_bg_sp.png) no-repeat center center;
      background-size: cover; } }
  .strong_section .strong_ttl {
    color: #364B7E;
    font-size: 40px;
    font-weight: 900;
    line-height: 117%;
    text-align: center;
    margin-bottom: 24px; }
    @media (max-width: 640px) {
      .strong_section .strong_ttl {
        font-size: 32px;
        margin-bottom: 16px; } }
  .strong_section .strong_txt {
    font-size: 14px;
    line-height: 145%;
    color: #364B7E;
    text-align: center;
    margin: 0 0 48px; }
    @media (max-width: 640px) {
      .strong_section .strong_txt {
        margin-bottom: 24px; } }
  .strong_section .strong_list {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 48px; }
    @media (max-width: 640px) {
      .strong_section .strong_list {
        gap: 0; } }
    @media (max-width: 640px) {
      .strong_section .strong_list {
        flex-direction: column;
        margin-bottom: 16px; } }
    .strong_section .strong_list > div {
      width: calc((100% - 10px) / 2); }
      @media (max-width: 640px) {
        .strong_section .strong_list > div.strong_lft p:first-child {
          margin-top: 0; } }
      @media (max-width: 640px) {
        .strong_section .strong_list > div {
          width: 100%; } }
      .strong_section .strong_list > div p {
        justify-content: left;
        align-items: center;
        display: flex;
        gap: 12px;
        color: #364B7E;
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 16px; }
        @media (max-width: 640px) {
          .strong_section .strong_list > div p {
            width: 100%;
            margin-top: 10px;
            margin-bottom: 0;
            gap: 8px; } }
        .strong_section .strong_list > div p span {
          display: flex;
          min-width: 36px;
          height: 35px;
          background: url(images/strong_icon.svg) no-repeat top left;
          background-size: cover;
          justify-content: center;
          align-items: center;
          color: #FD7233;
          font-size: 22px;
          font-weight: bold;
          line-height: 145%; }
  .strong_section .strong_note {
    text-align: center; }
    .strong_section .strong_note span {
      display: inline-block;
      border-top: 2px solid #DEDEDE;
      border-bottom: 2px solid #DEDEDE;
      font-size: 24px;
      color: #FD7233;
      font-weight: 900;
      line-height: 145%;
      padding: 12px 0; }
      @media (max-width: 640px) {
        .strong_section .strong_note span {
          font-size: 16px; } }

.reason_section {
  background: #F0F4FE;
  padding: 70px 0; }
  @media (max-width: 640px) {
    .reason_section {
      padding: 30px 0; } }
  .reason_section .reason_inner .reason_ttl {
    font-size: 40px;
    color: #364B7E;
    font-weight: 900;
    line-height: 117%;
    text-align: center;
    margin-bottom: 24px; }
    @media (max-width: 640px) {
      .reason_section .reason_inner .reason_ttl {
        font-size: 32px;
        margin-bottom: 24px; } }
    .reason_section .reason_inner .reason_ttl span {
      display: block;
      color: #CA3732; }
      @media (max-width: 640px) {
        .reason_section .reason_inner .reason_ttl span {
          display: inline-block; } }
  .reason_section .reason_inner .reason_list .reason_item {
    padding: 16px;
    text-align: center;
    color: #fff;
    background: #CA3732;
    border: 2px solid #86340F;
    box-shadow: 0px 1px 0px #86340F;
    border-radius: 23px;
    max-width: 647px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 8px; }
    .reason_section .reason_inner .reason_list .reason_item .reason_item_ttl {
      font-size: 24px;
      line-height: 117%;
      margin: 0 0 12px; }
      @media (max-width: 640px) {
        .reason_section .reason_inner .reason_list .reason_item .reason_item_ttl {
          font-size: 20px; } }
    .reason_section .reason_inner .reason_list .reason_item p {
      font-size: 16px;
      line-height: 144%;
      margin-bottom: 0;
      font-weight: 500; }
      @media (max-width: 640px) {
        .reason_section .reason_inner .reason_list .reason_item p {
          font-size: 14px;
          text-align: left; } }
  .reason_section .reason_inner img {
    margin: 48px auto 0; }

.tax_section {
  padding: 70px 0 56px; }
  @media (max-width: 640px) {
    .tax_section {
      padding: 30px 0; } }
  .tax_section .tax_block {
    display: flex;
    gap: 36px; }
    @media (max-width: 640px) {
      .tax_section .tax_block {
        flex-direction: column;
        gap: 16px; } }
    .tax_section .tax_block .tax_lft {
      width: 55%; }
      @media (max-width: 640px) {
        .tax_section .tax_block .tax_lft {
          width: 100%;
          order: 2; } }
      .tax_section .tax_block .tax_lft .tax_ttl {
        font-size: 40px;
        font-weight: 900;
        color: #364B7E;
        line-height: 134.7%;
        margin: 0 0 24px; }
        @media (max-width: 640px) {
          .tax_section .tax_block .tax_lft .tax_ttl {
            font-size: 32px; } }
      .tax_section .tax_block .tax_lft .tax_list {
        color: #364B7E;
        font-size: 16px;
        line-height: calc(33/16);
        font-weight: bold; }
    .tax_section .tax_block .tax_rgt {
      width: calc(45% - 36px); }
      @media (max-width: 640px) {
        .tax_section .tax_block .tax_rgt {
          width: 100%;
          text-align: center; } }
  .tax_section .tax_imgs {
    margin-top: 16px; }
    .tax_section .tax_imgs .tax_imgs_ttl {
      font-size: 16px;
      font-weight: bold;
      color: #364B7E;
      line-height: calc(33/16);
      margin-bottom: 8px; }
    .tax_section .tax_imgs .tax_imgs_list {
      display: flex;
      justify-content: space-between;
      gap: 8px;
      padding: 0 8px; }
      @media (max-width: 640px) {
        .tax_section .tax_imgs .tax_imgs_list {
          flex-direction: column; } }
      .tax_section .tax_imgs .tax_imgs_list img {
        width: calc((100% - 16px) / 3); }
        @media (max-width: 640px) {
          .tax_section .tax_imgs .tax_imgs_list img {
            width: 100%;
            max-width: 317px;
            margin: 0 auto; } }

.access_section {
  padding: 70px 0;
  background: #F0F4FE; }
  @media (max-width: 640px) {
    .access_section {
      padding: 30px 0; } }
  .access_section .access_ttl {
    margin: 0 0 24px;
    font-size: 40px;
    color: #364B7E;
    font-weight: 900;
    line-height: 117%;
    text-align: center; }
    @media (max-width: 640px) {
      .access_section .access_ttl {
        font-size: 32px; } }
  .access_section .access_inner {
    display: flex;
    gap: 38px;
    align-items: center; }
    @media (max-width: 640px) {
      .access_section .access_inner {
        flex-direction: column;
        gap: 16px; } }
    .access_section .access_inner .access_lft {
      width: 45%; }
      @media (max-width: 640px) {
        .access_section .access_inner .access_lft {
          width: 100%; } }
      .access_section .access_inner .access_lft p {
        margin: 0 0 15px;
        font-size: 16px;
        color: #364B7E;
        line-height: calc(24/16); }
        .access_section .access_inner .access_lft p span {
          font-weight: bold; }
      .access_section .access_inner .access_lft .access_note {
        font-weight: bold;
        font-size: 20px;
        line-height: calc(28/20);
        color: #FD7233; }
    .access_section .access_inner .access_rgt {
      width: calc(55% - 38px); }
      @media (max-width: 640px) {
        .access_section .access_inner .access_rgt {
          width: 100%; } }

.introduce_section {
  padding: 70px 0; }
  @media (max-width: 640px) {
    .introduce_section {
      padding: 30px 0 0; } }
  .introduce_section .introduce_ttl {
    margin: 0 0 24px;
    font-size: 40px;
    color: #364B7E;
    font-weight: 900;
    line-height: 117%;
    text-align: center; }
    @media (max-width: 640px) {
      .introduce_section .introduce_ttl {
        font-size: 32px;
        margin-bottom: 32px; } }
  .introduce_section .introduce_block {
    max-width: 632px;
    margin: 0 auto 70px;
    gap: 32px;
    display: flex; }
    @media (max-width: 640px) {
      .introduce_section .introduce_block {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 34px; } }
    .introduce_section .introduce_block .introduce_item {
      width: calc((100% - 32px) / 2);
      color: #364B7E; }
      @media (max-width: 640px) {
        .introduce_section .introduce_block .introduce_item {
          width: 100%; } }
      .introduce_section .introduce_block .introduce_item .introduce_img {
        margin-bottom: 8px; }
      .introduce_section .introduce_block .introduce_item .introduce_pos {
        text-align: center;
        font-size: 14px;
        line-height: calc(24/14); }
      .introduce_section .introduce_block .introduce_item .introduce_name {
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        line-height: calc(24/14);
        margin-bottom: 24px; }
      .introduce_section .introduce_block .introduce_item .introduce_txt {
        text-align: left;
        font-size: 14px;
        line-height: calc(24/14); }
        .introduce_section .introduce_block .introduce_item .introduce_txt span {
          display: block;
          font-weight: bold;
          margin-bottom: 4px; }
  .introduce_section .introduce_big {
    background: #FFF3EE;
    border-radius: 48px;
    position: relative;
    padding: 509px 85px 36px;
    text-align: center; }
    @media (max-width: 640px) {
      .introduce_section .introduce_big {
        padding: 452px 16px 30px;
        width: calc(100% + 32px);
        left: -16px;
        border-radius: 16px; } }
    .introduce_section .introduce_big:before {
      content: '';
      position: absolute;
      top: 0;
      left: -17px;
      right: -17px;
      height: 510px;
      background: url(images/introduce_big_img.png) no-repeat top left;
      background-size: 100% auto; }
      @media (max-width: 640px) {
        .introduce_section .introduce_big:before {
          background: url(images/introduce_big_img_sp.png) no-repeat top left;
          background-size: 100% auto;
          left: 0;
          right: 0;
          margin: 0 auto;
          max-width: 375px;
          height: 436px; } }
    .introduce_section .introduce_big .introduce_a .introduce_a_ttl {
      margin: 0 auto 16px;
      max-width: 338px; }
      @media (max-width: 640px) {
        .introduce_section .introduce_big .introduce_a .introduce_a_ttl {
          max-width: 282px; } }
    .introduce_section .introduce_big .introduce_a .introduce_a_num {
      max-width: 534px;
      margin: 0 auto 16px; }
      @media (max-width: 640px) {
        .introduce_section .introduce_big .introduce_a .introduce_a_num {
          max-width: 344px; } }
    .introduce_section .introduce_big .introduce_a .introduce_a_list {
      display: flex;
      gap: 10px; }
      @media (max-width: 640px) {
        .introduce_section .introduce_big .introduce_a .introduce_a_list {
          flex-direction: column; } }
      .introduce_section .introduce_big .introduce_a .introduce_a_list .introduce_a_item {
        position: relative;
        width: calc((100% - 20px) / 3);
        padding: 20px;
        background: #fff;
        background: #FFFFFF;
        border: 1px solid #EBE0DC;
        box-shadow: 0px 4px 6.8px rgba(0, 0, 0, 0.08);
        border-radius: 8px;
        z-index: 1; }
        @media (max-width: 640px) {
          .introduce_section .introduce_big .introduce_a .introduce_a_list .introduce_a_item {
            width: 100%;
            padding: 16px; } }
        .introduce_section .introduce_big .introduce_a .introduce_a_list .introduce_a_item:before {
          content: '';
          position: absolute;
          left: 4px;
          right: 4px;
          top: 4px;
          bottom: 4px;
          border: 1px dashed #FFC8B1;
          border-radius: 8px;
          z-index: -1; }
        .introduce_section .introduce_big .introduce_a .introduce_a_list .introduce_a_item .introduce_a_subttl {
          color: #364B7E;
          font-size: 16px;
          line-height: calc(24/16);
          font-weight: bold;
          margin-bottom: 8px; }
          @media (max-width: 640px) {
            .introduce_section .introduce_big .introduce_a .introduce_a_list .introduce_a_item .introduce_a_subttl {
              text-align: left; } }
        .introduce_section .introduce_big .introduce_a .introduce_a_list .introduce_a_item .introduce_a_tbl {
          border: 1px solid #F37137;
          margin-bottom: 8px;
          text-align: left; }
          .introduce_section .introduce_big .introduce_a .introduce_a_list .introduce_a_item .introduce_a_tbl:last-child {
            margin-bottom: 0; }
          .introduce_section .introduce_big .introduce_a .introduce_a_list .introduce_a_item .introduce_a_tbl .introduce_a_tbl_ttl {
            background: #F37137;
            font-weight: bold;
            color: #fff;
            font-size: 14px;
            line-height: calc(20/14);
            padding: 4px 8px; }
          .introduce_section .introduce_big .introduce_a .introduce_a_list .introduce_a_item .introduce_a_tbl .introduce_a_tbl_cnt {
            padding: 8px;
            color: #364B7E;
            font-size: 14px;
            line-height: calc(20/14); }
    .introduce_section .introduce_big .introduce_line img {
      margin: 23px auto; }
    .introduce_section .introduce_big .introduce_b .introduce_b_ttl {
      max-width: 403px;
      margin: 0 auto 8px; }
      @media (max-width: 640px) {
        .introduce_section .introduce_big .introduce_b .introduce_b_ttl {
          max-width: 331px; } }
    .introduce_section .introduce_big .introduce_b .introduce_b_txt {
      font-size: 16px;
      line-height: calc(28.8/16);
      color: #364B7E;
      text-align: center; }
      .introduce_section .introduce_big .introduce_b .introduce_b_txt span {
        font-weight: bold; }

.response_section {
  padding: 70px 0; }
  @media (max-width: 640px) {
    .response_section {
      padding: 30px 0; } }
  .response_section .response_ttl {
    margin: 0 0 24px;
    font-size: 40px;
    color: #364B7E;
    font-weight: 900;
    line-height: 117%;
    text-align: center; }
    @media (max-width: 640px) {
      .response_section .response_ttl {
        font-size: 28px;
        letter-spacing: -1px; } }
  .response_section .response_txt {
    font-size: 14px;
    line-height: 145%;
    text-align: center;
    color: #364B7E; }
  .response_section .response_list {
    display: flex;
    margin-top: 48px;
    gap: 36px;
    padding: 0 20px; }
    @media (max-width: 640px) {
      .response_section .response_list {
        margin-top: 24px;
        gap: 0;
        flex-direction: column;
        padding: 0; } }
    .response_section .response_list .response_lft {
      width: 40%; }
    .response_section .response_list .response_rgt {
      width: calc(60% - 36px);
      display: flex;
      flex-direction: column;
      gap: 8px; }
      @media (max-width: 640px) {
        .response_section .response_list .response_rgt {
          width: 100%; }
          .response_section .response_list .response_rgt img {
            margin: 0 auto; } }
      .response_section .response_list .response_rgt .response_item {
        display: flex;
        gap: 8px; }
        .response_section .response_list .response_rgt .response_item .response_num {
          width: 48px;
          background: url(images/num_icon.svg) no-repeat top left;
          padding: 17px 12px 0;
          color: #fff;
          font-size: 20px;
          line-height: calc(28.8/20);
          font-weight: bold; }
        .response_section .response_list .response_rgt .response_item .response_cnt {
          background: #ECF4FA;
          border-radius: 8px;
          padding: 12px;
          width: calc(100% - 56px); }
          .response_section .response_list .response_rgt .response_item .response_cnt .response_item_ttl {
            font-size: 18px;
            line-height: calc(24/18);
            color: #364B7E;
            font-weight: bold;
            margin-bottom: 8px; }
          .response_section .response_list .response_rgt .response_item .response_cnt .response_item_txt {
            font-size: 14px;
            line-height: 145%;
            color: #364B7E; }

.faq_section {
  padding: 70px 0; }
  @media (max-width: 640px) {
    .faq_section {
      padding: 30px 0; } }
  .faq_section .faq_ttl {
    margin: 0 0 48px;
    font-size: 40px;
    color: #364B7E;
    font-weight: 900;
    line-height: 117%;
    text-align: center; }
    @media (max-width: 640px) {
      .faq_section .faq_ttl {
        margin-bottom: 24px;
        font-size: 28px; } }
  .faq_section .faq_list {
    display: flex;
    flex-direction: column;
    gap: 16px; }
    @media (max-width: 640px) {
      .faq_section .faq_list {
        gap: 8px; } }
    .faq_section .faq_list .faq_item {
      border: 2px solid #1D429E;
      border-radius: 16px;
      overflow: hidden;
      position: relative; }
      .faq_section .faq_list .faq_item .faq_q {
        padding: 22px 16px 22px 80px;
        background: #1D429E url(images/q_icon.svg) no-repeat top 16px left 24px;
        font-weight: 500;
        color: #fff;
        font-size: 20px;
        line-height: 134.7%;
        cursor: pointer;
        position: relative; }
        @media (max-width: 640px) {
          .faq_section .faq_list .faq_item .faq_q {
            padding: 16px 60px 16px 72px;
            font-size: 16px;
            background: #1D429E url(images/q_icon.svg) no-repeat center left 16px; } }
        .faq_section .faq_list .faq_item .faq_q:before {
          content: '';
          position: absolute;
          width: 24px;
          height: 24px;
          top: 24px;
          right: 24px;
          background: url(images/faq_icon.svg) no-repeat top left;
          transform: rotate(-90deg);
          transition: all 0.3s; }
          @media (max-width: 640px) {
            .faq_section .faq_list .faq_item .faq_q:before {
              width: 16px;
              height: 16px;
              top: 50%;
              transform: translateY(-50%) rotate(-90deg);
              right: 16px;
              background-size: cover; } }
      .faq_section .faq_list .faq_item .faq_a {
        padding: 35px 16px 35px 80px;
        background: #F0F4FE url(images/a_icon.svg) no-repeat top 26px left 24px;
        color: #2F2E57;
        font-size: 16px;
        line-height: 134.7%;
        display: none; }
        @media (max-width: 640px) {
          .faq_section .faq_list .faq_item .faq_a {
            padding: 16px 17px 16px 72px;
            font-size: 16px;
            background: #F0F4FE url(images/a_icon.svg) no-repeat center left 16px; } }
      .faq_section .faq_list .faq_item.active .faq_q::before {
        transform: rotate(0deg); }
        @media (max-width: 640px) {
          .faq_section .faq_list .faq_item.active .faq_q::before {
            transform: translateY(-50%) rotate(0deg); } }

.footer_top {
  background: #1D429E;
  padding: 50px 0; }
  @media (max-width: 640px) {
    .footer_top {
      padding: 40px 0; } }
  .footer_top .footer_access {
    display: flex;
    gap: 62px; }
    @media (max-width: 640px) {
      .footer_top .footer_access {
        flex-direction: column;
        gap: 20px; } }
    .footer_top .footer_access .ft_access_lft {
      width: 47%;
      color: #fff; }
      @media (max-width: 640px) {
        .footer_top .footer_access .ft_access_lft {
          width: 100%; } }
      .footer_top .footer_access .ft_access_lft .ft_access_logo {
        font-size: 24px;
        font-weight: bold; }
      .footer_top .footer_access .ft_access_lft .ft_access_txt {
        font-size: 16px;
        line-height: calc(34/16);
        margin-bottom: 24px; }
        @media (max-width: 640px) {
          .footer_top .footer_access .ft_access_lft .ft_access_txt {
            margin-bottom: 8px; } }
      .footer_top .footer_access .ft_access_lft .ft_access_desc {
        font-weight: bold;
        font-size: 16px;
        line-height: calc(24/16); }
      .footer_top .footer_access .ft_access_lft .ft_access_time {
        font-size: 20px;
        line-height: calc(24/20);
        font-weight: bold; }
      .footer_top .footer_access .ft_access_lft .ft_access_open {
        font-size: 14px;
        line-height: calc(24/14); }
    .footer_top .footer_access .ft_access_rgt {
      width: calc(53% - 62px);
      display: flex;
      gap: 10px; }
      @media (max-width: 640px) {
        .footer_top .footer_access .ft_access_rgt {
          flex-direction: column;
          width: 100%;
          gap: 8px; } }
      .footer_top .footer_access .ft_access_rgt .ft_rgt_block {
        width: calc((100% - 10px) / 2);
        border-radius: 16px;
        background: rgba(255, 255, 255, 0.08);
        padding: 8px; }
        @media (max-width: 640px) {
          .footer_top .footer_access .ft_access_rgt .ft_rgt_block {
            width: 100%;
            padding: 16px; }
            .footer_top .footer_access .ft_access_rgt .ft_rgt_block .ft_rgt_img {
              display: none; } }
        .footer_top .footer_access .ft_access_rgt .ft_rgt_block .ft_rgt_ttl {
          font-weight: bold;
          font-size: 16px;
          color: #fff;
          margin: 8px 0; }
          @media (max-width: 640px) {
            .footer_top .footer_access .ft_access_rgt .ft_rgt_block .ft_rgt_ttl {
              margin: 0 0 10px; } }
        .footer_top .footer_access .ft_access_rgt .ft_rgt_block .ft_rgt_tel a {
          display: flex;
          gap: 11px;
          align-items: center;
          color: #fff;
          font-size: 16px;
          font-weight: bold;
          text-decoration: none;
          margin-bottom: 8px; }
          @media (max-width: 640px) {
            .footer_top .footer_access .ft_access_rgt .ft_rgt_block .ft_rgt_tel a {
              margin-bottom: 10px; } }
        .footer_top .footer_access .ft_access_rgt .ft_rgt_block .ft_rgt_contact a {
          display: flex;
          gap: 10px;
          align-items: center;
          color: #fff;
          font-size: 16px;
          font-weight: bold;
          text-decoration: none;
          margin-bottom: 10px;
          border-radius: 96px;
          background: #FF8C4B;
          height: 40px;
          padding: 10px 15px;
          width: 146px; }
        .footer_top .footer_access .ft_access_rgt .ft_rgt_block .ft_rgt_txt {
          font-size: 12px;
          line-height: calc(16/12);
          color: #fff; }
  .footer_top .footer_map {
    display: flex;
    gap: 24px;
    margin-top: 15px; }
    @media (max-width: 640px) {
      .footer_top .footer_map {
        margin-top: 10px;
        flex-direction: column; } }
    .footer_top .footer_map .ft_map_lft {
      width: 50%; }
      @media (max-width: 640px) {
        .footer_top .footer_map .ft_map_lft {
          width: 100%; } }
      .footer_top .footer_map .ft_map_lft img {
        margin-bottom: 8px; }
      .footer_top .footer_map .ft_map_lft .ft_map_txt {
        font-size: 12px;
        line-height: 2;
        color: #fff;
        text-align: center; }
    .footer_top .footer_map .ft_map_rgt {
      font-size: 12px;
      line-height: 2;
      color: #fff; }
      @media (max-width: 640px) {
        .footer_top .footer_map .ft_map_rgt {
          width: 100%; } }

.footer_copyright {
  padding: 24px 0; }
  @media (max-width: 640px) {
    .footer_copyright {
      padding: 16px 0; } }
  .footer_copyright .ft_copy_inner {
    display: flex;
    justify-content: space-between; }
    @media (max-width: 640px) {
      .footer_copyright .ft_copy_inner {
        flex-direction: column;
        gap: 16px; } }
    .footer_copyright .ft_copy_inner .ft_copy_lft {
      font-size: 24px;
      line-height: 1;
      font-weight: bold;
      color: #1D429E; }
      @media (max-width: 640px) {
        .footer_copyright .ft_copy_inner .ft_copy_lft {
          font-size: 16px;
          text-align: center; } }
    .footer_copyright .ft_copy_inner .ft_copy_rgt {
      display: flex;
      gap: 24px;
      justify-content: end; }
      @media (max-width: 640px) {
        .footer_copyright .ft_copy_inner .ft_copy_rgt {
          justify-content: space-around; } }
      .footer_copyright .ft_copy_inner .ft_copy_rgt a {
        font-size: 14px;
        color: #2F2E57;
        text-decoration: none; }
        .footer_copyright .ft_copy_inner .ft_copy_rgt a:hover {
          color: #1D429E;
          border-bottom: 1px solid #1D429E; }

/*# sourceMappingURL=style.css.map */
