/*!
Theme Name: Tax-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: tax-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.

Tax-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

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# 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%;
	scroll-behavior: smooth;
}

/* 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 {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin:0;
	padding: 0;
}

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: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;
	align-items: center;
}

.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;
	line-height: 1.8em;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
/*.menu-toggle,*/
.main-navigation.toggled ul {
	display: block;
	position: absolute;
    background-color: #FFFDDE;
    padding: 80px 40px 20px;
    top: 0;
    right: 0;
	z-index: 2;
	border-bottom-left-radius: 20px;
}

@media screen and (min-width: 1037px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		justify-content: right;
        gap: 20px;
	}
}

.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%;
}
@media screen and (max-width: 428px) {
	.main-navigation.toggled ul{
	padding: 80px 35px 20px;	
	}
}
/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0;
}

.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;
}

/*all
--------------------------------------------- */
body{
	font-family: "Noto Serif JP", serif;
  font-style: normal;
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 1.7em;
}
p{
	margin:0;
}
a{
	text-decoration: none;
	color: #000;
}
a:hover{
	opacity: .8;
}
.sp-only{
	display:none;
}
@media screen and (max-width: 768px) {
.sp-only{
	display:block;
}	
}
/*header
--------------------------------------------- */
header{
	display: flex;
	gap:15px;
	justify-content: space-between;
	align-items: center;
	position: relative;
	z-index: 1;
}
.site-branding{
	flex-shrink: 0;
	    margin-left: 2.917%;
	letter-spacing:.05em;
}
.site-title a{
font-size: 1.25rem;
    font-weight: 500;	
	color: #fff;
	font-family: "Yuji Syuku", serif;
}
.site-title a span{
	display: block;
    font-size: .75rem;
    margin-bottom: -5px;
    font-weight: 400;
	font-family: "Noto Serif JP", serif;
}
footer .site-title a{
	color: #000;
}
.main-navigation li a{
	font-size: 1.0625rem;
	font-weight:400;
	position: relative;
	    color: #fff;
	text-shadow: 0px 0px 6px #0082BD;
}

.main-navigation li a:after{
position: absolute;
left: 0;
content: '';
width: 100%;
height: 1px;
background: #FFF8A8;
bottom: -5px;  
transform: scale(0, 1); 
transform-origin: left top;
transition: transform 0.3s;	
}
.main-navigation li a:hover:after{
transform: scale(1, 1); 	
}
.main-navigation li.header-contact a{
	font-size: 1.875rem;
	background-color: #fff;
	color: #0075AA;
	padding: 20px 40px 10px 60px;
	border-bottom-left-radius: 20px;
	margin-left: 20px;
	transition: all 0.3s ease-in-out;
	text-shadow:none;
	border-bottom: solid 1px #ACD8EB;
	border-left: solid 1px #ACD8EB;
}

.main-navigation li.header-contact a:hover:after{
transform: scale(0, 0); 	
}
.main-navigation li.header-contact a:hover{
	color:#FFF8A8;
	opacity: 1;
}
.main-navigation li.header-contact a:hover{
	text-decoration: none;
	background-color: #FFF8A8;
	opacity: 1;
	color: #0075AA;
}
.main-navigation li.header-contact a span{
	font-size: .75rem;
    margin-top: 5px;
    display: block;
    margin-left: 2px;
    letter-spacing: -.05em;
}
.main-navigation li.header-contact a{
	position:relative;
}
.main-navigation li.header-contact a:before{
	content: url(./img/icon__header-contact.webp);
	position: absolute;
    top: -10px;
    left: -15px;
    transform: scale(.4);
}

/*hamburger menu
--------------------------------------------- */
/*
 * ハンバーガーメニューのスタイル
 */
.menu-toggle {
    /* デフォルトのテキストを非表示にする */
    font-size: 0;
    line-height: 0;
    position: relative;
    width: 40px; /* ボタンの幅 */
    height: 40px; /* ボタンの高さ */
    background: transparent;
    border: none;
    cursor: pointer;
	top: 5px;
}

.menu-toggle::before,
.menu-toggle::after,
.menu-toggle span {
    content: '';
    position: absolute;
    left: 18px;
    width: 26px;
    height: 2px; /* ハンバーガーラインの太さ */
    background-color: #0082BD; /* ハンバーガーラインの色 */
    transition: all 0.3s ease;
}

.menu-toggle::before {
    top: 17px;
}

.menu-toggle span {
    top: 24px;
}

.menu-toggle::after {
    top: 31px;
}

/* メニューが開いたときのスタイル */
.toggled .menu-toggle::before {
    top: 25px;
    transform: rotate(45deg);
}

.toggled .menu-toggle span {
    opacity: 0;
}

.toggled .menu-toggle::after {
    top: 25px;
    transform: rotate(-45deg);
}
.main-navigation.toggled ul li{
	line-height: 2em;
	margin-bottom: 30px;
}
.main-navigation.toggled li.header-contact a{
	margin-left: 0;
	border-radius: 5px;
	padding:15px 20px 10px 30px;
	font-size: 1.5rem;
    background-color: #FDEB15;
   padding: 15px 20px 10px 30px;
    line-height: .8em;
	text-align: center;
}
.main-navigation.toggled li.header-contact a:before{
top: -3.5px;
    left: 8px;
    transform: scale(.3);
}
@media screen and (max-width: 1036px) {
	.main-navigation button{
		width: 61px;
    height: 56px;
    background-color: #FDEB15;
    position: absolute;
    top: 0;
    right: 0;
		border-bottom-left-radius: 20px;
		z-index: 9;
	}
	.menu-toggle{
		    width: 61px;
    height: 56px;
	}
	.site-branding{
		margin-left: 15px;
	}
	.site-title a{
		font-size: 1.25rem;
	}
	.main-navigation.toggled li.header-contact a{
	background: #fff;
	border: solid 1px #0082BD;
		border-radius: 50vh;
		}
	.main-navigation.toggled li.header-contact a:before{
		top: -22px;
    left: -14px;
    transform: scale(.25);
	}
	.main-navigation li a{
		color: #0082BD;
		text-shadow: none;
	}
	.under-page{
		top: 5px;
	}
	.main-navigation{
		position: fixed;
		top: 0;
	}
}
/*front-page
--------------------------------------------- */
.top-ukiwa{
	position: absolute;
    bottom: -70px;
        right: 120px;
    transform: scale(.5);
}
.top-safa{
	    position: absolute;
    bottom: -80px;
    left: 0;
    transform: scale(.4);
}
.top-nami01{
	position: absolute;
    bottom: -65px;
    left: -150px;
    transform: scale(.4);
    right: 0;
}
.top-nami02{
	position: absolute;
    bottom: -65px;
    right: 0;
    transform: scale(.4);
}
.section__top-services,
.section__top-blog{
	padding: 0 35px;
    max-width: 1300px;
    width: 100%;
    margin: 80px auto 190px;
}
.section__top-blog-bg{
	background: linear-gradient(to bottom, #ffffff 0%, rgba(0,130,189,.14) 50%, #ffffff 100%);
}
.section__top-about{
	position: relative;
	overflow-x: hidden;
	overflow-y: hidden;
	padding: 100px 35px 120px;
    width: 100%;
    margin: 0 auto;
}
.section__top-about:before{
	position: absolute;
    content: url(./img/top-circle.webp);
    bottom: 0;
    right: -150%;
    transform: scale(.5);
    z-index: 0;
	left:0;
}
.section__top-about:after{
	    position: absolute;
    content: url(./img/top-circle.webp);
        top: 0;
    left: -50%;
    transform: scale(.5);
    z-index: -1;
	    right: 0;
}
.section__top-fv{
	position: relative;
	margin-top: -133px;
	overflow: hidden;
	z-index: -1;
}
.section__top-fv:after{
	content: '';
	background-image:url(./img/top-wave.webp);
  display: inline-block;
        width: 165%;
    height: 77px;
    background-size: contain;
    position: absolute;
    bottom:0;
	background-repeat: repeat-x;
}
.section__top-fv h1{
	text-align: center;
    font-weight: 600;
    font-size: clamp(1.563rem, 0.572rem + 2.06vw, 2.375rem);
        margin-top: 0;
}
.section__top-fv:before{
 content: '';
  position: absolute;
  top: 0;
  left: 0;
	right:0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle, rgba(255,255,255,.9) 0%, transparent 70%);
 z-index:1;
	margin:0 auto;
}
.section__top-fv p{
	text-align: center;
	    letter-spacing: .05em;
    line-height: 2em;
    font-size: clamp(1rem, 0.695rem + 0.63vw, 1.25rem);
       margin-top: 3.8%;
}
.top-fv-text{
    position: absolute;
    top: 38%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
	letter-spacing: .1em;
	z-index:1;
	animation: fadeIn 4s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.top-fv-illust{
	position: absolute;
	bottom: -17px;
    right: 30px;
}
.section__top-fv .wp-block-image img{
	width: 100%;
}
.top-fv img{
	    aspect-ratio: 16 / 9;
	object-fit: cover;object-position:bottom;
	animation: zoomIn 25s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}
@keyframes zoomIn {
  0% {
    transform: scale(1);
    opacity: .9;
  }
  100% {
    opacity: 1;
    transform: scale(1.1);
  }
}
.home h2{
	text-align: center;
    font-size: 1.875rem;
    line-height: 1.7em;
	margin-bottom: 40px;
}
.home h2 span{
	display:block;
	font-size:1.25rem;
	position:relative;
	    color: #0082BD;
	    margin-bottom: 10px;
	opacity: .5;
	font-weight: 400;
}
.home h2 span:before{
	content: '';
	width: 40px;
	height: 1px;
	position:absolute;
	bottom:0;
	left: 0;
    right: 0;
    margin: 0 auto;
    background-color: #0082BD;
}
.scroll {
  padding-top: 70px;
    position: relative;
    width: 50px;
    margin: -70px auto 0;
	color: #707070;
}
.scroll::before {
  animation: scroll 3.5s infinite;
  border: solid #707070;
  border-width: 0 0 1px 1px;
  content: "";
  display: inline-block;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  transform: rotate(-45deg);
  width: 20px;
  height: 20px;
}
@keyframes scroll {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  80% {
    transform: rotate(-45deg) translate(-30px, 30px);
  }
  0%, 80%, 100% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
}
.section__top-about p{
	text-align: center;
	margin-bottom: 30px;
	line-height: 2em;
	letter-spacing: .05em;
}
.section__top-about figure{
	max-width: 240px;
    width: 100%;
    margin: 60px auto 30px;
}
.wp-block-button__link{
	background-color:transparent;
	max-width: 320px;
	width: 100%;
	margin: 40px auto 0;
	font-size: 1.25rem;
	position: relative;
	color: #0082BD;
	display: block;
	border-radius: 100vh;
	font-weight: 600;
	padding-right: 80px;
    padding-left: 0;
}
.wp-block-button__link:hover{
	opacity: .8;
}

.wp-block-buttons-is-layout-flex{
	justify-content: center;
}
.wp-block-buttons>.wp-block-button{
	width: 100%;
}
.wp-block-button__link:after{
	    position: absolute;
    right: -1.2em;
    transform: translateY(-50%);
    transform-origin: left;
    width: 3em;
    height: .5em;
    background-color: #0082BD;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
    top: 27px;
}
.wp-block-button__link:before{
	  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  background-color:#FFF8A8;
  border-radius: 50vh;
  transition: 0.3s;
}
.wp-block-button__link:hover:before{
	width: 90px;
  height: 90px;
	right: -10px;
}
.wp-block-button__link:hover:after{
	transform: translateY(-50%) scaleX(1.4);
}

.top__img-even{
	margin-top: 50px;
}
.section__top-services .top-services-text{
	text-align:center;
	margin: 30px 0 80px;
}
.top-services-flex{
	text-align: center;
	gap: 0px;
	margin-bottom:0;
}
.top-services-number {
	font-size: .625rem;
	text-align: center;
	width: 64px;
	height: 64px;
	border-radius: 100vh;
	/*border: 1px solid #FCDC4A;*/
	color: #0082BD;
	line-height: 1.9em;
    padding-top: 10px;
    padding-left: 3px;
    font-weight: 600;
	background-color: #F5FCFF;
}
.top-services-number span{
	font-size: 1.375rem;
	display:block;
}
.top-services-flex figure{
	height: 110px;
    width: 100%;
    margin: 0;
}
.top-services-flex figure img{
	height: 100%!important;
	width: auto!important;
	margin: 0 auto;
}
.top-services-flex h3{
	font-size: clamp(1.25rem, 0.641rem + 1.27vw, 1.5rem);
	text-align: center;
}
.top-services-flex .top-services-flex-text{
	max-width: 265px;
	margin: 0 auto;
	font-size: clamp(0.938rem, 0.861rem + 0.16vw, 1rem);
}
.top-services-flex .wp-block-column{
	border-left: 1px dotted #0082BD;
	padding:30px 20px 90px;
	position:relative;
	transition: all 0.3s ease-in-out; 
}
.top-services-flex .wp-block-column:before{
    content: '';
    width: 35px;
    height: 35px;
    background: #0082BD;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    margin: auto;	
	 transition: all 0.3s ease-in-out; 
}
.top-services-flex .wp-block-column:hover:before{
	background: #FFF8A8;
}
.top-services-flex .wp-block-column:after{
content: '';
    width: 8px;
    height: 8px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(45deg);
    position: absolute;
    left: -2px;
    right: 0;
    bottom: 43px;
    margin: auto;
	 transition: all 0.3s ease-in-out; 
}
.top-services-flex .wp-block-column:hover:after{
	 border-top: solid 2px #0082BD;
    border-right: solid 2px #0082BD;
}
.top-services-flex:first-of-type .wp-block-column{
	border-bottom: 1px dotted #0082BD;
}
.top-services-flex .wp-block-column:hover{
	opacity: .7;
}

.top-services-flex .wp-block-column a:before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom:0;
}
.top-services-flex .wp-block-column:last-child{
	border-right: 1px dotted #0082BD;
}
.section__top-services .wp-block-button__link{
	margin-top: 80px;
}
.section__top-blog .latest-posts{
	display:flex;
	gap: 20px;
	margin-bottom: 60px;
	justify-content: center;
}
.section__top-blog .top-blog-text{
	text-align: center;
	margin-bottom: 50px;
}
.section__top-blog .post-thumbnail img{
	width: 100%;
	height: auto;
	aspect-ratio: 340 / 195;
	object-fit: cover;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.section__top-blog .latest-posts h2{
	margin:12px 0;
	font-size: 1.125rem;
	text-align:left;
	padding: 0 20px;
}
.section__top-blog .latest-posts p{
	font-size: 1rem;
	margin-bottom: 30px;
}
.section__top-blog .entry-content {
    /* 3行でテキストを省略するCSS */
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3; /* ここで表示する行数を指定します */
	margin-top:0;
	padding: 0 20px;
}

.section__top-blog .entry-content:after {
    /* 3行目以降を省略した際に表示される「...」 */
    content: '...';
}
.section__top-blog .latest-posts .entry-date{
	text-align: right;
	display:block;
	margin-top: 20px;
	padding: 0 20px;
}
.section__top-blog .latest-posts article{
	box-shadow: 1px 1px 8px #E3F6FF;
    padding-bottom: 20px;
	background-color: #fff;
	border-radius: 10px;
	    max-width: 600px;
	width:100%;
}
.section__top-access p{
	text-align: center;
	margin-bottom: 50px;
}
.section__top-access p a{
	font-size: 1.25rem;
	letter-spacing: .05em;
	position:relative;
	 transition: all 0.3s ease-in-out; 
}
.section__top-access p a:before{
  position: absolute;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #000000;
  bottom: -5px;  
  transform: scale(0, 1); 
  transform-origin: left top;
  transition: transform 0.3s;		
}
.section__top-access p a:hover:before{
transform: scale(1, 1); 	
}
.section__top-access p a:hover{
	opacity: .7;
}
.section__top-access p a:after{
	content:url(./img/icon__top-map.webp);
	position: absolute;
	right: -35px;
    bottom: -13px;
    transform: scale(.5);
}
/* アニメーションの初期状態（非表示） */
.section__top-about,
.top__img-section,
.section__top-services,
.section__top-blog{
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s ease, transform 1s ease;
}

/* アニメーション後の状態（表示） */
.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 0 !important;
    }
}
@media screen and (max-width: 768px) {
	.top-ukiwa{
	position: absolute;
    bottom: -80px;
    right: -20px;
    transform: scale(.35);
}
.top-safa{
	    position: absolute;
    bottom: -110px;
    left: -50px;
    transform: scale(.3);
}
.top-nami01{
	position: absolute;
    bottom: -68px;
    left: -290px;
    transform: scale(.2);
    right: 0;
}
.top-nami02{
	position: absolute;
    bottom: -75px;
    right: -100px;
    transform: scale(.2);
}


	.section__footer-contact:after{
		bottom: -9%;
	}
	.wp-block-button__link:before{
		width: 50px;
    height: 50px;
	right: 45px;	
	}
	.wp-block-button__link:hover:before{
		width: 60px;
    height: 60px;
	right: 35px;	
	}
	.wp-block-button__link:after{
		right: 1.2em;
		    top: 23px;
	}
	 .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: 100% !important;
    }
	.section__top-fv:after{
		    bottom: -5.5%;
	}
	.scroll::before{
	    width: 10px;
    height: 10px;	
	}
	.section__top-fv h1{
		font-size: 1.375rem;
	}
	.section__top-fv p{
		    font-size: .9375rem;
	}
	.top-fv-illust{
    right: 0;
    left: 0;
    text-align: center;
	}
	.top-fv-illust img{
    width: 180px!important;
    height: auto;
	}
	.top-fv img{
	    aspect-ratio: 380 / 571;
    max-height: 571px;
    object-fit: cover;	
	}
	.section__top-about:before{
	    right: -110%;
        bottom: 15%;	
	}
	.section__top-about:after{
		left: -70%;
	}
	.scroll{
padding-top: 50px;
margin: -50px auto 0;
	}
	.top__img-section .pc-only{
	display: none;
}
	.top-services-flex .wp-block-column{
		border-left: none;
		border-bottom: 1px dotted #000;
	}
	.top-services-flex .wp-block-column:last-child{
	border-right: none;	
	}
	.section__top-blog .latest-posts{
		display: block;
	}
	.section__top-blog .latest-posts a{
		display: flex;
	}
	.section__top-blog .post-thumbnail img{
		    height: 100%;
    aspect-ratio: auto;
border-bottom-left-radius: 10px;
        border-top-left-radius: 10px;
		border-top-right-radius: 0;
	}
	.section__top-blog .post-thumbnail{
		width: 40%;
	}
	.section__top-blog .entry-text{
		width: 60%;
		padding-bottom: 12px;
	}
	.section__top-blog .latest-posts article{
		padding-bottom: 0;
		margin-bottom: 30px;
	}
	.home h2{
		font-size: 1.375rem;
	}
	.home h2 span{
		font-size: 1.125rem;
	}
	.home h2{
		margin-bottom: 20px;
	}
	.section__top-services,
	.section__top-blog{
	margin: 40px auto 80px;	
	padding: 0 15px;
	}
	.section__top-about{
		margin: 0 auto;	
	padding: 40px 15px 80px;
	}
	.section__top-about p{
		font-size: .9375rem;
    letter-spacing: 0;
	}
	.section__top-about figure{
    max-width: 180px;
    margin: 30px auto 10px;
	}
	.wp-block-button__link{
		    margin: 30px auto 0;
    font-size: 1rem;
		padding-right: 30px;
	}
	.top-services-number{
		    margin: 0 auto;
		    font-size: .5rem;
		    width: 50px;
    height: 50px;
		padding-left: 0;
		    padding-top: 10px;
		line-height: 1.75em;
	}
	.top-services-number span{
		font-size: 1rem;
	}
	.top-services-flex figure{
	height: 100px;
	margin: 5px 0 0px;
	}
	.top-services-flex h3{
		margin: 18px 0;
	}
	.top-services-flex .wp-block-column{
		padding: 30px 20px 70px;
	}
	.top-services-flex .wp-block-column:before{
		    width: 25px;
    height: 25px;
		    bottom: 30px;
	}
	.top-services-flex .wp-block-column:after{
		bottom: 39px;
	}
	.section__top-services .top-services-text{
		    margin: 20px 0 20px;
	}
	.section__top-services .wp-block-button__link {
    margin-top: 50px;
}
	.section__top-blog .latest-posts{
		margin-bottom: 30px;
	}
	.section__top-access p a{
		font-size: .875rem;
	}
	.section__top-access p a:after{
		right: -32px;
    bottom: -18px;
    transform: scale(.45);
	}
	.section__top-access p{
		    margin-bottom: 40px;
	}
	.section__top-blog .top-blog-text,
	.section__top-blog .entry-content{
		font-size: .9375rem;
	}
}
@media screen and (max-width: 484px) {
	.top-ukiwa{
	        right: -80px;
        transform: scale(.25);
}
.top-safa{
	   left: -80px;
        transform: scale(.2);
}
.top-nami01{
	bottom: -78px;
}
.top-nami02{
	        right: -130px;
}
}
@media screen and (max-width: 428px) {
	.top-ukiwa{
	 bottom: -87px;
}
.top-safa{
	   left: -100px;
        bottom: -125px;
}
.top-nami01{
	left: -100px;
	transform: scale(.15);
}
.top-nami02{
	        bottom: -80px;
        transform: scale(.15);
}
	.section__top-blog .latest-posts a{
		display: block;
	}
	.section__top-blog .post-thumbnail{
	width: 100%;	
	}
	.section__top-blog .entry-text{
	        width: 100%;	
	}
	.section__top-blog .post-thumbnail img{
		border-bottom-left-radius:0;
		border-top-right-radius: 10px;
	}
	.section__top-fv:after {
        bottom: -8.5%;
    }
	.section__top-about:after{
		left: -130%;
	}
}


/*footer
--------------------------------------------- */
.section__footer-contact{
	background-image: url(./img/footer__contact-bg.webp);
background-repeat: no-repeat;
	background-size: cover;
	background-position: bottom;
	padding: 100px 35px 160px;
	position: relative;
}
.section__footer-contact:after{
	    content: '';
    background-image: url(./img/top-wave.webp);
    display: inline-block;
    width: 165%;
    height: 77px;
    background-size: contain;
    position: absolute;
    bottom: 0;
    background-repeat: repeat-x;
	right: 0;
}
.section__footer-contact p{
	font-size: 1.125rem;
	margin-bottom: 52px;
    text-align: center;
    line-height: 1em;
}
.footer-contact-btn{
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer-contact-btn a{
	max-width: 570px;
	background-color: #fff;
	border: 1px solid #0082BD;
	border-radius: 100vh;
	width: 100%;
	display: block;
	padding: 20px 0 20px 30px;
	text-align: center;
	font-size: 2.5rem;
	font-weight: 500;
	line-height: .9em;
	position: relative;
	color: #0082BD;
	transition: all 0.3s ease-in-out;
}
.footer-contact-btn a:hover{
	background-color: #FFF8A8;
	opacity: 1;
}
.footer-contact-btn a span{
	display: block;
}
.footer-contact-btn a span.footer-contact-btn-text01{
	font-size: 1.25rem;
	font-weight: 400;
	color: #0082BD;
}
.footer-contact-btn a span.footer-contact-btn-text02{
	font-size: .8125rem;
	color: #0082BD;
}
.footer-contact-btn a:before{
	content: url(./img/icon__header-contact.webp);
	position: absolute;
	top: 30px;
	left: -300px;
	transform: scale(.5);
	right: 0;
}
.site-footer{
	padding:50px 0 0;
}
.site-footer-bg{
    display: flex;
    justify-content: space-between;
    gap: 30px;
    padding: 0 75px 0 35px;
	align-items: end;
	flex-wrap: wrap;
}
.footer-list{
	margin:0;
	padding: 0;
	display: flex;
	gap: 30px;
}
.footer-list li{
	list-style: none;
}
.footer-list li a{
    position: relative;
}
.footer-list li a:after{
    position: absolute;
    left: 0;
    content: '';
    width: 100%;
    height: 1px;
    background: #000000;
    bottom: -5px;  
    transform: scale(0, 1); 
    transform-origin: left top;
    transition: transform 0.3s;	
    }
    .footer-list li a:hover:after{
    transform: scale(1, 1); 	
    }
.copy-right{
	text-align: center;
	margin-top: 24px;
	background-color:#FFF8A8;
	padding:4px 35px;
	font-size: .875rem;
}
.footer-yotto{
	    position: absolute;
    transform: scale(.2);
    bottom: -100px;
    z-index: 1;
}
.footer-nami{
	position:absolute;
	z-index: 1;
    transform: scale(.3);
    bottom: -50px;
    left: 150px;
}
@media screen and (max-width: 768px) {
	.footer-yotto{
	           left: -50px;
		bottom: -120px;
}
.footer-nami{
	        transform: scale(.2);
        bottom: -80px;
        left: 0;
}	
	.section__footer-contact p{
		        font-size: .875rem;
        line-height: 1.7em;
        letter-spacing: 0.03em;
        margin-bottom: 30px;
	}
	.footer-contact-btn a{
		    padding: 10px 0 10px 10px;
		font-size: 2rem;
	}
	.footer-contact-btn a span.footer-contact-btn-text01{
	font-size: .875rem;	
	}
	.footer-contact-btn a span.footer-contact-btn-text02{
		font-size: .7rem;
    letter-spacing: 0;
	}
	.footer-contact-btn a:before{
	        top: 8px;
        left: -258px;
        transform: scale(.35);
	}
	.section__footer-contact{
		padding: 60px 15px 100px;
	}
	.footer-list li a{
	font-size: .8125rem;	
	}
	.footer-list{
	    gap: 5px 20px;
    flex-wrap: wrap;
	}
	.copy-right{
	padding: 4px 15px;
    font-size: .6875rem;	
	}
	.site-footer-bg{
	gap: 15px;
    padding: 0 15px;	
	}
	.site-footer{
	padding: 50px 0 0;	
	}
		.section__footer-contact:after{
		bottom: -9%;
	}
}

@media screen and (max-width: 428px) {
	.footer-contact-btn a{
		        padding: 5px 0 5px 10px;
	        font-size: 1.5rem;	
	}
	.footer-contact-btn a span.footer-contact-btn-text01{
		    font-size: .675rem;
}
	.footer-contact-btn a span.footer-contact-btn-text02{
		font-size: .55rem;
	}
	.footer-contact-btn a:before{
	top: -10px;
        left: -195px;
        transform: scale(.25);
        right: 0;
	}
		.section__footer-contact:after{
		bottom: -12%;
	}
}
/*under-page
--------------------------------------------- */
.under-eyecatch{
	position:relative;
}
.under-ukiwa{
	position: absolute;
    bottom: -120px;
        right: 120px;
    transform: scale(.5);
}
.under-safa{
	    position: absolute;
    bottom: -120px;
    left: 0;
    transform: scale(.4);
}
.under-nami01{
	position: absolute;
    bottom: -95px;
    left: -150px;
    transform: scale(.4);
    right: 0;
}
.under-nami02{
	position: absolute;
    bottom: -105px;
    right: 0;
    transform: scale(.4);
}
.under-page{
	position: relative;
}
.under-page .entry-header{
	position: absolute;
	top: 68px;
	left: 0;
	max-width: 1000px;
	margin: 0 auto;
}
.under-page .entry-header h1{
	font-size: 2.2rem;
	padding: 25px 40px;
	font-weight: 400;
	line-height: 1.5em;
}
.under-page .post-thumbnail{
	margin-top: -93px;
	position: relative;
}
.under-page .post-thumbnail:after{
	    content: '';
    background-image: url(./img/top-wave.webp);
    display: inline-block;
    width: 165%;
    height: 77px;
    background-size: contain;
    position: absolute;
    bottom: -40px;
    background-repeat: repeat-x;
    right: 0;
}
.under-page .entry-content .post-thumbnail:after{
	content: none;
}
.under-page .post-thumbnail img{
	min-height: 331px;
    width: 100%;
    object-fit: cover;
    aspect-ratio: 1200 / 331;
	    object-position: 50% 55%;
}
.under-page .entry-content{
	max-width: 1070px;
	width: 100%;
	margin: 120px auto 0;
	padding: 0 35px;
}
.under-page h2{
	font-size: 1.875rem;
	padding-bottom: 20px;
	margin-bottom: 34px;
	border-bottom: 1px solid #000;
	position:relative;
}
.under-page h2:after{
	content: '';
	position: absolute;
	bottom: -1px;
	left: 0;
	height: 2px;
	width: 170px;
	background-color: #FDEB15;
}
.under-page .section__top-access{
	margin-top: 100px;
}
@media screen and (max-width: 768px) {
		.under-ukiwa{
	position: absolute;
    bottom: -100px;
    right: -20px;
    transform: scale(.35);
}
.under-safa{
	    position: absolute;
    bottom: -120px;
    left: -50px;
    transform: scale(.3);
}
.under-nami01{
	position: absolute;
    bottom: -78px;
    left: -250px;
    transform: scale(.2);
    right: 0;
}
.under-nami02{
	position: absolute;
    bottom: -85px;
    right: -100px;
    transform: scale(.2);
}
	.under-page .entry-content{
		margin: 70px auto 0;
	}
	.under-page .entry-header h1{
		font-size: 1.875rem;
		padding: 25px 20px;
	}
	.under-page .entry-content{
	    padding: 0 15px;	
	}
	.under-page h2{
		font-size: 1.5rem;
	}
}

@media screen and (max-width: 484px) {
.under-ukiwa{
	            right: -60px;
        transform: scale(.25);
	        bottom: -80px;
}
.under-safa{
	   left: -80px;
        transform: scale(.2);
}
.under-nami01{
	bottom: -88px;
}
.under-nami02{
	        right: -130px;
}	
}
@media screen and (max-width: 428px) {
.under-ukiwa{
	 bottom: -87px;
}
.under-safa{
	   left: -100px;
        bottom: -125px;
}
.under-nami01{
	left: -100px;
	transform: scale(.15);
}
.under-nami02{
	        bottom: -80px;
        transform: scale(.15);
}	
	
}
/*about
--------------------------------------------- */
.section__about-tax-accountant{
	margin-top: 55px;
	line-height: 2.8em;
}
.about-tax-accountant-text01{
	font-size: 1.125rem;
	font-weight: 600;
}
.about-tax-accountant-text02{
font-size: 2.75rem;	
}
.about-tax-accountant-text03{
	font-size: 1.125rem;
}
.about-tax-accountant-text04{
	font-size: 1.125rem;
}
.about-tax-accountant-flex .wp-block-group__inner-container{
	display: flex;
	gap: 30px;
	align-items: baseline;
}
.section__about-profile{
	margin-top: 60px;
}

.wp-block-table td, .wp-block-table th {
	border: none;
	border-bottom: 1px dotted #000;
}
.wp-block-table tr:last-child td{
	border-bottom: 0;
}
.section__about-profile .wp-block-table td:first-child,
.section__about-business .wp-block-table td:first-child{
	border-right: 1px dotted #000;
	width: 115px;
}
.section__about-profile .wp-block-table td:last-child,
.section__about-business .wp-block-table td:last-child{
	padding: 15px;
}
.section__about-profile .wp-block-table tr:nth-child(even) td{
	background-color: rgba(253,235,21,.14);
}
.section__about-business{
	margin-top: 120px;
	margin-bottom: 80px;
}
.section__about-business a{
	text-decoration: underline;
}
.about-img__box{
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
.about-img__box .wp-block-image img{
	border-radius: 20px;
	    object-fit: cover;
    aspect-ratio: 3 / 4;
}
@media screen and (max-width: 768px) {
	.about-tax-accountant-text01{
		font-size: 1rem;
	}
	.about-tax-accountant-text02{
	font-size: 2rem;	
	}
	
	.about-tax-accountant-text03{
		font-size: .875rem;
	}
	.about-tax-accountant-text04{
		    font-size: .875rem;
    margin-top: -5px;
	}
	.about-tax-accountant-flex .wp-block-group__inner-container{
	flex-wrap: wrap;
    gap: 15px;	
	}
	.section__about-tax-accountant{
		margin-top: 30px;
		line-height: 2.3em;
	}
	.section__about-business{
	    margin-top: 60px;
    margin-bottom: 20px;	
	}
	.under-page .section__top-access p{
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 428px){
	.wp-block-table td, .wp-block-table th{
		font-size: .875rem;
	}
	.section__about-profile .wp-block-table td:first-child{
		    width: 107px;
	}
	.section__about-business .wp-block-table td:first-child{
		width: 85px;
	}
	.about-img__box .wp-block-image img{
		border-radius: 10px;
	}
}

/*service
--------------------------------------------- */
.section__service h2{
	padding-top: 80px;
	margin-bottom: 50px;
}
.section__service{
	margin-bottom: 60px;
}
.service__menu{
	margin-top: 100px;
}
.service__menu figure{
	height: 93px;
	width: auto;
	margin: 0 auto;
}
.service__menu .wp-block-image img{
	height: 100%;
	object-fit: contain;
}
.service__menu h3{
	text-align: center;
	font-size: 1rem;
	margin: 0;
}
.service__menu h3:before {
    content: '';
    width: 20px;
    height: 20px;
    background: #0082BD;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: auto;
    transition: all 0.3s 
ease-in-out;
}
.service__menu h3:after {
    content: '';
    width: 6px;
    height: 6px;
    border: 0;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    transform: rotate(135deg);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 22px;
    margin: auto;
    transition: all 0.3s 
ease-in-out;
}
.service__menu h3:hover:after {
    border-top: solid 2px #0082BD;
    border-right: solid 2px #0082BD;
}
.service__menu h3:hover:before {
    background: #FFF8A8;
}
.service__menu .is-layout-flex{
	justify-content: center;
	margin-bottom: 50px;
}
.service__menu .wp-block-column-is-layout-flow{
	position:relative;
	border-radius: 10px;
	border: 1px solid #ACD8EB;
	padding: 10px 0 50px;
}
.service__menu .wp-block-column-is-layout-flow:hover{
	opacity: .8;
}
.service__menu a:before{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left:0;
	right: 0;
}
@media screen and (max-width: 768px){
	.service__menu figure{
		height: 63px;
	}
	.service__menu h3{
		font-size: .875rem;
	}
	.service__menu .is-layout-flex{
		gap: 10px;
	}
	.service__menu .is-layout-flex{
		    margin-bottom: 30px;
	}
	.section__service figure{
		    height: 150px;
    width: auto;
    margin: 0 auto;
	}
	.section__service figure img{
		height: 100%;
		object-fit: contain;
		display: block;
        margin: 0 auto;
	}
	.section__service h2{
		    margin-bottom: 20px;
	}
}
@media screen and (max-width: 500px){
.service__menu h3{
		font-size: .75rem;
	line-height: 1.5em;
	}
}
/*blog index.php
--------------------------------------------- */
.section__blog-pickup {
	margin-top: 100px;
}
.section__blog-pickup .pickup-list{
	    margin: 80px 0 170px;
    display: flex;
    gap: 30px;
}
.section__blog-pickup .pickup-list .pickup-thumbnail{
	max-width: 310px;
	width: 100%;
}
.section__blog-pickup .pickup-content{
	line-height: 1em;
}
.section__blog-pickup .pickup-date{
	font-size: 1rem;
}
.section__blog-pickup .pickup-title{
	font-size: 1.125rem;
    margin: 12px 0;
    line-height: 1.5em;
}
.section__blog-pickup .pickup-category a{
	font-size: .8125rem;
	padding: 1px 5px;
	border: 1px solid #FDEB15;
	margin-right: 5px;
}
.blog-archive_flex{
	display: flex;
	gap: 35px;
	margin-top: 80px;
}
.blog-archive_flex .post-list-section{
	width: 70%;
}
.blog-archive_flex .popular-article{
	display: flex;
	gap: 15px;
}
.blog-archive_flex .popular-article .popular-img{
	max-width: 154px;
	width: 50%;
	aspect-ratio: 154 / 98;
}
.blog-archive_flex .wpp-thumbnail{
	margin: 0;
}
.blog-archive_flex .wpp-taxonomy{
	border: 1px solid #FDEB15;
	padding: 2px 5px;
}
.blog-archive_flex h4{
	margin: 0 0 22px;
	background-color: #FDEB15;
	font-size: 1rem;
	padding: 2px 5px;
}
.blog-archive_flex .widget{
	margin-bottom: 40px;
}
.wp-block-categories-list li{
	list-style:none;
	margin-left: 18px;
	margin-bottom: 13px;
}
.blog-archive_flex .wp-block-archives-list li{
	list-style: none;
	margin-left: 18px;
}
.blog-archive_flex .wp-block-archives-list li a{
	border: 1px solid #FDEB15;
	padding: 2px 5px;
}
.blog-archive_flex .post-title{
	margin: 0;
}
.blog-archive_flex .post-item-content img{
	max-width: 656px;
	width: 100%;
	aspect-ratio: 656 / 261;
	object-fit: cover;
}
.blog-archive_flex .status-publish{
	margin-bottom:85px;
}
.blog-archive_flex .post-list-section .post-date{
	font-size: 1rem;
	margin-top: 15px;
}
.blog-archive_flex .post-list-section h3{
	font-size: 1.125rem;
	margin: 10px 0;
}
.blog-archive_flex .post-categories{
	display: flex;
}
.blog-archive_flex .post-categories li{
	list-style: none;
}
.blog-archive_flex .post-categories li a{
	border: 1px solid #FDEB15;
	padding: 2px 5px;
	font-size:.8125rem;
	margin-right:10px;
}
.blog-archive_flex .read-more{
	margin-top: 8px;
	display:block;
	text-align: right;
	padding-right: 105px;
	position:relative;
}
.blog-archive_flex .read-more:after{
position: absolute;
    right: 10px;
    transform: translateY(-50%);
    transform-origin: left;
    width: 70px;
    height: .5em;
    background-color: #000;
    clip-path: polygon(0 100%, 100% 100%, 70% 40%, 70% 90%, 0% 90%);
    content: '';
    transition: transform .3s;
    top: 11px;
}
.blog-archive_flex .read-more:hover:after{
	right: 0;
}
.blog-archive_flex .nav-links{
	display:flex;
	justify-content: center;
	gap:10px; 
	margin-bottom: 207px;
}
.blog-archive_flex .nav-links a.page-numbers,
.blog-archive_flex .nav-links span.page-numbers{
	display: block;
	font-size: 1.25rem;
	font-weight: 600;
	width: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.blog-archive_flex .nav-links span.page-numbers{
	background-color: #FDEB15;
}
.under-archive-page .entry-content{
	margin-top: 100px;
}
.blog-single .post-navigation{
	    display: flex;
    margin: 100px 0;
}
.blog-single .entry-content .entry-title{
	margin-top: 0;
	margin-bottom: 15px;
}
.blog-single .post-category{
	margin: 10px 0;
}
.blog-single .post-category a{
	border: 1px solid #FDEB15;
	padding: 2px 5px;
}
.blog-single .post-list-section h3{
margin: 40px 0 15px;
	padding-bottom: 8px;
	border-bottom: 1px solid #FDEB15;
	font-size: 1.75rem;
	line-height: 1.5em;
}
.blog-single .post-list-section h4{
margin: 40px 0 15px;	
	font-size: 1.625rem;
	background-color: transparent;
	border-left: 6px solid #FDEB15;
	line-height: 1.5em;
	padding-left: 15px;
}
.blog-single .post-list-section p{
	margin-bottom: 20px;
}
.blog-single .post-list-section{
	margin-bottom: 100px;
}
.under-page.blog-single .thumbnail img{
	width:100%;
	aspect-ratio: 16/ 9;
}
@media screen and (max-width: 768px){
	.section__blog-pickup{
		    margin-top: 50px;
	}
	.section__blog-pickup .pickup-list{
		margin: 30px 0 100px;
		gap: 50px 30px;
		flex-wrap: wrap;
	}
	.section__blog-pickup .pickup-item{
		width: 45%;
	}
	.section__blog-pickup .pickup-date{
		font-size: .875rem;
	}
	.section__blog-pickup .pickup-title{
		font-size: 1rem;
	}
	.blog-archive_flex{
	    margin-top: 30px;	
		display: block;
	}
	.blog-archive_flex .post-list-section{
		width: 100%;
	}
	.blog-archive_flex .nav-links{
	margin-bottom: 107px;	
	}
	aside.widget-area{
		margin-bottom: 150px;
	}
	.blog-archive_flex .post-item-content img{
		min-height: auto;
	}
	.blog-archive_flex .status-publish {
    margin-bottom: 35px;
	}
	.blog-archive_flex .post-list-section .post-title h3{
	font-size: 1rem;
    margin: 0 0 5px;
    line-height: 1.5em;	
	}
	.blog-archive_flex .read-more{
	    margin-top: 0;	
	}

	.under-page.blog-single .thumbnail img{
		min-height: auto;
	}
	.blog-archive_flex .post-list-section .post-date{
		margin-top: 0;
	}
	.blog-archive_flex .post-list-section h3{
		margin: 2px 0 5px;
	}
}
@media screen and (max-width: 428px){
	.section__blog-pickup .pickup-list{
		display: block;
	}
	.section__blog-pickup .pickup-item{
	width: 100%;
        margin-bottom: 30px;	
	}
	.section__blog-pickup .pickup-list .pickup-thumbnail{
		max-width: 100%;
	}
		.section__blog-pickup .pickup-item img{
		width: 100%;
	}
}
