/*
Theme Name: Twenty Thirteen
Theme URI: https://wordpress.org/themes/twentythirteen/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 4.0
Tested up to: 6.4
Requires at least: 3.6
Requires PHP: 5.2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, one-column, two-columns, right-sidebar, custom-header, custom-menu, editor-style, featured-images, footer-widgets, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready, block-patterns
Text Domain: twentythirteen

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


/**
 * Table of Contents:
 *
 * 1.0 - Reset
 * 2.0 - Repeatable Patterns
 * 3.0 - Basic Structure
 * 4.0 - Header
 *   4.1 - Site Header
 *   4.2 - Navigation
 * 5.0 - Content
 *   5.1 - Entry Header
 *   5.2 - Entry Meta
 *   5.3 - Entry Content
 *   5.4 - Galleries
 *   5.5 - Post Formats
 *   5.6 - Attachments
 *   5.7 - Post/Paging Navigation
 *   5.8 - Author Bio
 *   5.9 - Archives
 *   5.10 - Search Results/No posts
 *   5.11 - 404
 *   5.12 - Comments
 *   5.13 - Multisite
 * 6.0 - Sidebar
 *   6.1 - Widgets
 * 7.0 - Footer
 * 8.0 - Media Queries
 * 9.0 - Print
 * ----------------------------------------------------------------------------
 */


/**
 * 1.0 Reset
 *
 * Modified from Normalize.css to provide cross-browser consistency and a smart
 * default styling of HTML elements.
 *
 * @see http://git.io/normalize
 * ----------------------------------------------------------------------------
 */

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
video {
	display: inline-block;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

html,
button,
input,
select,
textarea {
	font-family: "Source Sans Pro", Helvetica, sans-serif;
}

body {
	color: #141412;
	line-height: 1.8;
	letter-spacing:.2em;
	margin: 0;
	font-family: "Noto Sans JP", sans-serif;
}

a {
	color: initial/*#ca3c08*/;
	text-decoration: none;
}

a:visited {
	color: initial/*#ac0404*/;
}

a:focus {
	outline: thin dotted;
}

a:active,
a:hover {
	color: initial/*#ea9629*/;
	outline: 0;
}

a:hover {
	text-decoration: none/*underline*/;
	opacity:.6;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: /*Bitter, Georgia, serif*/;
	line-height: 1.5;
	letter-spacing:0;
}

h1 {
	font-size: 48px;
	margin: 33px 0;
}

h2 {
	font-size: 30px;
	margin: 25px 0;
}

h3 {
	font-size: 22px;
	margin: 22px 0;
}

h4 {
	font-size: 20px;
	margin: 25px 0;
}

h5 {
	font-size: 18px;
	margin: 30px 0;
}

h6 {
	font-size: 16px;
	margin: 36px 0;
}

address {
	font-style: italic;
	margin: 0 0 24px;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

mark {
	background: #ff0;
	color: #000;
}

p {
	margin: 0 0 24px;
}

code,
kbd,
pre,
samp {
	font-family: monospace, serif;
	font-size: 14px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
}

pre {
	background: #f5f5f5;
	color: #666;
	font-family: monospace;
	font-size: 14px;
	margin: 20px 0;
	overflow: auto;
	padding: 20px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
	content: "";
	content: none;
}

blockquote {
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 24px 40px;
}

blockquote blockquote {
	margin-right: 0;
}

blockquote cite,
blockquote small {
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
}

blockquote em,
blockquote i {
	font-style: normal;
	font-weight: 300;
}

blockquote strong,
blockquote b {
	font-weight: 400;
}

small {
	font-size: smaller;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

dl {
	margin: 0/*0 20px*/;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 0 20px;
}

menu,
ol,
ul {
	margin: 0/*16px 0*/;
	padding: 0/*0 0 0 40px*/;
}

ul {
	list-style-type: none/*square*/;
}

nav ul,
nav ol {
	list-style: none;
	list-style-image: none;
}

li > ul,
li > ol {
	margin: 0;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	min-width: inherit;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}

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

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	padding-right: 2px; /* Don't cut off the webkit search cancel button */
	width: 270px;
}

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

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-bottom: 1px solid #ededed;
	border-collapse: collapse;
	border-spacing: 0;
	font-size:/*14px*/;
	line-height: 2;
	margin: 0 0 20px;
	width: 100%;
}

caption,
th,
td {
	font-weight: /*normal*/;
	text-align: left;
}

caption {
	font-size: 16px;
	margin: 20px 0;
}

th {
	font-weight: bold;
	text-transform: uppercase;
}

td {
	border-top: 1px solid #ededed;
	padding: 6px 10px;
}

del {
	color: #333;
}

ins {
	background: #fff9c0;
	text-decoration: none;
}

hr {
	background: url(images/dotted-line.png) repeat center top;
	background-size: 4px 4px;
	border: 0;
	height: 1px;
	margin: 0 0 24px;
}

/* Custom gradient block backgrounds */
.has-autumn-brown-gradient-background {
	background: linear-gradient(135deg, rgba(226,45,15,1) 0%, rgba(158,25,13,1) 100%);
}
.has-sunset-yellow-gradient-background {
	background: linear-gradient(135deg, rgba(233,139,41,1) 0%, rgba(238,179,95,1) 100%);
}
.has-light-sky-gradient-background {
	background: linear-gradient(135deg,rgba(228,228,228,1.0) 0%,rgba(208,225,252,1.0) 100%);
}
.has-dark-sky-gradient-background {
	background: linear-gradient(135deg,rgba(0,0,0,1.0) 0%,rgba(56,61,69,1.0) 100%);
}

/**
 * 2.0 Repeatable Patterns
 * ----------------------------------------------------------------------------
 */

.genericon:before,
.menu-toggle:after,
.featured-post:before,
.date a:before,
.entry-meta .author a:before,
.format-audio .entry-content:before,
.comments-link a:before,
.tags-links a:first-child:before,
.categories-links a:first-child:before,
.edit-link a:before,
.attachment .entry-title:before,
.attachment-meta:before,
.attachment-meta a:before,
.comment-awaiting-moderation:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.bypostauthor > .comment-body .fn:before,
.error404 .page-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	vertical-align: text-bottom;
}

/* Clearing floats */
.clear:after,
.attachment .entry-header:after,
.site-footer .widget-area:after,
.entry-content:after,
.page-content:after,
.navigation:after,
.nav-links:after,
.gallery:after,
.comment-form-author:after,
.comment-form-email:after,
.comment-form-url:after,
.comment-body:after {
	clear: both;
}

.clear:before,
.clear:after,
.attachment .entry-header:before,
.attachment .entry-header:after,
.site-footer .widget-area:before,
.site-footer .widget-area:after,
.entry-content:before,
.entry-content:after,
.page-content:before,
.page-content:after,
.navigation:before,
.navigation:after,
.nav-links:before,
.nav-links:after,
.gallery:before,
.gallery:after,
.comment-form-author:before,
.comment-form-author:after,
.comment-form-email:before,
.comment-form-email:after,
.comment-form-url:before,
.comment-form-url:after,
.comment-body:before,
.comment-body:after {
	content: "";
	display: table;
}

/* Assistive text */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	overflow: hidden;
	position: absolute !important;
	height: 1px;
	width: 1px;
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Form fields, general styles first. */
button,
input,
textarea {
	border: 2px solid #d4d0ba;
	font-family: inherit;
	padding: 5px;
}

input,
textarea {
	color: #141412;
}

input:focus,
textarea:focus {
	border: 2px solid #c3c0ab;
	outline: 0;
}

/* Buttons */
button,
input[type="submit"],
input[type="button"],
input[type="reset"] {
	background: #e05d22; /* Old browsers */
	background: -webkit-linear-gradient(top, #e05d22 0%, #d94412 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #e05d22 0%, #d94412 100%); /* W3C */
	border: none;
	border-bottom: 3px solid #b93207;
	border-radius: 2px;
	color: #fff;
	display: inline-block;
	padding: 11px 24px 10px;
	text-decoration: none;
}

button:hover,
button:focus,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="button"]:focus,
input[type="reset"]:focus {
	background: #ed6a31; /* Old browsers */
	background: -webkit-linear-gradient(top, #ed6a31 0%, #e55627 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #ed6a31 0%, #e55627 100%); /* W3C */
	outline: none;
}

button:active,
input[type="submit"]:active,
input[type="button"]:active,
input[type="reset"]:active {
	background: #d94412; /* Old browsers */
	background: -webkit-linear-gradient(top, #d94412 0%, #e05d22 100%); /* Chrome 10+, Safari 5.1+ */
	background:   linear-gradient(to bottom, #d94412 0%, #e05d22 100%); /* W3C */
	border: none;
	border-top: 3px solid #b93207;
	padding: 10px 24px 11px;
}

.post-password-required input[type="submit"] {
	padding: 7px 24px 4px;
	vertical-align: bottom;
}

.post-password-required input[type="submit"]:active {
	padding: 5px 24px 6px;
}

/* Placeholder text color -- selectors need to be separate to work. */
::-webkit-input-placeholder {
	color: #7d7b6d;
}

:-moz-placeholder {
	color: #7d7b6d;
}

::-moz-placeholder {
	color: #7d7b6d;
}

:-ms-input-placeholder {
	color: #7d7b6d;
}

/*
 * Responsive images
 *
 * Fluid images for posts, comments, and widgets
 */
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

/* Make sure images with WordPress-added height and width attributes are scaled correctly. */
.entry-content img,
.entry-summary img,
.comment-content img[height],
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
}

img.size-full,
img.size-large,
img.wp-post-image {
	height: auto;
	max-width: 100%;
}

/* Make sure videos and embeds fit their containers. */
embed,
iframe,
object,
video {
	max-width: 100%;
}

/* Override the Twitter embed fixed width. */
.entry-content .twitter-tweet-rendered {
	max-width: 100% !important;
}

/* Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

figure.wp-caption.alignleft,
img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

figure.wp-caption.alignright,
img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
	color: #220e10;
	font-size: 18px;
	font-style: italic;
	font-weight: 300;
	margin: 0 0 24px;
}

div.wp-caption.alignright img[class*="wp-image-"] {
	float: right;
}

div.wp-caption.alignright .wp-caption-text {
	padding-left: 10px;
}

img.wp-smiley,
.rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul,
.wp-caption.alignleft + ol {
	list-style-position: inside;
}


/**
 * 3.0 Basic Structure
 * ----------------------------------------------------------------------------
 */

.site {
	background-color:/*#fff*/;
	border-left: 1px solid #f2f2f2;
	border-right: 1px solid #f2f2f2;
	margin: 0 auto;
	max-width:/*1600px*/;
	width: 100%;
}

.site-main {
	position: relative;
}

.site-main .sidebar-container {
	height: 0;
	position: absolute;
	top: 40px;
	width: 100%;
	z-index: 1;
}

.site-main .sidebar-inner {
	margin: 0 auto;
	max-width: 1040px;
}


/**
 * 4.0 Header
 * ----------------------------------------------------------------------------
 */

/**
 * 4.1 Site Header
 * ----------------------------------------------------------------------------
 */

.site-header {
	position: relative;
}

.site-header .home-link {
	color: #141412;
	display: block;
	margin: 0 auto;
	max-width: 1080px;
	min-height: 230px;
	padding: 0 20px;
	text-decoration: none;
	width: 100%;
}

.site-header .site-title:hover {
	text-decoration: underline;
}

.site-title {
	font-size: 60px;
	font-weight: bold;
	line-height: 1;
	margin: 0;
	padding: 58px 0 10px;
}

.site-description {
	font: 300 italic 24px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}


/**
 * 4.2 Navigation
 * ----------------------------------------------------------------------------
 */

.main-navigation {
	clear: both;
	margin: /*0 auto*/;
	max-width: 1080px;
	min-height: 45px;
	position: relative;
}

ul.nav-menu,
div.nav-menu > ul {
	margin: 0;
	padding: 0 40px 0 0;
}

.nav-menu li {
	display: inline-block;
	position: relative;
}

.nav-menu li a {
	color: #141412;
	display: block;
	font-size: 15px;
	line-height: 1;
	padding: 15px 20px;
	text-decoration: none;
}

.nav-menu li:hover > a,
.nav-menu li a:hover,
.nav-menu li:focus > a,
.nav-menu li a:focus {
	background-color:/*#220e10*/;
	color:/*#fff*/;
}

.nav-menu .sub-menu,
.nav-menu .children {
	background-color:/*#220e10*/;
	border:/*2px solid #f7f5e7*/;
	border-top: 0;
	padding: 0;
	position: absolute;
	left: -2px;
	z-index: 99999;
	height: 1px;
	width: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
}

.nav-menu .sub-menu ul,
.nav-menu .children ul {
	border-left: 0;
	left: 100%;
	top: 0;
}

ul.nav-menu ul a,
.nav-menu ul ul a {
	color: #fff;
	margin: 0;
	width: 200px;
}

ul.nav-menu ul a:hover,
.nav-menu ul ul a:hover,
ul.nav-menu ul a:focus,
.nav-menu ul ul a:focus {
	background-color:/*#db572f*/;
}

ul.nav-menu li:hover > ul,
.nav-menu ul li:hover > ul,
ul.nav-menu .focus > ul,
.nav-menu .focus > ul {
	clip: inherit;
	overflow: inherit;
	height: inherit;
	width: inherit;
}

.nav-menu .current_page_item > a,
.nav-menu .current_page_ancestor > a,
.nav-menu .current-menu-item > a,
.nav-menu .current-menu-ancestor > a {
	color: #001785/*#bc360a*/;
	font-style: italic;
}

.menu-toggle {
	display: none;
}

/* Navbar */
.navbar {
	background-color/*#f7f5e7*/;
	margin: 0 auto;
	max-width: 1600px;
	width: 100%;
}

.site-header .search-form {
	position: absolute;
	right: 20px;
	top: 1px;
}

.site-header .search-field {
	background-color: transparent;
	background-image: url(images/search-icon.png);
	background-position: 5px center;
	background-repeat: no-repeat;
	background-size: 24px 24px;
	border: none;
	cursor: pointer;
	height: 37px;
	margin: 3px 0;
	padding: 0 0 0 34px;
	position: relative;
	-webkit-transition: width 400ms ease, background 400ms ease;
	transition:         width 400ms ease, background 400ms ease;
	width: 1px;
}

.site-header .search-field:focus {
	background-color: #fff;
	border: 2px solid #c3c0ab;
	cursor: text;
	outline: 0;
	width: 230px;
}


/**
 * 5.0 Content
 * ----------------------------------------------------------------------------
 */

.hentry {
	padding: /*40px 0*/;
}

.entry-header,
.entry-content,
.entry-summary,
.entry-meta {
	margin: 0 auto;
	max-width: /*604px*/;
	width: 100%;
}

.sidebar .entry-header,
.sidebar .entry-content,
.sidebar .entry-summary,
.sidebar .entry-meta {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}


/**
 * 5.1 Entry Header
 * ----------------------------------------------------------------------------
 */

.sidebar .entry-header .entry-meta {
	padding: 0;
}

.entry-thumbnail img {
	display: block;
	margin: 0 auto 10px;
}

.entry-header {
	margin-bottom: /*30px*/;
}

.entry-title {
	font-weight: normal;
	margin: 0 0 5px;
}

.entry-title a {
	color: #141412;
}

.entry-title a:hover {
	color: #ea9629;
}


/**
 * 5.2 Entry Meta
 * ----------------------------------------------------------------------------
 */

.entry-meta {
	clear: both;
	font-size: 14px;
}

.entry-meta a {
	color: #bc360a;
}

.entry-meta a:hover {
	color: #bc360a;
}

.entry-meta > span {
	margin-right: 20px;
}

.entry-meta > span:last-child {
	margin-right: 0;
}

.featured-post:before {
	content: "\f308";
	margin-right: 2px;
}

.entry-meta .date a:before {
	content: "\f303";
}

.comments-link a:before {
	content: "\f300";
	margin-right: 2px;
	position: relative;
	top: -1px;
}

.entry-meta .author a:before {
	content: "\f304";
	position: relative;
	top: -1px;
}

.categories-links a:first-child:before {
	content: "\f301";
}

.tags-links a:first-child:before {
	content: "\f302";
	position: relative;
	top: -1px;
}

.edit-link a:before {
	content: "\f411";
	position: relative;
	top: -1px;
}

.single-author .entry-meta .author,
.sticky.format-standard .entry-meta .date,
.sticky.format-audio .entry-meta .date,
.sticky.format-chat .entry-meta .date,
.sticky.format-image .entry-meta .date,
.sticky.format-gallery .entry-meta .date {
	display: none;
}


/**
 * 5.3 Entry Content
 * ----------------------------------------------------------------------------
 */

.entry-content {
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	word-wrap: break-word;
}

.entry-content .more-link {
	white-space: nowrap;
}

.entry-content blockquote {
	font-size: 24px;
}

.entry-content blockquote cite,
.entry-content blockquote small {
	font-size: 16px;
}

.entry-content img.alignleft,
.entry-content .wp-caption.alignleft {
	margin-left: -60px;
}

.entry-content img.alignright,
.entry-content .wp-caption.alignright {
	margin-right: -60px;
}

footer.entry-meta {
	margin-top: /*24px*/;
}

.format-standard footer.entry-meta {
	margin-top: 0;
}

/* Page links */
.page-links {
	clear: both;
	font-size: 16px;
	font-style: italic;
	font-weight: normal;
	line-height: 2.2;
	margin: 20px 0;
	text-transform: uppercase;
}

.page-links a,
.page-links > span {
	background: #fff;
	border: 1px solid #fff;
	padding: 5px 10px;
	text-decoration: none;
}

.format-status .entry-content .page-links a,
.format-gallery .entry-content .page-links a,
.format-chat .entry-content .page-links a,
.format-quote .entry-content .page-links a,
.page-links a {
	background: #e63f2a;
	border: 1px solid #e63f2a;
	color: #fff;
}

.format-gallery .entry-content .page-links a:hover,
.format-audio .entry-content .page-links a:hover,
.format-status .entry-content .page-links a:hover,
.format-video .entry-content .page-links a:hover,
.format-chat .entry-content .page-links a:hover,
.format-quote .entry-content .page-links a:hover,
.page-links a:hover {
	background: #fff;
	color: #e63f2a;
}

.format-status .entry-content .page-links > span,
.format-quote .entry-content .page-links > span {
	background: none;
}

.page-links .page-links-title {
	background: transparent;
	border: none;
	margin-right: 20px;
	padding: 0;
}

/* Mediaelements */
.hentry .mejs-mediaelement,
.widget .mejs-mediaelement,
.hentry .mejs-container .mejs-controls,
.widget .mejs-container .mejs-controls {
	background: #220e10;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-loaded,
.widget .mejs-controls .mejs-time-rail .mejs-time-loaded,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #fff;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-current,
.widget .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #ea9629;
}

.hentry .mejs-controls .mejs-time-rail .mejs-time-total,
.widget .mejs-controls .mejs-time-rail .mejs-time-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #595959;
}

.hentry .mejs-controls .mejs-time-rail span,
.widget .mejs-controls .mejs-time-rail span,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total,
.hentry .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
.widget .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	border-radius: 0;
}


/**
 * 5.4 Galleries
 * ----------------------------------------------------------------------------
 */

.gallery {
	margin-bottom: 20px;
	margin-left: -4px;
}

.gallery-item {
	float: left;
	margin: 0 4px 4px 0;
	overflow: hidden;
	position: relative;
}

.gallery-columns-1.gallery-size-medium,
.gallery-columns-1.gallery-size-thumbnail,
.gallery-columns-2.gallery-size-thumbnail,
.gallery-columns-3.gallery-size-thumbnail {
	display: table;
	margin: 0 auto 20px;
}

.gallery-columns-1 .gallery-item,
.gallery-columns-2 .gallery-item,
.gallery-columns-3 .gallery-item {
	text-align: center;
}

.gallery-columns-4 .gallery-item {
	max-width: 23%;
	max-width: -webkit-calc(25% - 4px);
	max-width:         calc(25% - 4px);
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
	max-width: -webkit-calc(20% - 4px);
	max-width:         calc(20% - 4px);
}

.gallery-columns-6 .gallery-item {
	max-width: 15%;
	max-width: -webkit-calc(16.7% - 4px);
	max-width:         calc(16.7% - 4px);
}

.gallery-columns-7 .gallery-item {
	max-width: 13%;
	max-width: -webkit-calc(14.28% - 4px);
	max-width:         calc(14.28% - 4px);
}

.gallery-columns-8 .gallery-item {
	max-width: 11%;
	max-width: -webkit-calc(12.5% - 4px);
	max-width:         calc(12.5% - 4px);
}

.gallery-columns-9 .gallery-item {
	max-width: 9%;
	max-width: -webkit-calc(11.1% - 4px);
	max-width:         calc(11.1% - 4px);
}

.gallery-columns-1 .gallery-item:nth-of-type(1n),
.gallery-columns-2 .gallery-item:nth-of-type(2n),
.gallery-columns-3 .gallery-item:nth-of-type(3n),
.gallery-columns-4 .gallery-item:nth-of-type(4n),
.gallery-columns-5 .gallery-item:nth-of-type(5n),
.gallery-columns-6 .gallery-item:nth-of-type(6n),
.gallery-columns-7 .gallery-item:nth-of-type(7n),
.gallery-columns-8 .gallery-item:nth-of-type(8n),
.gallery-columns-9 .gallery-item:nth-of-type(9n) {
	margin-right: 0;
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-2 figure.gallery-item:nth-of-type(2n+1),
.widget-area .gallery-columns-3 figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-4 figure.gallery-item:nth-of-type(4n+1),
.widget-area .gallery-columns-5 figure.gallery-item:nth-of-type(5n+1),
.widget-area .gallery-columns-6 figure.gallery-item:nth-of-type(6n+1),
.widget-area .gallery-columns-7 figure.gallery-item:nth-of-type(7n+1),
.widget-area .gallery-columns-8 figure.gallery-item:nth-of-type(8n+1),
.widget-area .gallery-columns-9 figure.gallery-item:nth-of-type(9n+1) {
	clear: left;
}

.gallery-caption {
	background-color: rgba(0, 0, 0, 0.7);
	box-sizing: border-box;
	color: #fff;
	font-size: 14px;
	line-height: 1.3;
	margin: 0;
	max-height: 50%;
	opacity: 0;
	padding: 2px 8px;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	-webkit-transition: opacity 400ms ease;
	transition:         opacity 400ms ease;
	width: 100%;
}

.gallery-caption:before {
	box-shadow: 0 -10px 15px #000 inset;
	content: "";
	height: 100%;
	min-height: 49px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.gallery-item:hover .gallery-caption {
	opacity: 1;
}

.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption,
.widget-area .gallery-columns-2 .gallery-caption,
.widget-area .gallery-columns-3 .gallery-caption,
.widget-area .gallery-columns-4 .gallery-caption,
.widget-area .gallery-columns-5 .gallery-caption,
.widget-area .gallery-columns-6 .gallery-caption,
.widget-area .gallery-columns-7 .gallery-caption,
.widget-area .gallery-columns-8 .gallery-caption,
.widget-area .gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 5.5 Post Formats
 * ----------------------------------------------------------------------------
 */

/* Aside */
.format-aside {
	background-color: #f7f5e7;
}

.blog .format-aside:first-of-type,
.single .format-aside:first-of-type,
.format-aside + .format-aside,
.format-aside + .format-link,
.format-link + .format-aside {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-aside .entry-meta {
	margin-top: 0;
}

.format-aside blockquote {
	font-size: 100%;
	font-weight: normal;
}

.format-aside cite {
	font-size: 100%;
	text-transform: none;
}

.format-aside cite:before {
	content: "\2014";
	margin-right: 5px;
}

/* Audio */
.format-audio {
	background-color: #db572f;
}

.format-audio .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-audio .entry-content:before {
	content: "\f109";
	float: left;
	font-size: 64px;
	position: relative;
	top: 4px;
}

.format-audio .entry-content a,
.format-audio .entry-meta a,
.format-audio .entry-content a:hover,
.format-audio .entry-meta a:hover {
	color: #fbfaf3;
}

.format-audio .audio-content {
	background: url(images/dotted-line.png) repeat-y left top;
	background-size: 4px 4px;
	float: right;
	padding-left: 35px;
	width: 80%;
	width: -webkit-calc(100% - 85px);
	width:         calc(100% - 85px);
}

.format-audio .wp-audio-shortcode {
	height: 30px !important; /* Override mediaelement.js style */
	margin: 20px 0;
	max-width: 400px !important; /* Override mediaelement.js style */
}

.format-audio audio {
	max-width: 100% !important; /* Avoid player width overflow. */
}

/* Chat */
.format-chat {
	background-color: #eadaa6;
}

.format-chat .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-chat .entry-meta a,
.format-chat .entry-content a {
	color: #722d19;
}

.format-chat .entry-meta .date a:before {
	content: "\f108";
	margin-right: 2px;
}

.format-chat .entry-meta .author {
	display: none;
}

.format-chat .chat {
	margin: 0;
}

.format-chat .chat .chat-timestamp {
	color: #722d19;
	float: right;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 10px 0;
}

.format-chat .chat .fn {
	font-style: normal;
}

/* Gallery */
.format-gallery {
	background-color: #fbca3c;
}

.format-gallery .entry-header {
	margin-bottom: 15px;
}

.format-gallery .entry-title {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.format-gallery .entry-meta a,
.format-gallery .entry-content a {
	color: #722d19;
}

/* Image */
.format-image .entry-title {
	font-size: 28px;
	font-weight: bold;
}

.format-image .categories-links,
.format-image .tags-links {
	display: none;
}

/* Link */
.format-link {
	background-color: #f7f5e7;
}

.blog .format-link:first-of-type,
.single .format-link:first-of-type {
	box-shadow: inset 0 2px 2px rgba(173, 165, 105, 0.2);
}

.format-link .entry-header,
.format-link .entry-content p:last-child {
	margin-bottom: 0;
}

.format-link .entry-title {
	color: #ca3c08;
	display: inline;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin-right: 20px;
}

.format-link .entry-title a {
	color: #bc360a;
}

.format-link div.entry-meta {
	display: inline;
}

/* Standard */
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}

/* Quote */
.format-quote {
	background-color: #210d10;
}

.format-quote .entry-content,
.format-quote .entry-meta {
	color: #f7f5e7;
}

.format-quote .entry-content blockquote {
	font-size: 28px;
	margin: 0;
}

.format-quote .entry-content a,
.format-quote .entry-meta a,
.format-quote .linked {
	color: #e63f2a;
}

.format-quote .entry-content cite a {
	border-bottom: 1px dotted #fff;
	color: #fff;
}

.format-quote .entry-content cite a:hover {
	text-decoration: none;
}

.format-quote blockquote small,
.format-quote blockquote cite {
	display: block;
	font-size: 16px;
}

.format-quote blockquote {
	font-style: italic;
	font-weight: 300;
	padding-left: 75px;
	position: relative;
}

.format-quote blockquote:before {
	content: '\201C';
	font-size: 140px;
	font-weight: 400;
	line-height: .8;
	padding-right: 25px;
	position: absolute;
	left: -15px;
	top: -3px;
}

.format-quote .entry-meta .author {
	display: none;
}

/* Status */
.format-status {
	background-color: #722d19;
	padding: 0;
}

.format-status .entry-content,
.format-status .entry-meta {
	padding-left: 35px;
	position: relative;
}

.format-status .entry-content a {
	color: #eadaa6;
}

.format-status .entry-meta a {
	color: #f7f5e7;
}

.sidebar .format-status .entry-content,
.sidebar .format-status .entry-meta {
	padding-left: 95px;
}

.format-status .entry-content:before,
.format-status .entry-meta:before {
	background: url(images/dotted-line.png) repeat-y left bottom;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 100%;
	position: absolute;
	left: 10px;
	top: 0;
	width: 1px;
}

.sidebar .format-status .entry-content:before,
.sidebar .format-status .entry-meta:before {
	left: 70px;
}

.format-status .categories-links,
.format-status .tags-links {
	display: none;
}

/* Ensures the dots in the dot background are in lockstep. */
.format-status .entry-meta:before {
	background-position: left top;
}

.format-status .entry-content {
	color: #f7f5e7;
	font-size: 24px;
	font-style: italic;
	font-weight: 300;
	padding-bottom: 30px;
	padding-top: 40px;
	position: relative;
}

.format-status .entry-content p:first-child:before {
	background-color: rgba(0, 0, 0, 0.65);
	content: "";
	height: 3px;
	margin-top: 13px;
	position: absolute;
	left: 4px;
	width: 13px;
}

.sidebar .format-status .entry-content > p:first-child:before {
	left: 64px;
}

.format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.format-status .entry-meta {
	margin-top: 0;
	padding-bottom: 40px;
}

.format-status .entry-meta .date a:before {
	content: "\f105";
}

/* Video */
.format-video {
	background-color: #db572f;
}

.format-video .entry-content a,
.format-video .entry-meta a,
.format-video .entry-content a:hover,
.format-video .entry-meta a:hover {
	color: #fbfaf3;
}

.format-video .entry-title {
	font-size: 50px;
	font-weight: 400;
}

.format-video .entry-meta {
	color: #220e10;
}


/**
 * 5.6 Attachments
 * ----------------------------------------------------------------------------
 */

.attachment .hentry {
	background-color: #e8e5ce;
	margin: 0;
	padding: 0;
}

.attachment .entry-header {
	margin-bottom: 0;
	max-width: 1040px;
	padding: 30px 0;
}

.attachment .entry-title {
	display: inline-block;
	float: left;
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0;
}

.attachment .entry-title:before {
	content: "\f416";
	font-size: 32px;
	margin-right: 10px;
}

.attachment .entry-meta {
	clear: none;
	color: inherit;
	float: right;
	max-width: 604px;
	padding: 9px 0 0;
	text-align: right;
}

.hentry.attachment:not(.image-attachment) .entry-meta {
	max-width: 104px;
}

.attachment footer.entry-meta {
	display: none;
}

.attachment-meta:before {
	content: "\f307";
}

.full-size-link a:before {
	content: "\f402";
}

.full-size-link:before {
	content: none;
}

.attachment .entry-meta a,
.attachment .entry-meta .edit-link:before,
.attachment .full-size-link:before {
	color: #ca3c08;
}

.attachment .entry-content {
	background-color: #fff;
	max-width: 100%;
	padding: 40px 0;
}

.image-navigation {
	margin: 0 auto;
	max-width: 1040px;
	position: relative;
}

.image-navigation a:hover {
	text-decoration: none;
}

.image-navigation .nav-previous,
.image-navigation .nav-next {
	position: absolute;
	top: 50px;
}

.image-navigation .nav-previous {
	left: 0;
}

.image-navigation .nav-next {
	right: 0;
}

.image-navigation .meta-nav {
	font-size: 32px;
	font-weight: 300;
	vertical-align: -4px;
}

.attachment .entry-attachment,
.attachment .type-attachment p {
	margin: 0 auto;
	max-width: 724px;
	text-align: center;
}

.attachment .entry-attachment .attachment {
	display: inline-block;
}

.attachment .entry-caption {
	text-align: left;
}

.attachment .entry-description {
	margin: 20px auto 0;
	max-width: 604px;
}

.attachment .entry-caption p:last-child,
.attachment .entry-description p:last-child {
	margin: 0;
}

.attachment .site-main .sidebar-container {
	display: none;
}

.attachment .entry-content .mejs-audio {
	max-width: 400px;
	margin: 0 auto;
}

.attachment .entry-content .wp-video {
	margin: 0 auto;
}

.attachment .entry-content .mejs-container {
	margin-bottom: 24px;
}

/**
 * 5.7 Post/Paging Navigation
 * ----------------------------------------------------------------------------
 */

.navigation .nav-previous {
	float: left;
}

.navigation .nav-next {
	float: right;
}

.navigation a {
	color: initial/*#bc360a*/;
}

.navigation a:hover {
	color:  initial/*#ea9629*/;
	opacity:.6;
	text-decoration: none;
}

.paging-navigation {
	background-color: #e8e5ce;
	padding: 40px 0;
}

.paging-navigation .nav-links {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .paging-navigation .nav-links {
	max-width: 1040px;
	padding: 0 376px 0 60px;
}

.paging-navigation .nav-next {
	padding: 13px 0;
}

.paging-navigation a {
	font-style: italic;
	font-weight: 300;
}

.paging-navigation .meta-nav {
	background-color: #e63f2a;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	padding: 3px 0 8px;
	text-align: center;
	width: 50px;
}

.paging-navigation .nav-previous .meta-nav {
	margin-right: 10px;
	/*padding: 17px 0 23px;
	width: 80px;*/
}

.paging-navigation .nav-next .meta-nav {
	margin-left: 10px;
}

.paging-navigation a:hover .meta-nav {
	background-color: #ea9629;
	text-decoration: none;
}

.post-navigation {
	background-color: #fff;
	color: #ca3c08;
	font-style: italic;
	font-weight: 300;
	padding: 20px 0;
}

.post-navigation .nav-links {
	margin: 0 auto;
	max-width: 1040px;
}

.sidebar .post-navigation .nav-links {
	padding: 0 376px 0 60px;
}

.post-navigation a[rel="next"] {
	float: right;
	text-align: right;
}


/**
 * 5.8 Author Bio
 * ----------------------------------------------------------------------------
 */

.author-info {
	margin: 0 auto;
	max-width: 604px;
	padding: 30px 0 10px;
	text-align: left; /* gallery & video post formats */
	width: 100%;
}

.author.sidebar .author-info {
	max-width: 1040px;
	padding: 30px 376px 10px 60px;
}

.single .author-info {
	padding: 50px 0 0;
}

.author-avatar .avatar {
	float: left;
	margin: 0 30px 30px 0;
}

.single-format-status .author-description {
	color: #f7f5e7;
}

.author-description .author-title {
	clear: none;
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 8px;
}

.author-link {
	color: #ca3c08;
	margin-left: 2px;
}

.author.archive .author-link {
	display: none;
}


/**
 * 5.9 Archives
 * ----------------------------------------------------------------------------
 */

.archive-header {
	background-color: #e8e5ce;
}

.archive-title,
.archive-meta {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.archive-meta {
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	margin-top: -15px;
	padding: 0 0 11px;
}

.sidebar .archive-meta {
	padding-right: 316px;
}


/**
 * 5.10 Search Results/No posts
 * ----------------------------------------------------------------------------
 */

.page-header {
	background-color: #e8e5ce;
}

.page-title {
	font: 300 italic 30px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

.page-content {
	margin: 0 auto;
	max-width: 604px;
	padding: 40px 0;
	width: 100%;
}

.sidebar .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding: 40px 376px 40px 60px;
}


/**
 * 5.11 404
 * ----------------------------------------------------------------------------
 */

.error404 .page-header {
	background-color: #fff;
}

.error404 .page-title {
	line-height: 0.6;
	margin: 0;
	padding: 300px;
	position: relative;
	text-align: center;
	width: auto;
}

.error404 .page-title:before {
	color: #e8e5ce;
	content: "\f423";
	font-size: 964px;
	line-height: 0.6;
	overflow: hidden;
	position: absolute;
	left: 7px;
	top: 28px;
}

.error404 .page-wrapper {
	background-color: #e8e5ce;
}

.error404 .page-header,
.error404 .page-content {
	margin: 0 auto;
	max-width: 1040px;
	padding-bottom: 40px;
	width: 100%;
}


/**
 * 5.12 Comments
 * ----------------------------------------------------------------------------
 */

.comments-title,
.comment-list,
.comment-reply-title,
.must-log-in,
.comment-respond .comment-form,
.comment-respond iframe {
	display: block;
	margin-left: auto;
	margin-right: auto;
	max-width: 604px;
	width: 100%;
}

.sidebar .comments-title,
.sidebar .comment-list,
.sidebar .must-log-in,
.sidebar .comment-reply-title,
.sidebar .comment-navigation,
.sidebar .comment-respond .comment-form {
	max-width: 1040px;
	padding-left: 60px;
	padding-right: 376px;
}

.comments-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-list,
.comment-list .children {
	list-style-type: none;
	padding: 0;
}

.comment-list .children {
	margin-left: 20px;
}

.comment-list > li:after,
.comment-list .children > li:before {
	background: url(images/dotted-line.png) repeat left top;
	background-size: 4px 4px;
	content: "";
	display: block;
	height: 1px;
	width: 100%;
}

.comment-list > li:last-child:after {
	display: none;
}

.comment-body {
	padding: 24px 0;
	position: relative;
}

.comment-author {
	float: left;
	max-width: 74px;
}

.comment-author .avatar {
	display: block;
	margin-bottom: 10px;
}

.comment-author .fn {
	word-wrap: break-word;
}

.comment-author .fn,
.comment-author .url,
.comment-reply-link,
.comment-reply-login {
	color: #bc360a;
	font-size: 14px;
	font-style: normal;
	font-weight: normal;
}

.says {
	display: none;
}

.no-avatars .comment-author {
	margin: 0 0 5px;
	max-width: 100%;
	position: relative;
}

.no-avatars .comment-metadata,
.no-avatars .comment-content,
.no-avatars .comment-list .reply {
	width: 100%;
}

.bypostauthor > .comment-body .fn:before {
	content: "\f408";
	vertical-align: text-top;
}

.comment-list .edit-link {
	margin-left: 20px;
}

.comment-metadata,
.comment-awaiting-moderation,
.comment-content,
.comment-list .reply {
	float: right;
	width: 79%;
	width: -webkit-calc(100% - 124px);
	width:         calc(100% - 124px);
	word-wrap: break-word;
}

.comment-meta,
.comment-meta a {
	color: #a2a2a2;
	font-size: 13px;
}

.comment-meta a:hover {
	color: #ea9629;
}

.comment-metadata {
	margin-bottom: 20px;
}

.ping-meta {
	color: #a2a2a2;
	font-size: 13px;
	line-height: 2;
}

.comment-awaiting-moderation {
	color: #a2a2a2;
}

.comment-awaiting-moderation:before {
	content: "\f414";
	margin-right: 5px;
	position: relative;
	top: -2px;
}

.comment-reply-link:before,
.comment-reply-login:before {
	content: "\f412";
	margin-right: 3px;
}

/* Comment form */
.comment-respond {
	background-color: #f7f5e7;
	padding: 30px 0;
}

.comment .comment-respond {
	margin-bottom: 20px;
	padding: 20px;
}

.comment-reply-title {
	font: 300 italic 28px "Source Sans Pro", Helvetica, sans-serif;
}

.comment-reply-title small a {
	color: #131310;
	display: inline-block;
	float: right;
	height: 16px;
	overflow: hidden;
	width: 16px;
}

.comment-reply-title small a:hover {
	color: #ed331c;
	text-decoration: none;
}

.comment-reply-title small a:before {
	content: "\f406";
	vertical-align: top;
}

.sidebar .comment-list .comment-reply-title,
.sidebar .comment-list .comment-respond .comment-form {
	padding: 0;
}

.comment-form .comment-notes {
	margin-bottom: 15px;
}

.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
	margin-bottom: 8px;
}

.comment-form [for="author"],
.comment-form [for="email"],
.comment-form [for="url"],
.comment-form [for="comment"] {
	float: left;
	padding: 5px 0;
	width: 120px;
}

.comment-form .required {
	color: #ed331c;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"] {
	max-width: 270px;
	width: 60%;
}

.comment-form textarea {
	width: 100%;
}

.comment-form #wp-comment-cookies-consent {
	margin: 0 10px 0 0;
}

.form-allowed-tags,
.form-allowed-tags code {
	color: #686758;
	font-size: 12px;
}

.form-allowed-tags code {
	font-size: 10px;
	margin-left: 3px;
}

.comment-list .pingback,
.comment-list .trackback {
	padding-top: 24px;
}

.comment-navigation {
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0 auto;
	max-width: 604px;
	padding: 20px 0 30px;
	width: 100%;
}

.no-comments {
	background-color: #f7f5e7;
	font-size: 20px;
	font-style: italic;
	font-weight: 300;
	margin: 0;
	padding: 40px 0;
	text-align: center;
}

.sidebar .no-comments {
	padding-left: 60px;
	padding-right: 376px;
}


/**
 * 5.13 Multisite
 * ----------------------------------------------------------------------------
 */

.site-main .mu_register {
	margin: 0 auto;
	max-width: 604px;
	width: 100%;
}

.mu_alert {
	margin-top: 25px;
}

.site-main .mu_register input[type="submit"],
.site-main .mu_register #blog_title,
.site-main .mu_register #user_email,
.site-main .mu_register #blogname,
.site-main .mu_register #user_name {
	font-size: inherit;
	width: 270px;
}

.site-main .mu_register input[type="submit"] {
	width: auto;
}


/**
 * 6.0 Sidebar
 * ----------------------------------------------------------------------------
 */

.site-main .widget-area {
	float: right;
	width: 300px;
}


/**
 * 6.1 Widgets
 * ----------------------------------------------------------------------------
 */

.widget {
	background-color: rgba(247, 245, 231, 0.7);
	font-size: 14px;
	-webkit-hyphens: auto;
	-moz-hyphens:    auto;
	-ms-hyphens:     auto;
	hyphens:         auto;
	margin: 0 0 24px;
	padding: 20px;
	word-wrap: break-word;
}

.widget .widget-title {
	font: 300 italic 20px "Source Sans Pro", Helvetica, sans-serif;
	margin: 0 0 10px;
}

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

.widget li {
	padding: 5px 0;
}

.widget .children li:last-child {
	padding-bottom: 0;
}

.widget li > ul,
.widget li > ol {
	margin-left: 20px;
}

.widget a {
	color: #bc360a;
}

.widget a:hover {
	color: #ea9629;
}

/* Search widget */
.search-form .search-submit {
	display: none;
}

/* RSS Widget */
.widget_rss .rss-date {
	display: block;
}

.widget_rss .rss-date,
.widget_rss li > cite {
	color: #a2a2a2;
}

/* Calendar Widget */
.widget_calendar table,
.widget_calendar td {
	border: 0;
	border-collapse: separate;
	border-spacing: 1px;
}

.widget_calendar caption {
	font-size: 14px;
	margin: 0;
}

.widget_calendar th,
.widget_calendar td {
	padding: 0;
	text-align: center;
}

.widget_calendar a {
	display: block;
}

.widget_calendar a:hover {
	background-color: rgba(0, 0, 0, 0.15);
}

.widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.5);
}

.site-footer .widget_calendar tbody td {
	background-color: rgba(255, 255, 255, 0.05);
}

.widget_calendar tbody .pad, .site-footer .widget_calendar tbody .pad {
	background-color: transparent;
}

.wp-calendar-table {
	margin-bottom: 0;
}

.wp-calendar-nav {
	display: table;
	line-height: 2;
	margin-bottom: 20px;
	width: 100%;
}

.wp-calendar-nav span {
	display: table-cell;
	text-align: center;
}

.wp-calendar-nav-prev,
.wp-calendar-nav-next {
	width: 40%;
}

/* Text widget */
.widget_text ul,
.widget_text ol {
	padding-left: 20px;
	margin-bottom: 16px;
}

.widget_text li:last-child {
	padding-bottom: 0;
}

.widget_text li > ul,
.widget_text li > ol {
	margin-bottom: 0;
}

.widget_text ul {
	list-style: square;
}

.widget_text ol {
	list-style: decimal;
}

/* Tag Cloud widget */
.tagcloud ul {
	list-style-type: none;
}

.tagcloud ul li {
	display: inline-block;
	padding: 0;
}

/* Gallery Widget */
.widget .gallery-columns-1 .gallery-item {
	max-width: 100%;
}

.widget .gallery-columns-2 .gallery-item {
	max-width: 49%;
	max-width: -webkit-calc(50% - 4px);
	max-width:         calc(50% - 4px);
}

.widget .gallery-columns-3 .gallery-item {
	max-width: 22%;
	max-width: -webkit-calc(33% - 4px);
	max-width:         calc(33% - 4px);
}

/**
 * 7.0 Footer
 * ----------------------------------------------------------------------------
 */

.site-footer {
	/*background-color: #e8e5ce;
	color: #686758;
	font-size: 14px;
	text-align: center;*/
}

.site-footer .widget-area,
.sidebar .site-footer {
	text-align: left;
}

.site-footer a {
	color:/*#686758*/;
}

.site-footer .sidebar-container {
	background-color: #220e10;
	padding: 20px 0;
}

.site-footer .widget-area {
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}

.sidebar .site-footer .widget-area {
	max-width: 724px;
	position: relative;
	left: -158px;
}

.site-footer .widget {
	background: transparent;
	color: #fff;
	float: left;
	margin-right: 20px;
	width: 245px;
}

.sidebar .site-footer .widget {
	width: 228px;
}

.sidebar .site-footer .widget:nth-of-type(4),
.sidebar .site-footer .widget:nth-of-type(3) {
	margin-right: 0;
}

.site-footer .widget a {
	color: #e6402a;
}

.site-footer .widget-title,
.site-footer .widget-title a,
.site-footer .wp-caption-text {
	color: #fff;
}

.site-info {
	margin: 0 auto;
	max-width: 1040px;
	padding: 30px 0;
	width: 100%;
}

#wpstats {
	display: block;
	margin: -10px auto 0;
}

.site-footer span[role=separator] {
	padding: 0 0.25em 0 0.5em;
}

.site-footer span[role=separator]::before {
	content: '\002f';
}

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}
@viewport {
	width: device-width;
}

@media (max-width: 1599px) {
	.site {
		border: 0;
	}
}

@media (max-width: 1069px) {
	.sidebar img.alignleft,
	.sidebar .wp-caption.alignleft {
		margin-left: 0;
	}

	.sidebar img.alignright,
	.sidebar .wp-caption.alignright {
		margin-right: 0;
	}

	.error404 .page-header {
		margin-left: auto;
		max-width: 604px;
		width: 100%;
	}

	.archive-header,
	.search .page-header,
	.archive .page-header,
	.blog .page-header,
	.error404 .page-content,
	.search .page-content,
	.archive .page-content,
	.attachment .entry-header,
	.attachment .entry-content,
	.post-navigation .nav-links,
	.sidebar .site-info,
	.site-footer .widget-area {
		padding-left: 20px;
		padding-right: 20px;
	}

	.error404 .page-title {
		font-size: 24px;
		padding: 180px;
	}

	.error404 .page-title:before {
		font-size: 554px;
	}

	.attachment .image-navigation {
		max-width: 724px;
	}

	.image-navigation .nav-previous,
	.image-navigation .nav-next {
		position: static;
	}

	.site-main .widget-area {
		margin-right: 60px;
	}
}

@media (max-width: 999px) {
	.sidebar .entry-header,
	.sidebar .entry-content,
	.sidebar .entry-summary,
	.sidebar .entry-meta,
	.sidebar .comment-list,
	.sidebar .comment-reply-title,
	.sidebar .comment-navigation,
	.sidebar .comment-respond .comment-form,
	.sidebar .featured-gallery,
	.sidebar .post-navigation .nav-links,
	.author.sidebar .author-info {
		max-width: 604px;
		padding-left: 0;
		padding-right: 0;
	}

	.sidebar .site-info,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.attachment .entry-header,
	.sidebar .comments-title {
		max-width: 604px;
	}

	.sidebar .archive-meta,
	.attachment .entry-header,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .site-info,
	.sidebar .comments-title,
	.sidebar .no-comments {
		padding-left: 0;
		padding-right: 0;
	}

	.attachment .entry-meta {
		float: left;
		text-align: left;
		width: 100%;
	}

	.attachment .entry-content {
		max-width: 100%;
		padding: 40px 0;
	}

	.format-status .entry-content {
		padding-top: 40px;
	}

	.format-status .entry-meta {
		padding-bottom: 40px;
	}

	.sidebar .format-status .entry-content,
	.sidebar .format-status .entry-meta {
		padding-left: 35px;
	}

	.sidebar .format-status .entry-content:before,
	.sidebar .format-status .entry-meta:before {
		left: 10px;
	}

	.sidebar .format-status .entry-content p:first-child:before {
		left: 4px;
	}

	.sidebar .paging-navigation .nav-links {
		padding: 0 60px;
	}

	.site-main .sidebar-container {
		height: auto;
		margin: 0 auto;
		max-width: 604px;
		position: relative;
		top: 20px;
	}

	.site-main .widget-area {
		float: none;
		margin: 0;
		width: 100%;
	}

	.sidebar .site-footer .widget-area {
		max-width: 100%;
		left: 0;
	}
}

/* Collapse oversized image and pulled images after iPad breakpoint. */
@media (max-width: 767px) {
	.site-header .home-link {
		min-height: 0;
	}
	.site-title {
		font-size: 36px;
		padding: 8px 0 10px;
	}
	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.attachment .image-navigation,
	.attachment .entry-attachment .attachment {
		max-width: 604px;
		padding: 0;
		width: 100%;
	}

	.gallery-caption {
		display: none;
	}
}

@media (max-width: 643px) {
	.site-title {
		font-size: 30px;
	}

	#content .entry-header,
	#content .entry-content,
	#content .entry-summary,
	#content footer.entry-meta,
	#content .featured-gallery,
	.search.sidebar .page-content,
	.blog.sidebar .page-content,
	.sidebar .post-navigation .nav-links,
	.paging-navigation .nav-links,
	#content .author-info,
	.comments-area .comments-title,
	.comments-area .comment-list,
	.comments-area .comment-navigation,
	.comment-respond,
	.sidebar .site-info,
	.sidebar .paging-navigation .nav-links {
		padding-left: /*20px*/;
		padding-right: /*20px*/;
	}

	#content .format-status .entry-content,
	#content .format-status .entry-met {
		padding-left: 35px;
	}

	/* Small menu */
	.menu-toggle {
		display:none;
		/*cursor: pointer;
		display: inline-block;
		font: bold 16px/1.3 "Source Sans Pro", Helvetica, sans-serif;
		margin: 0;*/
	}

	.menu-toggle,
	.menu-toggle:hover,
	.menu-toggle:focus,
	.menu-toggle:active {
		background: none;
		border: none;
		color: #141412;
		padding: 12px 0 12px 20px;
	}

	.menu-toggle:focus {
		outline: thin dotted;
	}

	.menu-toggle:after {
		content: "\f502";
		font-size: 12px;
		padding-left: 8px;
		vertical-align: -4px;
	}

	.toggled-on .menu-toggle:after {
		content: "\f500";
		vertical-align: 2px;
	}

	.toggled-on .nav-menu,
	.toggled-on .nav-menu > ul {
		display: block;
		margin-left: 0;
		padding: 0;
		width: 100%;
	}

	.toggled-on li,
	.toggled-on .children {
		display: block;
	}

	.toggled-on .nav-menu li > ul {
		background-color: transparent;
		display: block;
		float: none;
		margin-left: 20px;
		position: relative;
		left: auto;
		top: auto;
	}

	.toggled-on .nav-menu li > ul a {
		color: #141412;
		width: auto;
	}

	.toggled-on .nav-menu li:hover > a,
	.toggled-on .nav-menu .children a {
		background-color: transparent;
		color: #141412;
	}

	.toggled-on .nav-menu > li a:hover,
	.toggled-on .nav-menu > ul a:hover {
		background-color: #db572f;
		color: #fff;
	}

	.toggled-on .nav-menu > li a:focus,
	.toggled-on .nav-menu > ul a:focus {
		background-color: #220e10;
		color: #fff;
	}

	ul.nav-menu,
	div.nav-menu > ul {
		display: none;
	}

	#content .featured-gallery {
		padding-left: 24px;
	}

	.gallery-columns-1 .gallery-item {
		margin-right: 0;
		width: 100%;
	}

	.entry-title,
	.format-chat .entry-title,
	.format-image .entry-title,
	.format-gallery .entry-title,
	.format-video .entry-title {
		font-size: 22px;
		font-weight: bold;
	}

	.format-quote blockquote,
	.format-status .entry-content {
		font-size: 18px;
	}

	.format-quote blockquote small,
	.format-quote blockquote cite {
		font-size: 13px;
	}

	.error404 .page-title {
		padding: 40px 0 0;
	}

	.error404 .page-title:before {
		content: normal;
	}

	.comment-author {
		margin-right: 30px;
	}

	.comment-author .avatar {
		height: auto;
		max-width: 100%;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 70%;
		width: -webkit-calc(100% - 104px);
		width:         calc(100% - 104px);
	}

	.comment-form input[type="text"],
	.comment-form input[type="email"],
	.comment-form input[type="url"] {
		width: -webkit-calc(100% - 120px);
		width:         calc(100% - 120px);
	}

	.comment-form textarea {
		height: 80px; /* Smaller field for mobile. */
	}

	/* Audio */
	.format-audio .entry-content:before {
		display: none;
	}

	.format-audio .audio-content {
		background-image: none;
		float: none;
		padding-left: 0;
		width: auto;
	}
}

/* Mobile devices */
@media (max-width: 359px) {
	.site-title {
		font-weight: normal;
	}
	.site-description {
	    clip: rect(1px, 1px, 1px, 1px);
	    position: absolute;
	}
	.gallery {
		margin-left: 0;
	}

	.gallery .gallery-item,
	.gallery-columns-2.gallery-size-thumbnail .gallery-item {
		max-width: none;
		width: 49%;
		width: -webkit-calc(50% - 4px);
		width:         calc(50% - 4px);
	}

	.gallery-columns-1.gallery-size-medium,
	.gallery-columns-1.gallery-size-thumbnail,
	.gallery-columns-2.gallery-size-thumbnail,
	.gallery-columns-3.gallery-size-thumbnail {
		display: block;
	}

	.gallery-columns-1 .gallery-item,
	.gallery-columns-1.gallery-size-medium .gallery-item,
	.gallery-columns-1.gallery-size-thumbnail .gallery-item {
		text-align: center;
		width: 98%;
		width: -webkit-calc(100% - 4px);
		width:         calc(100% - 4px);
	}

	.gallery-columns-3 .gallery-item:nth-of-type(3n),
	.gallery-columns-5 .gallery-item:nth-of-type(5n),
	.gallery-columns-7 .gallery-item:nth-of-type(7n),
	.gallery-columns-9 .gallery-item:nth-of-type(9n) {
		margin-right: 4px;
	}

	.gallery br {
		display: none;
	}

	.gallery .gallery-item:nth-of-type(even) {
		margin-right: 0;
	}

	/* Comments */
	.comment-author {
		margin: 0 0 5px;
		max-width: 100%;
	}

	.comment-author .avatar {
		display: inline;
		margin: 0 5px 0 0;
		max-width: 20px;
	}

	.comment-metadata,
	.comment-content,
	.comment-list .reply {
		width: 100%;
	}
}


/**
 * 9.0 Print
 * ----------------------------------------------------------------------------
 */

/* Retina-specific styles. */
@media print,
	(-o-min-device-pixel-ratio: 5/4),
	(-webkit-min-device-pixel-ratio: 1.25),
	(min-resolution: 120dpi) {

	.site-header .search-field {
		background-image: url(images/search-icon-2x.png);
	}

	.format-audio .audio-content,
	.format-status .entry-content:before,
	.format-status .entry-meta:before,
	.comment-list > li:after,
	.comment-list .children > li:before {
		background-image: url(images/dotted-line-2x.png);
	}
}

@media print {
	body {
		background: none !important;
		color: #000;
		font-size: 10pt;
	}

	footer a[rel="bookmark"]:link:after,
	footer a[rel="bookmark"]:visited:after {
		content: " [" attr(href) "] "; /* Show URLs */
	}

	.site {
		max-width: 98%;
	}

	.site-header {
		background-image: none !important;
	}

	.site-header .home-link {
		max-width: none;
		min-height: 0;
	}

	.site-title {
		color: #000;
		font-size: 21pt;
	}

	.site-description {
		font-size: 10pt;
	}

	.author-avatar,
	.site-footer,
	.comment-respond,
	.comments-area .comment-edit-link,
	.comments-area .reply,
	.comments-link,
	.entry-meta .edit-link,
	.page-links,
	.site-content nav,
	.widget-area,
	.main-navigation,
	.navbar,
	.more-link {
		display: none;
	}

	.entry-header,
	.entry-content,
	.entry-summary,
	.entry-meta {
		margin: 0;
		width: 100%;
	}

	.page-title,
	.entry-title {
		font-size: 21pt;
	}

	.entry-meta,
	.entry-meta a {
		color: #444;
		font-size: 10pt;
	}

	.entry-content img.alignleft,
	.entry-content .wp-caption.alignleft {
		margin-left: 0;
	}

	.entry-content img.alignright,
	.entry-content .wp-caption.alignright {
		margin-right: 0;
	}

	.format-image .entry-content .size-full {
		margin: 0;
	}

	/* Remove colors from post formats */
	.hentry {
		background-color: #fff;
	}

	/* Comments */
	.comments-area > li.comment {
		background: none;
		position: relative;
		width: auto;
	}

	.comment-metadata {
		float: none;
	}

	.comment-author .fn,
	.comment-reply-link,
	.comment-reply-login {
		color: #333;
	}
}


/* =============================================
     基本コード
 =============================================*/

.comingsoon { width:100%; height:100vh; background-color:#fff; position:fixed; top:0; left:0; z-index:999999; text-align:center; line-height:100vh; font-size:64px; font-family:'Dancing Script', cursive;}

.wrap { max-width:88%; margin:0 auto;}
.link-wrap { width:100%; height:100%; position:absolute; top:0; left:0; z-index:10; margin:0;}
.link-wrap a { width:100%; height:100%; display:block;}
.clear:after { display:block; content:""; clear:both;}
.overflow { overflow:hidden;}
.block { display:block!important;}
.inline { display:inline!important;}
.inlineblock { display:inline-block!important;}
.fleft { float:left;}
.fright { float:right;}
.flex { display:flex; flex-wrap:wrap;}
.flex.between { justify-content:space-between;}
.flex.rev { flex-direction:row-reverse;}
@media screen and (max-width:768px){
	.wrap.wmax100 { max-width:88%!important;}
	.fleft,.fright { float:none;}
	.flex { align-items:flex-start;}
}

.sp { display:none !important;}
@media screen and (max-width:768px){
	.sp { display:inherit!important;}
	.pc { display:none!important;}
}	

/* 幅　・　マージン調整 */
.w20,.w20imp { width:20%!important;}
.w30,.w30imp { width:30%!important;}
.w32,.w32imp { width:32%!important;}
.w36,.w36imp { width:36%!important;}
.w40,.w40imp { width:40%!important;}
.w45,.w45imp { width:45%!important;}
.w48,.w48imp { width:48%!important;}
.w49,.w49imp { width:49%!important;}
.w50,.w50imp { width:50%!important;}
.w56,.w56imp { width:56%!important;}
.w60,.w60imp { width:60%!important;}
.w66,.w66imp { width:66%!important;}
.w70,.w70imp { width:70%!important;}
.w76,.w76imp { width:76%!important;}
.w80,.w80imp { width:80%!important;}
.w90,.w90imp { width:90%!important;}
.w100 { width:100%!important;}
.w100abs { margin-left:calc(-50vw + 50%); margin-right:calc(-50vw + 50%);}
.wfit { width:fit-content!important;}
.hfit { height:fit-content!important;}
.wmax500 { max-width:500px!important; width:100%;}
.wmax600 { max-width:600px!important; width:100%;}
.wmax700 { max-width:700px!important; width:100%;}
.wmax800 { max-width:800px!important; width:100%;}
.wmax900 { max-width:900px!important; width:100%;}
.wmax100 { max-width:100%!important;}
@media screen and (max-width:768px){
	.w20,.w30,.w32,.w36,.w40,.w45,.w48,.w49,.w50,.w56,.w60,.w66,.w70,.w76,.w80,.w90,.wfit { width:100%!important;}
	.sp-w100 { width:100%!important;}
}

.mcenter { margin-right:auto!important; margin-left:auto!important; display:block;}
.mleft { margin-left:0!important; margin-right:auto!important; display:block;}
.mright { margin-right:0!important; margin-left:auto!important; display:block;}
.mauto { margin:auto!important;}
.mt0 { margin-top:0!important;}
.mt8 { margin-top:8px !important;}
.mt16 { margin-top:16px !important;}
.mt24 { margin-top:24px !important;}
.mt40 { margin-top:40px !important;}
.mt80 { margin-top:80px !important;}
.mb0 { margin-bottom:0!important;}
.mb8 { margin-bottom:8px!important;}
.mb16 { margin-bottom:16px!important;}
.mb24 { margin-bottom:24px!important;}
.mb40 { margin-bottom:40px !important;}
.mb80 { margin-bottom:80px !important;}
@media screen and (max-width:768px){
	.mleft.sp-center,
	.mright.sp-center { margin-right:auto!important; margin-left:auto!important;}
	.mt80 { margin-top:40px !important;}
	.mb80 { margin-bottom:40px !important;}
	.sp-mt16 { margin-top:16px!important;}
	.sp-mb16 { margin-bottom:16px!important;}
}

/*　背景 */
.pad0 { padding:0!important;}
.pad1 { padding:1px 0; position:relative;}
.pad24 { padding:24px!important;}
.pad40 { padding:40px!important;}
.pad80-0 { padding:80px 0!important;}
.pt0 { padding-top:0!important;}
.pt40 { padding-top:40px!important;}
.pt80 { padding-top:80px!important;}
.pb0 { padding-bottom:0!important;}
.pb40 { padding-bottom:40px!important;}
.pb80 { padding-bottom:80px!important;}
@media screen and (max-width:768px) {
	.pad80-0 { padding:40px 0!important;}
	.pt80 { padding-top:40px!important;}
	.pb80 { padding-bottom:40px!important;}
}

.bg_color1 { background:#001785!important; padding:1px 0; color:#fff;}
.bg_color2 { background:#004BB8!important; padding:1px 0; color:#fff;}
.bg_color3 { background:#081F4F!important; padding:1px 0; color:#fff;}
.bg_f5 { background:#f5f5f5!important; padding:1px 0;}
.bg_fff { background:#fff!important; padding:1px 0;}
.bg_000 { background:#000!important; padding:1px 0; color:#fff;}



/*　BOX ボックス */
.box { padding:40px 6%;}
.box.pad80 { padding:80px 6%;}
.box.border { border:2px solid;}
.box.border.color { border-color:#004BB8;}
.box.border.f5 { border-color:#f5f5f5;}
.box.border.bold { border-width:16px;}
.box.border.dbl { border-style:double;}
.box.border.dash { border-style:dashed;}
.box.rad { border-radius:8px;}
.box p:last-of-type { margin-bottom:0;}
@media screen and (max-width:768px) {
	.box { padding:24px 6%;}
	.box.pad80 { padding:40px 6%;}
}

.yscroll { border:1px solid; padding:20px; height:300px; overflow:auto; overflow-y:scroll; overflow-x:hidden;}

.balloon { background-color:#fff; color:#000; border-radius:50%; width:fit-content; height:fit-content; display:flex; justify-content:center; align-items:center; padding:24px; position:absolute; letter-spacing:0;}
.balloon.deco:after { content:""; width:0; height:0; border-left:12px solid transparent; border-right:12px solid transparent; border-top:24px solid #fff; position:absolute; bottom:-4px; right:0; transform:rotateZ(-46deg); z-index:-1;}
@media screen and (max-width:768px) {
	.balloon { padding:10px;}
	.balloon.deco:after { border-left:6px solid transparent; border-right:6px solid transparent; border-top:12px solid #fff; bottom:4px; margin:0;}
}

hr.link-adjust { background:0; padding-top:80px; margin:-80px 0 0;} /* ページ内リンクがヘッダーの高さ分ずれる時　リンク先をこれに */
.hr { background:none; margin:0;}
.hr.h24 { height:24px;}
.hr.h40 { height:40px;}



/* ul */
ul.col2,ul.col3,ul.col4 { display:flex; flex-wrap:wrap; list-style-type:none;}
ul.col2 li { width:48%!important; margin-right:4%!important; margin-bottom:24px;}
ul.col2 li:nth-of-type(2n) { margin-right:0!important;} 
ul.col3 li { width:32%!important; margin-right:2%!important; margin-bottom:24px;}
ul.col3 li:nth-of-type(3n) { margin-right:0!important;}
ul.col4 li { width:23.5%!important; margin-right:2%!important; margin-bottom:24px;}
ul.col4 li:nth-of-type(4n) { margin-right:0!important;}
@media screen and (max-width:768px) {
	ul.sp-col1 li { width:100%!important; margin-right:0!important; margin-bottom:16px;}
	ul.sp-col2 li { width:49%!important; margin-right:2%!important; margin-bottom:16px;}
	ul.sp-col2 li:nth-of-type(3n) { margin-right:2%!important;} 
	ul.sp-col2 li:nth-of-type(2n) { margin-right:0!important;} 
	ul.sp-col3 li{ width:32%!important; margin-right:2%!important; margin-bottom:16px;}
	ul.sp-col3 li:nth-of-type(2n) { margin-right:2%!important;}
	ul.sp-col3 li:nth-of-type(4n) { margin-right:2%!important;}
	ul.sp-col3 li:nth-of-type(3n) { margin-right:0!important;} 
}

.col2,.col3,.col4,.col5,.col6,.col7 { display:flex; flex-wrap:wrap; list-style-type:none;}
.col2 .item { width:48%!important; margin-right:4%!important; margin-bottom:24px;}
.col2 .item:nth-of-type(2n) { margin-right:0!important;} .col3 li { width:32%!important; margin-right:2%!important; margin-bottom:24px;}
.col3 .item { width:32%!important; margin-right:2%!important; margin-bottom:24px;}
.col3 .item:nth-of-type(3n) { margin-right:0!important;}
.col4 .item { width:23.5%!important; margin-right:2%!important; margin-bottom:24px;}
.col4 .item:nth-of-type(4n) { margin-right:0!important;}
.col5 .item { width:calc(92% / 5)!important; margin-right:2%!important; margin-bottom:24px;}
.col5 .item:nth-of-type(5n) { margin-right:0!important;}
.col6 .item { width:calc(90% / 6)!important; margin-right:2%!important; margin-bottom:24px;}
.col6 .item:nth-of-type(6n) { margin-right:0!important;}
.col7 .item { width:calc(88% / 7)!important; margin-right:2%!important; margin-bottom:24px;}
.col7 .item:nth-of-type(7n) { margin-right:0!important;}
@media screen and (max-width:768px) {
	.sp-col1 .item { width:100%!important; margin-right:0!important; margin-bottom:16px;}
	.sp-col1 .item:last-of-type { margin-bottom:0;}
	.sp-col2 .item { width:49%!important; margin-right:2%!important; margin-bottom:16px;}
	.sp-col2 .item:nth-of-type(3n) { margin-right:2%!important;} 
	.sp-col2 .item:nth-of-type(2n) { margin-right:0!important;} 
	.sp-col3 .item { width:32%!important; margin-right:2%!important; margin-bottom:16px;}
	.sp-col3 .item:nth-of-type(4n) { margin-right:2%!important;}
	.sp-col3 .item:nth-of-type(5n) { margin-right:2%!important;}
	.sp-col3 .item:nth-of-type(6n) { margin-right:2%!important;}
	.sp-col3 .item:nth-of-type(7n) { margin-right:2%!important;}
	.sp-col3 .item:nth-of-type(3n) { margin-right:0!important;} 
	.sp-col4 .item { width:23.5%!important; margin-right:2%!important; margin-bottom:16px;}
	.sp-col4 .item:nth-of-type(5n) { margin-right:2%!important;}
	.sp-col4 .item:nth-of-type(6n) { margin-right:2%!important;}
	.sp-col4 .item:nth-of-type(7n) { margin-right:2%!important;}
	.sp-col4 .item:nth-of-type(4n) { margin-right:0!important;} 
}


/* テキストサイズ・装飾 */
.nobr br { display:none;}
.nop p { margin-bottom:0;}
.tcenter { display:block; text-align:center!important;}
.tright { display:block; text-align:right!important;}
.tleft { display:block; text-align:left!important;}
.tsmall { font-size:92%;}
.tbig { font-size:120%;}
.tcolor1, .tcolor1 a { color:#001785!important;}
.tcolor2, .tcolor2 a { color:#004BB8!important;}
.tcolor3, .tcolor3 a { color:#081F4F!important;}
.tgrad { background:linear-gradient(90deg, #001785, #004BB8); -webkit-background-clip:text; -webkit-text-fill-color:transparent;}
.tfff, .tfff a { color:#fff!important;}
.t000, .t000 a { color:#000!important;}
.t666, .t666 a{ color:#666!important;}
.tred, .tred a { color:#c80000!important;}
.uline { text-decoration:underline;}
.bline { border-bottom:1px solid;}
.bline.color1 { border-bottom:2px solid #001785;}
.bline.color2 { border-bottom:2px solid #004BB8;}
.bline.color3 { border-bottom:2px solid #081F4F;}
.marker { background:linear-gradient(transparent 60%, #ff6 60%); padding:0 6px;} /* 複数行の場合はインライン要素にする */
.marker.cover { background:#fff990;}
.slash { width:fit-content; margin-right:auto; margin-left:auto; position:relative; padding:0 40px;}
.slash:before,
.slash:after { content:""; width:1px; height:90%; background:#000; display:inline-block; transform:rotate(-30deg); position:absolute; bottom:0; left:0;}
.slash:after { transform:rotate(30deg); right:0; left:auto;}
.wm-vrl { writing-mode:vertical-rl;}
i.fa-regular,
.fa-solid  { margin-right:8px;}
.b400 { font-weight:400!important;}
.b500 { font-weight:500!important;}
.b700 { font-weight:700!important;}
.b900 { font-weight:900!important;}
@media screen and (max-width:768px) {
	.tcenter.sp-left { text-align:left!important;}
	.tright.sp-center,
	.tleft.sp-center { text-align:center!important;}
	.tbig { font-size:110%;}
	.marker { background:linear-gradient(transparent 78%, #ffe700 60%);}
} 

p.tlist { }
.tlist.nobr br { display:none;}
.tlist.nobr .br { display:block;}
.tlist.nobr .br.sp { display:none;}
.tlist span { display:list-item; padding-left:4px; list-style:disc; margin:0 0 0 16px;}
.tlist span::marker { font-size:x-small;}
.tlist.num span { list-style:decimal; margin:0 0 0 24px;}
.tlist.num span::marker { font-size:initial;}
.tlist.kaku span { list-style:square; margin:0 0 0 24px;}
.tlist.kaku span::marker { font-size:large;}
.tlist.free span { display:block; margin-left:0; padding-left:24px; position:relative;}
.tlist.free span .abs { left:0; top:0; bottom:auto; height:fit-content;}
.tlist.free span i.abs { top:8px;}
@media screen and (max-width:768px) {
	.tlist.nobr .br.pc { display:none;}
	.tlist.nobr .br.sp { display:block;}
}


/* 画像装飾 */
img.h100 { height:100%; object-fit:cover;}
img.contain { object-fit:contain!important;}
img.frame { border:10px solid #fff; border-radius:8px;}
img.rad { border-radius:16px;}
img.blog { width:100%; max-width:600px;}
img.logo,
.logo img { width:100%; max-width:230px; object-fit:contain; padding:/*0 20px*/;}
img.sign,
.sign img { width:100%; max-width:260px; object-fit:contain;}
iframe.map { width:100%;}
.op1 { opacity:1!important;}
.op04 { opacity:.4!important;}
.op06 { opacity:.6!important;}
.youtube { position:relative; padding-bottom:56.25%; height:0; overflow:hidden;}
.youtube iframe { position:absolute; top:0; left:0; width:100%; height:100%;}
@media screen and (max-width:768px){
	img.h100 { height:auto;}
	iframe.map { height:46vh;}
	.youtube { padding-bottom:56.25%; height:0;}
	.youtube iframe { height:100%;}
}

.rel { position:relative!important; z-index:0; padding:1px 0;}
.abs { position:absolute; margin:auto;}
.abs.center { top:0; bottom:0; right:0; left:0; width:fit-content; height:fit-content; margin:auto!important;} 
img.bg-img,
.bg-img img { position:absolute; width:100%; height:100%; top:0; left:0; object-fit:cover; z-index:-1; opacity:.4;}
.bg-img { margin:0;}
.parallax  { width:100%; height:60vh; background-attachment:fixed; background-position:center; background-size:cover; /*background-color:rgba(0,0,0,.4); background-blend-mode:color;*/} /* パララックス*/
.parallax.img_a  { background-image:url(https://silfe.potwell.jp/wp-content/uploads/2024/12/sakura.png);}
@media screen and (max-width:768px){
	.parallax { background-attachment:scroll; height:30vh;}
}


/* 見出し　タイトル*/
.ttl { }
.ttl big, .ttl .tbig { display:block;}
.ttl small, .ttl .tsmall { display:block;}
.ttl .deco { display:block; width:100px; height:1.5px; margin:12px auto; background-color:#111;}
.ttl .deco.color1 { background-color:#001785;}
.ttl .deco.color2 { background-color:#004BB8;}
.ttl .deco.color3 { background-color:#081F4F;}
.ttl .deco.left { margin-left:0; width:40px; height:2px; margin-top:20px;}
.ttl .deco.right {display:inline-block; margin:8px 24px; width:24px; height:1px; }
.ttl .deco.ty2 { position:relative; background:initial; width:initial; height:initial; margin:24px auto;} /* ２色の短いズレた下線 */
.ttl .deco.ty2:before,
.ttl .deco.ty2:after { content:''; background:#001785; width:24px; height:3px; position:absolute; left:0; right:24px; margin:auto; bottom:0;}
.ttl .deco.ty2:after { background-color:#004BB8; right:0; left:24px; bottom:3px;}
.ttl img.deco { width:200px; height:auto; background:initial;}
.ttl.bline { padding-bottom:8px;}
.ttl.ldeco { position:relative; padding-left:20px;}
.ttl.ldeco:before { content:""; width:8px; height:2px; background-color:#004BB8; position:absolute; left:0; top:0; bottom:0; margin:auto;}
.ttl.ldeco.long { padding-left:80px;}
.ttl.ldeco.long:before { width:56px; height:1px;}
.ttl.ldeco.vert { padding-left:32px;}
.ttl.ldeco.vert:before { width:1.5px; height:100%;}
.ttl.belt { background-color:#001785; color:#fff; padding:16px;}
.ttl.belt em { color:#ffe704; font-style:initial;}
.ttl.belt-deco { background-color:#001785; color:#fff; padding:16px 16px 16px 140px; position:relative; margin-bottom:32px;}
.ttl.belt-deco .num { background-color:#fff; color:#001785; border:1px solid; position:absolute; left:40px; top:-20px; text-align:center; padding:6px 8px; font-size:12px; letter-spacing:1px; z-index:1;}
.ttl.belt-deco .num span { display:block; font-size:24px; font-weight:800;}
.ttl.belt-deco p { margin:0;}
.ttl.deco01 { position:relative; padding-left:24px;}
.ttl.deco01:before { content:""; width:4px; height:30px; background:linear-gradient(0deg, #001785 0, #001785 50%, #081F4F 50%, #081F4F 100%); position:absolute; top:0; bottom:0; margin:auto; left:0;}
@media screen and (max-width:768px) {
	.ttl .deco { width:60px; margin:6px auto 10px;}
	.ttl img.deco { width:100px;}
	.ttl.bline { margin-bottom:16px; padding-bottom:8px;}
	.ttl.ldeco.long { padding-left:52px;}
	.ttl.ldeco.long:before { width:38px; top:14px; bottom:auto;}
	.ttl.ldeco.vert { padding-left:16px;}
	.ttl.belt { padding:8px;}
	.ttl.belt-deco { padding: 4px 4px 4px 70px; margin-bottom:20px;}
	.ttl.belt-deco .num { font-size:10px; letter-spacing:0px; left:12px; padding:4px;}
	.ttl.belt-deco .num span { font-size:16px;}
	.ttl.dleft { font-size:20px;}
}

.ttl.ty01 { text-align:center; padding-bottom:0.5em; position:relative;} /* 2色の短い下線デザイン */
.ttl.ty01:before, 
.ttl.ty01:after { content:''; width:2em; height:5px; background-color:#ddd; position:absolute; left:0; right:2em; bottom:0; margin:auto;}
.ttl.ty01:before { background-color:#001785; left:2em; width:4em;}


.ttl.ty21 { width:100%; position:relative; padding:4px 0; border-bottom:2px solid; border-image:linear-gradient(to right, #001785 0%, #001785 25%, #ddd 25%); border-image-slice:1;} /* 2色の下線 */
.ttl.ty21.o2 { border-image:none; border-color:#ddd; padding:0;} /* 2色の下線 タイトルの長さによってカラーの幅調整 */
.ttl.ty21.o2 span { padding:4px 0; position:relative;}
.ttl.ty21.o2 span:after { content:""; width:100%; height:2px; background:#001785; position:absolute; bottom:-4px; left:0;}
@media screen and (max-width:768px) {
	.ttl.ty21.o2 span:after { max-width:60vw;}
}


/*　リンク・ボタン */
a.basic { text-decoration:underline; text-decoration-thickness:1px; text-underline-offset:2px;}
a.basic:hover { opacity:1; text-decoration:none;}

.btn { border:1px solid; padding:10px 10px; width:100%; min-width:260px; max-width:300px; display:block; text-align:center; margin:16px auto; box-sizing:border-box; transition:0.5s;}
.btn.wfit { max-width:fit-content; padding:10px 20px;}
.btn.maru { border-radius:30px;}
.btn.fill { background-color:#666; color:#fff; border:0;}
.btn.color1 { background:#001785; color:#fff; border:0;}
.btn.rel span { max-width:calc(100% - 24px); display:block;}
.btn.rel .abs { position:absolute; right:20px; top:0; bottom:0; margin:auto; height:fit-content;}
.btn.tri { position:relative; z-index:0;}
.btn.tri:after { content:""; background:#000; height:calc(tan(60deg) * 18px / 2); width:16px; clip-path:polygon(100% 0, 100% 100%, 0 100%); position:absolute; right:0; bottom:0;}
a.btn:hover { opacity:.6;}
a.btn.inv:hover { border:1px solid; color:#fff; background:#000; opacity:1;}
a.btn.fill.inv:hover { border:1px solid; color:#141416; background:#fff; opacity:1;}
@media screen and (max-width:768px){
	.btn { width:/*100%*/;}
	.btn.wfit { padding:10px;}
}

.btn.line01 { width:fit-content; max-width:100%; border:0; text-align:center; padding:0; margin:0 auto 16px;} /* LINEボタン\ いますぐ簡単!24時間受付中! / */
.btn.line01 small { background:#f5f5f5; display:block; width:fit-content; padding:2px 16px; border-radius:30px; margin:0 auto -16px; position:relative;}
.btn.line01 span { background:#01c100; color:#fff; display:block; width:fit-content; padding:16px 60px 10px; border-radius:14px; margin:0 auto; display:flex; align-items:center; justify-content:center;}
.btn.line01 span big { font-size:32px;} 
.btn.line01 span i { margin-right:12px;}
@media screen and (max-width:768px) {
	.btn.line01 { width:100%;}
	.btn.line01 span { padding:16px 24px 10px; width:100%;}
}

.a_arrow01 { position:relative; width:fit-content; display:block; margin:24px auto; color:#001785!important; padding-right:132px;}
.a_arrow01:after { content:""; width:120px; height:1px; background:#001785; position:absolute; top:0; bottom:0; right:0; margin:auto;}
.a_arrow01 span:before,
.a_arrow01 span:after { content:""; position:absolute; top:-6px; bottom:0; margin:auto; right:0; width:12px; height:1px; background-color:#001785; transform:rotate(30deg);}
.a_arrow01 span:after { width:10px; top:-2px; right:6px; transform:rotate(90deg);}

.banner { display:block; transition:0.1s; width:fit-content; margin:0 auto;}
.banner:hover { opacity:.6;}
.banner img { width:100%; max-width:600px;}
.banner.ty01 { background:linear-gradient(90deg, #444/*#004BB8*/, #001785); padding:10px; width:600px; max-width:/*90%*/; position:relative; margin:40px auto;}
.banner.ty01 p { margin-bottom:0;}
.banner.ty01 .inner { background:#fff; position:relative; padding:10px; text-align:center; padding:12px; font-size:20px; display:flex; align-items:center; justify-content:space-between;}
.banner.ty01 .txt { width:270px; padding:0 16px;}
.banner.ty01 .txt span.bline { border-bottom:2px solid;}
.banner.ty01 .txt big { display:block; color:#001785; text-shadow:1px 1px 2px #ccc/*#081F4F*/; font-size:28px;}
.banner.ty01 .img { width:calc((100% - 270px) / 2);}
@media screen and (max-width:768px) {
	.banner.ty01 .inner { font-size:12px; padding:6px 10px;}
	.banner.ty01 .txt { width:calc(100% - 160px); padding:0 6px;}
	.banner.ty01 .inner big { font-size:20px; letter-spacing:-.05em;}
	.banner.ty01 .img { width:76px;}
}

.link_sns01 { display:flex; flex-wrap:wrap; justify-content:center; margin:40px auto;}
.link_sns01 a { margin-right:2%; text-align:center; letter-spacing:.1em; margin-bottom:24px;}
.link_sns01 a:nth-of-type(last-of-type) { margin-right:0;}
.link_sns01 a i { display:block; font-size:50px;}
.link_sns01 a.maru { width:50px; height:50px; display:flex; align-items:center; justify-content:center;}
.link_sns01 a.maru i { font-size:34px; width:100%; height:100%; display:flex; align-items:center; justify-content:center;}
.link_sns01 a .deco { display:block; width:32px; height:2px; background:#004BB8; margin:8px auto 0;}
.link_sns01 a.insta i { background:linear-gradient(225deg, #7638FA 30%, #FF0069 50%, #FFD600 80%); -webkit-background-clip:text; -webkit-text-fill-color:transparent;}
.link_sns01 a.insta.maru i { -webkit-background-clip:initial; -webkit-text-fill-color:initial; color:#fff; padding:8px; border-radius:50%;}
.link_sns01 a.facebook i { color:#0765ff;}
.link_sns01 a.line i { color:#01c100;}
.link_sns01 a.youtube { padding:0; height:auto;}
.link_sns01 a.youtube i { color:#ff0132;}
.link_sns01 a.tiktok i { color:#c70027; position:relative;}
.link_sns01 a.tiktok i:after { content:"\e07b"; position:absolute; top:-1.5px; right:0; left:-4px; margin:auto; color:#009793; mix-blend-mode: darken;}
.link_sns01 a.x-twitter.maru {background:#000; padding:8px; border-radius:50%; position:relative; z-index:0;}
.link_sns01 a.x-twitter.maru i { position:relative;}
.link_sns01 a.x-twitter.maru i:after { content:""; width:60%; height:60%; background:#fff; display:block; position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; z-index:-1;}
.link_sns01 a.line.maru { background:#01c100; padding:8px; border-radius:50%; position:relative; z-index:0;}
.link_sns01 a.line.maru i { position:relative;}
.link_sns01 a.line.maru i:after { content:""; width:80%; height:80%; background:#fff; display:block; position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; z-index:-1;}

.link_sns01.col3 { width:360px;}
.link_sns01.col3 a { width:32%; margin-right:2%;}
.link_sns01.col3 a:nth-of-type(3n) { margin-right:0;}
@media screen and (max-width:768px) {
	.link_sns01 { max-width:280px; font-size:14px; letter-spacing:.02em;}
	.link_sns01 br { display:none;}
	.link_sns01 a i { font-size:36px; margin-bottom:4px;}
	.link_sns01 a.maru i { margin-bottom:0;}
	.link_sns01 a.insta.maru i { padding:0;}
	.link_sns01 a.x-twitter.maru { padding:4px;}
}


/* インデックス　index */
.ul_breadcrumbs01 { display:flex; flex-wrap:wrap; margin:24px auto 0;}
.ul_breadcrumbs01 .inner { width:100%; display:flex; flex-wrap:wrap;}
.ul_breadcrumbs01 li { position:relative;}
.ul_breadcrumbs01 li:after { content:"＞"; margin:0 10px 0 12px;}
.ul_breadcrumbs01 li:last-of-type:after { display:none;}

.ul_breadcrumbs02 { display:flex; justify-content:flex-end; padding:0 20px; text-align:right; border-top:1px solid #ddd; border-bottom:1px solid #ddd;}
.ul_breadcrumbs02 li { padding:5px 0 3px 30px; position:relative; font-size:88%;}
.ul_breadcrumbs02 li:before { content:""; display:block; height:24px; width:24px; transform:rotate(45deg); position:absolute; top:0; bottom:0; margin:auto 0; left:-10px; border-top:1px solid #ddd; border-right:1px solid #ddd;}
.ul_breadcrumbs02 li:first-of-type:before { display:none;}

.sec_idx01 { display:flex; justify-content:center; flex-wrap:wrap;} /* ボタン横並び */
.sec_idx01 .btn { width:300px; margin:0 16px; }
@media screen and (max-width:768px) {
	.sec_idx01 .btn { width:100%; margin:0 0 16px;}
}

.ul_idx01 { display:flex; flex-wrap:wrap; margin:80px auto;}
.ul_idx01 li { position:relative; width:48%; margin-right:4%; border:1px solid; border-radius:6px; margin-bottom:24px; display:flex;}
.ul_idx01 li:nth-of-type(2n) { margin-right:0;}
.ul_idx01 li .num { width:18%; max-width:120px; font-size:24px; font-weight:700; text-align:center; color:#001785; border-right:1.5px solid #ccc; margin:16px 0; padding:0 24px;}
.ul_idx01 li .ttl { width:82%; min-width:calc(100% - 120px); padding:16px 24px;}
.ul_idx01 li .ttl i { display:block; margin:0 auto; width:fit-content;}
@media screen and (max-width:768px) {
	.ul_idx01 { margin:40px auto;}
	.ul_idx01 li { width:100%; margin-right:0; margin-bottom:10px;}
	.ul_idx01 li .num { width:16%; padding:0 16px; margin:10px 0;}
	.ul_idx01 li .ttl { width:84%; padding:10px;}
}

.ul_idx02 { display:flex; flex-wrap:wrap; border-top:1px solid #000; border-bottom:3px double #000; margin:80px auto;}
.ul_idx02 li { width:50%; text-align:center; padding:8px 0;}
.ul_idx02 li a { padding:16px 0; border-right:1px solid #ccc; display:block; color:#666; font-weight:bold;}
.ul_idx02 li a:hover { text-decoration:underline;}
.ul_idx02 li:nth-of-type(2n) a { border-right:0;}
@media screen and (max-width:768px) {
	.ul_idx02 { margin:40px auto 60px;}
	.ul_idx02 li { width:100%; border-right:0; border-bottom:1px solid #ccc; padding:0;}
	.ul_idx02 li a { padding:8px 0; border-right:0;}
}

.ul_idx03 { margin:0;}
.ul_idx03 li { padding:8px 0; border-bottom:1px solid #ccc;}
.ul_idx03 li:first-of-type { border-top:1px solid #ccc;}
.ul_idx03 li a { text-decoration:underline;}
.ul_idx03 li a:hover { text-decoration:none;}
@media screen and (max-width:768px) {
	.ul_idx03 li:first-of-type { border-top:none;}
	.ul_idx03:first-of-type li:first-of-type { border-top:1px solid #ccc;}
}

.ul_idx04 { margin:80px auto; padding:0; display:flex;}
.ul_idx04 li { list-style:none; margin-right:8px; width:100%; position:relative;}
.ul_idx04 li:last-of-type { margin-right:0;}
.ul_idx04 li span { font-size:14px; display:block; position:relative; letter-spacing:0.2em; margin-bottom:8px;}
.ul_idx04 li span:after { content:""; width:calc(100% - 30px); height:1px; background:#fff;  position:absolute; top:50%; right:0;}
.ul_idx04 li a { color:#fff!important;}
.ul_idx04.t000 li a { color:#000!important;}
.ul_idx04.t000 li span:after { background:#000;}
@media screen and (max-width:768px){
	.ul_idx04 { display:block; margin:40px auto;}
	.ul_idx04 li { margin-bottom:5px;}
	.ul_idx04 li span { margin:0;}
}

.ul_idx05 { display:flex; flex-wrap:wrap; justify-content:space-between; margin:0 auto 80px;}
.ul_idx05 li { width:48%; margin-right:4%; border:1px solid; border-radius:4px; margin-bottom:16px;}
.ul_idx05 li:nth-of-type(2n) { margin-right:0;}
.ul_idx05 li a { padding:8px 16px 8px 40px; display:flex; align-items:center;}
.ul_idx05 li a i { font-size:20px; width:32px; margin:0;}
.ul_idx05 li a .txt { width:calc(100% - 132px);}
.ul_idx05 li a  img { width:100px;}
@media screen and (max-width:768px) {
	.ul_idx05 li { width:100%; margin-right:0;}
	.ul_idx05 li a { padding:8px 8px 8px 16px;}
	.ul_idx05 li a i { font-size:16px; width:24px;}
	.ul_idx05 li a .txt { width:calc(100% - 104px);}
	.ul_idx05 li a img { width:80px;}
}

.ul_idx06 { margin:40px auto; width:780px; background:linear-gradient(-45deg,transparent 25%,#c7c7c726 25%,#c7c7c726 50%,transparent 50%,transparent 75%,#c7c7c726 75%,#c7c7c726); padding:24px; border-top:4px double #c7c7c780; background-size:4px 4px; border-bottom:4px double #c7c7c780;}
.ul_idx06 .ttl.main { text-align:center; font-weight:500; margin:0 0 16px;}
.ul_idx06 .ttl.main i { }
.ul_idx06 li { padding-left:32px; position:relative; margin-bottom:8px;}
.ul_idx06 li a { color:#001785; text-decoration:underline; line-height:2.2;}
.ul_idx06 li a:hover { text-decoration:none; opacity:.8;}
.ul_idx06 li .ttl { margin:0; font-weight:400;}
.ul_idx06 li .ttl .num { position:absolute; left:0; top:12px; padding:0 8px 2px 0; border-right:1px solid; line-height:.8;}
.ul_idx06 li .p { margin-bottom:0; position:relative; padding-left:46px; font-size:92%;}
.ul_idx06 li .p .num { position:absolute; left:0; top:10px; padding:0 8px 2px 0; border-right:1px solid; line-height:.8;}
@media screen and (max-width:768px) {
	.ul_idx06 { padding:16px;}
	.ul_idx06 li { padding-left:28px;}
	.ul_idx06 li .ttl .num { padding-right:6px;}
	.ul_idx06 li .p { padding-left:36px;}
	.ul_idx06 li .p .num { padding-right:6px;}
}

.ul_idx07 { text-align:center; margin:40px auto;}
.ul_idx07 li { display:inline-block; padding:0 16px; position:relative; color:#666;}
.ul_idx07 li:after { content:""; width:1px; height:16px; background-color:#111; transform:rotate(30deg); position:absolute; top:7px; right:0;}
.ul_idx07 li:last-of-type:after { display:none;}
.ul_idx07 li a { color:#001785;}

.ul_idx07 li.btn { padding:0; margin-right:40px;}
.ul_idx07 li.btn:after { height:40px; right:-22px;}
.ul_idx07 li.btn:last-of-type { margin-right:0;}
.ul_idx07 li.btn a { display:block; padding:10px; font-size:120%;}
@media screen and (max-width:768px) {
	.ul_idx07 li { font-size:10.5px; letter-spacing:-.05em; padding:0 10px;}
	.ul_idx07 li:first-of-type { padding-left:0;}
	.ul_idx07 li:after { height:14px; top:4px; right:-3px;}
	
	.ul_idx07 li.btn { margin:0 0 16px;}
	.ul_idx07 li.btn:after { display:none;}
}


/*  アコーディオン①　【detailsタグ】※PC・SP両方アコーディオン（SPのみアコーディオンは②のinputタグ） */
.accordion { margin:2em 0;}
.accordion summary { display:block; background:#f5f5f5; position:relative; list-style:none;/* 矢印を消す */ cursor:pointer; padding:10px 38px 10px 10px;}
.accordion summary::-webkit-details-marker { display:none;}
.accordion summary::after { content:"+"; font-size:1.4em; position:absolute; right:10px; top:50%; transform:translateY(-50%);}
.accordion[open] summary::after { content:"−";}
.accordion .detail { padding:4px 10px; margin:10px 0;}
.accordion .text { margin:0;}

/*  アコーディオン②　【inputタグ】※SPのみアコーディオン */
.hidden_box { box-shadow:none; border:2px solid #f5f5f5; margin-bottom:20px;}
.hidden_box .icon  { font-size:26px; font-family:'Barlow', sans-serif; font-weight:500; width:28px; line-height:1.6;}
.hidden_box .txt { width:calc(100% - 28px);}
.hidden_box label { border:0; display:flex; flex-wrap:wrap; background:#f5f5f5; padding:2.33% 3%; font-size:24px; font-weight:500; position:relative;}
.hidden_box label:after { display:none;}
.hidden_box label .icon { color:#001785;}
.hidden_box input { display:none;}
.hidden_box .hidden_show { height:auto; opacity:1; padding:2.44% 3%; font-size:18px; font-weight:300; display:flex; flex-wrap:wrap; line-height:1.5; letter-spacing:.04em;}
.hidden_box .hidden_show .icon { color:#004BB8; line-height:1;}
.hidden_box input:checked~.hidden_show { padding:2.44% 3%; border:0;}
@media screen and (max-width:768px) {
	.hidden_box { }
	.hidden_box .icon { font-size:20px; width:20px; line-height:1;}
	.hidden_box .txt { width:calc(100% - 20px);}
	.hidden_box label { padding:13px 55px 13px 13px; font-size:16px; line-height:1.3; letter-spacing:0;}
	.hidden_box label:after { display:block; content:"＋"; color:#001785; font-size:25px; font-weight:300; transition:0.5s; position:absolute; right:10px; top:0; bottom:0; height:fit-content; margin:auto;}
	.hidden_box .hidden_show { height:0; opacity:0; padding:0;}
	.hidden_box input:checked ~ .hidden_show { height:auto; opacity:1; padding:13px;}
	.hidden_box input:checked ~ .hidden_show span { font-size:16px; display:block;}
	.hidden_box input:checked ~ label:after { content:"−";}
}


/* =============================================
     dl - 　テーブル表　　　【　dlで作る　】
 =============================================*/

.dl_dsgn01 { margin:24px 0; display:flex; flex-wrap:wrap; text-align:center;}
.dl_dsgn01 .item { border:1px solid #ccc; border-right:0;}
.dl_dsgn01 .item:last-of-type { border-right:1px solid #ccc;}
.dl_dsgn01.col1 .item { width:100%;}
.dl_dsgn01.col2 .item { width:50%!important; margin:0!important;}
.dl_dsgn01 dt { background:#eee; border-bottom:1px solid #ccc; padding:4px;}
.dl_dsgn01 dd { padding:4px; margin:0;}
@media screen and (max-width:768px) {
	.dl_dsgn01 { margin:8px 0;}
	.dl_dsgn01 .item { border:1px solid #ccc; border-bottom:0;}
	.dl_dsgn01 .item:last-of-type { border-bottom:1px solid #ccc;}
	.dl_dsgn01.col2 .item { width:100%; border:1px solid #ccc; border-right:0;}
	.dl_dsgn01.col2 .item:last-of-type { border-right:1px solid #ccc;}
}

/* =============================================
     Table - 　テーブル表　　　【　基本デザイン　】
 =============================================*/

.table { }
.table th,
.table td { border:1px solid #ddd; text-align:center; padding:8px;}
.table td { background:;}
.table tr.ttl th { background:#666; color:#fff;}

.table.color1 tr.ttl th { background:#001785;}
.table.color2 tr.ttl th { background:#004BB8;}
.table.line tr.ttl th { border-top:2px solid #001785; border-bottom:2px solid #001785; color:#001785;}

.table.maru { border-radius:16px; overflow:hidden;}

.table.noframe th,
.table.noframe td { border:0;}
.table.noframe tr.ttl th { background:#666!important; color:#fff;}
.table.noframe tr:nth-of-type(2n) { background:#f5f5f5;}
.table.noframe tr:nth-of-type(2n+1) { background:#fff;}
@media screen and (max-width:768px) {
	.table.noframe tr:nth-of-type(2n) { background:#fff;}
	
	.table.sp-rev { white-space:pre; writing-mode:vertical-lr} /* SP① 縦軸・横軸入れ替え */
	.table.sp-rev th,
	.table.sp-rev td { writing-mode: horizontal-tb;}
	
	.table.sp-scroll { overflow-x:auto; display:block;} /* SP② 横スクロール */
	.table.sp-scroll .tbody { display:table;}
	.table.sp-scroll th,
	.table.sp-scroll td { white-space:nowrap}	
	/* SP③ 横スクロール(一部固定) */
	.table.sp-scroll .sticky { position:sticky; top:0; left:0; border-left:none; border-right:none;}  
	.table.sp-scroll .sticky::before { content: ""; position:absolute; top:0; left:0; width:100%; height:100%; border-left:1px solid #ddd; border-right:1px solid #ddd; background:#666; z-index:-1;}
	.table.sp-scroll .sticky.bg_color1:before { background:#001785;}
	.table.sp-scroll .sticky.bg_color2:before { background:#004BB8;}
	
	.table.sp-sort th,
	.table.sp-sort td { display:block; border:0; border-bottom:1px solid #ddd; padding:14px;} /* SP④ 縦に並べ替え */
	.table.sp-sort th { background:#666!important; color:#fff;}
	.table.sp-sort td { display:flex; align-items:flex-start; text-align:left;}
	.table.sp-sort td:before { content:attr(data-label); background:#eee; color:#001785; font-weight:bold; display:inline-block; width:22%; text-align:center; letter-spacing:0; margin-right:6px; padding:2px; border-radius:50px; }
	.table.sp-sort td .cont { width:76%;}
}


/* =============================================
     Table - 　テーブル表　　　【　② SPでスクロールで表示する　】 
 =============================================*/

.table-scroll { overflow-x:auto;}
@media screen and (max-width:768px) {
  .table-scroll { overflow-x:auto;}
}

 /* タイル風 */
.table_01 { border-collapse:collapse; table-layout:fixed; width:100%; font-weight:bold; text-align:center; margin-top:26px;}
.table_01 thead th { padding:1em .8em; border:0; border-right:1px solid #ddd; text-align:center;}
.table_01 th { padding:1em .8em;}
.table_01 td { padding:1em;}
.table_01 thead th:not(:first-child) { background:#666; color:#fff; font-size:1.5rem; padding:0.5em;}
.table_01 thead th span { font-size:.8rem;}
.table_01 thead th.focus { background:#001785; position:relative; border-left:3px solid #001785;}
.table_01 thead th.focus:before { content:''; width:100%; height:10px; position:absolute; background:#001785; left:0; bottom:100%;}
.table_01 thead th.focus:after { content:'おすすめプラン'; width:max-content; color:#001785; font-size:.8rem; padding:0.3em 1em; background:#fff; border:2px solid #001785; border-radius:100vh; position:absolute; top:-25px; left:50%; transform:translateX(-50%)}
.table_01 tbody th, .table_01 tbody td { border:1px solid #ddd; text-align:center;}
.table_01 tbody th { background-color:#666; color:#fff;}
.table_01 tbody td { background-color:#f5f5f5;}
.table_01 tbody td .tbig { font-size:200%; line-height:1;}
.table_01 tbody td.focus { background:#f3f9ff; border-right:3px solid #001785; border-left:3px solid #001785;}
.table_01 tbody td.focus .tbig { color:#001785;}
.table_01 tbody tr:last-of-type td.focus { border-bottom:3px solid #001785;}
.table_01 td:hover { transform:scale(1.05); outline:2px solid #4d9bc1;}
.table_01 td.focus:hover { transform:scale(1.05); outline:2px solid #001785;}
@media screen and (max-width:768px) {
	.table_01.sp-sort { }
	.table_01.sp-sort thead { display:none;} 
	.table_01.sp-sort th,
	.table_01.sp-sort td { display:block; border:0; border-bottom:1px solid #ddd; padding:14px;} /* SP④ 縦に並べ替え */
	.table_01.sp-sort th { background:#666!important; color:#fff;}
	.table_01.sp-sort td { display:flex; align-items:flex-start; text-align:left;}
	.table_01.sp-sort td:before { content:attr(data-label); background:#eee; color:#001785; font-weight:bold; display:inline-block; width:22%; text-align:center; letter-spacing:0; margin-right:6px; padding:2px; border-radius:50px; }
	.table_01.sp-sort td .cont { width:76%;} 
	.table_01 tbody td.focus { border:3px solid #001785;}
}



/* =============================================
     タブ切り替え
 =============================================*/
.tabs1 { padding:0; margin:80px auto;}
.tabs1 .tab_item { width:calc(100% / 3); margin:0; border-right:1px solid #fff; background-color:#9bdbce; text-align:center; color:#fff; display:block; float:left; font-weight:500; transition:all 0.2s ease; cursor:pointer; height:48px; line-height:48px;}
.tabs1 .tab_item:hover {  background-color:#001785;}
input[name="tab_item"] { display: none;}
.tabs1 .tab_content { display:none; padding:80px 0 0; clear:both; overflow:hidden;}
.tabs1 #a:checked ~ #a_content,
.tabs1 #b:checked ~ #b_content,
.tabs1 #c:checked ~ #c_content,
.tabs1 #d:checked ~ #d_content { display:block;}
.tabs1 input:checked + .tab_item { background-color:#001785;}

.tabs1.o2 { padding-bottom:40px; background-color:#fff;　width:100%; margin:0 auto;}
.tabs1.o2 .tab_item { border-bottom:3px solid #001785; background-color:#fff; text-align:center; color:#001785; transition:all 0.2s ease;}
.tabs1.o2 .tab_item:hover { background-color:#fff; opacity:0.75;}
.tabs1.o2 .tab_content { padding:40px 0 0;}
.tabs1.o2 input:checked + .tab_item { background-color:#001785; color:#fff;}
@media screen and (max-width:768px){
	.tabs1 .midashi-tabs { font-size:18px; margin-bottom:12px;}
	.tabs1 .tab_item { width:100%; border-right:0; border-bottom:1px solid #fff; margin:0; height:50px; line-height:38px; padding:8px 4px; border-right:1px solid #fff;}
	.tabs1 .tab_content { padding:40px 0 0;}
	
	.tabs1.o2 .tab_item { width:calc(100%/3); color:#001785; display:block;}
}



/* =============================================
     Contactform - お問い合わせフォーム
 =============================================*/

/*  Contactform① - お問い合わせフォーム①　*/
.wpcf7 form label{ display:inline;}
.wpcf7 p { margin-bottom:1em;}
.wpcf7 input,
.wpcf7 textarea { -moz-box-sizing:border-box; box-sizing:border-box; width:100%; border:1px solid #ccc; line-height:1.2; padding:8px;}
.wpcf7 select,
.wpcf7 input[type=checkbox], 
.wpcf7 input[type=radio] { width:auto; max-width:97%; border:1px solid #ccc; padding:8px;}
.wpcf7 .wpcf7-list-item { margin:0 1em 0 0;}
.wpcf7 select, 
.wpcf7 .wpcf7-list-item-label { line-height:1.2;}
.wpcf7 textarea { height:300px; }
.wpcf7 input[type="submit"] { background:#666; border:none; text-align:center; display:block; line-height:1; border-radius:0; letter-spacing:0.1em; padding:16px 10px; width:225px; font-size:16px; margin:16px auto;}
.wpcf7 input[type="submit"]:hover { opacity:.6;}
.wpcf7 .wpcf7-not-valid { background:pink;}
.wpcf7 .wpcf7-response-output { margin:10px 0 0; padding:8px 35px 8px 14px; -webkit-border-radius:4px; -moz-border-radius:4px; border-radius:4px; }
.wpcf7 .wpcf7-validation-errors { color:#B94A48; background-color:#F2DEDE; border:1px solid #EED3D7;}
.wpcf7 .wpcf7-mail-sent-ok { color:#3A87AD; background-color:#D9EDF7; border:1px solid #BCE8F1; }

.wpcf7 .hissu { font-style:normal; background-color:#ed2800; color:#fff; padding:2px 4px; font-size:13px; border-radius:4px; margin:0 8px;}
.wpcf7 .nini { font-style:normal; background-color:#A9BCF5; color:#fff; padding:2px 4px; font-size:13px; border-radius:4px; margin:0 8px;}

/*  Contactform① - お問い合わせフォーム① 【外枠があるタイプ】*/
.form_frame .wpcf7 { border:1px solid #ddd; background:#fafafa; padding:0; box-sizing:border-box;}
.form_frame .wpcf7 form{ margin:1.5em 1.5em 0;}

/*  Contactform② - お問い合わせフォーム② 【線で仕切るタイプ】*/
.form_border p { padding:24px 12px; border-bottom:1px solid #ccc; overflow:hidden; margin:0;}
.form_border p:first-of-type { border-top:1px solid #ccc;}
.form_border p:nth-last-child(2) { border:none;}
.form_border .ttl { display:block; width:25%; float:left; padding:16px; box-sizing:border-box; background-color:#001785; color:#fff; overflow:hidden;}
.form_border input,
.form_border textarea,
.form_border select { border:none; display:block; background-color:#eee; height:53px; margin-top:4px;}
.form_border input[type="submit"] { background:#666; border:none; text-align:center; display:block; line-height:1; border-radius:0; letter-spacing:0.1em; padding:17px 0; width:38%; font-size:16px; margin:0 auto;}
.form_border input[type="submit"]:hover { opacity:.6;}
.form_border textarea[name="your-message"] { height:140px;}
.form_border select { line-height:2; height:37.02px;}
.form_border [type="checkbox"], 
.form_border [type="radio"] { display:inline; float:none; width:auto;}
.form_border .checkbox-300 { width:75%; float:left;}
.form_border .contact-right { width:75%; float:right;}
.form_border em { display:inline-block; margin-left:4px;}
.form_border .box { border:1px dotted #333; border-radius:16px; padding:16px 16px 0 0; margin-bottom:20px;}
.form_border .box p { border:0;}
@media screen and (max-width:768px) {
	.form_border p { padding:12px 0 20px;}
	.form_border p:nth-last-child(2) { padding-bottom:0;}
}


/* =============================================
     ブログレイアウト
 =============================================*/

/*　トップ表示①　アイキャッチ有 */
.wp-show-posts a { color:initial;}
.wp-show-posts .wp-show-posts-entry-title { margin:0 0 12px; display:initial;}
.wp-show-posts-single { margin:0; padding:10px 0;}
.wp-show-posts-single.post { margin:0!important; border-bottom:.5px solid #ccc;}
.wp-show-posts-image img { width:220px;}
.wp-show-posts-entry-meta { font-size:1em;}
@media screen and (max-width:768px) {
	.wp-show-posts .wp-show-posts-entry-title { margin:0; line-height:1.5; width:60%; overflow:auto;}
	.wp-show-posts-single.post { padding:24px 0; position:relative;}
	.wp-show-posts-entry-header { overflow:hidden; width:60%; top:0; text-overflow:ellipsis; white-space:/*nowrap*/;}
	.wp-show-posts-inner { line-height:1.8;}
	.wp-show-posts-image img { width:88%;}
	.wp-show-posts-image.wpsp-image-left { float:left; width:40%; margin-bottom:0;}
}

/* トップ表示②　アイキャッチ無　※①に追記 */
.newblog-nopic .wp-show-posts-single { border-bottom:1px solid #ccc; padding-bottom:2em;}
.newblog-nopic .wp-show-posts-entry-header { display:flex; flex-direction:row-reverse;     justify-content:space-between;}
.newblog-nopic .wp-show-posts .wp-show-posts-entry-title { width:80%;}
.newblog-nopic .wp-show-posts-entry-summary { padding-left:20%;}


/* ページ送り　装飾 */
.post-navigation { width:100%; font-size:initial;}
.post-navigation .nav-links { padding-right:0; padding-left:0;}
.post-navigation .nav-links a { margin:0 0 8px; background-color:#f5f5f5; border:1px solid #bbb; padding:0 8px; border-radius:4px; font-style:normal; color:initial; display:inline-block;}
.paging-navigation { clear:both; padding:40px 0; width:100%; background-color:initial;}
.paging-navigation .nav-links {	margin:0 auto;	max-width:604px; width:100%;}
.paging-navigation a { font-weight:300; margin:0 0 8px; background-color:#f5f5f5; border:1px solid #bbb; padding:0 8px; border-radius:4px; font-style:normal; color:initial; display:inline-block; line-height:1.7;}
.paging-navigation a:hover { opacity:.6;}
.paging-navigation a:hover .meta-nav { background-color:initial;}
.paging-navigation .meta-nav { display:inline-block; font-size:18px; padding:3px 0 8px;	text-align:center; width:fit-content; padding:0; background-color:initial; color:initial; border-radius:0;}
.paging-navigation .nav-previous .meta-nav { margin-right:10px;}
.paging-navigation .nav-next .meta-nav {margin-left:10px;}
.sidebar .paging-navigation .nav-links { max-width:1040px;	padding:0 376px 0 60px;}
@media screen and (max-width:768px) {
        .paging-navigation .nav-previous .meta-nav { margin-right:0;}
        .paging-navigation .nav-next .meta-nav { margin-left:0;}
}

/* =============================================
    プラグイン セッティング
 =============================================*/


/* swiper */
@keyframes zoom {
	0% { transform:scale(1);}
	100% { transform:scale(1.3);}
}
.swiper-container { height:/*100vh*?; position:relative;}
.swiper-wrapper { height:/*100%*/; overflow:hidden;}
.swiper-fade .swiper-slide { height:/*100%*/;}
.swiper-slide-active .slide-img,
.swiper-slide-duplicate-active .slide-img,
.swiper-slide-prev .slide-img { animation:zoom 10s linear 0s 1 normal both;}
.slide-text { position:absolute; top:50%; left:50%; font-size:46px; font-family:serif; font-weight:bold; text-shadow:2px 2px 8px #000; color:#fff; transform:translate(-50%,-50%);}
.slide-img { display:block;}
.slide-img img { object-fit:cover; height:/*100vh*/; width:100vw;}
@media screen and (max-width:768px) {
	.swiper-container { height:260px;}
	.swiper-wrapper { height:100%;}
	.slide-img img { object-fit:cover; height:260px; width:100vw;}
}


/* =============================================
     追記ここから
 =============================================*/

/* 特定ページのみのレイアウト サンプル */
/*.page-id-12388 .site-header,.page-id-12388 footer { display:none;} */

/* 全ページ共通 */
@media screen and (max-width:768px) {
	body { overflow-x:initial!important;}
	#wpadminbar { position:absolute; top:-46px;}
}

body { font-family:"Noto Sans JP", sans-serif; letter-spacing:.05em; line-height:2; font-size:16px; font-weight:500; position:relative; color:#1E1F3B;}

/*
 * （極太英字ゴシック→）font-family:"Oswald", "Noto Sans JP", sans-serif;
 * （丸っぽい英字ゴシック→）font-family:'Quicksand', 'Noto Sans JP', sans-serif;
 * （丸っぽい日本語ゴシック→）font-family:'Quicksand', "M PLUS Rounded 1c", sans-serif;
 * （大文字英字がかっこいい明朝・筆記体あり→）font-family:'Cormorant Infant', "Noto Serif JP", serif;
 * （普通の明朝→）font-family:"Noto Serif JP", "Shippori Mincho", serif;
 * （筆記体→）font-family:"Dancing Script", cursive;
 * （細い特徴のある英字 signとか→） font-family:"Dancing Script", cursive;
 */

h1, h2, h3, h4, h5, h6 { /*font-family:"Noto Serif JP", "Shippori Mincho", serif;*/ letter-spacing:.05em; font-weight:700; line-height:1.8;}
h2 { font-size:30px; line-height:1.5;}
h2 big, h2 .tbig { font-size:64px; letter-spacing:0;}
h2 small, h2 .tsmall { font-size:20px;}
h3 { font-size:24px;}
h3 big, h3 .tbig { font-size:38px;}
h3 small, h3 .tsmall { font-size:16px;}
h4 { font-size:20px;}
h4 big, h4 .tbig { font-size:28px;}
h4 small, h4 .tsmall { font-size:14px;}
.tsmall { font-size:;}
.tbig { font-size:;}
p:last-of-type { margin-bottom:0;}
@media screen and (max-width:768px) {
	body { font-size:14px;}
	h2 { font-size:24px;}
	h2 big, h2 .tbig { font-size:40px;}
	h2 small, h2 .tsmall { font-size:15px;}
	h3 { font-size:20px;}
	h3 big, h3 .tbig { font-size:24px;}
	h3 small, h3 .tsmall { font-size:12px;}
	h4 { font-size:17px;}
	h4 big, h4 .tbig { font-size:20px;}
}

.wrap { max-width:;}
.box { padding:;}
img { max-width:100%;}
img.logo,
.logo img { max-width:230px; object-fit:contain;}


/*    ヘッダー header
----------------------------------------*/

/* サイトヘッダー 01-ah */
.site-content { padding-top:/*94px*/;}
.site-header { /*position:sticky; top:0; background:#fff; z-index:999;*/}

.sheader01-ah { padding:8px 30px 2px;display:flex; flex-wrap:wrap; align-items:flex-start; justify-content:space-between;}
.sheader01-ah .home-link { font-size:12px; padding:0; margin:0; width:fit-content; max-width:calc(100% - 700px);}
.sheader01-ah .home-link img { max-height:80px; object-position:left;}
.sheader01-ah .main { max-width:calc(100% - 400px);}
.sheader01-ah ul.link-btn { display:flex; flex-wrap:wrap; justify-content:flex-end; align-items:center;}
.sheader01-ah ul.link-btn li { width:fit-content; position:relative;}
.sheader01-ah ul.link-btn li .btn { background:#001785; color:#fff; border:0; border-radius:30px; width:fit-content; min-width:0; font-size:15px/*12px*/; padding:4px 40px 4px 16px/*4px 24px 4px 8px*/; display:flex; align-items:center; margin:0 0 0 8px;}
.sheader01-ah ul.link-btn li .btn.line { background:#01c100;}
.sheader01-ah ul.link-btn li .btn i.icon { font-size:18px; margin-right:4px;}
.sheader01-ah ul.link-btn li .btn i.abs { right:8px;}
.sheader01-ah ul.link-btn li.tel { display:flex;}
.sheader01-ah ul.link-btn li.tel .btn { background:#fff; color:initial; border:2px solid #001785; padding:6px 50px 6px 20px; position:relative;}
.sheader01-ah ul.link-btn li.tel .btn i.icon { font-size:20px; margin-right:8px;}
.sheader01-ah ul.link-btn li.tel .btn .txt { font-size:20px; letter-spacing:0; line-height:1.3;}
.sheader01-ah ul.link-btn li.tel .btn .txt .tsmall { font-size:10px; display:block;}
.sheader01-ah ul.link-btn li.tel .btn img.abs { width:60px; height:60px; right:-16px; bottom:0;}
.sheader01-ah ul.link-btn li.tel .right { background:#081F4F; color:#fff; padding:4px 20px 4px 60px; border-radius:0 30px 30px 0; font-size:12px; line-height:1.2; text-align:center; margin-left:-30px;}
.sheader01-ah ul.link-btn li.tel .right em { font-style:initial; background:#fff; color:#081F4F; padding:1px 4px; display:inline-block; margin-bottom:4px;}
.sheader01-ah .nav-menu { padding:0; text-align:right;}
.sheader01-ah .nav-menu li a { font-size:14px; padding:8px; color:#1E1F3B;}
.sheader01-ah .nav-menu li a:hover { background:initial; color:#001785; opacity:1;}
.sheader01-ah .nav-menu .sub-menu,
.sheader01-ah .nav-menu .children { background:rgba(255,255,255,.8); left:auto; right:-2px;}
.sheader01-ah .nav-menu .sub-menu a,
.sheader01-ah .nav-menu .children a { background:#fff; color:initial; border:1px solid; border-radius:30px; padding:6px 12px; text-align:center; margin:0 16px 5px;}
.sheader01-ah .nav-menu .sub-menu a:hover,
.sheader01-ah .nav-menu .children a:hover { background:#f5f5f5;}
@media screen and (max-width:768px) {
	.sheader01-ah { padding:2px 54px 2px 10px;}
	.sheader01-ah .home-link { max-width:calc(100% - 90px); font-size:10.5px; letter-spacing:-.05em;}
	.sheader01-ah .home-link img { max-height:50px;}
	.sheader01-ah .navbar { display:none;}
	.sheader01-ah ul.link-btn li { display:none;}
	.sheader01-ah ul.link-btn li.tel { display:block;}
	.sheader01-ah ul.link-btn li.tel .btn { background:#001785; color:#fff; width:35px; height:35px; justify-content:center; padding:0; margin-top:8px;}
	.sheader01-ah ul.link-btn li.tel .btn i.icon { margin:0; font-size:16px;}
	.sheader01-ah ul.link-btn li.tel .btn .txt { display:none;}
	.sheader01-ah ul.link-btn li.tel .btn img.abs { display:none;}
	.sheader01-ah ul.link-btn li.tel .right { display:none;}
}





/* サイトヘッダー 1 */
.site-content { padding-top:/*94px*/;}
.site-header { /*position:sticky; top:0; background:#fff; z-index:999;*/}

.sheader01 { display:flex; flex-wrap:wrap; align-items:flex-start; background:#fff;}
.sheader01 .home-link { width:auto; max-width:270px; padding:8px 20px;}
.sheader01 .home-link img { width:100%; max-width:100%;}
.sheader01 .right-btn { padding:0; width:300px; margin:0; font-size:13px; display:flex;}
.sheader01 .right-btn li { width:calc(100% / 3); text-align:center; background-color:#001785;}
.sheader01 .right-btn li:nth-child(2) { background-color:#004BB8;}
.sheader01 .right-btn li.line { background-color:#01c100;} /* LINEカラー */
.sheader01 .right-btn li a { color:#fff; padding:18px 6px 12px; height:100%; display:flex; flex-wrap:wrap; flex-direction:column; align-items:center; justify-content:center;}
.sheader01 .right-btn li i { font-size:20px; display:block; margin:0 0 2px;}
.sheader01 .navbar { background-color:initial; width:auto; max-width:calc(100% - 570px); }
.sheader01 .nav-menu .current_page_item > a,
.sheader01 .nav-menu .current_page_ancestor > a,
.sheader01 .nav-menu .current-menu-item > a,
.sheader01 .nav-menu .current-menu-ancestor > a { color:#aaa;}
.sheader01 .nav-menu li:hover > a,
.sheader01 .nav-menu li a:hover,
.sheader01 .nav-menu li:focus > a,
.sheader01 .nav-menu li a:focus { background:#999; opacity:1;}
.sheader01 .nav-menu .sub-menu,
.sheader01 .nav-menu .children { background:#001785;}
.sheader01 ul.nav-menu ul a:hover,
.sheader01 .nav-menu ul ul a:hover,
.sheader01 ul.nav-menu ul a:focus,
.sheader01 .nav-menu ul ul a:focus { background:#001785; opacity:.6;}

/* ハンバーガー調整　非表示はずす */
.rmp_menu_trigger { /*width:25%!important; margin-top:0px!important;*/}
.admin-bar .rmp-container,
.admin-bar .rmp_menu_trigger { margin-top:0!important;}
@media screen and (max-width:768px) {
	.sheader01 { /*position:sticky; z-index:999; top:0; left:0; right:0;*/}
	.sheader01 .right-btn { width:75%;}
	.sheader01 .right-btn li a { letter-spacing:.02em;}
	.sheader01 .navbar { display:none;}
	.site-main { /*padding-top:189px;*/}
}


/* サイトヘッダー 2 */
.sheader02 { }
.sheader02 .flex { width:88%; max-width:1200px; margin:16px auto; align-items:flex-start;}
.sheader02 .flex .left { width:55%; font-size:12px; letter-spacing:.02em;}
.sheader02 .flex .left .home-link { padding:0;}
.sheader02 .flex .left .home-link img { padding:0; width:100%;}
.sheader02 .flex .right { width:45%; min-width:450px; display:flex; justify-content:flex-end; align-items:center;}
.sheader02 .flex .right a.tel { margin-right:16px;}
.sheader02 .flex .right a.tel big { font-size:33px; letter-spacing:-.07em; font-weight:500; line-height:1;}
.sheader02 .flex .right a.tel small { display:block; font-size:11px; letter-spacing:-.02em;}
.sheader02 .flex .right a.btn { width:184px; letter-spacing:0; padding:4px; margin:16px 0;}
.sheader02 .flex .right a.btn small { display:block; font-size:;}
.sheader02 .flex .right a.btn b { font-weight:500;}
.sheader02 .flex .right a.btn.line { background:#01c100; color:#fff; border:0;}

.sheader02 .flex.ty2 { width:initial; max-width:initial; margin:initial;} /* 右に３つボタンあり */
.sheader02 .flex.ty2 .left { width:calc(53% - 300px); margin:12px 0 12px 6%;}
.sheader02 .flex.ty2 .left .home-link { margin:0;}
.sheader02 .flex.ty2 .right { width:41%; min-width:initial; align-items:flex-start; margin:12px 0; padding-right:16px; line-height:1.5;}
.sheader02 .flex.ty2 .right a.tel { margin-right:0;}
.sheader02 .flex.ty2 .right a.tel big { font-size:29px; line-height:inherit;}
.sheader02 .flex.ty2 .right a.btn { margin:10px; min-width:200px;}
.sheader02 .flex.ty2 .right-btn { width:300px;}

.sheader02 .navbar { background:#001785;}
.sheader02 .navbar .main-navigation { margin:0 auto;}
.sheader02 .nav-menu { max-width:1200px; margin:0 auto; padding:0; display:flex; flex-wrap:wrap;}
.sheader02 .nav-menu li { text-align:center; flex-basis:calc(100% / 6);}
.sheader02 .nav-menu li a { color:#fff!important; padding:16px 20px; position:relative;}
.sheader02 .nav-menu li a:before { content:""; width:1px; height:calc(100% - 24px); background:#081F4F; position:absolute; left:0; top:12px;}
.sheader02 .nav-menu li:nth-of-type(6n) a:after,
.sheader02 .nav-menu li:last-of-type a:after { content:""; width:1px; height:calc(100% - 24px); background:#081F4F; position:absolute; right:0; top:12px;}
.sheader02 .nav-menu li:hover,
.sheader02 .nav-menu li:hover > a,
.sheader02 .nav-menu li a:hover,
.sheader02 .nav-menu li:focus > a,
.sheader02 .nav-menu li a:focus { background:#081F4F; opacity:1;}
.sheader02 .nav-menu .sub-menu,
.sheader02 .nav-menu .children { background:#888; opacity:1;}
.sheader02 .sub-menu { display:block; border:0; left:0;}
.sheader02 .sub-menu li { width:100%;}
.sheader02 .sub-menu li a { border:0!important;}
.sheader02 .sub-menu li:hover,
.sheader02 .sub-menu li:hover > a,
.sheader02 .sub-menu li a:hover,
.sheader02 .sub-menu li:focus > a,
.sheader02 .sub-menu li a:focus { background:#aaa;}
@media screen and (max-width:768px) {
	.sheader02 .flex { width:92%; margin:8px auto; width:92%; align-items:/*center*/;}
	.sheader02 .flex .left { width:62%;}
	.sheader02 .flex .left .home-link img { min-width:100px;}
	.sheader02 .flex .right { width:30%; flex-direction:row-reverse; padding-right:40px; min-width:0; justify-content:space-around; align-items:flex-end; max-width:110px;}
	.sheader02 .flex .right a.tel { margin-right:0;}
	.sheader02 .flex .right a big i { font-size:23px;}
	.sheader02 .flex .right a.btn { font-size:9px; width:fit-content; margin:0 6px 0 0; line-height:1.5; min-width:108px;}
	
	.sheader02 .flex.ty2 { margin-bottom:0; align-items:center;}
	.sheader02 .flex.ty2 .left { width:calc(60% - 6%); margin:12px 3% 0;}
	.sheader02 .flex .left .home-link img { max-height:34px; object-fit:contain; object-position:left;}
	.sheader02 .flex.ty2 .right { width:36%; max-width:142px; max-height:34px; padding-right:3%; align-items:center; margin:12px 0 0;}
	.sheader02 .flex.ty2 .right a.tel { display:none;}
	.sheader02 .flex.ty2 .right a.btn { width:100%; min-width:0; margin:0;}
	.sheader02 .flex.ty2 .sheader01 { width:100%;}
	.sheader02 .flex.ty2 .right-btn { width:75%; margin-top:8px;}
	
	.sheader02 .navbar { display:none;}
}



/*    フッター footer
----------------------------------------*/

/* サイトフッター ah */
.dl_sfooter01-ah { position:relative; z-index:0; margin:80px auto 60px;}
.dl_sfooter01-ah .bg-img { position:absolute; width:100%; height:calc(100% - 40px + 60px); top:40px; left:0; z-index:-1; background:#000;}
.dl_sfooter01-ah .bg-img img { }
.dl_sfooter01-ah .box{ width:66%; padding:0;}
.dl_sfooter01-ah dt { background:rgba(0,0,0,0.6); color:#fff; padding:50px 16px 40px; text-align:center; font-weight:inherit;}
.dl_sfooter01-ah dt .ttl { line-height:1.5; font-weight:bold; margin-top:0;}
.dl_sfooter01-ah dt .ttl big { margin:0;}
.dl_sfooter01-ah dd { display:flex; flex-wrap:wrap; margin:0;}
.dl_sfooter01-ah dd .cont { width:50%; background:#fff; padding:40px; text-align:center; position:relative;}
.dl_sfooter01-ah dd .cont:before { content:""; display:block; background:#000; height:calc(tan(60deg) * 20px / 2); width:100px; clip-path:polygon(0 0, 100% 0, 50% 100%); position:absolute; top:0; left:0; right:0; margin:auto;}
.dl_sfooter01-ah dd .cont .tel { font-size:28px; letter-spacing:0; line-height:1.5;}
.dl_sfooter01-ah dd .cont:nth-of-type(2) { background:#f5f5f5; border-left:#eee;}
.dl_sfooter01-ah dd .cont .btn {}
@media screen and (max-width:768px) {
	.dl_sfooter01-ah { margin:40px auto;}
	.dl_sfooter01-ah .bg-img { height:calc(100% - 32px + 40px); top:32px;}
	.dl_sfooter01-ah .box { width:100%;}
	.dl_sfooter01-ah dt .ttl { margin-bottom:8px;}
	.dl_sfooter01-ah dt .ttl big { font-size:36px;}
	.dl_sfooter01-ah dd .cont { width:100%;}
}

.sec_sfooter01-ah { background:#081F4F; color:#fff; padding:80px 0;}
.sec_sfooter01-ah .flex { justify-content:space-between; align-items:center;}
.sec_sfooter01-ah .flex .ttl { width:100%; text-align:center; margin:0 auto 40px;}
.sec_sfooter01-ah .flex a { color:#fff;}
.sec_sfooter01-ah .flex .tel { width:48%;}
.sec_sfooter01-ah .flex .tel a { font-size:48px; font-weight:bold; letter-spacing:.05em; line-height:1.4;}
.sec_sfooter01-ah .flex .tel a i { margin-right:10px;}
.sec_sfooter01-ah .flex .btn { width:48%; max-width:100%; background:#001785; border:0; font-size:24px; font-weight:bold; padding:26px 10px;}
@media screen and (max-width:768px) {
	.sec_sfooter01-ah { padding:40px 0;}
	.sec_sfooter01-ah .flex .ttl { text-align:left; font-size:18px;}
	.sec_sfooter01-ah .flex .tel { width:100%;}
	.sec_sfooter01-ah .flex .tel a { font-size:28px;}
	.sec_sfooter01-ah .flex .btn { width:100%; font-size:18px; padding:4px 10px;}
}

.sec_sfooter02-ah { display:flex; flex-wrap:wrap; justify-content:space-between; margin:80px auto;}
.sec_sfooter02-ah .ttl { text-align:center; line-height:1.5; margin:0 auto 32px;}
.sec_sfooter02-ah .ttl small { margin:0;}
.sec_sfooter02-ah .table th,
.sec_sfooter02-ah .table td { padding:8px 0; border:0; border-right:1px solid #eee;}
.sec_sfooter02-ah .table th:last-of-type,
.sec_sfooter02-ah .table td:last-of-type { border-right:0;}
.sec_sfooter02-ah .table .ttl th { background:#001785;}
.sec_sfooter02-ah .table .ttl th:first-of-type { width:20%;}
.sec_sfooter02-ah .table td { background:#F7F7F7;}
.sec_sfooter02-ah .table td:nth-of-type(7) { background:#ecf1f4;}
.sec_sfooter02-ah .table td:nth-of-type(8) { background:#fdefeb;}
.sec_sfooter02-ah .btn { background-color:#004BB8; color:#fff; width:90%; max-width:100%; margin:20px auto; padding:16px 0; border-radius:30px; font-size:18px;}
@media screen and (max-width:768px) {
	.sec_sfooter02-ah { margin:40px auto;}
	.sec_sfooter02-ah .w48:first-of-type { margin-bottom:40px;}
	.sec_sfooter02-ah .btn { padding:12px 0;}
}

.sec_sfooter03-ah { background:#efefef; padding:80px 0;}
.sec_sfooter03-ah .flex { justify-content:space-between;}
.sec_sfooter03-ah dl { display:flex; flex-wrap:wrap; justify-content:space-between;}
.sec_sfooter03-ah dt { width:22%;}
.sec_sfooter03-ah dt img { }
.sec_sfooter03-ah dd { width:74%;}
.sec_sfooter03-ah dd .ttl { line-height:1.5; margin:0 auto 12px; font-weight:500;}
.sec_sfooter03-ah dd a.tbig { margin-right:10px;}
.sec_sfooter03-ah ul.a { display:flex; flex-wrap:wrap; margin:24px 0;}
.sec_sfooter03-ah ul.a li { width:20%; border-right:1px solid #ccc; text-align:center; padding:5px 0; margin:0 0 16px;}
.sec_sfooter03-ah ul.a li a { font-size:14px; font-weight:bold;}
.sec_sfooter03-ah ul.b { margin:0 0 24px;}
.sec_sfooter03-ah ul.b li { padding:4px 16px 4px 0; display:inline-block; position:relative;}
.sec_sfooter03-ah ul.b li:after { content:"/"; position:absolute; right:0; top:4px; font-weight:bold;}
.sec_sfooter03-ah ul.b li:last-of-type:after { display:none;}
.sec_sfooter03-ah ul.b li a { font-size:14px; font-weight:bold;}
@media screen and (max-width:768px) {
	.sec_sfooter03-ah { padding:40px 0;}
	.sec_sfooter03-ah dt { width:40%; margin:0 auto 24px;}
	.sec_sfooter03-ah dd { width:100%; text-align:center;}
	.sec_sfooter03-ah ul.a { margin-top:0;}
	.sec_sfooter03-ah ul.a li { width:50%; margin-bottom:8px;}
	.sec_sfooter03-ah ul.a li:nth-of-type(2n-1) { border-left:1px solid #ccc;}
	.sec_sfooter03-ah ul.b { text-align:center;}
	.sec_sfooter03-ah ul.b li { padding:0 16px 0 0;}
}

/* サイトフッター aa */
.sec_sfooter02-aa { background:#000; color:#fff; padding:40px 0 0; position:relative; z-index:0;}
.sec_sfooter02-aa a { color:#fff;}
.sec_sfooter02-aa .inner { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-start;}
.sec_sfooter02-aa .left { width:27%;}
.sec_sfooter02-aa .left .logo { font-size:88%; display:inline-block; margin-bottom:16px;}
.sec_sfooter02-aa .left .logo img { padding:0;}
.sec_sfooter02-aa .left .map { margin-left:8px;}
.sec_sfooter02-aa .link_sns01 { justify-content:initial; margin:24px 0 0;}
.sec_sfooter02-aa .right { width:70%;}
.sec_sfooter02-aa .sitemap { display:flex; flex-wrap:wrap;}
.sec_sfooter02-aa .sitemap li { width:calc(96% / 3); margin-right:2%; padding-left:20px; margin-bottom:40px;}
.sec_sfooter02-aa .sitemap li:nth-of-type(3n) { margin-right:0;}
.sec_sfooter02-aa .sitemap li a { display:block;}
.sec_sfooter02-aa .sitemap li .ttl { font-size:116%; color:/*#183557*/; font-weight:bold; margin-left:-20px; margin-bottom:8px;}
.sec_sfooter02-aa .cr { display:block; background:#1E1F3B; color:#fff; text-align:center; font-size:12px; padding:8px 0; margin:40px 0 0;}
@media screen and (max-width:768px) {
	.sec_sfooter02-aa .left { width:100%; margin-bottom:16px;}
	.sec_sfooter02-aa .left .banner { text-align:center;}
	.sec_sfooter02-aa .left .banner img { max-width:80%;}
	.sec_sfooter02-aa .right { width:100%;}
	.sec_sfooter02-aa .right .sitemap li { width:48%; margin-right:4%; margin-bottom:16px;}
	.sec_sfooter02-aa .right .sitemap li:nth-of-type(3n) { width:100%; margin-right:4%;}
	.sec_sfooter02-aa .right .sitemap li:nth-of-type(2n) { margin-right:0;}
}


/* サイトフッター ad */
.ul_sfooter02-ad { display:flex; flex-wrap:wrap;}
.ul_sfooter02-ad .ttl { width:100%;}
.ul_sfooter02-ad li { width:32%; margin-right:2%; margin-bottom:24px;}
.ul_sfooter02-ad li:nth-of-type(3n) { margin-right:0;}
.ul_sfooter02-ad li .img { margin-bottom:0;}
.ul_sfooter02-ad li img { border-radius:20px;}
.ul_sfooter02-ad li .btn { background:#004BB8; color:#fff; border-radius:20px; line-height:1.2; padding:14px 10px; border:0;}
.ul_sfooter02-ad li .btn big { display:block; font-weight:900;}
@media screen and (max-width:768px) {
	.ul_sfooter02-ad li { width:100%; margin-right:0; margin-bottom:8px;}
	.ul_sfooter02-ad li .btn { min-width:0;}
}


/* サイトフッター */
.site-footer { color:initial; background:initial;/*background-color:#000; color:#fff;*/}
.sec_sfooter01 { }
.sec_sfooter01 .logo { padding:0 20px; margin-right:40px;}
.sec_sfooter01 .logo img { max-height:80px; padding:8px 20px;}
.sec_sfooter01 .menu { padding:20px 0; background-color:#001785; color:#fff; display:flex; flex-wrap:wrap; align-items:center;}
.sec_sfooter01 .menu .menu { color:#fff; border-left:1px solid; padding:8px 0 8px 20px; margin:0;}
.sec_sfooter01 .menu .menu a { color:#fff;}
.sec_sfooter01 .menu .menu a i { padding-left:8px;}
.sec_sfooter01 .menu .menu li { padding:0 20px;}
.sec_sfooter01 .contact { background-color:#efefef; padding:60px 100px 16px;}
.sec_sfooter01 .contact ul { display:flex; justify-content:space-between; margin:0 0 40px;}
.sec_sfooter01 .contact ul li { width:48%; background-color:#fff; text-align:center!important; font-weight:500; font-size:16px;}
.sec_sfooter01 .contact ul li a { padding:24px; display:block;}
.sec_sfooter01 .contact ul li a:hover { opacity:.6;}
.sec_sfooter01 .contact ul li b { font-size:22px; color:#001785; display:block;}
.sec_sfooter01 .contact ul li b i { font-size:26px; margin-right:4px;} 
.sec_sfooter01 .contact .cr { font-size:10px; text-align:center; border-top:1px solid #ccc; padding:20px;}
@media screen and (max-width:768px) {
	.sec_sfooter01 .menu { padding:20px 5%;}
	.sec_sfooter01 .menu .logo { padding:0; margin:0 auto;}
	.sec_sfooter01 .menu .logo img { margin:0 auto 8px; display:block; max-height:100%; max-width:200px;}
	.sec_sfooter01 .menu .menu { border-left:0; border-top:1px solid; padding:8px 8px 0; margin-bottom:0;}
	.sec_sfooter01 .menu .menu li { padding:0 16px 0 0;}

	.sec_sfooter01 .contact  { padding:24px;}
	.sec_sfooter01 .contact ul { display:block;}
	.sec_sfooter01 .contact ul li { width:100%; margin:0 0 24px; padding:1px 24px; font-size:14px;}
	.sec_sfooter01 .contact ul li a { padding:16px;}
	.sec_sfooter01 .contact ul li b { font-size:20px;}
}

.sec_sfooter02 { position:relative; z-index:0; padding:100px 0 0; text-align:center; background:#000; color:#fff;}
.sec_sfooter02 .bg-img { opacity:.6;}
.sec_sfooter02 a { color:#fff!important;}
.sec_sfooter02 .tel { }
.sec_sfooter02 ul.contact { display:flex; flex-wrap:wrap; max-width:600px; margin:0 auto 80px;}
.sec_sfooter02 ul.contact li { width:48%; margin-right:4%;}
.sec_sfooter02 ul.contact li:nth-of-type(2n) { margin-right:0;}
.sec_sfooter02 ul.contact li:nth-of-type(3) { width:100%; margin-right:0;}
.sec_sfooter02 .btn { max-width:100%; border-radius:4px; margin-top:0;}
.sec_sfooter02 .btn.fill { display:inline-block; width:auto; padding:0 8px 3px; margin:0 0 0 16px;}
.sec_sfooter02 .cr { background-color:#141416; color:#fff; margin:200px 0 0; padding:50px; display:block;}
@media screen and (max-width:768px) {
	.sec_sfooter02 { padding:50px 0 0;}
	.sec_sfooter02 ul.contact { margin:0; padding:0 5%;}
	.sec_sfooter02 ul.contact li { width:100%; margin-right:0;}
	.sec_sfooter02 .btn.fill { padding:0 50px 3px;}
	.sec_sfooter02 .cr { margin:50px 0 0; padding:20px; line-height:1.8;}
}

.sec_sfooter03 { }
.sec_sfooter03 .tel a { display:block; font-size:48px; line-height:1; color:#001785; font-weight:400; margin-bottom:40px;}
.sec_sfooter03 .btn.maru { display:inline-block; width:fit-content; padding:4px 10px; margin:0;}
@media screen and (max-width:768px) {
	.sec_sfooter03 .tel a { font-size:28px; letter-spacing:.05em;}
}

.ul_sfooter01 { display:flex; flex-wrap:wrap; margin:0;}
.ul_sfooter01 li.rel { width:50%; background:#000; text-align:center; color:#fff; padding:80px 80px 16px; overflow:hidden;} /*背景画像 高さ固定*/
.ul_sfooter01 li.rel .bg-img { opacity:.6; transition:0.5s;}
.ul_sfooter01 li.rel:hover .bg-img { opacity:1; transform:scale(1.2,1.2);}
.ul_sfooter01 li.rel .ttl { margin-bottom:80px;}
.ul_sfooter01 li.rel .link_top01 { text-align:right;}
.ul_sfooter02 li.rel.ty2 { padding:0;} /* 背景画像が切れない */
.ul_sfooter02 li.rel.ty2:hover .bg-img { opacity:1;}
.ul_sfooter02 li.rel.ty2 .abs { top:40px; bottom:0; right:0; left:0; margin:auto; width:calc(100% - 160px); height:fit-content;}
.ul_sfooter02 li.rel.ty2 img { opacity:.6;}
.ul_sfooter01 li.cr { width:100%; background:#000; color:#fff; padding:40px 40px 24px; display:flex; flex-wrap:wrap; align-items:center;}
.ul_sfooter01 li.cr img.logo { padding:0; max-height:50px; margin-bottom:8px;}
.ul_sfooter01 li.cr a { color:#fff!important;}
.ul_sfooter01 li.cr p { margin-bottom:0;}
.ul_sfooter01 li.cr .sns br,
.ul_sfooter01 li.cr .menu br { display:none;}
.ul_sfooter01 li.cr .sns a { margin-right:16px;}
.ul_sfooter01 li.cr .menu a { margin-left:16px;}
.ul_sfooter01 li.cr .cr { margin-top:8px; color:#666; display:block;}
@media screen and (max-width:768px) {
	.ul_sfooter01 li.rel { width:100%; padding:24px 40px;}
	.ul_sfooter01 li.rel .ttl { margin-bottom:32px;}
	.ul_sfooter02 li.rel.ty2 .abs { width:calc(100% - 80px);}
	.ul_sfooter01 li.cr { padding-top:80px;}
	.ul_sfooter01 li.cr img.logo { max-height:80px; display:block; margin:0 auto 24px;}
	.ul_sfooter01 li.cr .sns { width:fit-content; margin:0 auto 40px;}
	.ul_sfooter01 li.cr .sns a { margin-right:24px;}
	.ul_sfooter01 li.cr .sns a:last-of-type { margin-right:0;}
	.ul_sfooter01 li.cr .menu { display:flex; flex-wrap:wrap;}
	.ul_sfooter01 li.cr .menu a { width:50%; margin:0; text-align:left; border-bottom:1px solid #666; padding:8px 0;}
	.ul_sfooter01 li.cr .menu a:first-of-type,
	.ul_sfooter01 li.cr .menu a:nth-of-type(2) { border-top:1px solid #666;}
	.ul_sfooter01 li.cr .cr { margin:24px 0 16px; text-align:center;}
}

.table_sfooter01 { border:1px solid #f5f5f5;}
.table_sfooter01 th { text-align:center; background:#f5f5f5; padding:6px 0;}
.table_sfooter01 td { text-align:center;}
.table_sfooter01 td span { color:#004BB8;}
@media screen and (max-width:768px) {
	.table_sfooter01 { letter-spacing:.05em;}
}


/* サイトフッター 下部固定 */
.site-footer { margin-bottom:/*107.59px*/;}
@media screen and (max-width:768px) {
	.site-footer { margin-bottom:/*61px*/;}
}

/* ① */
.ul_absfooter01 { position:fixed; bottom:0; display:flex; flex-wrap:wrap; padding:0; width:100%; margin:0; z-index:99;}
.ul_absfooter01 .img { width:100%;}
.ul_absfooter01 li { width:calc(100% / 3); text-align:center; background-color:#001785;}
.ul_absfooter01 li:nth-child(2) { background-color:#004BB8;}
.ul_absfooter01 li:nth-child(3) { background-color:#081F4F;}
.ul_absfooter01 li a { color:#fff; display:block; padding:12px 0 10px; line-height:1.6;}
.ul_absfooter01 li a b { font-weight:500;}
.ul_absfooter01 li a small { display:block;}
.ul_absfooter01 li i { font-size:20px; display:block; margin:0 0 2px;}

.ul_absfooter01 li.line { background-color:#1fa939;}
.ul_absfooter01 li.line a { /*width:fit-content; margin:8px auto;*/}
.ul_absfooter01 li.line a img { max-height:84px;}

.ul_absfooter01.line { background:#fafafa;}
.ul_absfooter01.line a.btn { background-color:#1fa939; color:#fff; border:0; border-radius:30px; padding:2px 64px; max-width:100%; min-width:350px; width:fit-content; margin:8px auto;}
@media screen and (max-width:768px) {
	.ul_absfooter01 li { width:50%;}
	.ul_absfooter01 li:first-of-type { width:100%;}
	.ul_absfooter01 li a { padding:8px 0 4px; line-height:1.2;}
	
	.ul_absfooter01 li.line a img {max-height:68px;}
	.ul_absfooter01.line a.btn { min-width:0;}
}

/* ② */
.sec_absfooter01 { padding:6px 80px; background-color:#001785; color:#fff; position:fixed; bottom:0; left:0; width:100%; z-index:99; display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between;}
.sec_absfooter01 .left { width:48%; display:flex; flex-wrap:wrap; align-items:flex-start;}
.sec_absfooter01 .left span.btn { width:fit-content; min-width:0; padding:4px 24px; background:#000; margin:4px 16px 4px 0;}
.sec_absfooter01 .left .tel { line-height:1.5;}
.sec_absfooter01 .left .tel big { font-weight:bold; font-size:28px;}
.sec_absfooter01 .right { width:48%; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-start;}
.sec_absfooter01 .right a.btn { background:#fff; width:48%; min-width:0; border:0; margin:0; padding:6px 10px;}
@media screen and (max-width:768px) {
	.sec_absfooter01 { padding:6px 12px; line-height:1;}
	.sec_absfooter01 .left { display:block;}
	.sec_absfooter01 .left span.btn { margin:0;}
	.sec_absfooter01 .left .tel { font-size:12px;}
	.sec_absfooter01 .left .tel big { font-size:12px;}
	.sec_absfooter01 .right a.btn { width:100%; margin-bottom:4px;}
	.sec_absfooter01 .right a.btn:last-of-type { margin-bottom:0;}
}

/* ③ */
.ul_absfooter02 { display:none; background:#001785; letter-spacing:0; padding:8px 5px; position:fixed; bottom:0; width:100%;}
.ul_absfooter02 li { background:#f5f5f5; border-radius:4px; text-align:center; padding:4px; line-height:1.5;}
.ul_absfooter02 li small { font-size:10px;}
.ul_absfooter02 li a { display:flex; flex-direction:column; justify-content:center; align-items:center; height:100%; color:initial;}
.ul_absfooter02 li a i { color:#444;}
.ul_absfooter02 li.tel { width:50%; background:initial; color:#fff; padding:0;}
.ul_absfooter02 li.tel a { color:#fff; font-size:18px; display:block; height:auto;}
.ul_absfooter02 li.tel a i { color:#fff;}
.ul_absfooter02 li.tel small { display:block; line-height:1.3; text-align:left; font-size:9.5px; width:fit-content; margin:0 auto;}
.ul_absfooter02 li.ctc {  width:calc(32% - 8px); margin:0 4px;}
.ul_absfooter02 li.ctc i { font-size:14px; margin:0 4px;}
.ul_absfooter02 li.info { width:18%;}
.ul_absfooter02 li.info a i { font-size:28px; margin:0;}
@media screen and (max-width:768px) {
	.ul_absfooter02 { display:flex;}
}

/* ④ */
.sec_absfooter02 { background:#ffffffd9; width:100%; position:fixed; bottom:0; max-height:160px; display:flex; align-items:flex-end; justify-content:center; padding:12px 3%;}
.sec_absfooter02 a img { max-height:130px; margin:0 12px; display:block;}
.sec_absfooter02 .btn { max-width:32%; margin-right:2%; margin-bottom:0;}
.sec_absfooter02 .btn:last-of-type { margin-right:auto;}
.sec_absfooter02 .btn.line01 small { background:#eee; line-height:1.3; padding:4px 10px;}
.sec_absfooter02 .btn.line01 small small { display:inline-block; font-size:12px; padding:0;}
.sec_absfooter02 .btn.line01 span { width:500px; padding:16px 16px 10px; max-width:100%; line-height:1.4;}
.sec_absfooter02 .btn.line01:nth-of-type(2) span { background:#001785;}
.sec_absfooter02 .btn.line01:nth-of-type(3) span { background:#004BB8;}
.sec_absfooter02 .link_sns01 { position:absolute; right:3%; top:16px; bottom:0; height:fit-content; margin:auto;}
.sec_absfooter02 .link_sns01 a { margin-bottom:0;}

.sec_absfooter02.ty2 { padding:12px calc(3% + 64px) 12px 3%;} /* btn３つ + SNSアイコン１つ */
@media screen and (max-width:768px) {
	.sec_absfooter02 { height:auto; padding:12px 2%;}
	.sec_absfooter02 a img { max-height:100px; margin:0 4px;}
	.sec_absfooter02 .btn.line01 { max-width:100%!important;}
	.sec_absfooter02 .btn.line01 small small { font-size:10px; letter-spacing:-.05em;}
	
	.sec_absfooter02.ty2 { padding:12px calc(2% + 40px) 12px 2%;}
	.sec_absfooter02.ty2 .btn.line01 { width:30%; min-width:0;}
	.sec_absfooter02.ty2 .btn.line01:first-of-type { width:34%;}
	.sec_absfooter02.ty2 .btn.line01 small { display:none;}
	.sec_absfooter02.ty2 .btn.line01 span { padding:8px 2px; font-size:12px; letter-spacing:-.05em; border-radius:4px;}
	.sec_absfooter02.ty2 .btn.line01 span big { font-size:20px; line-height:1;}
	.sec_absfooter02.ty2 .btn.line01 span big i { margin-right:4px;}
	.sec_absfooter02.ty2 .link_sns01 { top:0; right:2%;}
	.sec_absfooter02.ty2 .link_sns01 a { margin:0;}
	.sec_absfooter02.ty2 .link_sns01 a i { width:fit-content; margin:0;}
}

/* ⑤ */
.btn_absfooter01 { }
.btn_absfooter01 { display:flex; flex-direction:column; align-items:center; justify-content:center; border-radius:50%; width:90px; height:90px; background:#052454; border:2px solid #fff; color:#fff!important; font-weight:bold; box-shadow:5px 5px 5px rgba(0, 0, 0, .4); line-height:1.3; text-align:center; letter-spacing:0; font-size:90%; position:fixed; bottom:90px; right:16px; z-index:999; }
.btn_absfooter01 i { font-size:26px; margin:0 0 8px;}
.btn_absfooter01:hover { opacity:.9; text-decoration:none;}
.btn_absfooter01.o2 { bottom:190px; background:#444;}
.btn_absfooter01.o2 i { font-size:20px;}
@media screen and (max-width:768px) {
	.btn_absfooter01 { width:70px; height:70px; bottom:60px;}
	.btn_absfooter01 i { margin-bottom:4px;}
	.btn_absfooter01.o2 { bottom:140px;}
}


/*    固定ページヘッダー　page-header
----------------------------------------*/
@media screen and (max-width:768px) {
	#content .entry-content { margin-top:16px;}
}

/* page-header ah */
.pheader01-ah { position:relative; z-index:0; padding-left:100px; color:#fff; margin-bottom:160px;}
.pheader01-ah:before { content:""; background:#001785; width:calc(100% - 220px); height:calc(100% + 40px); display:block; position:absolute; top:0; left:0; z-index:-1;}
.pheader01-ah:after { content:""; background:#eee; width:240px; height:calc(tan(60deg) * 260px / 2); clip-path:polygon(0 0, 100% 0, 0 100%); position:absolute; top:calc(100% + 40px); left:0;}
.pheader01-ah .img { margin-bottom:24px;}
.pheader01-ah .img img { width:100%; height:370px; object-fit:cover;}
.pheader01-ah .ttl.main { line-height:1.3; position:absolute; top:200px; left:200px; margin:0;}
.pheader01-ah .ttl.main big { margin:0;}
.pheader01-ah .txt { padding:40px 0 24px 80px;}
.pheader01-ah .txt .ttl { position:relative; width:fit-content; margin-top:0;}
.pheader01-ah .txt .ttl:after { content:""; display:block; background:#fff; width:100%; height:calc(tan(60deg) * 8px / 2); clip-path:polygon(0 0, 100% 50%, 0 100%); margin-top:8px;}
.pheader01-ah .scroll { writing-mode:vertical-lr; position:absolute; left:35px; bottom:-40px; display:flex; align-items:center; height:calc(100% - 240px);}
.pheader01-ah .scroll:after { content:""; display:block; background:#fff; width:1px; height:100%; margin-top:16px;}
@media screen and (max-width:768px) {
	.pheader01-ah { padding-left:24px; margin-bottom:60px;}
	.pheader01-ah:before { width:100%; height:100%;}
	.pheader01-ah:after { display:none;}
	.pheader01-ah .img img { height:200px;}
	.pheader01-ah .ttl.main { top:108px; left:44px; font-size:16px;}
	.pheader01-ah .txt { padding:12px 20px 40px 32px;}
	.pheader01-ah .txt .ttl { letter-spacing:-.05em; line-height:1.5;}
	.pheader01-ah .scroll { font-size:13px; left:0;}
}

.pheader02-ah { background:#001785; color:#fff; padding:100px 0; margin-bottom:80px;}
.pheader02-ah .ttl { margin-top:0;}
@media screen and (max-width:768px) {
	.pheader02-ah { padding:50px 0; margin-bottom:40px;}
}

.pheader03-ah { background:#f5f5f5; padding:24px 0 40px;}
.pheader03-ah .link { display:flex; flex-wrap:wrap; margin:0 auto 24px;}
.pheader03-ah .link a { padding-left:20px; position:relative; color:#666; font-weight:bold; margin-right:16px;}
.pheader03-ah .link a:before { content:"\f053"; font-family:'Font Awesome 6 Free'; font-weight:bold; position:absolute; left:0; top:0; bottom:0; margin:auto;}
.pheader03-ah .link a:hover { text-decoration:underline;}
.pheader03-ah .ttl { border-left:24px solid #081F4F; padding:36px 24px 46px 130px; margin:0;}
@media screen and (max-width:768px) {
	.pheader03-ah { padding:12px 0 20px;}
	.pheader03-ah .link { margin-bottom:12px;}
	.pheader03-ah .ttl { border-left-width:12px; padding:16px 20px; line-height:1.2;}
	.pheader03-ah .ttl big { font-size:30px;}
}

.pheader04-ah  { margin-bottom:100px;}
.pheader04-ah .ttl { position:relative; padding:100px 0; z-index:0; margin:0;}
.pheader04-ah .ul_idx07 { font-size:12px; margin:16px auto 0;}
@media screen and (max-width:768px) {
	.pheader04-ah { margin-bottom:50px;}
	.pheader04-ah .ttl { padding:50px 0;}
}

.pheader05-ah { }
.pheader05-ah .title { position:relative; padding:80px 0 130px; z-index:0;}
.pheader05-ah .title .bg-img img { opacity:1;}
.pheader05-ah .title .ttl { color:#fff; margin-top:0;}
.pheader05-ah ul { background:#fff; padding:12px; border-radius:40px 40px 0 0; font-size:12px; position:relative; height:50px; margin-top:-50px;}
@media screen and (max-width:768px) {
	.pheader05-ah .title { padding:24px 0;}
	.pheader05-ah ul { font-size:10.5px; letter-spacing:-.05em; height:46px; margin-top:-46px;}
}


/* page header その他追記 */
.pheader01 { background:#efefef; padding:0 0 1px; margin-bottom:80px;}
.pheader01 img { height:300px; width:100%; object-fit:cover;}
.pheader01 img.pos-top { object-position:top;}
.pheader01 img.pos-bot { object-position:bottom;}
.pheader01 .ttl { background-color:#fff; padding:32px; text-align:center; margin:-100px auto 40px; position:relative; width:500px;}
@media screen and (max-width:768px) {
	.pheader01 { margin-bottom:40px;}
	.pheader01 img { height:200px;}
	.pheader01 .ttl { width:90%; padding:16px;}
}

.pheader02 { position:relative; z-index:0; background:#000; color:#fff;}
.pheader02 .img { margin-bottom:0;}
.pheader02 .img img { opacity:.6;}
.pheader02 .ttl { position:absolute; top:0; bottom:0; left:0; right:0; margin:auto; width:fit-content; height:fit-content; text-align:center;}
.pheader02 .ttl big { line-height:1;}
@media screen and (max-width:768px) {
}

.pheader04 { padding :120px 8%; color:#fff; position:relative; z-index:0; margin:0; height:auto; display:flex; flex-wrap:wrap; justify-content:space-between;}
.pheader04.parallax { background-color:rgba(0,0,0,.4); background-blend-mode:color;}
.pheader04 .ttl { margin-top:0; width:100%;}
.pheader04 .ttl small { }
.pheader04 .ttl big { }
.pheader04 .txt { width:calc(100% / 3); display:block; margin-bottom:0;}
.pheader04 .ul_idx4 { width:60%;}
.pheader04 .ul_idx4 a { color:#fff;}
@media screen and (max-width:768px){
	.pheader04 { padding:70px 8%;}
	.pheader04 .txt { width:100%; margin-bottom:20px;}
	.pheader04 .ul_idx4 { width:100%;}
}

/* page-header aa */
.pheader01-aa { position:relative; padding:1px 0 0; z-index:0;}
.pheader01-aa .bg-img img { opacity:1;}
.pheader01-aa .title { position:relative; padding:80px 0 130px; z-index:0;}
.pheader01-aa .title .ttl { color:#fff; margin-top:0;}
.pheader01-aa ul { background:#fff; padding:12px; border-radius:40px 40px 0 0; font-size:12px; position:relative; height:50px; margin-top:-50px;}

.pheader01-aa .cont1 { position:relative; text-align:center; z-index:0;}
.pheader01-aa .cont1 .inner { max-width:460px; margin:80px auto 130px;}
.pheader01-aa .cont1 img.abs.l { left:0; bottom:0; max-width:calc((100% - 460px) / 2);}
.pheader01-aa .cont1 img.abs.r { left:calc(calc((100% - 460px) / 2 + 460px)); bottom:80px; width:300px; max-width:calc((100% - 460px) / 2);}
.pheader01-aa .cont1 .tdeco { position:relative; padding:0 32px; color:#f9db55; font-size:24px; width:fit-content; margin:0 auto;}
.pheader01-aa .cont1 .tdeco br { display:none;}
.pheader01-aa .cont1 .tdeco img { width:30px; height:fit-content; position:absolute; top:0; bottom:0; margin:auto;}
.pheader01-aa .cont1 .tdeco img.l { left:0;}
.pheader01-aa .cont1 .tdeco img.r { right:0;}
.pheader01-aa .cont1 .ttl { color:#fff;}
.pheader01-aa .cont1 .ttl .tbig { line-height:1;}
.pheader01-aa .cont1 .tbelt { text-align:center;}
.pheader01-aa .cont1 .tbelt span { display:inline-block; background:#001785; font-weight:bold; color:#fff; font-size:28px; border-radius:8px; padding:1px 12px; margin-bottom:8px;}
@media screen and (max-width:768px) {
	.pheader01-aa .title { padding:24px 0;}
	.pheader01-aa ul { font-size:10.5px; letter-spacing:-.05em; height:46px; margin-top:-46px;}
	
	.pheader01-aa .cont1 .inner { padding-bottom:100px; margin:24px auto 40px;}
	.pheader01-aa .cont1 img.abs.l { max-width:140px; z-index:-1;}
	.pheader01-aa .cont1 img.abs.r { max-width:270px; max-height:100px; object-fit:contain; left:auto; right:0; bottom:0;}
	.pheader01-aa .cont1 .tdeco { font-size:20px; letter-spacing:-.05em;}
	.pheader01-aa .cont1 .tbelt span { font-size:18px;}
}

/* page-header ab */
.pheader01-ab { padding:100px 8%; position:relative; display:flex; flex-wrap:wrap; align-items:center;}
.pheader01-ab:before { content:""; width:300px; height:40px; background:#001785; position:absolute; left:0; top:0;}
.pheader01-ab .ttl big { font-weight:800; display:inline-block; margin-right:24px; margin:0;}
.pheader01-ab .ttl small { display:inline-block; margin:0 0 0 24px;}
.pheader01-ab .ttl .sub { margin:80px 0 60px;}
.pheader01-ab .ttl.abs { top:100px; right:0; writing-mode:vertical-rl; line-height:1.5;}
.pheader01-ab .ttl.abs big { font-size: 52px;}
.pheader01-ab h2.ttl { min-width:60%; margin-top:0;}
.pheader01-ab .link_top01-ab { display:block; text-align:right; margin-top:24px;}
.pheader01-ab .ul_idx01-ab { width:70%; margin-top:140px; padding-top:60px; border-top:1px solid #ddd;}
.pheader01-ab .idx { width:40%; display:flex; flex-wrap:wrap;}
.pheader01-ab .idx .a { display:block; width:50%; padding:6px 24px 6px 0; margin:0;}
.pheader01-ab .idx .a a { display:block; position:relative;}
.pheader01-ab .idx .a a i.abs { font-size:20px; right:0; top:0; bottom:0; margin:auto; height:fit-content;}
.pheader01-ab .idx br { display:none;}
.pheader01-ab p:last-of-type { margin-bottom:0;}
@media screen and (max-width:768px) {
	#content .entry-content { /*margin-top:16px;*/}
	
	.pheader01-ab { padding:46px 5%; align-items:initial; justify-content:space-between;}
	.pheader01-ab:before { width:150px; height:22px;}
	.pheader01-ab .ttl .sub { margin:16px 0;}
	.pheader01-ab .ttl.abs { top:14px; position:relative; margin:0;}
	.pheader01-ab .ttl.abs big { font-size:28px;}
	.pheader01-ab h2.ttl { width:fit-content; min-width:0; margin-bottom:0;}
	.pheader01-ab .ul_idx01-ab { width:100%; border:0; margin:0;}
	.pheader01-ab .idx { width:100%;}
}



/*   　共通レイアウト
----------------------------------------*/
/* タイトル */
.ttl.Ty01 { position:relative;}
.ttl.Ty01:before { content:""; width:100%;height:1.5px; background:#000; position:absolute; top:0; bottom:0; margin:auto;}
.ttl.Ty01 span { background:#fff; display:block; margin:0 auto; width:fit-content; position:relative; padding:0 32px;}

.ttl.ah01 span { background:linear-gradient(transparent 60%, #ddd 60%); padding:0 6px;} /* マーカー風のタイトル ！複数行の場合はインライン要素にする！ */
@media screen and (max-width:768px) {
	.ttl.ah01 span { background:linear-gradient(transparent 78%, #ddd 60%);}
} 

.ttl.ah02 { width:100%; position:relative; margin-bottom:40px;} /* 小さめ日本語タイトル ＋ 背景に薄い大きい英字 */
.ttl.ah02 big { color:#f5f5f5; font-size:112px; line-height:1; letter-spacing:0;}
.ttl.ah02 small { position:absolute; left:40px; top:0; bottom:0; margin:auto; height:fit-content; font-size:32px;}
@media screen and (max-width:768px) {
	.ttl.ah02 { margin-bottom:24px;}
	.ttl.ah02 big { font-size:42px;}
	.ttl.ah02 small { font-size:18px; left:16px; letter-spacing:0;}
}

.ttl.ah03 { border-top:3px solid #001785; border-bottom:1px solid #ddd; text-align:center; padding:20px; margin-bottom:40px;} /* 上下にライン　上線が太い */
@media screen and (max-width:768px) {
	.ttl.ah03 { letter-spacing:0; padding:20px 0; line-height:1.5; margin-bottom:32px;}
}

.ttl.ah04 { position:relative; padding:0 80px; width:fit-content; text-align:center; margin:24px auto;} /* 左右に太い２重スラッシュ */
.ttl.ah04 big { font-size:44px; color:#001785; margin:0;}
.ttl.ah04:before,
.ttl.ah04:after { content:""; background:#001785; height:calc(tan(60deg) * 100px / 2); width:12px; clip-path:polygon(0 0, 100% 0, 50% 100%); position:absolute; left:16px; bottom:0; transform:rotate(-30deg);}
.ttl.ah04:after { transform:rotate(30deg); left:auto; right:16px;}
.ttl.ah04 .inner:before,
.ttl.ah04 .inner:after { content:""; background:#001785; height:calc(tan(60deg) * 60px / 2); width:8px; clip-path:polygon(0 0, 100% 0, 50% 100%); position:absolute; left:0; bottom:0; transform:rotate(-50deg);}
.ttl.ah04 .inner:after { transform:rotate(50deg); left:auto; right:0;}
@media screen and (max-width:768px) {
	.ttl.ah04 { letter-spacing:-.05em; padding:0 30px;}
	.ttl.ah04 big { letter-spacing:-.08em; font-size:30px;}
	.ttl.ah04:before { transform:rotate(-26deg); left:8px; bottom:-8px;}
	.ttl.ah04:after { transform:rotate(26deg); left:auto; right:8px; bottom:-8px;}
	.ttl.ah04 .inner:before { transform:rotate(-46deg); bottom:-8px;}
	.ttl.ah04 .inner:after { transform:rotate(46deg); bottom:-8px;}
}

.ttl.ah05 { display:flex; flex-wrap:wrap; align-items:center;} /* タイトル・サブタイトル　横並び */
.ttl.ah05 .tsmall { border-left:1px solid #ddd; padding-left:32px; letter-spacing:-.05em; color:#001785; margin-left:32px;}
.ttl.ah05 .tbig { display:block; width:100%; color:#001785; line-height:1.5; margin-top:24px;}
@media screen and (max-width:768px) {
	.ttl.ah05 .tsmall { padding-left:20px; margin-left:20px;}
}

.ttl.ah06 { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-end; position:relative; width:fit-content; margin:0 auto 80px;} /* 左に大きい数字＋右に大小タイトル */
.ttl.ah06 .num { font-size:180px; line-height:1; margin-right:24px;}
.ttl.ah06 .txt { line-height:1.2;}
@media screen and (max-width:768px) {
	.ttl.ah06 { margin-bottom:40px;}
	.ttl.ah06 .num { font-size:100px; width:121px; margin-right:16px;}
	.ttl.ah06 .txt { width:calc(100% - 137px);}
	.ttl.ah06 .txt .tsmall { font-size:11px;}
	.ttl.ah06 .txt .tbig { font-size:32px;}
}

.ttl.ah07 { width:100%; font-size:48px; position:relative; z-index:0; display:flex; align-items:center; margin:0 0 60px;} /* タイトル＋右に角丸囲みの小タイトル＋背景に大きい英字 */
.ttl.ah07 .tsmall { border:1px solid; border-radius:8px; padding:1px 10px; display:flex; align-items:center; justify-content:space-between; margin-left:40px;}
.ttl.ah07 .abs { font-size:200px; font-weight:700; color:#fff; opacity:.7; height:fit-content; top:0; bottom:0; left:-7%; margin:auto; z-index:-1;}
@media screen and (max-width:768px) {
	.ttl.ah07 { flex-direction:column; align-items:initial; font-size:32px; margin-bottom:40px;}
	.ttl.ah07 .tsmall { width:fit-content; margin-left:0;}
	.ttl.ah07 .abs { font-size:84px; letter-spacing:-.05em; top:-40px;}
}


.ttl.ah08 { margin:0 auto 80px;} /* 大タイトル＋左に●付き小タイトル */
.ttl.ah08 .tbig { color:#001785;}
.ttl.ah08 .tsmall {  position:relative; padding-left:24px;}
.ttl.ah08 .tsmall i { font-size:10px; color:#081F4F; width:fit-content; height:fit-content; position:absolute; left:0; top:0; bottom:0; margin:auto;}
@media screen and (max-width:768px) {
	.ttl.ah08 { margin-bottom:40px;}
}

.ttl.ah09 { position:relative; color:#001785; padding:10px 0; text-align:center; margin:80px 0 60px;} /* 葉っぱ風 */
.ttl.ah09:before { content:""; position:absolute; top:-32px; left:50%; width:320px; height:120px; border-radius:50%; border:7px solid #00178582; border-left-color:transparent; border-right-color:transparent; -webkit-transform:translateX(-50%); transform:translateX(-50%);}
@media screen and (max-width:768px) {
	.ttl.ah09 { margin:60px auto 40px;}
	.ttl.ah09:before { top:-10px; width:260px; height:86px;}
}

/* 大括弧 */
.ttl.ah10 { position:relative; line-height:1.4; padding:0.25em 1em; width:fit-content; color:#001785;}
.ttl.ah10 big { margin:0;}
.ttl.ah10:before, 
.ttl.ah10:after { content:''; width:8px; height:100%; display:inline-block; border:solid 2px #001785; border-right:0; position:absolute; top:0; left:0;}
.ttl.ah10:after { border-right:solid 2px #001785; border-left:0; left:auto; right:0;}

/* 交差線 */
.ttl.ah11 { position:relative; padding:0.25em 1em; color:#001785; border-top:solid 2px #001785; border-bottom:solid 2px #001785; width:fit-content; margin:40px auto;}
.ttl.ah11 big { margin:0;}
.ttl.ah11:before,
.ttl.ah11:after { content:''; position:absolute; top:-7px; left:7px; width:2px; height:-webkit-calc(100% + 14px); height:calc(100% + 14px); background-color:#001785;}
.ttl.ah11:after { left:auto; right:7px;}

@media screen and (max-width:768px) {
	h2.ttl.slash { font-size:17px; letter-spacing:0; padding:0 10px;}
	h2.ttl.slash:before	{ transform: rotate(-20deg);}
	h2.ttl.slash:after	{ transform: rotate(20deg);}
}

.ttl.aa03 { margin:0 auto 80px;} /* 大タイトル＋左に●付き小タイトル */
.ttl.aa03 .main { width:fit-content; margin:0;}
.ttl.aa03 .main .tbig,
.ttl.aa03.main .tbig { color:#001785; font-size:90px; letter-spacing:0.08em;}
.ttl.aa03 .main .tsmall,
.ttl.aa03.main .tsmall {  position:relative; padding-left:24px;}
.ttl.aa03 .main .tsmall i,
.ttl.aa03.main .tsmall i { font-size:10px; color:#004BB8; width:fit-content; height:fit-content; position:absolute; left:0; top:0; bottom:0; margin:auto;}
.ttl.aa03 .sub { font-size:32px; font-weight:bold; margin-top:24px;}
.ttl.aa03.flex { align-items:center;}
.ttl.aa03.flex .right { margin:0 0 0 80px;}
@media screen and (max-width:768px) {
	.ttl.aa03 { margin-bottom:40px;}
	.ttl.aa03 .main .tbig,
	.ttl.aa03.main .tbig { font-size:62px; letter-spacing:-.05em; line-height:1;}
	.ttl.aa03 .main .tsmall,
	.ttl.aa03.main .tsmall { margin-top:10px;}
	.ttl.aa03 .sub { font-size:24px; line-height:1.5;}
	.ttl.aa03.flex .right { margin:32px 0 0;}
}


.ttl.ab02 { text-align:center;}
.ttl.ab02 .icon { display:block; max-height:60px; margin:0 auto 8px;}
.ttl.ab02 small { display:block; margin:8px 0 0;}
@media screen and (max-width:768px) {
	.ttl.ab02 .icon { max-height:50px;}
}

.ttl.af00 { color:#001785; text-align:center;} /* 大きい英字＋両サイドに線装飾の小さい日本語 */
.ttl.af00 big { font-size:40px; line-height:1.5; margin:0;}
.ttl.af00 small { width:fit-content; font-weight:400; font-size:13px; padding:0 32px; position:relative; margin:0 auto;}
.ttl.af00 small:before,
.ttl.af00 small:after { content: ""; display:block; width:48px; height:1.2px; background:#001785; position:absolute; top:0; bottom:0; margin:auto; right:100%;}
.ttl.af00 small:after { right:auto; left:100%;}
.tfff .ttl.af00,
.ttl.af00.tfff { color:#fff;}
.tfff .ttl.af00 small:before, .tfff .ttl.af00 small:after,
.ttl.af00.tfff small:before, .ttl.af00.tfff small:after { background:#fff;}

.ttl.af01 { } /* 大きい英字＋アイコン */
.ttl.af01 big { font-size:40px; opacity:.4; line-height:1.5; margin:0;}
.ttl.af01 img.deco { max-width:60px; margin:40px auto; display:block;}
.ttl.af01 small { font-weight:400; font-size:13px; margin:0;}
@media screen and (max-width:768px) {
	.ttl.af00 small { padding:0 16px;}
	.ttl.af01 { margin-bottom:16px;}
	.ttl.af01 img.deco { margin:16px auto;}
}

/* ボタン */
.btn.aa01 { background:#001785/*linear-gradient(135deg, #001785, #004BB8)*/; font-size:20px; color:#fff; border-radius:30px; border:0; padding-right:50px; position:relative;}
.btn.aa01 i { position:absolute; right:40px; top:0; bottom:0; margin:auto; height:fit-content;}

.btn.Ty01 { background:#001785; color:#fff; border:0; border-radius:5px; padding:20px; font-size:140%; display:flex; align-items:center; justify-content:space-between; max-width:500px;} /* 角丸四角＋四角い背景の矢印のボタン */
.btn.Ty01 .txt { position:relative; padding-left:18px;}
/*.btn.Ty01 .txt:before { content:""; background:#000; width:6px; height:6px; border-radius:50%; display: inline-block; position:absolute; top:10px; left:0;}*/
.btn.Ty01 i { width:45px; height:45px; background:#fff; color:initial; border-radius:7px; display:flex; align-items:center; justify-content:center;}
@media screen and (max-width:768px) {
	.btn.Ty01 { padding:12px; font-size:116%; letter-spacing:0;}
	.btn.Ty01 .txt { padding:0; letter-spacing:-.05em;}
	.btn.Ty01 i { width:35px; height:35px;}
}



/* 表 */
.table.ah01 { }
.table.ah01 th,
.table.ah01 td { padding:8px 0; border:0; border-right:1px solid #eee;}
.table.ah01 th:last-of-type,
.table.ah01 td:last-of-type { border-right:0;}
.table.ah01 .ttl th { background:#001785;}
.table.ah01 .ttl th:first-of-type { width:30%;}
.table.ah01 td { background:#F7F7F7; font-size:116%; letter-spacing:0; line-height:1.5;}
.table.ah01 td:nth-of-type(7) { background:#ecf1f4;}
.table.ah01 td:nth-of-type(8) { background:#fdefeb;}

.table.ah01.bg_fff td { background:#fff;}
@media screen and (max-width:768px) {
	.table.ah01 td { letter-spacing:-.05em;}
	.table.ah01 td small { font-size:9px; letter-spacing:0; line-height:1.3; display:block; margin-top:4px;}
}


.box01-ad { border:2px solid #001785; padding:0 30px 40px 30px; border-radius:20px; margin:80px auto;}
.box01-ad { border:2px solid #001785; padding:0 30px 40px 30px; border-radius:20px; margin:80px auto;}
.box01-ad .ttl.main { margin:-22px auto 30px; text-align:center;}
.box01-ad .ttl.main span { display:inline-block; background:#001785; color:#fff; min-width:300px; padding:4px 60px; text-align:center; border-radius:30px; position:relative;}
.box01-ad .ttl.main i.abs { top:0; bottom:0; margin:auto; height:fit-content;}
.box01-ad .ttl.main i.abs.l { left:16px;}
.box01-ad .ttl.main i.abs.r { right:16px;}
.box01-ad .btn.main { border:2px solid #004BB8; color:#004BB8; padding:2px 10px; margin:0 auto;}
@media screen and (max-width:768px) {
	.box01-ad { margin:40px auto 24px; padding:0 20px 20px 20px;}
	.box01-ad .ttl.main span { min-width:0;}
}


/* 背景 */
.bg01-af { position:relative; z-index:0; padding:1px 0; margin:80px auto;}
.bg01-af .bg-img img { opacity:1;}
.bg01-af .wrap { background:#ffffffc7; padding:40px; margin:80px auto;}
@media screen and (max-width:768px) {
	.bg01-af { margin:40px auto;}
	.bg01-af .wrap { margin:40px auto; padding:20px;}
}


/* ブログ */
.sec_blog-top01 { margin:80px auto;}
.sec_blog-top01 .ttl { text-align:center; margin-bottom:40px;}
.sec_blog-top01 .btn { margin-top:40px;}
.sec_blog-idx01 { display:flex; flex-wrap:wrap; margin:60px auto;}
.sec_blog-single01 { margin:0 auto 60px;}
@media screen and (max-width:768px) {
	.sec_blog-top01 { margin:40px auto;}
	.sec_blog-top01 .ttl { margin-bottom:24px;}
	.sec_blog-idx01 { margin:30px auto;}
	.sec_blog-single01 { margin-bottom:30px;}
}

.dl_blog01 { width:50%; float:left; padding:40px; border-top:1px solid #eee; margin:0; box-sizing:border-box; border-right:1px solid #eee;}
.dl_blog01:nth-of-type(2n) { border-right:0;}
.dl_blog01:nth-of-type(1),
.dl_blog01:nth-of-type(2) { border-top:0;}
.dl_blog01 dt { font-weight:400; margin-bottom:20px; position: relative; margin-bottom:20px; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; width:100%;}
.dl_blog01 dt h4.ttl { margin:0;}
.dl_blog01 dt a { display:block; text-overflow:ellipsis; white-space:nowrap; overflow:hidden; margin-top:4px;}
.dl_blog01 dd { position: relative; margin-bottom:0;}
.dl_blog01 dd p { margin-bottom:0;}
.dl_blog01 dd img { float:right; display:block; width:50%; object-fit:cover; margin-left:20px;}
@media screen and (max-width:768px){
	.dl_blog01 { width:100%; height:auto; border-right:0; padding:28px 0 32px;}
	.dl_blog01:nth-of-type(2) { border-top:1px solid #eee;}
	.dl_blog01 dt,.dl_blog1 dd { padding-left:0;}
}

.sec_Blog01 { background:#fff; padding:12px;}
.sec_Blog01 .wp-show-posts-single.post { padding:0;}
.sec_Blog01 .wp-show-posts-columns .wp-show-posts-inner { margin-bottom:0!important;}
.sec_Blog01 .wp-show-posts-image img { width:100%;}
.sec_Blog01 .wp-show-posts .wp-show-posts-entry-title { margin-bottom:4px;}
.sec_Blog01 .wp-show-posts-entry-header { display:flex; flex-direction:column-reverse; padding:0 20px; margin:0;}
.sec_Blog01 .wp-show-posts-terms a { background:#0c4a97; color:#fff; padding:4px; font-size:11px;}
.sec_Blog01 .wp-show-posts-entry-meta-below-post { padding:0 20px;}
@media screen and (max-width:768px){
	.sec_Blog01 .wp-show-posts-single.post { margin-bottom:24px!important; border:0;}
	.sec_Blog01 .wp-show-posts-single.post:last-of-type { margin:0!important;}
	.sec_Blog01 .wp-show-posts-entry-header { width:100%;}
	/*.sec_Blog01 .wp-show-posts-columns .wp-show-posts-inner { padding:8px 0;}
	.sec_Blog01 .wp-show-posts-image { width:36%; float:left; margin:0 4% 0 0;}
	.sec_Blog01 .wp-show-posts-entry-header { width:; padding:0; justify-content:flex-end;}
	.sec_Blog01 .wp-show-posts .wp-show-posts-entry-title { width:100%; margin-bottom:0;}
	.sec_Blog01 .wp-show-posts-entry-meta-below-post { width:60%; display:block; margin:0 0 0 auto; padding:0;}*/
}

/*    トップページ　top（info/news）
----------------------------------------*/

/* top1-ah*/
.sec_top01-ah { display:flex; flex-wrap:wrap; justify-content:space-between; margin:80px auto;}
.sec_top01-ah .img { width:48%;}
.sec_top01-ah .img img { border-radius:50px 0 50px 0;}
.sec_top01-ah .txt { width:52%;}
.sec_top01-ah .txt ul { margin:0;}
.sec_top01-ah .txt .btn { margin:0 auto;}
@media screen and (max-width:768px) {
	.sec_top01-ah { margin:40px auto;}
	.sec_top01-ah .img { width:100%;}
	.sec_top01-ah .txt { width:100%;}
}

.ul_top01-ah { display:flex; flex-wrap:wrap; margin:80px auto;}
.ul_top01-ah .ttl.main { text-align:center; width:100%;}
.ul_top01-ah li { width:calc(90% / 6); margin-right:2%; text-align:center; font-weight:bold;}
.ul_top01-ah li:nth-of-type(6n) { margin-right:0;}
.ul_top01-ah li .img { width:150px; height:150px; background:#ddd; padding:24px; border-radius:50%; display:flex; justify-content:center; align-items:center; margin:0 auto 16px;}
.ul_top01-ah li .img img { }
@media screen and (max-width:768px) {
	.ul_top01-ah { margin:40px auto;}
	.ul_top01-ah .ttl.main { margin-top:0;}
	.ul_top01-ah li { width:32%; margin-bottom:16px; line-height:1.2;}
	.ul_top01-ah li:nth-of-type(3n) { margin-right:0;}
	.ul_top01-ah li .img { width:85px; height:85px; padding:16px;}
}

.ul_top02-ah { background:#f1f7fc; margin:80px auto;}
.ul_top02-ah li { display:flex; flex-wrap:wrap; position:relative;}
.ul_top02-ah li .txt { width:50%; padding:40px 0 0 40px; position:relative;}
.ul_top02-ah li .txt .ttl { }
.ul_top02-ah li .txt .ttl big { font-size:56px; color:#b0c4de; position:absolute; top:-40px; left:-40px; font-weight:400;}
.ul_top02-ah li .txt .btn { margin:16px auto 16px 0;}
.ul_top02-ah li .img { width:60%; max-height:550px; margin:0 0 0 -10%;}
@media screen and (max-width:768px) {
	.ul_top02-ah { margin:40px auto;}
	.ul_top02-ah li { flex-direction:column-reverse;}
	.ul_top02-ah li .wrap { max-width:100%;}
	.ul_top02-ah li .txt { width:100%; padding:0; margin-top:40px;}
	.ul_top02-ah li .txt .ttl { text-align:center;}
	.ul_top02-ah li .txt .ttl big { left:0; right:0;}
	.ul_top02-ah li .txt .btn { max-width:100%; margin:16px auto;}
	.ul_top02-ah li .img { width:100vw;}
}

.ul_top03-ah { position:relative; z-index:0; padding:1px 0; background:#000; color:#fff; padding:80px 0; margin:80px auto 0;}
.ul_top03-ah li { width:calc(94%/4); margin-right:2%; text-align:center;}
.ul_top03-ah li:nth-of-type(4n) { margin-right:0;}
.ul_top03-ah li img { width:240px; height:240px; margin:0 auto; border-radius:50%; object-fit:cover;}
.ul_top03-ah li .ttl { color:#ffd800;}
@media screen and (max-width:768px) {
	.ul_top03-ah { padding:40px 0; margin:40px auto 0;}
	.ul_top03-ah li { width:100%; line-height:1.5; margin-bottom:40px;}
	.ul_top03-ah li img { width:180px; height:180px;}
	.ul_top03-ah li .ttl { margin:8px auto;}
}



/* top2-ah*/
.ul_top04-ah { display:flex; flex-wrap:wrap; margin:80px auto;}
.ul_top04-ah li { width:32%; margin-right:2%;}
.ul_top04-ah li:nth-of-type(3n) { margin-right:0;}
.ul_top04-ah li .ttl { background:#001785; color:#fff; border-radius:30px; text-align:center; margin:0 0 16px;}
.ul_top04-ah li .cont { border-radius:12px; overflow:hidden;}
.ul_top04-ah li dl { background:#fff; color:initial; padding:24px 8%; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-start;}
.ul_top04-ah li dl dt,
.ul_top04-ah li dl dd { padding:4px 0; line-height:1.5; margin:0 0 8px;}
.ul_top04-ah li dl dt:last-of-type,
.ul_top04-ah li dl dd:last-of-type { margin-bottom:0;}
.ul_top04-ah li dl dt { width:70px; background:#000; color:#fff; text-align:center; letter-spacing:0;}
.ul_top04-ah li dl dd { width:calc(100% - 80px);}
@media screen and (max-width:768px) {
	.ul_top04-ah { margin:40px auto;}
	.ul_top04-ah li { width:100%; margin-right:0; margin-bottom:32px;}
	.ul_top04-ah li:last-of-type { margin-bottom:0;}
}


/* top3-ah */
.sec_top02-ah { position:relative; padding:60px 80px; z-index:0;}
.sec_top02-ah .slider { overflow:hidden; border-radius:12px;}
.sec_top02-ah .txt { color:#fff; text-shadow:0px 3px 10px rgba(0,0,0,.1); position:absolute; top:0; bottom:0; left:40px; margin:auto; height:fit-content;}
.sec_top02-ah .txt .ttl { font-size:52px; letter-spacing:-.05em; line-height:1.5;}
.sec_top02-ah .txt .btn { border:0; background:#001785; color:#fff; border-radius:30px; margin-left:0;}
@media screen and (max-width:768px) {
	.sec_top02-ah { padding:20px 20px 200px;}
	.sec_top02-ah .txt { top:auto; bottom:40px;}
	.sec_top02-ah .txt .ttl { font-size:32px;}
	.sec_top02-ah .txt .btn { margin-bottom:0;}
}

.sec_top03-ah { background:#f5f5f5; position:relative; padding:1px 0 80px; z-index:0;}
.sec_top03-ah:before { content:""; width:100%; height:140px; position: absolute; top:0; left:0; right:0; background:#001785; z-index:-1;}
.sec_top03-ah .ttl.ah05,
.sec_top03-ah .ttl.ah05 .tsmall { color:#fff;}
.sec_top03-ah .wp-show-posts { background:#fff; border-radius:10px; box-shadow:0px 3px 10px rgba(0,0,0,.01);}
.sec_top03-ah .wp-show-posts .wp-show-posts-single.post { padding:20px; position:relative;}
.sec_top03-ah .wp-show-posts .wp-show-posts-single.post:last-of-type { border-bottom:0;}
.sec_top03-ah .wp-show-posts .wp-show-posts-single.post:after { content:""; display:inline-block; width:32px; height:4px; border:1px solid #001785; border-width:0 1px 1px 0; background:rgba(0, 0, 0, 0); transition:.3s; position:absolute; top:50%; right:40px; z-index:1; transform:translate(0, 0) skewX(45deg); margin-right:.5rem; visibility:initial;}
.sec_top03-ah .wp-show-posts .wp-show-posts-single.post:hover { opacity:.6;}
.sec_top03-ah .wp-show-posts .wp-show-posts-single.post:hover:after { right:60px;}
.sec_top03-ah .wp-show-posts .wp-show-posts-single.post:hover .wp-show-posts-entry-title a { color:#001785;}
.sec_top03-ah .wp-show-posts .wp-show-posts-entry-header { display:flex; flex-wrap:wrap; flex-direction:row-reverse; justify-content:left; align-items:center;}
.sec_top03-ah .wp-show-posts span.wp-show-posts-posted-on.wp-show-posts-meta { display:inline-block; width:110px; margin-right:32px;}
.sec_top03-ah .wp-show-posts span.wp-show-posts-posted-on.wp-show-posts-meta a { color:#001785;}
.sec_top03-ah .wp-show-posts span.wp-show-posts-terms.wp-show-posts-meta { display:inline-block; width:120px; padding:6px;background:#001785; font-size:12px; text-align:center; line-height:1.4; border-radius:4px; margin-right:32px;}
.sec_top03-ah .wp-show-posts span.wp-show-posts-terms.wp-show-posts-meta a { color:#fff;}
.sec_top03-ah .wp-show-posts .wp-show-posts-separator { display:none;}
.sec_top03-ah .wp-show-posts .wp-show-posts-entry-title { color:; margin:0;}
.sec_top03-ah .btn { background:#081F4F; color:#fff; border:0; border-radius:30px; position:absolute!important; top:24px; right:6%; margin:0; width:160px; min-width:0; padding:6px;}
@media screen and (max-width:768px) {
	.sec_top03-ah { padding-bottom:40px;}
	.sec_top03-ah .wp-show-posts .wp-show-posts-single.post { padding:12px;}
	.sec_top03-ah .wp-show-posts .wp-show-posts-single.post:after { width:16px; right:16px;}
	.sec_top03-ah .wp-show-posts .wp-show-posts-entry-header { flex-direction:column-reverse; align-items:baseline; width:100%;}
	.sec_top03-ah .wp-show-posts .wp-show-posts-entry-meta { display:flex; margin-bottom:8px;}
	.sec_top03-ah .wp-show-posts span.wp-show-posts-posted-on.wp-show-posts-meta { font-size:12px; letter-spacing:0; width:84px; margin-right:12px;}
	.sec_top03-ah .wp-show-posts span.wp-show-posts-terms.wp-show-posts-meta { padding:3px 4px 2px; font-size:11px;}
	.sec_top03-ah .wp-show-posts .wp-show-posts-entry-title { line-height:1.3; font-size:15px;}
	.sec_top03-ah .btn { width:110px; letter-spacing:0; padding:4px;}
	.sec_top03-ah .btn .abs { right:12px;}
}

.sec_top04-ah { padding:80px 0; position:relative; z-index:0; margin:80px auto;}
.sec_top04-ah .bg-deco { background:#f5f5f5; width:70%; height:100%; position:absolute; top:0; right:0; z-index:-1;}
.sec_top04-ah .intro { width:100%;}
.sec_top04-ah .intro .ttl { margin-top:0;}
.sec_top04-ah .intro .txt { margin:40px 0 60px;}
@media screen and (max-width:768px) {
	.sec_top04-ah { padding:40px 0; margin:40px auto;}
	.sec_top04-ah.ty2 { padding:0;} /* 背景装飾　画像 */
	.sec_top04-ah.ty2 .bg-deco { width:100%; height:auto; position:relative; margin-top:-24px;}
	.sec_top04-ah.ty2 .bg-deco img { height:auto; position:relative; opacity:1;}
}

.sec_top05-ah { }
.sec_top05-ah .img img { width:100%; max-height:500px; object-fit:cover;}
.sec_top05-ah .txt { width:800px; background:#fff; padding:40px 80px; border-radius:10px; position:relative; margin-top:-100px;}
.sec_top05-ah .txt .ttl { text-align:center; margin:12px 0 32px;}
.sec_top05-ah .txt .ttl:before { content:""; background:#001785; width:2px; height:40px; position:absolute; top:-20px; left:0; right:0; margin:auto;}
.sec_top05-ah .txt .ttl .tsmall { color:#001785;}
.sec_top05-ah .txt .ttl .tbig { color:#001785; line-height:1.5; margin-top:24px;}
@media screen and (max-width:768px) {
	.sec_top05-ah .txt { padding:24px 0;}
}


.ul_top05-ah { position:relative; padding:1px 0 120px; z-index:0; margin-top:-80px;}
.ul_top05-ah .bg-img img { height:calc(100% - 80px); opacity:1; top:auto; bottom:0;}
/*.ul_top05-ah:before { content:""; background:#001785; width:100%; height:calc(100% - 80px); position:absolute; bottom:0; right:0; z-index:-1;}*/
.ul_top05-ah .inner { display:flex; flex-wrap:wrap; background:#fff; padding:60px 0; border-radius:10px; box-shadow:0px 3px 15px 0px rgba(0,0,0,.1);}
.ul_top05-ah li { width:calc(100% / 3); padding:0 40px; border-right:1px solid #ddd; position:relative;}
.ul_top05-ah li:nth-of-type(3n) { border:0;}
.ul_top05-ah li .num { font-size:50px; position:absolute; top:-24px; right:0; left:0; width:fit-content; height:fit-content; line-height:1; margin:auto;}
.ul_top05-ah li .img img { border-radius:8px;}
.ul_top05-ah li .ttl { text-align:center; color:#001785;}
@media screen and (max-width:768px) {
	.ul_top05-ah { padding-bottom:60px;}
	.ul_top05-ah .inner { padding:32px;}
	.ul_top05-ah li { width:100%; border-right:0; border-bottom:1px solid #ddd; padding:0 0 20px; margin-bottom:40px;}
	.ul_top05-ah li:last-of-type { padding:0; margin:0;}
	.ul_top05-ah li .ttl { margin:8px 0 12px;}
}

.ul_top06-ah { display:flex; flex-wrap:wrap; justify-content:space-between;}
.ul_top06-ah li { width:48%; position:relative; padding:28vh 0 0; border-radius:10px; overflow:hidden;}
.ul_top06-ah li .bg-img img { opacity:1;}
.ul_top06-ah li:hover { opacity:.8;}
.ul_top06-ah li:hover .bg-img img { transform:scale(1.3,1.3); transition:0.5s;}
.ul_top06-ah li .ttl { width:60%; background:#001785; color:#fff; padding:20px; margin:0; border-radius:0 10px 0 0; position:relative;}
.ul_top06-ah li .ttl i { position:absolute; right:20px; top:0; bottom:0; height:fit-content; margin:auto;}
@media screen and (max-width:768px) {
	.ul_top06-ah li { width:100%; margin-bottom:24px;}
	.ul_top06-ah li:last-of-type { margin-bottom:0;}
	.ul_top06-ah li .ttl { width:74%; padding:12px;}
}

.ul_top07-ah { display:flex; flex-wrap:wrap; margin:80px auto;}
.ul_top07-ah .ttl { margin-bottom:40px;}
.ul_top07-ah li { width:32%; margin-right:2%; border:1px solid #ddd; border-radius:5px; padding:24px; position:relative;}
.ul_top07-ah li:nth-of-type(3n) { margin-right:0;}
.ul_top07-ah li:hover { opacity:.6;}
.ul_top07-ah li .logo img { max-width:160px; display:block; margin:0 auto;}
@media screen and (max-width:768px) {
	.ul_top07-ah { margin:40px auto;}
	.ul_top07-ah .ttl { margin-bottom:32px;}
	.ul_top07-ah li { width:49%; padding:14px; margin-bottom:12px;}
	.ul_top07-ah li:nth-of-type(3n) { margin-right:2%;}
	.ul_top07-ah li:nth-of-type(2n) { margin-right:0;}
}

/* top4-ah */
.sec_top41-ah { position:relative; margin:80px auto;}
.sec_top41-ah .ttl { color:#001785; writing-mode:tb-rl; width:fit-content; margin:0 auto -120px; position:relative; z-index:1;}
.sec_top41-ah .slider { border-radius:20px; overflow:hidden;}
.sec_top41-ah .deco img.a { max-width:160px; position:absolute; top:0; left:40px;}
.sec_top41-ah .deco img.b { max-width:140px; position:absolute; top:80px; right:40px;}
@media screen and (max-width:768px) {
	.sec_top41-ah { padding-bottom:100px; margin:40px auto;}
	.sec_top41-ah .ttl { margin-bottom:-60px;}
	.sec_top41-ah .ttl .tbig { font-size:26px;}
	.sec_top41-ah .deco img.a { max-width:90px; top:auto; bottom:0; left:auto; right:51%;}
	.sec_top41-ah .deco img.b { max-width:80px; top:auto; bottom:16px; right:auto; left:51%;}
}

.sec_top42-ah { display:flex; flex-wrap:wrap; justify-content:space-between;}
.sec_top42-ah .ttl.tright { width:100%; color:#001785;}
.sec_top42-ah .ttl.main { width:24%; color:#001785; position:relative; margin:0;}
.sec_top42-ah .ttl.main .slash { position:absolute; bottom:100%; padding:0 24px; text-align:center; margin-bottom:40px;}
.sec_top42-ah .ttl.main .slash:before { transform:rotate(-20deg); background:#001785;}
.sec_top42-ah .ttl.main .slash:after { transform:rotate(20deg); background:#001785;}
.sec_top42-ah .ttl.main .tbig { writing-mode:tb-rl; font-size:48px; line-height:1.6;}
.sec_top42-ah .cont { width:70%;}
@media screen and (max-width:768px) {
	.sec_top42-ah .ttl.tright { text-align:center!important; font-size:17px;}
	.sec_top42-ah .ttl.main { width:100%;}
	.sec_top42-ah .cont { width:100%;}
	.sec_top42-ah .ttl.main { display:flex; flex-direction:row-reverse; justify-content:center; margin-bottom:40px;}
	.sec_top42-ah .ttl.main .slash { writing-mode:tb-rl; position:initial; text-align:initial; padding:0; margin:0 0 0 16px;}
	.sec_top42-ah .ttl.main .slash:before,
	.sec_top42-ah .ttl.main .slash:after { display:none;}
	.sec_top42-ah .ttl.main .tbig { font-size:38px;}
}

.sec_top43-ah { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-start; margin:80px auto;}
.sec_top43-ah .ttl { width:100%; color:#001785; margin:0 auto 40px;}
.sec_top43-ah .img { width:60%; position:relative;}
.sec_top43-ah .img .item { border-radius:16px; overflow:hidden;}
.sec_top43-ah .img .abs { background:#001785; color:#fff; padding:2px 16px; z-index:1; top:32px; right:-24px;}
.sec_top43-ah .txt { width:36%;}
.sec_top43-ah .txt .img { text-align:center;}
.sec_top43-ah .txt .p { padding:0 24px;}
@media screen and (max-width:768px) {
	.sec_top43-ah { margin:40px auto;}
	.sec_top43-ah .img { width:100%;}
	.sec_top43-ah .txt { width:100%;}
	.sec_top43-ah .txt .img { margin-bottom:12px;}
	.sec_top43-ah .txt .img img { width:60%;}
}

.sec_top44-ah { background:#f5f5f5; position:relative; padding:1px 0;}
.sec_top44-ah:before { content:""; background:#fff; height:calc(tan(60deg) * 200px / 2); width:100%; clip-path:polygon(0 0, 100% 0, 100% 100%); position:absolute; top:0; left:0;}
.sec_top44-ah .ttl.main { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-end; position:relative; width:fit-content; margin:0 auto 80px;}
.sec_top44-ah .ttl.main .num { font-size:180px; line-height:1; margin-right:24px;}
.sec_top44-ah .ttl.main .txt { line-height:1.2;}
@media screen and (max-width:768px) {
	.sec_top44-ah { margin-top:40px;}
	.sec_top44-ah:before { height:calc(tan(60deg) * 40px / 2);}
	.sec_top44-ah .ttl.main { justify-content:center; margin:-40px 0 40px;}
	.sec_top44-ah .ttl.main .num { font-size:100px;}
}

.sec_top45-ah { background:#eee; padding:80px 0;}
.sec_top45-ah .inner { background:#fafafa; padding:40px; border-radius:20px;}
.sec_top45-ah .ttl.main { text-align:center; position:relative; z-index:0; margin:0 auto 80px;}
.sec_top45-ah .ttl.main:before { content:""; background:#fafafa;  width:300px; height:150px; border-radius:50%; position:absolute; top:-80px; left:0; right:0; margin:auto; z-index:-1;}
.sec_top45-ah .ttl.main .tsmall { color:#001785;}
@media screen and (max-width:768px) {
	.sec_top45-ah { padding:40px 0;}
	.sec_top45-ah .inner { padding:30px;}
	.sec_top45-ah .ttl.main { font-size:19px; margin-bottom:40px;}
	.sec_top45-ah .ttl.main:before { width:150px; height:75px; top:-50px;}
	.sec_top45-ah .ttl.main .tsmall { font-size:12px; margin-bottom:12px;}
	.sec_top45-ah .ttl.main .tbig { font-size:30px; letter-spacing:-.05em;}
}

.sec_top46-ah { color:#fff; position:relative; padding:200px 0 300px; z-index:0;}
.sec_top46-ah .bg-img img { opacity:1;}
.sec_top46-ah .ttl { line-height:1.2; margin:0 0 60px;}
.sec_top46-ah .ttl .tbig { font-size:200px; font-weight:900; line-height:.8;}
.sec_top46-ah .ttl .sub { display:flex; align-items:center;}
.sec_top46-ah .ttl .sub img { width:50px; margin-right:16px;}
.sec_top46-ah p.tbig { }
.sec_top46-ah .btn { background:#000; color:#fff; border:0; margin:40px 0 0;}
@media screen and (max-width:768px) {
	.sec_top46-ah { padding:160px 0;}
	.sec_top46-ah .ttl { margin-bottom:40px;}
	.sec_top46-ah .ttl .tbig { font-size:120px;}
	.sec_top46-ah .ttl .sub img { width:40px;}
}

.sec_top47-ah { background:linear-gradient( 310deg, #ebc06a, #42a2da 45.97%, #2562b2 97.18%); color:#fff; padding:200px 0;}
.sec_top47-ah .inner { display:flex; flex-wrap:wrap; justify-content:space-between;}
.sec_top47-ah .left { width:36%;}
.sec_top47-ah .left .ttl { margin:0 0 80px;}
.sec_top47-ah .left .ttl .sub { display:flex; align-items:center; margin-top:40px;}
.sec_top47-ah .left .ttl .sub b { color:#001785; font-size:70%; margin-right:8px;}
.sec_top47-ah .left .btn { background:#fff; border-radius:30px; border:0; margin:0; min-width:0; width:200px;}
.sec_top47-ah .left .btn i { width:16px; height:16px; background:#001785; color:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center; font-size:10px;}
.sec_top47-ah .right { width:50%;}
@media screen and (max-width:768px) {
	.sec_top47-ah { padding:80px 0 60px;}
	.sec_top47-ah .left { width:100%; margin-bottom:40px;}
	.sec_top47-ah .left .ttl { margin-bottom:0;}
	.sec_top47-ah .left .ttl .tbig { font-size:120%;}
	.sec_top47-ah .left .ttl .sub { font-size:16px; margin-top:16px;}
	.sec_top47-ah .left .btn { width:140px; text-align:left; padding:14px 20px; margin:0 0 0 auto;}
	.sec_top47-ah .right { width:100%;}
}

.sec_top48-ah { position:relative; padding:140px 0 300px; z-index:0; text-align:center;}
.sec_top48-ah .ttl { font-size:64px; font-weight:500; margin:0 auto 60px;}
.sec_top48-ah .ttl .tbig { font-size:160px; line-height:1;}
@media screen and (max-width:768px) {
	.sec_top48-ah { padding:80px 0 160px;}
	.sec_top48-ah .ttl { font-size:30px;}
	.sec_top48-ah .ttl .tbig { font-size:86px;}
}

.sec_top49-ah { background:#001785; color:#fff; padding:60px 0; position:relative; z-index:0;}
.sec_top49-ah:before,
.sec_top49-ah:after { content:""; width:100%; height:10px; background:#004BB8; position:absolute; top:12px; z-index:-2;}
.sec_top49-ah:after { top:auto; bottom:12px;}
.sec_top49-ah .inner { position:relative;}
.sec_top49-ah .img.abs.a { width:150px; top:24px; left:50px;}
.sec_top49-ah .img.abs.b { width:400px; bottom:0; right:-24px; z-index:-1;}
.sec_top49-ah .ttl.main { text-align:center; font-size:36px; margin-top:0;}
.sec_top49-ah .ttl.main .tbig { display:inline-block;}
.sec_top49-ah .ttl.main .balloon { display:inline-block; position:relative; background:#fff; width:fit-content; height:fit-content; border-radius:50px; padding:9px 24px; margin:0 auto 24px;}
.sec_top49-ah .ttl.main .balloon.deco:after { bottom:-14px; right:24%; transform:rotateZ(24deg); z-index:0;}
.sec_top49-ah .ttl.main .tbig  {font-size:50px;}
.sec_top49-ah ul { display:flex; flex-wrap:wrap;}
.sec_top49-ah ul li { width:32%; margin-right:2%; background:#fff; color:#000; border:2px solid #001785; text-align:center; padding:24px;}
.sec_top49-ah ul li:nth-of-type(3n) { margin-right:0;}
.sec_top49-ah ul li .ttl { color:#001785; margin:0 0 8px;}
.sec_top49-ah ul li a .tbig { font-size:36px; letter-spacing:-.05em;}
.sec_top49-ah ul li .btn { background:#001785; color:#fff; border-radius:6px; padding:16px; position:relative; margin-bottom:0; display:flex; align-items:center; justify-content:center;}
.sec_top49-ah ul li .btn:before { content:""; width:calc(100% - 12px); height:calc(100% - 12px); border-radius:4px; border:1px dashed #ddd; position:absolute; top:6px; left:6px;}
.sec_top49-ah ul li .btn i.icon { font-size:26px; margin-right:8px;}
.sec_top49-ah ul li.line { border-color:#01c100;}
.sec_top49-ah ul li.line .ttl { color:#01c100;}
.sec_top49-ah ul li.line .btn { background:#01c100;}
.sec_top49-ah ul li.mail { border-color:#004BB8;}
.sec_top49-ah ul li.mail .ttl { color:#004BB8;}
.sec_top49-ah ul li.mail .btn { background:#004BB8;}

.ul_top41-ah { display:flex; flex-wrap:wrap;}
.ul_top41-ah li { width:47%; margin-right:6%; background:#001785; color:#fff; padding:46px 24px; text-align:center; border-radius:10px;}
.ul_top41-ah li:nth-of-type(2n) { margin-right:0;}
.ul_top41-ah li .ttl { margin:0 0 24px;}
.ul_top41-ah li .tbig { font-size:132%;}
.ul_top41-ah li .btn { border:0; background:#004BB8; color:#fff; border-radius:50px; padding:16px 40px; text-align:left; position:relative;}
.ul_top41-ah li .btn i { width:48px; height:48px; border-radius:50%; background:#888; display:flex; justify-content:center; align-items:center; position:absolute; right:16px; top:0; bottom:0; margin:auto;}
.ul_top41-ah li .btn:hover { opacity:1;}
.ul_top41-ah li .btn:hover i { background:#fff; color:#004BB8;}
@media screen and (max-width:768px) {
	.ul_top41-ah li { width:100%; margin-right:0; padding:24px 16px 32px; margin-bottom:20px;}
	.ul_top41-ah li:last-of-type { margin-bottom:0;}
	.ul_top41-ah li .btn { width:180px; min-width:0; padding:6px 20px; margin-bottom:0;}
	.ul_top41-ah li .btn i { width:32px; height:32px; right:6px; font-size:10px;}
}


.ul_top42-ah { display:flex; flex-wrap:wrap; align-items:flex-start; margin:0 auto 80px;}
.ul_top42-ah li { width:calc(94% / 4); margin-right:2%; position:relative; padding:1px 0; z-index:0; background:#001785; color:#fff; border-radius:12px; padding:24px; text-align:center;}
.ul_top42-ah li:nth-of-type(4n) { margin-right:0;}
.ul_top42-ah li .bg-img img { opacity:1; border-radius:12px; background:#001785;}
.ul_top42-ah li:hover .bg-img img { opacity:.6;}
.ul_top42-ah li .num { width:64px; height:64px; background:#001785; color:#fff; border-radius:50px; display:flex; align-items:center; justify-content:center; position:absolute; top:-30px; right:0; left:0; margin:auto;}
.ul_top42-ah li .ttl { line-height:1.5; margin:0;}
.ul_top42-ah li .arrow { width:32px; height:32px; border:1px solid; border-radius:50%; display:flex; align-items:center; justify-content:center; margin:0 auto;}
.ul_top42-ah li .arrow i { margin:0;}

.ul_top42-ah.ty2 li { padding:80px 0; width:calc(106% / 4); margin-right:-2%;}
.ul_top42-ah.ty2 li:nth-of-type(2n) { margin-top:60px;}
.ul_top42-ah.ty2 li .ttl { margin-bottom:16px;}
@media screen and (max-width:768px) {
	.ul_top42-ah { margin-bottom:40px;}
	.ul_top42-ah li { width:48%; margin-right:4%; padding:16px; margin-bottom:8px;}
	.ul_top42-ah li:nth-of-type(2n) { margin-right:0;}
	.ul_top42-ah li .num { width:40px; height:40px; top:-20px;}
	.ul_top42-ah li .ttl { font-size:14px; letter-spacing:-.05em;}
	.ul_top42-ah li .arrow { width:20px; height:20px; background:initial; color:#fff; border:1px solid;}
	
	.ul_top42-ah.ty2 li { width:48%; margin-right:4%; border-radius:8px; padding:40px 0; margin-bottom:28px;}
	.ul_top42-ah.ty2 li:nth-of-type(2n) { margin-top:0; margin-right:0;}
	.ul_top42-ah.ty2 li .bg-img img { border-radius:8px;}
	.ul_top42-ah.ty2 li .ttl { font-size:16px; letter-spacing:-.05em;}
	.ul_top42-ah.ty2 li .arrow { background:#fff; color:#001785; border:0; font-size:8px;}
}

.ul_top43-ah { display:flex; flex-wrap:wrap;}
.ul_top43-ah li { width:50%; padding:0 40px; border-right:1px solid #eee;}
.ul_top43-ah li:nth-of-type(2n) { border-right:0;}
.ul_top43-ah li .ttl { text-align:center; position:relative; z-index:0; margin:0 auto 8px;}
.ul_top43-ah li .ttl:after { content:''; background:#fafafa; width:280px; height:150px; border-radius:50%; position:absolute; bottom:-40px; left:0; right:0; margin:auto; z-index:-1;}
.ul_top43-ah li .ttl img { max-height:60px; display:block; margin:0 auto 16px;}
.ul_top43-ah li .img { z-index:0;}
.ul_top43-ah li .img img { border-radius:10px;}
.ul_top43-ah li .btn { background:#000; color:#fff; border:0; border-radius:30px; margin-top:-46px;}
.ul_top43-ah li .btn:hover { background:#001785; opacity:1;}
@media screen and (max-width:768px) {
	.ul_top43-ah { width:calc(100% + 60px); margin-left:-30px;}
	.ul_top43-ah li { width:100%; padding:30px; border-top:1px solid #eee; border-right:0;}
	.ul_top43-ah li:last-of-type { padding-bottom:0;}
	.ul_top43-ah li .ttl { font-size:100%; line-height:1.5;}
	.ul_top43-ah li .ttl:after { width:80%; height:100px; bottom:-30px;}
	.ul_top43-ah li .ttl img { max-height:30px; margin-bottom:10px;}
	.ul_top43-ah li .btn { width:80%; min-width:0; margin-bottom:0;}
}

.ul_top44-ah { display:flex; flex-wrap:wrap; margin:80px auto;}
.ul_top44-ah .ttl.main { width:100%; text-align:center; margin:0 auto 80px;}
.ul_top44-ah li { width:32%; margin-right:2%; background:#001785; color:#fff; padding:32px; border-radius:30px; height:54vh; display:flex; justify-content:space-between; position:relative;}
.ul_top44-ah li:nth-of-type(2) { background:#004BB8;}
.ul_top44-ah li:nth-of-type(3) { background:#081F4F;}
.ul_top44-ah li:nth-of-type(3n) { margin-right:0;}
.ul_top44-ah li:hover { opacity:.7;}
.ul_top44-ah li .ttl { writing-mode:tb-rl; margin:0;}
.ul_top44-ah li .img.abs { width:80%; height:200px; position:absolute; bottom:0; left:0; right:0; margin:auto;}
.ul_top44-ah li .img.abs img { width:100%; height:100%; object-fit:contain;}
.ul_top44-ah li .arrow { width:48px; height:48px; border-radius:50%; background:#fff; color:#000; display:flex; justify-content:center; align-items:center; position:absolute; bottom:24px; right:24px;}
.ul_top44-ah li .arrow i { margin-right:0;}
@media screen and (max-width:768px) {
	.ul_top44-ah { margin:40px auto;}
	.ul_top44-ah .ttl.main { margin-bottom:40px;}
	.ul_top44-ah li { width:100%; margin-right:0; margin-bottom:40px;}
	.ul_top44-ah li:last-of-type { margin-bottom:0;}
}

.ul_top45-ah { background:#001785; color:#fff; padding:80px 0;}
.ul_top45-ah .inner { display:flex; flex-wrap:wrap; justify-content:space-between;}
.ul_top45-ah .intro { width:100%; text-align:center; margin:0 0 80px;}
.ul_top45-ah .ttl.main { width:100%; text-align:center; margin-top:0;}
.ul_top45-ah li { width:calc(94% / 3); margin-right:3%; background:#fff; color:#000; border-radius:20px; padding:16px 16px 24px;}
.ul_top45-ah li:nth-of-type(3n) { margin-right:0;}
.ul_top45-ah li .img img { border-radius:16px;}
.ul_top45-ah li .ttl { text-align:center; margin:12px 0;}
@media screen and (max-width:768px) {
	.ul_top45-ah { padding:40px 0;}
	.ul_top45-ah .intro { margin-bottom:40px;}
	.ul_top45-ah li { width:100%; margin-right:0; margin-bottom:24px;}
	.ul_top45-ah li:last-of-type { margin-bottom:0;}
}

.ul_top46-ah { background:#004BB8; color:#fff; padding:80px 0;}
.ul_top46-ah .inner { display:flex; flex-wrap:wrap; justify-content:space-between;}
.ul_top46-ah .ttl.main { width:100%; text-align:center; margin:0 0 80px;}
.ul_top46-ah li { width:calc(94% / 4); margin-right:2%; border-radius:8px; overflow:hidden; position:relative;}
.ul_top46-ah li:nth-of-type(4n) { margin-right:0;}
.ul_top46-ah li .num { width:35px; height:35px; background:#001785; color:#fff; display:flex; align-items:center; justify-content:center; position:absolute; top:0; bottom:0;}
.ul_top46-ah li .txt { background:#fff; color:#000; padding:16px 20px;}
.ul_top46-ah li .txt .ttl { color:#001785; text-align:center; letter-spacing:-.05em; font-weight:bold; margin:0 0 8px;}
@media screen and (max-width:768px) {
	.ul_top46-ah { padding:40px 0;}
	.ul_top46-ah .ttl.main { margin-bottom:40px;}
	.ul_top46-ah li { width:100%; margin-right:0; margin-bottom:24px;}
	.ul_top46-ah li:last-of-type { margin-bottom:0;}
}

.ul_top47-ah { display:flex; flex-wrap:wrap; justify-content:space-between; margin:80px auto;}
.ul_top47-ah li { width:49%; margin-right:2%;}
.ul_top47-ah li:nth-of-type(2n) { margin-right:0;}
.ul_top47-ah .img { margin-bottom:16px;}
.ul_top47-ah .img img { border:1px solid; border-radius:8px;}
.ul_top47-ah .txt { }
.ul_top47-ah .txt .cat { display:inline-block; color:#444; border:1px solid; border-radius:4px; padding:0px 10px; font-size:88%; margin-bottom:16px;}
.ul_top47-ah .txt .ttl { margin:0 0 16px;}
.ul_top47-ah .txt .ttl .tsmall { color:#444; font-size:12px; margin-top:4px;}
@media screen and (max-width:768px) {
	.ul_top47-ah { margin:40px auto;}
	.ul_top47-ah li { width:100%; margin-right:0; margin-bottom:24px;}
	.ul_top47-ah li:last-of-type { margin-bottom:0;}
}

.ul_top48-ah { display:flex; flex-wrap:wrap; align-items:center; margin:80px auto;}
.ul_top48-ah .ttl.main { width:100%; text-align:center; margin-top:0;}
.ul_top48-ah li { width:calc(94% / 4); margin-right:2%; background:#f5f5f5; padding:20px 16px; border-radius:8px; line-height:1.6;}
.ul_top48-ah li:nth-of-type(4n) { margin-right:0;}
.ul_top48-ah li.title { text-align:center; background:initial; padding:0;}
.ul_top48-ah li.title .star { color:#FFC107; font-size:30px; line-height:1.2;}
.ul_top48-ah li.title img { width:130px; margin-top:8px;}
.ul_top48-ah li .ttl { display:flex; align-items:center; margin:0 0 8px;}
.ul_top48-ah li .ttl .img { width:50px; height:50px; background:#a0c4ff; color:#4474e0; font-size:34px; border-radius:50%; display:flex; align-items:flex-end; justify-content:center; overflow:hidden; margin:0 16px 0 0;}
.ul_top48-ah li .ttl .img i { margin:0;}
.ul_top48-ah li .ttl .txt { width:calc(100% - 64px);}
.ul_top48-ah li .ttl .txt .tsmall { color:#bbb; font-weight:initial; font-size:12px; letter-spacing:0;}
.ul_top48-ah li .star { color:#FFC107; font-size:116%; margin-bottom:8px;}
@media screen and (max-width:768px) {
	.ul_top48-ah { margin:40px auto;}
	.ul_top48-ah li { width:100%; margin-right:0; margin-bottom:20px;}
	.ul_top48-ah li.title { margin-bottom:40px;}
}


.dl_top41-ah { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; margin:80px auto;}
.dl_top41-ah dt { width:40%; background:#001785; color:#fff; border-radius:30px; padding:32px; text-align:center;}
.dl_top41-ah dt .ttl { display:flex; align-items:center; padding-bottom:16px; border-bottom:5px dotted; margin-top:0;}
.dl_top41-ah dt .ttl i { width:56px; height:56px; border:2px solid; border-radius:50%; display:flex; align-items:center; justify-content:center; margin-right:16px;}
.dl_top41-ah dt .ttl i.tbig { font-size:42px;}
.dl_top41-ah dt .ttl .txt { width:calc(100% - 70px); line-height:1.5; text-align:left;}
.dl_top41-ah dt .btn { background:#fff; color:#000; border:0; border-radius:30px; margin:40px auto 0;}
.dl_top41-ah dd { width:56%;}
.dl_top41-ah dd ul.ty1 li { width:80%; background:#f5f5f5; display:flex; align-items:center; padding:0 16px; border-radius:16px; margin:0 0 40px auto;}
.dl_top41-ah dd ul.ty1 li:nth-of-type(2n) { margin:0 auto 40px 0;}
.dl_top41-ah dd ul.ty1 li:last-of-type { margin-bottom:0;}
.dl_top41-ah dd ul.ty1 li .img { width:150px; height:100px; margin:20px 0 0;}
.dl_top41-ah dd ul.ty1 li .img img { width:100%; height:100%; object-fit:contain; object-position:center;} 
.dl_top41-ah dd ul.ty1 li .txt { width:calc(100% - 150px); padding-left:20px;}
.dl_top41-ah dd ul.ty2 { display:flex; flex-wrap:wrap;}
.dl_top41-ah dd ul.ty2 .ttl { width:100%;}
.dl_top41-ah dd ul.ty2 li { width:46px; display:flex; flex-direction:column; align-items:center; margin-right:32px;}
.dl_top41-ah dd ul.ty2 li .num { width:46px; height:46px; background:#fff; border:3px solid #ddd; border-radius:50%; display:flex; align-items:center; justify-content:center; margin-bottom:20px; position:relative;}
.dl_top41-ah dd ul.ty2 li .num:after { content:""; width:32px; height:5px; border-bottom:5px dotted #ddd; position:absolute; left:calc(100% + 3px); top:0; bottom:0; margin:auto;}
.dl_top41-ah dd ul.ty2 li:last-of-type .num:after { display:none;}
.dl_top41-ah dd ul.ty2 li .txt { writing-mode:tb-rl; font-size:116%;}
.dl_top41-ah dd ul.ty2 li:hover { color:#001785;}
.dl_top41-ah dd ul.ty2 li:hover .num { background:#001785; border-color:#001785; color:#fff;}
@media screen and (max-width:768px) {
	.dl_top41-ah { margin:40px auto;}
	.dl_top41-ah.sp-rev { flex-direction:column-reverse;}
	.dl_top41-ah dt { width:100%;}
	.dl_top41-ah dd { width:100%;}
	
	.dl_top41-ah dd ul.ty1 li { width:90%; margin-bottom:24px!important;}
	.dl_top41-ah dd ul.ty1 li .img { width:90px; height:70px;}
	.dl_top41-ah dd ul.ty1 li .txt { width:calc(100% - 90px);}
	
	.dl_top41-ah dd ul.ty2 { margin-top:32px;}
	.dl_top41-ah dd ul.ty2 .ttl { text-align:center;}
	.dl_top41-ah dd ul.ty2 li { width:calc(85% / 6); margin-right:3%;}
	.dl_top41-ah dd ul.ty2 li:last-of-type { margin-right:0;}
	.dl_top41-ah dd ul.ty2 li .num { width:36px; height:36px; border-width:2px; margin-bottom:12px;}
}

/* top その他追記 */
.ul_top01 { margin:80px auto;}
.ul_top01 .ttl.main { text-align:center; margin-bottom:40px;}
.ul_top01 li { display:flex; flex-wrap:wrap; color:initial;}
.ul_top01 li:nth-of-type(2n) { flex-direction:row-reverse;}
.ul_top01 li .img { width:50%;}
.ul_top01 li .img img { width:100%; height:100%; object-fit:cover;}
.ul_top01 li .txt { width:50%; padding:40px; background-color:#efefef;}
.ul_top01 li .txt .ttl { text-align:center;}
.ul_top01 li .txt .ttl.tleft { margin-top:0;}
.ul_top01 li .txt .ttl.tleft big { margin:0;}
.ul_top01 li .txt .ttl.tleft small { color:#001785;}

.ul_top01.o2 li .txt .ttl { text-align:left;}
.ul_top01.o2 li .txt .btn { width:fit-content; letter-spacing:.5em; margin-right:auto; margin-left:0; background:#666; color:#fff!important; border:0;}
.ul_top01.o2 li .txt .btn i { margin-right:0;}
@media screen and (max-width:768px) {
	.ul_top01 { margin:40px auto;}
	.ul_top01 .ttl.main { margin-bottom:24px;}
	.ul_top01 li { margin-bottom:24px;}
	.ul_top01 li:last-of-type { margin-bottom:0;}
	.ul_top01 li .img { width:100%;}
	.ul_top01 li .img img { height:auto;}
	.ul_top01 li .txt { width:100%; padding:20px 5%;}
	.ul_top01 li .txt .ttl { margin:8px 0;}
	.ul_top01 li .txt p { margin-bottom:0;}
	
	.ul_top01.o2 { margin-bottom:60px;}
	.ul_top01.o2 li { margin-bottom:40px;}
	.ul_top01.o2 li .txt .ttl { margin:8px 0;}
	.ul_top01.o2 li .txt .btn { margin-left:auto; margin-bottom:-40px;}
}

.ul_top03 { display:flex; flex-wrap:wrap; margin:80px auto;}
.ul_top03 .ttl.main { width:100%; text-align:center; margin-bottom:40px;}
.ul_top03 li { width:calc(92% / 5); margin-right:2%;}
.ul_top03 li:nth-of-type(5) { margin-right:0;}
.ul_top03 li .ttl { text-align:center; margin-top:8px;}
@media screen and (max-width:768px) {	
	.ul_top03 { margin:40px auto;}
	.ul_top03 .ttl.main { margin-bottom:24px;}
	.ul_top03 li { width:48%; margin-right:4%;}
	.ul_top03 li:nth-of-type(2n) { margin-right:0;}
	.ul_top03 li .ttl { margin:4px 0 16px;}
}

.ul_top04 { margin:80px auto;}  /* img→relative / txt→absolute */
.ul_top04 .ttl.main { margin-bottom:40px;}
.ul_top04 p.tbig { color:#001785; margin-bottom:24px;}
.ul_top04 li { position:relative; margin-bottom:80px;}
.ul_top04 li .img { width:60%; display:block;}
.ul_top04 li .img img { width:100%; height:100%; object-fit:cover;}
.ul_top04 li .txt { position:absolute; width:60%; right:0; top:0; bottom:0; margin:auto; background:#fff; height:fit-content; padding:32px 40px 40px;}
.ul_top04 li .txt .ttl { margin-top:0;}
.ul_top04 li .txt .btn { width:fit-content; letter-spacing:.5em; margin-right:auto; margin-left:0; margin-bottom:-70px; background:#666; color:#fff!important; border:0;}
.ul_top04 li .txt .btn i { margin-right:0;}
.ul_top04 li:nth-of-type(2n) .img { margin:0 0 0 auto;}
.ul_top04 li:nth-of-type(2n) .txt { left:0; right:auto;}
.ul_top04 li:last-of-type { margin-bottom:40px;}

.ul_top04.ty2 li { padding:80px 0;} /* img→absolute / txt→relative */
.ul_top04.ty2 li .img { position:absolute; height:100%; left:0; top:0;}
.ul_top04.ty2 li .txt { width:50%; background:rgba(255,255,255,.8); color:#1E1F3B; position:relative; margin:0 0 0 auto;}
.ul_top04.ty2 li .txt .ttl { text-align:center;}
.ul_top04.ty2 li:nth-of-type(2n) .img { left:auto; right:0;}
.ul_top04.ty2 li:nth-of-type(2n) .txt {  margin:0 auto 0 0;}
@media screen and (max-width:768px) {
	.ul_top04 { margin:40px auto 80px;}
	.ul_top04 li { margin-bottom:60px;}
	.ul_top04 li .img {width:100%;}
	.ul_top04 li .txt { padding:16px 16px 36px; position:relative; width:90%; margin:-100px -5% 0 auto;}
	.ul_top04 li .txt .ttl { margin-bottom:8px;}
	.ul_top04 li:nth-of-type(2n) .txt { margin-left:-5%;}
	
	.ul_top04.ty2 li { padding:32vh 0 0; margin-bottom:40px;}
	.ul_top04.ty2 li .img { height:auto;}
	.ul_top04.ty2 li .txt { width:100%; margin:0 auto;}
	.ul_top04.ty2 li .txt .btn { margin-left:auto;}
	.ul_top04.ty2 li:nth-of-type(2n) .txt {  margin:0 auto;}
}

.ul_top08 { display:flex; flex-wrap:wrap; background:#000; color:#fff; margin-bottom:/*80px*/;}
.ul_top08 li { width:25%; padding:15vw 40px 5vw; position:relative; z-index:0; overflow:hidden;}
.ul_top08 li .bg-img { opacity:.8;}
.ul_top08 li:hover .bg-img { transform:scale(1.3,1.3); transition:0.5s;}
.ul_top08 li .ttl big { font-size:24px;}
.ul_top08 li .ttl span { background-color:#001785; color:#fff; border-radius:30px; font-size:small; padding:2px 12px; margin-bottom:8px; display:inline-block;}
.ul_top08 li a { margin-left:auto; margin-right:0; position:absolute; bottom:40px; right:40px; color:#fff!important;}
.ul_top08 li a i { border:1px solid; border-radius:50%; display:inline-flex; align-items:center; justify-content:center; width:40px; height:40px; margin:0 0 0 8px;}
@media screen and (max-width:768px) {
	.ul_top08 { margin-bottom:/*40px*/;}
	.ul_top08 li { width:100%; padding:32px 6% 24px;}
	.ul_top08 li .ttl { line-height:1.5; margin:0;}
	.ul_top08 li a { bottom:20px; right:20px;}
}


.dl_info01 { display:flex; flex-wrap:wrap; justify-content:space-between; margin:80px auto;}
.dl_info01 .ttl.main { width:100%; text-align:center; margin:0 auto 40px;}
.dl_info01 dt { width:24%; background-color:#001785; color:#fff; margin-bottom:3px; padding:24px; font-weight:400;}
.dl_info01 dd { width:calc(76% - 3px); background-color:#efefef; margin-bottom:3px; padding:24px;}
.dl_info01 dt:last-of-type { margin-bottom:0;}
.dl_info01 dd:last-of-type { margin-bottom:0;}
.dl_info01.w48 { /*margin:0 15%;*/}
.dl_info01.w48 dt { width:30%;}
.dl_info01.w48 dd { width:calc(70% - 3px); padding:24px 16px;}
@media screen and (max-width:768px) {
	.dl_info01 { margin:16px auto 40px; line-height:1.5;}
	.dl_info01 .ttl.main { margin-bottom:24px;}
	.dl_info01 dt { width:100%; padding:8px; text-align:center;}
	.dl_info01 dd { width:100%; padding:8px;}
	.dl_info01.w48 { margin:0;}
	.dl_info01.w48 dt { width:100%; padding:8px;}
	.dl_info01.w48 dd { width:100%; padding:8px;}
}

/* top2-aa */
.sec_top21-aa { background:linear-gradient(270deg, #081F4F, #001785); color:#fff; padding:80px 60px; position:relative; z-index:0; margin-bottom:80px;}
.sec_top21-aa img.abs { width:50%; max-height:100%; object-fit:cover; bottom:0; right:0; z-index:-1;}
.sec_top21-aa .txt { max-width:60%; min-width:260px;}
.sec_top21-aa .txt .ttl img { width:660px;}
.sec_top21-aa .txt .btn { background:#004BB8/*linear-gradient(270deg, #001785, #004BB8)*/; color:#fff; border-radius:30px; border:0; font-size:20px; display:flex; align-items:center; justify-content:center; padding-right:56px; margin:0 auto 0 0;}
.sec_top21-aa .txt .btn i.icon { font-size:32px;}
.sec_top21-aa .txt .btn i.abs { right:30px;}
@media screen and (max-width:768px) {
	.sec_top21-aa { min-height:480px; padding:1px 60px; margin-bottom:24px;}
	.sec_top21-aa img.abs { width:90%; bottom:40px;}
	.sec_top21-aa .txt { position:absolute; left:6%; bottom:24px;}
	.sec_top21-aa .txt .btn { padding:6px 40px 6px 20px; justify-content:left;}
	.sec_top21-aa .txt .btn i.abs { right:12px;}
}


.sec_top22-aa { background:#001785; color:#fff; padding:40px 0; position:relative; z-index:0; margin-top:80px;}
.sec_top22-aa .bg-txt { font-size:180px; color:rgba(255,255,255,.1); letter-spacing:-.02em; line-height:1; font-weight:600; text-wrap:nowrap; position:absolute; top:0; z-index:-1;}
.sec_top22-aa .main { position:relative; z-index:0; padding-left:320px; width:1000px; max-width:100%; margin:0 auto;}
.sec_top22-aa .main .deco img { height:60vh; position:absolute; bottom:-60px; left:40px; z-index:-1;}
.sec_top22-aa .main .ttl { margin-top:0;}
.sec_top22-aa .main .ttl .tbig { line-height:1.5;}
.sec_top22-aa .main ul { display:flex; flex-wrap:wrap; justify-content:space-between;}
.sec_top22-aa .main ul li { width:48%; display:flex; flex-direction:column;}
.sec_top22-aa .main ul li .slash { padding:0 20px; line-height:1.5;}
.sec_top22-aa .main ul li .slash:before { background:#fff; height:16px; transform:rotate(-40deg);}
.sec_top22-aa .main ul li .slash:after { background:#fff; height:18px;  transform:rotate(40deg);}
.sec_top22-aa .main ul li .btn { background:#fff; color:initial; border:0; padding:12px; border-radius:16px; line-height:1.5; position:relative; z-index:0; height:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; margin:8px 0 0;}
.sec_top22-aa .main ul li .btn .flex { width:100%; align-items:flex-end; justify-content:center;}
.sec_top22-aa .main ul li .btn .flex i.icon { font-size:27px; width:30px; margin:0;}
.sec_top22-aa .main ul li .btn .flex .txt { width:calc(100% - 36px); font-size:30px; letter-spacing:-.05em; line-height:1.25;}
.sec_top22-aa .main ul li .btn .flex .txt .tsmall { display:block; font-size:13px; letter-spacing:0;}
.sec_top22-aa .main ul li .btn dl { display:flex; align-items:center; font-size:13px; margin-top:8px;}
.sec_top22-aa .main ul li .btn dl dt { background:#001785; color:#fff; width:70px; text-align:center; font-weight:500; margin-right:6px;}
.sec_top22-aa .main ul li .btn dl dd { max-width:calc(100% - 76px); margin-bottom:0;}
.sec_top22-aa .main ul li .btn.mail { background:initial; color:#fff; border:1px solid;}
.sec_top22-aa .main ul li .btn.mail .flex { align-items:center;}
.sec_top22-aa .main ul li .btn.mail .flex .txt { width:calc(100% - 36px - 40px); font-size:22px; }
.sec_top22-aa .main ul li .btn.mail .flex .arrow { width:40px; font-size:24px; text-align:center; margin:0;}
.sec_top22-aa .main ul li .btn.mail.line { background:#01c100; color:#fff;}

.sec_top22-aa .link-banner  { width:1000px;}
.sec_top22-aa .link-banner .item { position:relative; z-index:0; margin-top:60px;}
.sec_top22-aa .link-banner .item br { display:none;}
.sec_top22-aa .link-banner .item img { border-radius:8px;}
.sec_top22-aa .link-banner .item:hover img { opacity:.6;}

.sec_top22-aa.wrap { border-radius:16px; padding:40px 80px;}
.sec_top22-aa.wrap .main { padding:0;}
.sec_top22-aa.wrap .main .deco img { height:100%; top:-16px; bottom:auto; left:-32px;}
.sec_top22-aa.wrap .main .ttl { padding-left:25%;}
.sec_top22-aa.wrap .bg-txt { top:auto; bottom:40px;}
.sec_top22-aa.wrap .main ul li { width:30%; margin-right:5%;}
.sec_top22-aa.wrap .main ul li:nth-of-type(3n) { margin-right:0;}
@media screen and (max-width:768px) {
	.sec_top22-aa { padding:24px 1px; margin:40px auto;}
	.sec_top22-aa .bg-txt { font-size:88px; text-wrap:initial;}
	.sec_top22-aa .main { padding:0;}
	.sec_top22-aa .main .deco img { width:140px; height:200px; object-fit:contain; top:-32px; bottom:auto; left:-32px;}
	.sec_top22-aa .main .ttl { padding-left:120px;}
	.sec_top22-aa .main .ttl .tbig { font-size:22px; letter-spacing:-.05em;}
	
	.sec_top22-aa .main ul { margin-top:24px;}
	.sec_top22-aa .main ul li { width:100%; margin-bottom:16px;}
	.sec_top22-aa .main ul li:last-of-type { margin-bottom:0;}
	.sec_top22-aa .main ul li .btn { margin:0 auto;}
	.sec_top22-aa .link-banner { margin-top:24px;}
	.sec_top22-aa .link-banner .item { width:100%; margin:0 0 16px;}
	.sec_top22-aa .link-banner .item:last-of-type { margin-bottom:0;}
	
	.sec_top22-aa.wrap { max-width:100%; border-radius:6px; padding:24px 1px;}
	.sec_top22-aa.wrap .main .deco img { width:180px; height:200px; object-fit:contain; top:-40px; bottom:auto; left:-32px;}
	.sec_top22-aa.wrap .main .ttl { padding-left:40%;}
	.sec_top22-aa.wrap .main ul li { width:100%; margin:0 0 16px;}
	.sec_top22-aa.wrap .main ul li:last-of-type { margin-bottom:0;}
}


.sec_top23-aa { overflow:hidden; position:relative; padding:100px 0 160px;}
.sec_top23-aa .inner { display:flex; flex-wrap:wrap; justify-content:space-between; position:relative; padding-bottom:480px;}
.sec_top23-aa .inner .bg-txt { font-size:200px; color:rgba(0,0,0,.1); letter-spacing:-.02em; font-weight:600; line-height:1; text-wrap:nowrap; position:absolute; top:60px; left:-7%; z-index:-1;}
.sec_top23-aa .ttl.main { width:100%;}
.sec_top23-aa .txt { width:55%; padding-right:5%;}
.sec_top23-aa .txt .ttl { margin:0;}
.sec_top23-aa .img { width:45%;}
.sec_top23-aa .img img { border-radius:24px; box-shadow:.sec_top23-aa .img;}
.sec_top23-aa .btn { margin:40px auto 0 0;}
.sec_top23-aa .deco img { box-shadow:4px 8px 12px rgba(0, 0, 0, 0.1); border-radius:24px; position:absolute;}
.sec_top23-aa .deco img.a { max-width:320px; bottom:0; left:-60px;}
.sec_top23-aa .deco img.b { max-width:500px; bottom:-160px; left:38%;}
.sec_top23-aa .deco img.c { max-width:220px; bottom:260px; right:80px;}
@media screen and (max-width:768px) {
	.sec_top23-aa { padding:24px 0 40px;}
	.sec_top23-aa .inner .bg-txt { font-size:80px;}
	.sec_top23-aa .txt { width:100%; margin-bottom:40px; padding-right:0;}
	.sec_top23-aa .img { width:100%;}
	.sec_top23-aa .btn { margin-top:24px;}
	.sec_top23-aa .deco img { border-radius:8px;}
	.sec_top23-aa .deco img.a { max-width:220px; bottom:40px; left:-60px;}
	.sec_top23-aa .deco img.b { max-width:500px; bottom:0; left:60%;}
	.sec_top23-aa .deco img.c { max-width:160px; bottom:320px; right:auto; left:24px;}
}

.sec_top24-aa { background:#f5f5f5; padding:80px 0; border-radius:0 0 40px 40px;}
.sec_top24-aa .inner { position:relative;}
.sec_top24-aa .ttl { position:relative;}
.sec_top24-aa .deco { width:260px; height:360px; object-fit:contain; position:absolute; right:0; top:0;}
@media screen and (max-width:768px) {
	.sec_top24-aa { padding:40px 0;}
	.sec_top24-aa .deco { width:190px; height:280px;}
}

.sec_top25-aa { background:#001785; color:#fff; border-radius:40px; position:relative; overflow:hidden; margin:80px auto;}
.sec_top25-aa .abs-img { margin:0;}
.sec_top25-aa .abs-img br { display:none;}
.sec_top25-aa .abs-img img { position:absolute; height:100%; object-fit:cover; top:0;}
.sec_top25-aa .abs-img img.left { left:0;}
.sec_top25-aa .abs-img img.right { right:0;}
.sec_top25-aa .cont { width:500px; max-width:100%; margin:0 auto;}
.sec_top25-aa .cont .ttl { text-align:center; margin-top:0;}
.sec_top25-aa .cont ul { margin-top:16px;}
.sec_top25-aa .cont ul li { display:flex; flex-wrap:wrap; justify-content:space-between; background:#fff; color:#1E1F3B; padding-right:34px; border-radius:16px; overflow:hidden; position:relative; margin-bottom:16px;}
.sec_top25-aa .cont ul li .img { width:100px; height:100%; margin:0;}
.sec_top25-aa .cont ul li .txt { width:calc(100% - 116px); display:flex; flex-direction:column; align-items:center; justify-content:center; letter-spacing:0; margin:0;}
.sec_top25-aa .cont ul li .txt .tsmall { font-size:11px; letter-spacing:-.05em;}
.sec_top25-aa .cont ul li .txt .slash { padding:0 16px;}
.sec_top25-aa .cont ul li .txt .slash:before, 
.sec_top25-aa .cont ul li .txt .slash:after { height:16px;}
.sec_top25-aa .cont ul li i { position:absolute; color:#001785; font-size:34px; top:0; bottom:0; right:16px; margin:auto; height:fit-content;}
@media screen and (max-width:768px) {
	.sec_top25-aa { padding:40vh 3% 0; border-radius:20px; margin:40px auto;}
	.sec_top25-aa .abs-img img { width:40%; height:36vh;}
	.sec_top25-aa .cont .ttl { margin-bottom:8px;}
	.sec_top25-aa .cont ul li .img { width:70px; height:auto;}
	.sec_top25-aa .cont ul li .img img { width:100%; height:100%; object-fit:cover;}
	.sec_top25-aa .cont ul li .txt { width:calc(100% - 80px); line-height:1.3; font-size:17px; text-align:center; padding:4px 0;}
	.sec_top25-aa .cont ul li i { font-size:25px; right:4px;}
}

.sec_top26-aa { background:#f5f5f5; border-radius:40px; padding:100px 0;} 
.sec_top26-aa .inner { display:flex; flex-wrap:wrap; justify-content:space-between;}
.sec_top26-aa .txt .ttl { background:#001785; color: #fff; padding:2px 16px; border-radius:8px; margin-top:0;}
.sec_top26-aa .txt dt { font-size:116%; color:#001785;}
.sec_top26-aa .txt dt i { font-size:140%;}
.sec_top26-aa .link { width:100%; display:flex; justify-content:center; margin-top:40px;}
.sec_top26-aa .link br { display:none;}
.sec_top26-aa .link .btn { margin:0 24px;}
@media screen and (max-width:768px) {
	.sec_top26-aa { padding:45px 0; border-radius:20px;}
	.sec_top26-aa .txt .ttl { width:fit-content; min-width:200px; border-radius:6px; text-align:center;}
	.sec_top26-aa .txt dd { margin-bottom:12px;}
	.sec_top26-aa .link { flex-wrap:wrap;}
	.sec_top26-aa .link .btn { margin-bottom:8px;}
	.sec_top26-aa .link .btn:last-of-type { margin-bottom:0;}
}

.ul_top21-aa { display:flex; flex-wrap:wrap; margin:80px auto;}
.ul_top21-aa li { width:calc(92% / 5); margin-right:2%;}
.ul_top21-aa li:last-of-type { margin-right:0;}
.ul_top21-aa li img { width:100%; height:40vh; object-fit:cover; border-radius:5%; box-shadow:4px 8px 12px rgba(0, 0, 0, 0.1); transition:0.3s;}
.ul_top21-aa li:hover img { opacity:1; transform:scale(1.15);}
@media screen and (max-width:768px) {
	.ul_top21-aa { margin:40px auto;}
	.ul_top21-aa li { width:32%; margin-bottom:16px;}
	.ul_top21-aa li:nth-of-type(3n) { margin-right:0;}
	.ul_top21-aa li img { height:24vh;}
}

.ul_top22-aa { display:flex; flex-wrap:wrap; margin:80px auto 0;}
.ul_top22-aa .ttl.main { width:100%; text-align:center; margin-top:0;}
.ul_top22-aa li { width:calc(92% / 5); margin-right:2%; background:#fff; border:1px solid #ddd; border-radius:16px; box-shadow:4px 4px 10px rgba(0, 0, 0, 0.08); position:relative; z-index:0; overflow:hidden;}
.ul_top22-aa li:nth-of-type(5n) { margin-right:0;}
.ul_top22-aa li .icon { width:100px; height:100px; background:#f5f5f5; border-radius:50px; padding:16px; margin:16px auto;}
.ul_top22-aa li .cost { text-align:center; font-weight:bold;}
.ul_top22-aa li .cost .tbig { font-size:28px; letter-spacing:0;}
.ul_top22-aa li .ttl.belt { text-align:center; letter-spacing:-.05em; line-height:1.3; padding:8px; margin:16px 0 8px;}
.ul_top22-aa li .txt { padding:1px 12px 12px;}
.ul_top22-aa li .txt .btn { background:#001785; color:#fff; border:0; border-radius:30px; min-width:0; margin-bottom:0;}
.ul_top22-aa li.rel { padding:0 0 40px;} /* ボタン　下部固定 */
.ul_top22-aa li.rel .btn { position:absolute!important; max-width:calc(100% - 24px); bottom:12px; left:0; right:0; margin:auto;}
@media screen and (max-width:768px) {
	.ul_top22-aa { margin:40px auto 0;}
	.ul_top22-aa li { width:49%; margin-bottom:16px;}
	.ul_top22-aa li:nth-of-type(5n) { margin-right:2%;}
	.ul_top22-aa li:nth-of-type(2n) { margin-right:0;}
	.ul_top22-aa li .icon { margin-bottom:8px;}
	.ul_top22-aa li .cost { letter-spacing:-.05em; line-height:1.5; margin-bottom:16px;}
	.ul_top22-aa li .btn { padding:8px 20px; text-align:left;}
	
	.ul_top22-aa.sp-flex li { width:100%; display:flex; align-items:center; padding:4px 40px 4px 16px; border-radius:6px; margin:0 0 6px;}
	.ul_top22-aa.sp-flex li:last-of-type { margin-bottom:0;}
	.ul_top22-aa.sp-flex li .icon { width:50px; height:50px; padding:10px; margin:0 4px 0 0;}
	.ul_top22-aa.sp-flex li .ttl.belt { background:initial; color:initial; padding:0; font-size:17px; letter-spacing:-.05em; margin:0;}
	.ul_top22-aa.sp-flex li .txt { padding:0;}
	.ul_top22-aa.sp-flex li .txt .btn { padding:0; background:initial; color:#001785; margin:0; position:absolute!important; right:16px; top:0; bottom:0; margin:auto; width:fit-content; height:fit-content; display:flex;}
	.ul_top22-aa.sp-flex li .txt .btn i { position:relative; font-size:24px; right:auto;}
}


.ul_top23-aa { background:#fff; padding:100px 0; display:flex; flex-wrap:wrap; position:relative; margin:0 auto;}
.ul_top23-aa .inner { display:flex; flex-wrap:wrap;}
.ul_top23-aa .intro { max-width:700px; text-align:center; margin:0 auto 80px;}
.ul_top23-aa .intro .ttl.main { margin-bottom:0;}
.ul_top23-aa .intro .ttl.main .main { width:fit-content; text-align:left; margin:0 auto;}
.ul_top23-aa li { width:32%; margin-right:2%; position:relative; border:1px solid #ddd; border-radius:16px; transition:0.3s; margin-bottom:40px; z-index:0;}
.ul_top23-aa li:before { content:""; background:#001785; border-radius:16px; height:100%; width:100%; position:absolute; top:0; left:0; z-index:-1; -webkit-transition:0.3s; transition:0.3s;}
.ul_top23-aa li:hover:before { top:10px; left:-10px;}
.ul_top23-aa li:nth-of-type(3n) { margin-right:0;}
.ul_top23-aa li .img img { width:100%; height:32vh; object-fit:cover; border-radius:16px 16px 0 0;}
.ul_top23-aa li .txt { background:#fff; padding:16px; border-radius:0 0 16px 16px;}
.ul_top23-aa li .txt .ttl { text-align:center; margin-top:0;}
.ul_top23-aa li .txt .ttl .tbig { font-size:44px; border-bottom:2px solid #001785; letter-spacing:-.07em; width:fit-content; margin:0 auto;}
.ul_top23-aa.col2 li .img img { height:40vh;}
@media screen and (max-width:768px) {
	.ul_top23-aa { padding:40px 0;}
	.ul_top23-aa .intro { margin-bottom:24px;}
	.ul_top23-aa .intro .ttl.main { margin-bottom:24px;}
	.ul_top23-aa .intro .ttl .sub { font-size:18px; letter-spacing:-.05em;}
	.ul_top23-aa li { width:100%; margin:0 0 24px;}
	.ul_top23-aa li:last-of-type { margin-bottom:10px;}
	.ul_top23-aa li .img img { max-height:32vh;}
	.ul_top23-aa li .txt .ttl { line-height:1.5; margin-bottom:12px;}
	.ul_top23-aa li .txt .ttl .tbig { line-height:1.2;}
}

.ul_top24-aa { margin:80px auto;}
.ul_top24-aa li { width:100%; max-width:800px; border:5px solid #001785; border-radius:16px; padding:40px 32px; display:flex; flex-wrap:wrap; justify-content:space-between; margin:0 auto 40px;}
.ul_top24-aa li .img { width:48%;}
.ul_top24-aa li .txt { width:48%;}
.ul_top24-aa li .ttl { background:#001785; color:#fff; padding:2px 16px; border-radius:8px; margin-top:0;}
.ul_top24-aa li .txt dl { display:flex; flex-wrap:wrap;}
.ul_top24-aa li .txt dl dt { width:80px; border-bottom:3px solid #004BB8; font-size:116%; color:#001785; padding:4px 0; display:flex; align-items:center;}
.ul_top24-aa li .txt dl dd { width:calc(100% - 80px); border-bottom:1px solid; padding:4px 0 4px 24px; margin:0;}
.ul_top24-aa li .txt dl dd .tbig { font-size:40px; font-weight:bold; line-height:1;}
@media screen and (max-width:768px) {
	.ul_top24-aa { margin:40px auto;}
	.ul_top24-aa li { padding:12px 12px 24px;}
	.ul_top24-aa li .img { width:100%; margin-bottom:10px;}
	.ul_top24-aa li .img img { border-radius:8px;}
	.ul_top24-aa li .txt { width:100%;}
	.ul_top24-aa li .ttl { margin-bottom:8px;}
	.ul_top24-aa li .txt dl dt { font-size:100%; padding:2px 0;}
	.ul_top24-aa li .txt dl dd { padding:2px 0 2px 8px;}
	.ul_top24-aa li .txt dl dd .tbig { font-size:24px;}
	.ul_top24-aa .btn { margin:0 auto;}
}

.ul_top25-aa { display:flex; flex-wrap:wrap; justify-content:center; margin:80px auto;}
.ul_top25-aa .ttl.main { width:100%; text-align:center;}
.ul_top25-aa .ttl.main .main { width:fit-content; text-align:left; margin:0 auto;}
.ul_top25-aa li { width:calc(94% / 4); margin-right:2%; background:#001785; color:#fff; border-radius:10px; padding:10px 32px 10px 20px; display:flex; align-items:center; position:relative;}
.ul_top25-aa li:nth-of-type(4n),
.ul_top25-aa li:last-of-type { margin-right:0;}
.ul_top25-aa li p { margin-bottom:0;}
.ul_top25-aa li .icon { width:50px; height:50px; border-radius:50%; background:#fff; color:#000; display:flex; align-items:center; justify-content:center; margin-right:6px;}
.ul_top25-aa li .icon i { font-size:36px; margin:0;}
.ul_top25-aa li .icon img { width:34px;}
.ul_top25-aa li .arrow { position:absolute; top:0; bottom:0; right:0px; height:fit-content; margin:auto;}
@media screen and (max-width:768px) {
	.ul_top25-aa { margin:40px auto;}
	.ul_top25-aa .ttl.main { margin-bottom:24px;}
	.ul_top25-aa li { width:48%; margin-right:4%; padding:8px 6px; line-height:1.3; letter-spacing:-.08em; margin-bottom:16px;}
	.ul_top25-aa li:nth-of-type(2n) { margin-right:0;}
	.ul_top25-aa li:nth-last-child(1) { margin-bottom:/*0*/;}
	.ul_top25-aa li .icon { width:28px; height:28px; margin-right:4px;}
	.ul_top25-aa li .icon i { font-size:24px;}
	.ul_top25-aa li .icon img { width:20px;}
	.ul_top25-aa li .txt { width:calc(100% - 32px - 20px);}
	.ul_top25-aa li .arrow { right:6px;}
	.ul_top25-aa li .arrow i { margin-right:0;}
}

.ul_top26-aa { margin:80px auto;}
.ul_top26-aa li { background:#fff; border:5px solid #001785; border-radius:16px; padding:140px 60px 60px; display:flex; flex-wrap:wrap; justify-content:space-between; position:relative; z-index:0; margin:40px auto 80px;}
.ul_top26-aa li .num { background:#001785; color:#fff; font-size:116%; text-align:center; padding:10px; width:300px; border-radius:30px; position:absolute; top:-30px; left:0; right:0; margin:auto;}
.ul_top26-aa li .bg-txt { font-size:130px; color:rgba(0, 0, 0, .1); letter-spacing:-.08em; font-weight:600; line-height:1; text-wrap:nowrap; position:absolute; top:40px; left:0; right:0; width:fit-content; margin:auto; z-index:-1;}
.ul_top26-aa li .img { width:56%; margin-right:4%;}
.ul_top26-aa li .img img { border-radius:24px;}
.ul_top26-aa li .txt { width:40%;}
.ul_top26-aa li .txt .ttl { margin:0 0 16px;}

.ul_top26-aa.col2 li { padding:100px 24px 40px; margin-bottom:60px!important;}
.ul_top26-aa.col2 li .bg-txt { font-size:76px; text-wrap:initial; top:24px;}
.ul_top26-aa.col2 li .img { width:100%; margin:0;}
.ul_top26-aa.col2 li .txt { width:100%;}
@media screen and (max-width:768px) {
	.ul_top26-aa { margin:40px auto 0;}
	.ul_top26-aa li { padding:80px 14px 32px; margin:0 auto 60px;}
	.ul_top26-aa li:last-of-type { margin-bottom:/*0*/;}
	.ul_top26-aa li .num { width:fit-content; min-height:50px; min-width:200px; padding:8px; line-height:1.5; display:flex; align-items:center; justify-content:center;}
	.ul_top26-aa li .bg-txt { font-size:54px; text-wrap:initial; top:24px;}
	.ul_top26-aa li .img { width:100%; margin:0 0 16px;}
	.ul_top26-aa li .img img { border-radius:8px;}
	.ul_top26-aa li .txt { width:100%; margin-bottom:40px;}
	.ul_top26-aa li:last-of-type .txt:last-of-type { margin-bottom:0;}
	
	.ul_top26-aa li.ty2 { padding-top:40px; border-radius:3px;} /* bg-txtなし */
	
	.ul_top26-aa.col2 li { padding:80px 14px 32px; margin-bottom:32px!important;}
	.ul_top26-aa.col2 li .bg-txt { font-size:54px;}
	.ul_top26-aa.sp-col1 li { margin-bottom:80px!important;}
	.ul_top26-aa.sp-col1 li .txt { margin-bottom:24px;}
}

.ul_top26-aa li dl.ty1 { margin-top:24px;}
.ul_top26-aa li dl.ty1 .item { display:flex; align-items:cemter; background:#f5f5f5; padding:12px 12px 12px 80px; border-radius:50px; position:relative; margin-bottom:16px;}
.ul_top26-aa li dl.ty1 dt { width:70px; height:70px; border-radius:50%; background:#001785; color:#fff; line-height:1.3; display:flex; flex-direction:column; justify-content:center; align-items:center; position:absolute; left:0; top:0; bottom:0; margin:auto;}
.ul_top26-aa li dl.ty1 dt .tbig { font-size:24px; line-height:1;}
.ul_top26-aa li dl.ty1 dd { font-size:116%; font-weight:500; line-height:1.3; margin:0;}
.ul_top26-aa li dl.ty1 dd .tbig { font-size:124%; color:#001785;}

.ul_top26-aa li dl.ty2 { width:100%; margin:40px auto 0;}
.ul_top26-aa li dl.ty2 dt { background:#001785; color:#fff; padding:16px; font-size:24px; text-align:center; border-radius:16px 16px 0 0;}
.ul_top26-aa li dl.ty2 dd { background:#f5f5f5; padding:32px 5%; border-radius:0 0 16px 16px; display:flex; flex-wrap:wrap;}
.ul_top26-aa li dl.ty2 dd .item { width:calc(92% / 5); margin-right:2%; text-align:center; font-weight:bold; margin-bottom:20px;}
.ul_top26-aa li dl.ty2 dd .item:nth-of-type(5n) { margin-right:0;}
.ul_top26-aa li dl.ty2 dd .item img { width:130px; height:130x; object-fit:cover; border-radius:50%; display:block; margin:0 auto 4px;}
.ul_top26-aa li ul { width:100%;}
.ul_top26-aa li ul li { border:0; padding:0; display:block;}
.ul_top26-aa li ul li .img { width:100%;}
.ul_top26-aa li ul li .txt { width:100%;}
.ul_top26-aa li ul li .txt .ttl { margin-top:24px;}
.ul_top26-aa li .btn.abs { position:absolute; background:#004BB8; bottom:-32px; left:0; right:0; margin:auto;}
.ul_top26-aa li .btn.abs:hover { opacity:1; background:#001785;}
@media screen and (max-width:768px) {
	.ul_top26-aa li dl.ty1 .item { margin-bottom:10px;}
	.ul_top26-aa li dl.ty1 dt { width:60px; height:60px;}
	.ul_top26-aa li dl.ty1 dd { font-size:100%;}
	
	.ul_top26-aa li dl.ty2 dt { font-size:22px; line-height:1.2;}
	.ul_top26-aa li dl.ty2 dd .item:nth-of-type(5n) { margin-right:4%;}
	.ul_top26-aa li dl.ty2 dd .item:nth-of-type(2n) { margin-right:0;}
	.ul_top26-aa li dl.ty2 dd .item { width:48%; margin-right:4%; line-height:1.5;}
	.ul_top26-aa li dl.ty2 dd .item:nth-last-child(1),
	.ul_top26-aa li dl.ty2 dd .item:nth-last-child(2) { margin-bottom:0;}
	.ul_top26-aa li dl.ty2 dd .item img  { width:100px!important; height:100px!important;}
}

.ul_top27-aa { background:#081F4F; color:#fff; padding:60px; border-radius:16px; display:flex; flex-wrap:wrap; position:relative; z-index:0; margin-top:170px;}
.ul_top27-aa .intro { width:100%; text-align:center;}
.ul_top27-aa .intro:before { content:""; width:264px; height:264px; background:#081F4F; border-radius:50%;  position:absolute; top:-80px; left:0; right:0; margin:auto; z-index:-2;}
.ul_top27-aa .intro .icon { background:#fff; color:#081F4F; width:60px; height:60px; border-radius:50%; display:flex; align-items:center; justify-content:center; margin:-80px auto 24px;}
.ul_top27-aa .intro .icon i { font-size:46px; margin:0;}
.ul_top27-aa li { width:32%; margin-right:2%;}
.ul_top27-aa li:nth-of-type(3n) { margin-right:0;}
.ul_top27-aa li .img { border-radius:12px;}
.ul_top27-aa li .ttl { text-align:center;}
.ul_top27-aa dl { display:flex; justify-content:center; align-items:center; margin:40px auto 0;}
.ul_top27-aa dl dt img { width:200px; height:200px;}
.ul_top27-aa dl dd { margin-left:32px;}
@media screen and (max-width:768px) {
	.ul_top27-aa { padding:16px 16px 24px; margin-top:80px;}
	.ul_top27-aa .intro { margin-bottom:16px;}
	.ul_top27-aa .intro:before { width:210px; height:210px; top:-40px;}
	.ul_top27-aa .intro .icon { width:50px; height:50px; margin:-48px auto 8px;}
	.ul_top27-aa .intro .icon i { font-size:36px;}
	.ul_top27-aa .intro .ttl { font-size:17px; letter-spacing:0; line-height:1.5; margin:8px 0;}
	.ul_top27-aa .intro .ttl .tbig { font-size:32px; line-height:1;}
	.ul_top27-aa li { width:100%; margin:0 0 24px;}
	.ul_top27-aa li:last-of-type { margin-bottom:0;}
	.ul_top27-aa li .img { text-align:center;}
	.ul_top27-aa li .img img { width:85%; border-radius:6px;}
	.ul_top27-aa li .ttl { line-height:1.5; margin:10px auto 8px;}
	.ul_top27-aa dl { width:100%; margin-top:8px;}
	.ul_top27-aa dl dt img { width:58px; height:58px;}
	.ul_top27-aa dl dd { max-width:calc(100% - 58px); font-size:17px; letter-spacing:0; line-height:1.5; margin-left:8px; margin-bottom:0;}
}



/* top1-af */
.sec_top00-af { }
.sec_top00-af .ttl { font-size:40px; text-align:center; color:#fff; text-shadow:1px 1px 4px #001785; font-weight:200; position:absolute; bottom:80px; left:0; right:0; margin:auto;}
@media screen and (max-width:768px) {
	.sec_top00-af .ttl { font-size:18px; position:relative; bottom:initial; margin-top:16px; color:#000; text-shadow:initial;}
}

.sec_top01-af { position:relative; z-index:0; padding:1px 0; background:#00000094; color:#fff; margin:80px auto 120px;}
.sec_top01-af .txt { width:60%; margin:80px auto 40px;}
.sec_top01-af .txt .ttl { color:#fff; text-align:center; margin-bottom:80px;}
.sec_top01-af .txt b.tbig { font-weight:500;}
.sec_top01-af .txt .marker { color:initial;}
.sec_top01-af .img { display:flex; flex-wrap:wrap; margin-bottom:-40px;}
.sec_top01-af .img .item { width:calc(94% / 4); margin-right:2%;}
.sec_top01-af .img .item:nth-of-type(4n) { margin-right:0;}
@media screen and (max-width:768px) {
	.sec_top01-af { margin:40px auto 24px;}
	.sec_top01-af .txt { width:100%; margin:40px auto 32px;}
	.sec_top01-af .txt .ttl { margin-bottom:40px;}
	.sec_top01-af .img .item { width:49%; font-size:11px; letter-spacing:0; line-height:1.3; text-align:center;}
	.sec_top01-af .img .item:nth-of-type(2n) { margin-right:0;}
	/*.sec_top01-af .img .item:nth-of-type(4) { display:none;}*/
}

.sec_top02-af { position:relative; display:flex; flex-wrap:wrap; margin:80px auto;}
.sec_top02-af .main { width:50%; margin:0 auto; background:#001785; color:#fff; padding:0 24px 40px; position:relative; z-index:0;}
.sec_top02-af .main .bg-img { }
.sec_top02-af .main .ttl { text-align:center; line-height:1.5;}
.sec_top02-af .main .ttl .deco { height:auto;}
.sec_top02-af .main .ttl big { font-size:46px; line-height:1.4; margin-bottom:16px;}
.sec_top02-af .main .tlist { font-size:120%; font-weight:500;}
.sec_top02-af p.img { position:absolute; top:0; width:25%; height:100%; object-fit:cover;}
.sec_top02-af p.img.left { left:0;}
.sec_top02-af p.img.right { right:0;}
@media screen and (max-width:768px) {
	.sec_top02-af { margin:40px auto;}
	.sec_top02-af .main { width:100%;}
	.sec_top02-af p.img { position:relative; width:50%; height:auto;}
}

.sec_top03-af { position:relative; z-index:0; background:#000; color:#fff; margin:80px auto;}
.sec_top03-af .wrap { display:flex; flex-wrap:wrap; align-items:flex-start; padding:80px 0;}
.sec_top03-af .txt { width:40%;}
.sec_top03-af .txt .ttl { color:#fff; text-align:center; margin:0 auto 40px;}
.sec_top03-af .txt .ttl big { margin-bottom:/*40px*/;}
.sec_top03-af .txt .ttl small:before,
.sec_top03-af .txt .ttl small:after { background:#fff;}
.sec_top03-af .img { width:calc(54% + 6.8%); margin:100px -6.8% 0 auto;}
@media screen and (max-width:768px) {
	.sec_top03-af { margin:40px auto 80px;}
	.sec_top03-af .wrap { padding:40px 0 0;}
	.sec_top03-af .txt { width:100%;}
	.sec_top03-af .img { font-size:11px; color:#999; width:106.8%; margin:40px -6.8% -60px auto;}
}

.sec_top04-af { display:flex; flex-wrap:wrap; justify-content:space-between;}
.sec_top04-af .ttl.af00 { text-align:center; width:100%; margin-bottom:40px;}
.sec_top04-af .ttl.af01 { text-align:center; width:100%; margin-bottom:0;}
.sec_top04-af .ttl.af02 { text-align:center; width:100%; margin-top:0;}
.sec_top04-af .img { width:40%;}
.sec_top04-af .txt { width:56%;}
.sec_top04-af .txt .ttl { }
@media screen and (max-width:768px) {
	.sec_top04-af .ttl.af01 { margin-top:0;}
	.sec_top04-af .img { width:100%;}
	.sec_top04-af .txt { width:100%;}
}

.sec_top05-af { position:relative; z-index:0; padding:1px 0;}
.sec_top05-af .bg-img img { opacity:1;}
.sec_top05-af .box { background-color:#000000a6; color:#fff; border:4px solid; padding:60px 40px; width:60%; margin:80px 5% 80px auto; margin-right:5%; position:relative;}
.sec_top05-af .box:after { content:""; width:97%; height:96%; border:1px solid #fff; position:absolute; top:1.7%; right:1.4%;}
.sec_top05-af .box .ttl { margin-left:0; margin-top:0;}
@media screen and (max-width:768px) {
	.sec_top05-af .box { width:100%; margin:40px auto; padding:32px 16px;}
	.sec_top05-af .box:after { width:calc(100% - 14px); height:calc(100% - 14px); top:6px; right:6px;}
	.sec_top05-af .box .ttl { margin-left:inherit;}
}

.sec_top06-af { position:relative; z-index:0; padding:80px 0; margin:40px auto 80px;}
.sec_top06-af .bg-img img { opacity:1;}
.sec_top06-af .box { background-color:#ffffffd6; width:60%; padding:40px; width:calc(95% - 360px); margin-left:5%; position:relative;}
.sec_top06-af .box:after { content:""; width:100%; height:100%; border:2px solid #ddd; position: absolute; top:-16px; right:-16px;}
.sec_top06-af .box img.name { max-width:230px; object-fit:contain; padding:0 20px; margin:24px auto 0; display:block;}
.sec_top06-af img.abs { width:30%; max-width:300px; bottom:0; right:0;}
@media screen and (max-width:768px) {
	.sec_top06-af { padding:24px 0; margin-bottom:40px;}
	.sec_top06-af .box { width:100%; padding:20px;}
	.sec_top06-af .box:after { top:-10px; right:-10px;}
}

.dl_top01-af { margin:80px auto;}
.dl_top01-af .top { background:#081F4F; padding:40px 0;}
.dl_top01-af .top .flex { width:76%;}
.dl_top01-af .top .item { width:32%; margin-right:2%;}
.dl_top01-af .top .item:nth-of-type(3n) { margin-right:0;}
.dl_top01-af dt { background:#001785; color:#fff; padding:1px 0 100px; margin-bottom:-100px;}
.dl_top01-af dt .icon { max-width:60px; display:block; margin:20px auto;}
.dl_top01-af dt .ttl { text-align:center;}
.dl_top01-af dd { background:#efefef; width:80%; margin:0 auto; display:flex; flex-wrap:wrap; padding:24px 80px; text-align:center;}
.dl_top01-af dd .link { width:calc((100% - 2px) / 2); padding:0 24px;}
.dl_top01-af dd .link:first-of-type { border-right:2px solid;}
.dl_top01-af dd .link .btn { display:flex; align-items:center; max-width:400px; border-width:2px; border-color:#001785; background:#fff; color:#001785!important;}
.dl_top01-af dd .link .btn:hover { background:#001785; color:#fff!important; opacity:1;}
.dl_top01-af dd .link .btn img { width:62px; margin-right:16px;}
.dl_top01-af dd .link .btn .txt { width:calc(100% - 78px); font-size:22px; letter-spacing:0; line-height:1.5;}
.dl_top01-af dd .link .btn .txt big { font-size:36px;}
.dl_top01-af dd .link .btn .txt small { font-size:12px; display:block;}
.dl_top01-af dd .link .btn.line { background:#00b901; border-color:#00b901; color:#fff!important;}
.dl_top01-af dd .link .btn.line:hover { background:#fff; color:#00b901!important;}
.dl_top01-af dd .bottom { margin:16px 0; width:100%;}
.dl_top01-af dd .bottom img { width:100%; max-width:780px; margin:0 auto;}
@media screen and (max-width:768px) {
	.dl_top01-af { background:#001785; padding-bottom:40px; margin:24px auto 40px;}
	.dl_top01-af .top .flex { width:100%;}
	.dl_top01-af .top .item { width:49%;}
	.dl_top01-af .top .item:nth-of-type(2n) { margin-right:0;}
	.dl_top01-af .top .item:nth-of-type(3) { display:none;}
	.dl_top01-af dd { width:100%; padding:20px 16px; font-size:96%;}
	.dl_top01-af dd .link { width:100%; padding:0;}
	.dl_top01-af dd .link:first-of-type { border:0;}
	.dl_top01-af dd .link .btn { margin-top:4px;}
	.dl_top01-af dd .link .btn img { width:46px;}
	.dl_top01-af dd .link .btn .txt { width:calc(100% - 62px);}
	.dl_top01-af dd .link .btn .txt big { font-size:28px;}
}

.ul_top01-af { }
.ul_top01-af hr { background:none;}
.ul_top01-af li { position:relative; z-index:0; padding:1px 0; background:#000; color:#fff; margin-bottom:24px;}
.ul_top01-af li:last-of-type { margin-bottom:0;}
.ul_top01-af li .bg-img { }
.ul_top01-af li .flex { flex-wrap:wrap;}
.ul_top01-af li .img { width:60%; margin:240px auto 40px -6.8%; position:relative;}
.ul_top01-af li .img img { width:100%;}
.ul_top01-af li .img img.abs { width:40%; top:-170px; right:60px;}
.ul_top01-af li .txt { width:40%; position:relative; padding:100px 40px 24px;}
.ul_top01-af li .txt .ttl {}
.ul_top01-af li .txt .ttl .deco { margin-left:0; margin-top:16px; width:50px;}
.ul_top01-af li .txt .ttl.abs { writing-mode:vertical-rl; top:50px; right:-20px; border-left:1px solid;}
.ul_top01-af li:nth-of-type(2n) .flex { flex-direction:row-reverse;}
.ul_top01-af li:nth-of-type(2n) .img { margin:240px -6.8% 40px auto;}
.ul_top01-af li:nth-of-type(2n) .txt .ttl.abs { right:auto; left:-20px;}
@media screen and (max-width:768px) {
	.ul_top01-af li { margin-top:24px;}
	.ul_top01-af li .img { width:calc(100% - 40px); margin:0;}
	.ul_top01-af li .img img.abs { display:none; top:auto; bottom:100%; right:-40px;}
	.ul_top01-af li .txt { width:100%; padding:8px 0 40px; position:initial;}
	.ul_top01-af li .txt .ttl.abs { right:0;}
	.ul_top01-af li:nth-of-type(2n) .img { margin:0;}
	.ul_top01-af li:nth-of-type(2n) .img img.abs { left:-40px; right:auto;}
	.ul_top01-af li:nth-of-type(2n) .txt .ttl.abs { right:auto; left:8px;}
}

.ul_top02-af { display:flex; flex-wrap:wrap; margin:100px auto 0;}
.ul_top02-af li { width:48%; margin-right:4%; margin-top:80px; background:#e1e1e1; padding:0 24px 32px; border-radius:16px;}
.ul_top02-af li:nth-of-type(2n) { margin-right:0;}
.ul_top02-af li:nth-of-type(1),
.ul_top02-af li:nth-of-type(2) { margin-top:0;} 
.ul_top02-af li img { border-radius:16px; margin-top:-50px;}
.ul_top02-af li .ttl { text-align:center; border-bottom:1px solid; padding-bottom:4px;}
.ul_top02-af li .ttl small { border-bottom:2px solid;}
.ul_top02-af li .btn { width:fit-content; min-width:0; padding:0 24px; border-radius:30px; background:#bbb; border:0; margin:20px auto 0;}
@media screen and (max-width:768px) {
	.ul_top02-af { margin:80px auto 24px;}
	.ul_top02-af li { width:100%; margin-right:0; margin-top:0; margin-bottom:80px;}
	.ul_top02-af li:last-of-type { margin-bottom:0;}
}

.ul_top03-af { display:flex; flex-wrap:wrap;}
.ul_top03-af .intro { width:100%; text-align:center; margin-bottom:24px;}
.ul_top03-af li { width:calc(94% / 4); margin-right:2%; margin-bottom:24px;}
.ul_top03-af li:nth-of-type(4n) { margin-right:0;}
.ul_top03-af li .txt { background:#fff; text-align:center; padding:12px 0;}
.ul_top03-af li .txt b { margin-right:8px;}
.ul_top03-af .bottom { width:100%; text-align:center; margin:24px 0;}
@media screen and (max-width:768px) {
	.ul_top03-af .intro .ttl { margin-top:0;}
	.ul_top03-af li { width:49%; margin-bottom:16px;}
	.ul_top03-af li:nth-of-type(2n) { margin-right:0;}
	.ul_top03-af li .txt { line-height:1.4; padding:4px 0 6px;}
	.ul_top03-af .bottom { margin:8px auto;}
}

.ul_top04-af { display:flex; flex-wrap:wrap; margin:80px auto;}
.ul_top04-af .ttl.af01 { text-align:center;}
.ul_top04-af .ttl.af02 { margin-bottom:60px;}
.ul_top04-af li { width:48%; margin-right:4%; background-color:#fff; padding:40px; margin-bottom:32px;}
.ul_top04-af li:nth-of-type(2n) { margin-right:0;}
.ul_top04-af li .ttl { display:flex; background-color:#f5f5f5; font-size:16px; margin-top:0; line-height:1.5;}
.ul_top04-af li .ttl b { background:#001785; color:#fff; padding:6px 13px; font-size:24px; margin-right:16px;}
.ul_top04-af li .ttl span { padding:12px 6px;}
.ul_top04-af .btn { margin-right:auto; margin-left:auto; background:#001785; color:#fff!important; border:0;}
@media screen and (max-width:768px) {
	.ul_top04-af { margin:40px auto;}
	.ul_top04-af .ttl.af01 { margin-top:0;}
	.ul_top04-af li { width:100%; margin-right:0; padding:16px; margin-bottom:24px;}
	.ul_top04-af li:last-of-type { margin-bottom:16px;}
	.ul_top04-af li .ttl { margin-bottom:16px;}
	.ul_top04-af li .ttl b { padding:6px 10px; margin-right:8px;}
	.ul_top04-af li .ttl span { padding:6px 6px 6px 0;}
}


/* top2-af */

.ttl.top01 { text-align:center;}
.ttl.top01 .btn { border:2px solid #001785; border-radius:30px; position:relative; padding:6px; width:fit-content; margin:0 auto 24px;}
.ttl.top01 .btn:after { content:""; width:2px; height:16px; background:#001785; display:block; margin:6px auto -22px;}
.ttl.top01 big { margin:0;}
.ttl.top01 em { font-style:initial; color:#001785;}
@media screen and (max-width:768px) {
	
}

.sec_top07-af { margin:80px auto; position:relative; z-index:0;}
.sec_top07-af .main { width:40%; max-width:500px;}
.sec_top07-af .main .ttl.top01 .btn { margin-bottom:32px;}
.sec_top07-af .main .ttl.top01 .rel { width:fit-content; margin:0 auto; padding:0 40px; font-size:20px;}
.sec_top07-af .main .ttl.top01 .rel img { position:absolute; width:30px; top:0; bottom:0; margin:auto;}
.sec_top07-af .main .ttl.top01 .rel img.left { left:0;}
.sec_top07-af .main .ttl.top01 .rel img.right { right:0;}
.sec_top07-af .main .ttl.top01 .tbig { display:block; font-size:54px; letter-spacing:-.08em;}
.sec_top07-af .main a.btn { border:2px solid #001785; background:#eee; border-radius:50px; box-shadow:0 0 8px #0003;}
.sec_top07-af .main a.btn i { color:#001785;}
.sec_top07-af .img { position:absolute; border-radius:20px; overflow:hidden;}
.sec_top07-af .img img { width:100%; height:100%; object-fit:cover;}
.sec_top07-af .img.a { width:26%; top:0; right:3%;}
.sec_top07-af .img.b { width:14%; top:100px; left:3%;}
.sec_top07-af .img.c { width:14%; bottom:200px; left:12%;}
.sec_top07-af .img.d { width:14%; bottom:0; left:0;}
@media screen and (max-width:768px) {
	.sec_top07-af { margin:40px auto;}
	.sec_top07-af .main { width:88%;}
	.sec_top07-af .main .ttl.top01 .btn { padding-bottom:2px; margin-bottom:24px;}
	.sec_top07-af .main .ttl.top01 .rel { font-size:15px;}
	.sec_top07-af .main .ttl.top01 .tbig { font-size:40px; line-height:1.2;}
	.sec_top07-af .img { position:relative; border-radius:10px;}
	.sec_top07-af .img.a { width:60%; right:auto; left:-2%;}
	.sec_top07-af .img.b { width:43%; height:36vh; left:auto; right:0; top:auto; margin:-44vh -10% 40px auto;}
	.sec_top07-af .img.c { position:absolute; width:50%; top:150px; bottom:auto; right:0; left:auto; z-index:-1;}
	.sec_top07-af .img.d { display:none;}
}

.ul_top05-af { margin:80px auto; display:flex; flex-wrap:wrap;}
.ul_top05-af .intro { width:100%; text-align:center;}
.ul_top05-af .ttl.top01 { width:100%; margin-top:0;}
.ul_top05-af li { width:48%; margin-right:4%; margin-bottom:32px; background:#fff; border-radius:40px; padding:60px; margin-top:140px;}
.ul_top05-af li:nth-of-type(2n) { margin-right:0;}
.ul_top05-af li .img { margin:-140px auto 40px; border-radius:20px; overflow:hidden;}
.ul_top05-af li .txt { text-align:/*center*/;}
.ul_top05-af li .txt .ttl { text-align:center;}
.ul_top05-af li .txt .ttl small { margin:0;}
.ul_top05-af li .txt .ttl big { margin:0; line-height:1.5;}
.ul_top05-af li .txt .ttl big span { color:#001785;}
.ul_top05-af li .txt .ttl.border { border-top:4px solid #001785; border-bottom:2px solid #001785; padding:6px 16px; width:fit-content; margin:22px auto; position:relative; font-weight:400;}
.ul_top05-af li .txt .ttl.border:after { content:""; width:2px; height:16px; background:#001785; display:block; margin:6px auto -22px;}
.ul_top05-af li .txt .btn { border:2px solid #001785; border-radius:50px; box-shadow:0 0 8px #0003; margin-top:40px; padding:12px; font-weight:bold;}
.ul_top05-af li .txt .btn i { color:#001785;}
@media screen and (max-width:768px) {
	.ul_top05-af { margin:40px auto;}
	.ul_top05-af .ttl.top01 big { font-size:20px;}
	.ul_top05-af li { width:100%; border-radius:16px; padding:20px; margin:132px auto 0;}
	.ul_top05-af li .img { margin:-120px auto 24px;}
	.ul_top05-af li .txt h3.ttl { margin-bottom:0;}
	.ul_top05-af li .txt .ttl.border { margin-top:8px;}
}

.ul_top06-af { margin:80px auto;}
.ul_top06-af li { border:6px solid #001785; padding:40px 60px; border-radius:20px; position:relative; margin-bottom:80px; overflow:hidden; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-start;}
.ul_top06-af li:last-of-type { margin-bottom:0;}
.ul_top06-af li p.abs { background:#001785; color:#fff; padding:8px 16px; font-size:20px; top:0; right:0;}
.ul_top06-af li .img { width:60%; display:flex; justify-content:space-between; position:relative; margin-bottom:24px;}
/*.ul_top06-af li .img:after { content:"\f0da"; font-family:"Font Awesome 5 Free"; font-weight:bold; color:#004BB8; font-size:46px; position:absolute; top:0; bottom:10%; right:0; left:0; margin:auto; height:fit-content; width:fit-content;}*/
.ul_top06-af li .img .item { width:44%; position:relative;}
.ul_top06-af li .img .item span { position:absolute; background:#666; color:#fff; padding:4px 6px; top:0; right:0;}
.ul_top06-af li .img .item:last-of-type span { background:#001785;}
.ul_top06-af li .price { width:36%; text-align:right; margin:60px auto;}
.ul_top06-af li .price big { display:inline-block; margin:0; color:#001785; line-height:1; font-family:"Shippori Mincho", "Noto Serif JP", serif;}
.ul_top06-af li dl { width:100%; display:flex; flex-wrap:wrap; border-top:2px solid #001785; border-left:2px solid #001785;}
.ul_top06-af li dl dt,
.ul_top06-af li dl dd { border-right:2px solid #001785; border-bottom:2px solid #001785; padding:4px 12px;}
.ul_top06-af li dl dt { width:15%; background:#efefef;}
.ul_top06-af li dl dd { width:35%; margin:0;}
.ul_top06-af li dl.w48 dt { width:30%; font-weight:300;}
.ul_top06-af li dl.w48 dd { width:70%;}
.ul_top06-af li .txt { width:100%;}
.ul_top06-af li .txt .ttl { margin-bottom:4px;}
@media screen and (max-width:768px) {
	.ul_top06-af { margin:40px auto;}
	.ul_top06-af li { padding:20px; margin-bottom:40px;}
	.ul_top06-af li p.abs { padding:2px 8px; font-size:14px;}
	.ul_top06-af li dl { margin-top:24px;}
	.ul_top06-af li dl dt,
	.ul_top06-af li dl dd { padding:4px;}
	.ul_top06-af li .txt .ttl { font-size:18px; text-align:center;}

}


/* top3 */
.ttl.top02 { line-height:1.5; text-align:center;}
.ttl.top02 big { margin:0;}
.ttl.top02 small { color:#808080; margin:0;}

.btn.top01 { position:relative; padding:6px; width:fit-content; min-width:220px; font-size:88%;}
.btn.top01:before,
.btn.top01:after { content:""; width:24px; height:1px; margin:0 auto; display: block; background:#000; position:absolute; right:-14px; top:0; bottom:-10px; margin:auto;}
.btn.top01:after { width:10px; transform:rotate(45deg); bottom:-2px;}

.sec_top09-af { display:flex; flex-wrap:wrap; justify-content:space-between; width:80%; margin:80px auto;}
.sec_top09-af .ttl.top02 { width:100%;}
.sec_top09-af .ttl.af00 { width:100%; text-align:center;}
.sec_top09-af .intro { width:100%; text-align:center;}
.sec_top09-af .box { background:#f5f5f5; padding:1px 80px 40px; margin-top:24px;}
.sec_top09-af .box.left { width:46%;}
.sec_top09-af .box.right { width:50%;}
.sec_top09-af .box .ttl { margin-top:-24px;}
.sec_top09-af .box dl { text-align:center;}
.sec_top09-af .box dl dt { background:#001785; color:#fff;}
.sec_top09-af .box dl dt big { font-size:24px;}
.sec_top09-af .box dl dd { border:1px solid #001785; padding:16px; margin:0;}
.sec_top09-af .box dl dd span { background:#fff; display:inline-block; padding:8px 0; width:100%; margin-bottom:8px;}
.sec_top09-af .box dl dd span:last-of-type { margin-bottom:0;}
.sec_top09-af .box ul { display:flex; flex-wrap:wrap; justify-content:space-between; text-align:center;}
.sec_top09-af .box ul li { width:48%; background:#fff; padding:4px 0; margin-bottom:8px;}
.sec_top09-af .plas { font-size:30px; max-width:4%; display:flex; align-items:center;}
@media screen and (max-width:768px) {
	.sec_top09-af { justify-content:center; width:100%; margin:40px auto;}
	.sec_top09-af .box.left { width:100%; padding:1px 32px 20px;}
	.sec_top09-af .box.right { width:100%; padding:1px 40px 20px;}
	.sec_top09-af .box .ttl { margin:-16px auto 12px;}
	.sec_top09-af .plas { max-width:100%;}
}

.ul_top07-af { padding:200px 0 80px; height:auto; margin:80px auto 400px;}
.ul_top07-af .wrap { background:rgba(255,255,255,.8); padding:30px 32px; display:flex; flex-wrap:wrap; margin-bottom:-400px;}
.ul_top07-af .intro { width:100%; text-align:center; margin-bottom:40px;}
.ul_top07-af .intro .ttl { line-height:1.5; margin:0 auto 32px;}
.ul_top07-af .intro .ttl big { margin:0;}
.ul_top07-af .intro .ttl span { color:#666; display:block; margin-top:24px;}
.ul_top07-af li { width:calc(94% / 3); margin-right:3%; font-size:/*88%*/; padding-bottom:40px; position:relative;}
.ul_top07-af li:nth-of-type(3n) { margin-right:0;}
.ul_top07-af li .ttl { text-align:center; margin:16px auto 8px;}
.ul_top07-af li a { position:absolute; bottom:0; right:0; padding-right:24px;}
.ul_top07-af li a:before,
.ul_top07-af li a:after { content:""; width:16px; height:1px; margin:0 auto; display: block; background:#000; position:absolute; right:0; bottom:10px;}
.ul_top07-af li a:after { width:5px; transform:rotate(45deg); bottom:12px;}
.ul_top07-af .btn { margin-top:60px;}
@media screen and (max-width:768px) {
	.ul_top07-af { background-repeat:no-repeat; margin:40px auto 340px; padding-top:40px;}
	.ul_top07-af .wrap { padding:30px 16px;}
	.ul_top07-af .intro .ttl { font-size:16.5px;}
	.ul_top07-af .intro .ttl span { letter-spacing:-.05em;}
	.ul_top07-af li { width:100%; font-size:inherit; margin-right:0; padding-bottom:0; margin-bottom:32px;}
	.ul_top07-af li:last-of-type { margin-bottom:0;}
	.ul_top07-af li p:last-of-type { margin:0;}
	.ul_top07-af .btn { margin-top:40px;}
}

.ul_top08-af { position:relative; display:flex; flex-wrap:wrap; justify-content:space-between; width:80%; margin:80px auto; padding-bottom:100px; z-index:0;} 
.ul_top08-af:before { content:""; display:block; background:#f5f5f5; width:320px; height:560px; position:absolute; bottom:0; left:-10vw; z-index:-1;}
.ul_top08-af .left { width:32%;} 
.ul_top08-af .right { width:60%;}
.ul_top08-af li { display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:24px; font-size:88%;}
.ul_top08-af li .img { width:36%;}
.ul_top08-af li .txt { width:60%;}
.ul_top08-af li .txt .ttl { margin:0 0 8px;}
.ul_top08-af li .txt .ttl span { border-bottom:1px solid; margin-right:16px;}
@media screen  and (max-width:768px) {
	.ul_top08-af { padding-bottom:40px; margin:40px auto;}
	.ul_top08-af:before { width:100%; height:70%;}
	.ul_top08-af .left { width:100%; margin-bottom:24px;}
	.ul_top08-af .right { width:100%;}
	.ul_top08-af li .img { width:100%; margin-bottom:12px;}
	.ul_top08-af li .txt { width:100%;}
	.ul_top08-af li .txt .ttl { display:flex; flex-direction:column; align-items:center;}
	.ul_top08-af li .txt .ttl span { margin:0 auto 4px;}
	
}

.ul_top09-af { display:flex; flex-wrap:wrap; width:80%; margin:80px auto; position:relative; z-index:0;}
.ul_top09-af:before { content:""; display:block; width:calc(100% + 260px); height:91%; background:#f5f5f5; position:absolute; left:-80px; bottom:0; z-index:-1;}
.ul_top09-af .ttl.main { width:100%; margin:0 auto 80px -80px;}
.ul_top09-af .ttl.main big { margin:0; font-size:60px; color:#ddd; line-height:1;}
.ul_top09-af li { width:calc(94% / 3); margin-right:3%; margin-bottom:40px; font-size:88%;}
.ul_top09-af li:nth-of-type(3n) { margin-right:0;}
.ul_top09-af li .ttl { margin:-20px auto 24px; position:relative; text-align:center;}
.ul_top09-af li .ttl .num { width:40px; height:40px; background:#001785; display:block; border-radius:50%; color:#fff; font-size:8px; letter-spacing:0; line-height:1.2; display:flex; flex-direction:column; align-items:center; justify-content:center; margin:0 auto 24px;}
.ul_top09-af li .ttl .num big { font-size:16px; line-height:1; margin:0; border-top:.5px solid; width:fit-content; padding:0 4px;}
@media screen  and (max-width:768px) {
	.ul_top09-af { margin:40px auto;}
	.ul_top09-af:before { height:94%;}
	.ul_top09-af .ttl.main { width:calc(100% + 32px); margin:0 auto 24px -32px;}
	.ul_top09-af .ttl.main big { font-size:32px;}
	.ul_top09-af li { width:100%; margin-right:0; margin-bottom:32px;}
	.ul_top09-af li .ttl { margin-bottom:8px;}
	.ul_top09-af li .ttl .num { margin-bottom:12px;}
}

.dl_top02-af { background:#f5f5f5; width:80%; padding:1px 80px 40px; margin:calc(80px + 36px) auto 80px;}
.dl_top02-af .ttl { text-align:center; margin-top:-36px;}
.dl_top02-af .ttl big { margin:0; line-height:1.5;}
.dl_top02-af .ttl small { margin:0;}
.dl_top02-af .intro { text-align:center;}
.dl_top02-af dt { margin-top:60px; display:flex; align-items:baseline; border-bottom:.5px solid; padding:0 24px 12px; font-weight:500; color:#001785;}
.dl_top02-af dt .q { padding-right:8px; font-size:24px;}
.dl_top02-af dd { display:flex; align-items:baseline; padding:4px 24px 0; font-size:88%;}
.dl_top02-af dd .a { padding-right:8px; font-size:24px; color:#808080;}
.dl_top02-af .btn { background:#fff; margin-top:60px;}
@media screen  and (max-width:768px) {
	.dl_top02-af { width:100%; padding:1px 20px 20px; margin:calc(40px + 20px) auto 40px;}
	.dl_top02-af .ttl  { margin-top:-20px;}
	.dl_top02-af dt { margin-top:24px; padding:0 8px 8px;}
	.dl_top02-af dt .q { font-size:18px;}
	.dl_top02-af dd { padding:4px 8px 0;}
	.dl_top02-af dd .a  { font-size:18px;}
	.dl_top02-af .btn { margin-top:40px;}
}

.sec_Top01 { background:#001785; padding:80px 0;}
.sec_Top01 .inner { display:flex; flex-wrap:wrap; justify-content:space-between; background:rgba(255,255,255,.9); padding:40px; border-radius:12px;}
.sec_Top01 .left { width:200px;}
.sec_Top01 .left .ttl { margin-top:0;}
.sec_Top01 .left .ttl big { line-height:1.2;}
.sec_Top01 .left .link { position:relative; padding-right:60px;}
.sec_Top01 .left .link:after { content:"→"; width:40px; height:40px; background:red; color:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center; position:absolute; right:0; top:0; bottom:0; font-size:initial; visibility:initial; margin:auto;}
.sec_Top01 .cont { width:calc(100% - 280px);}
.sec_Top01 .wp-show-posts-single.post { background:#fff; padding:20px 24px 16px; border-bottom:0; border-radius:10px; margin:0 0 16px!important; position:relative;}
.sec_Top01 .wp-show-posts-single.post:last-of-type { margin-bottom:0!important;}
.sec_Top01 .wp-show-posts-inner header { display:flex; flex-wrap:wrap; flex-direction:row-reverse; justify-content:space-between; width:100%; margin:0;}
.sec_Top01 .wp-show-posts-entry-meta { width:300px; display:flex;}
.sec_Top01 .wp-show-posts-posted-on.wp-show-posts-meta { width:120px; margin-right:20px;}
.sec_Top01 .wp-show-posts-separator { display:none;}
.sec_Top01 .wp-show-posts-terms.wp-show-posts-meta { width:calc(100% - 140px); display:flex; flex-wrap:wrap;}
.sec_Top01 .wp-show-posts .wp-show-posts-entry-title { width:calc(100% - 320px); margin:0;}
.sec_Top01 .wp-show-posts .wp-show-posts-entry-title a { display:block; color:#000; position:relative; padding-right:60px;}
.sec_Top01 .wp-show-posts .wp-show-posts-entry-title a:after { content:"→"; width:40px; height:40px; background:#001785; color:#fff; border-radius:50%; display:flex; align-items:center; justify-content:center; position:absolute; right:0; top:0; bottom:0; font-size:initial; visibility:initial; margin:auto;}
.sec_Top01 .wp-show-posts-terms.wp-show-posts-meta a { background:#e7e9f4; color:/*#fff*/; font-size:86%; padding:2px; border-radius:20px; border:1px solid; position:/*absolute*/; height:fit-content; width:74px; text-align:center; letter-spacing:0; margin:0 4px 4px 0px;}
.sec_Top01 .wp-show-posts-terms.wp-show-posts-meta a:last-of-type { margin-bottom:0;}
.sec_Top01 .wp-show-posts-terms a[href$="/category/news/"] {background-color:#0095d8;}
.sec_Top01 .wp-show-posts-terms a[href$="/category/works/"] {background-color:#444;}
@media screen and (max-width:768px) {
	.sec_Top01 { padding:40px 0;}
	.sec_Top01 .inner { padding:20px;}
	.sec_Top01 .left { width:100%; display:flex; justify-content:space-between; align-items:center;}
	.sec_Top01 .ttl { width:fit-content; margin-top:0;}
	.sec_Top01 .ttl big { line-height:1.5; margin-bottom:12px;}
	.sec_Top01 .cont { width:100%;}
	.sec_Top01 .wp-show-posts-single.post { padding:12px 16px;}
	.sec_Top01 .wp-show-posts-inner header { flex-direction:column-reverse; overflow:initial;}
	.sec_Top01 .wp-show-posts .wp-show-posts-entry-title { width:100%; text-align:left!important; margin-top:0; overflow:initial;}
	.sec_Top01 .wp-show-posts .wp-show-posts-entry-title a { padding-right:30px;}
	.sec_Top01 .wp-show-posts .wp-show-posts-entry-title a:after { width:30px; height:30px; right:-8px;}
	.sec_Top01 .wp-show-posts-posted-on.wp-show-posts-meta { width:100px; letter-spacing:0; margin-right:12px;}
	.sec_Top01 .wp-show-posts-terms.wp-show-posts-meta a { width:fit-content; letter-spacing:-.05em;}
}




/*    サービス　service
----------------------------------------*/
/* service1-ah */
.ul_serv01-ah { position:relative; padding:80px 0; z-index:0; margin:80px auto;}
.ul_serv01-ah .bg-img img { opacity:1;}
.ul_serv01-ah .ttl.main { text-align:center; color:#001785; margin:0 auto 40px;}
.ul_serv01-ah .box { background:rgba(244,244,244,0.8); padding:50px;}
.ul_serv01-ah li { display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:20px;}
.ul_serv01-ah li:last-of-type { margin-bottom:0;}
.ul_serv01-ah li .num { width:160px; height:160px; background:#001785; color:#fff; display:flex; justify-content:center; align-items:center;}
.ul_serv01-ah li .txt { width:calc(100% - 180px);}
.ul_serv01-ah li .txt .ttl { margin:0 0 16px;}
@media screen and (max-width:768px) {
	.ul_serv01-ah { padding:40px 0 60px; margin:40px auto;}
	.ul_serv01-ah .ttl.main { margin-bottom:24px;}
	.ul_serv01-ah .ttl.main small { margin:0;}
	.ul_serv01-ah .box { padding:25px;}
	.ul_serv01-ah li { margin-bottom:30px;}
	.ul_serv01-ah li .num { width:100%; height:50px; margin-bottom:20px;}
	.ul_serv01-ah li .txt { width:100%;}
}


/* service2-ah */
.sec_serv01-ah { background:#f5f5f5; padding:80px 0; margin:80px auto;}
.sec_serv01-ah .inner { display:flex; flex-wrap:wrap; align-items:flex-start; justify-content:space-between;}
.sec_serv01-ah .ttl.main { width:100%; text-align:center; margin-top:0;}
.sec_serv01-ah .txt { width:48%;}
.sec_serv01-ah .txt .ttl { color:#001785; margin-top:0;}
.sec_serv01-ah .img { width:48%; position:relative;}
.sec_serv01-ah .img .name { background:#fff; padding:24px 48px; text-align:center; position:absolute; bottom:0; right:0;}
.sec_serv01-ah .img .name small { display:block; line-height:1.5;}
@media screen and (max-width:768px) {
	.sec_serv01-ah { padding:40px 0; margin:40px auto;}
	.sec_serv01-ah .inner { flex-direction:column-reverse;}
	.sec_serv01-ah .ttl.main { margin-bottom:16px;}
	.sec_serv01-ah .txt { width:100%;}
	.sec_serv01-ah .txt .ttl { text-align:center;}
	.sec_serv01-ah .img { width:85%; margin:0 auto 20px;}
	.sec_serv01-ah .img .name { padding:16px 32px;}
}

.ul_serv02-ah { display:flex; flex-wrap:wrap; margin:80px auto;}
.ul_serv02-ah .ttl.main { width:100%; text-align:center; margin-bottom:40px;}
.ul_serv02-ah .ttl.main small { color:#001785;}
.ul_serv02-ah li { width:calc(92% / 3); margin-right:4%;}
.ul_serv02-ah li:nth-of-type(3n) { margin-right:0;}
.ul_serv02-ah li .ttl.ldeco { color:#001785; border-bottom:1px solid; padding-left:20px; padding-bottom:16px; line-height:1.2;}
.ul_serv02-ah li .ttl.ldeco:before { background:#001785; width:6px; height:calc(100% - 16px); bottom:auto;}
@media screen and (max-width:768px) {
	.ul_serv02-ah { margin:40px auto;}
	.ul_serv02-ah li { width:100%; margin-right:0; margin-bottom:32px;}
	.ul_serv02-ah li:last-of-type { margin-bottom:0;}
}

.ul_serv03-ah { position:relative; background:/*#001785*/; color:#fff; padding:80px 0; z-index:0; margin:80px auto;}
.ul_serv03-ah:before { content:""; background:#001785; width:100%; height:calc(100% - 160px); position:absolute; top:0; left:0; z-index:-1;}
.ul_serv03-ah .inner { display:flex; flex-wrap:wrap; margin:0 0 0 auto; max-width:94%;}
.ul_serv03-ah .intro { width:100%; margin-bottom:60px;}
.ul_serv03-ah .intro .ttl { margin-top:0;}
.ul_serv03-ah li { width:32%; margin-right:2%; position:relative; padding:32px; font-size:88%; background:#000; z-index:0;}
.ul_serv03-ah li:nth-of-type(3n) { margin-right:0;}
.ul_serv03-ah li .icon { width:50px; margin:-52px auto 0;}
.ul_serv03-ah li .ttl { text-align:center; margin:86px 0 54px;}
@media screen and (max-width:768px) {
	.ul_serv03-ah { padding:40px 0; margin:40px auto;}
	.ul_serv03-ah:before { height:100%;}
	.ul_serv03-ah .inner { margin:0 auto; max-width:88%;}
	.ul_serv03-ah li { width:100%; margin-right:0; margin-bottom:40px;}
	.ul_serv03-ah li:last-of-type { margin-bottom:0;}
}


/* service3-ah */
.ul_serv04-ah { background:#f5f5f5; padding:80px 0;}
.ul_serv04-ah .intro { margin-bottom:40px;}
.ul_serv04-ah .intro .ttl { width:100%; margin-top:0;}
.ul_serv04-ah li { background:#fff; padding:40px; border-radius:10px; display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:20px;}
.ul_serv04-ah li:last-of-type { margin-bottom:0;}
.ul_serv04-ah li .txt { width:66%;}
.ul_serv04-ah li .txt .ttl { display:flex; flex-wrap:wrap; align-items:flex-start; line-height:1.5; margin:0 0 32px;}
.ul_serv04-ah li .txt .ttl .num { font-size:12px; width:/*100px*/; background:#001785; color:#fff; padding:2px 8px; border-radius:4px; text-align:center; margin-right:20px; margin-bottom:4px;}
.ul_serv04-ah li .txt .ttl .txt { width:100%/*calc(100% - 120px)*/; color:#001785;}
.ul_serv04-ah li .img { width:30%;}
.ul_serv04-ah li .img img { border-radius:10px; width:100%; height:32vh; object-fit:cover;}

.ul_serv04-ah.flex .inner { display:flex; flex-wrap:wrap;}
.ul_serv04-ah.flex li { width:32%; margin-right:2%; flex-direction:column-reverse; justify-content:flex-end;}
.ul_serv04-ah.flex li:nth-of-type(3n) { margin-right:0;}
.ul_serv04-ah.flex li .img { width:100%; margin-bottom:24px;}
.ul_serv04-ah.flex li .txt { width:100%;}
.ul_serv04-ah.flex li .txt .ttl { margin-bottom:16px;}
@media screen and (max-width:768px) {
	.ul_serv04-ah { padding:40px 0;}
	.ul_serv04-ah li { padding:0 20px 20px;}
	.ul_serv04-ah li .txt { width:100%; margin-bottom:20px;}
	.ul_serv04-ah li .txt .ttl { flex-direction:column; margin-bottom:20px;}
	.ul_serv04-ah li .txt .ttl .num { border-radius:0 0 4px 4px; margin:0 0 16px;}
	.ul_serv04-ah li .txt .ttl .txt { width:100%;}
	.ul_serv04-ah li .img { width:100%;}
	.ul_serv04-ah li .img img { border-radius:6px; height:auto;}
	
	.ul_serv04-ah.flex .inner li { width:100%; padding:20px; margin-right:0;}
	.ul_serv04-ah.flex li .txt { margin-bottom:0;}
	.ul_serv04-ah.flex li .txt .ttl { flex-direction:row; margin-bottom:8px;}
	.ul_serv04-ah.flex li .txt .ttl .num { border-radius:4px; margin:0 8px 0 0;}
	.ul_serv04-ah.flex li .txt .ttl .txt { margin-bottom:0;}
}


.ul_serv05-ah { display:flex; flex-wrap:wrap; margin:80px auto;}
.ul_serv05-ah .intro { width:100%; margin-bottom:24px;}
.ul_serv05-ah .intro .ttl { margin-top:0;}
.ul_serv05-ah li { width:32%; margin-right:2%; margin-bottom:32px;}
.ul_serv05-ah li:nth-of-type(3n) { margin-right:0;}
.ul_serv05-ah li .img { background:#d2f3ff; padding:10px; border-radius:4px;}
.ul_serv05-ah li .img img { border-radius:4px; width:100%; height:36vh; object-fit:cover;}
.ul_serv05-ah li .img img.frame { border-color:#d2f3ff;}
.ul_serv05-ah li .img img.icon { width:150px; height:auto; margin-bottom:24px;}
.ul_serv05-ah li .txt { background:#fff; width:calc(100% - 60px); border-radius:10px; padding:16px 8px 0; position:relative; margin:-24px auto 0;}
.ul_serv05-ah li .txt .ttl { color:#001785; text-align:center; letter-spacing:0; line-height:1.5; margin:0 0 12px;}
.ul_serv05-ah li .txt .btn { background:#001785; color:#fff; border:0; border-radius:30px;}
.ul_serv05-ah.col2 li .img img { height:48vh;}
@media screen and (max-width:768px) {
	.ul_serv05-ah { margin:40px auto;}
	.ul_serv05-ah li { width:100%; margin:0 0 24px;}
	.ul_serv05-ah li:last-of-type { margin-bottom:0;}
	.ul_serv05-ah li .img img { height:auto;}
	.ul_serv05-ah.col2 li .img img { height:auto;}
}


/* service4-ah */
.sec_serv41-ah { background:#f5f5f5; padding:80px 0;}
.sec_serv41-ah .ttl.main { text-align:center; margin:0 0 40px;}
.sec_serv41-ah .ttl.main .tcolor1 { display:block;}
.sec_serv41-ah .box { background:#fff; padding:40px 24px; border-radius:10px; box-shadow:0 0 4px rgba(0,0,0,0.16); display:flex; flex-wrap:wrap; align-items:center; justify-content:center;}
.sec_serv41-ah .box .logo { margin:0 16px 24px 16px;}
.sec_serv41-ah .box .logo img { max-height:24px;}
.sec_serv41-ah .box .btn { background:#001785; color:#fff; border-radius:30px; margin-bottom:0;}


.sec_serv42-ah { background:#eee; padding:80px 0;}
.sec_serv42-ah .ttl.main { display:flex; align-items:center; justify-content:center; margin:0 0 40px;}
.sec_serv42-ah .ttl.main img.deco { max-width:72px; margin:0 0 0 24px;}
.sec_serv42-ah .table { border-collapse:collapse; table-layout:fixed; width:100%; font-weight:bold; text-align:center; margin-top:26px;}
.sec_serv42-ah .table th { padding:1em .8em;}
.sec_serv42-ah .table td { padding:1em;}
.sec_serv42-ah .table thead th { background:#fff; border:0; font-size:116%; padding:24px 0.5em 1em; line-height:1.5; text-align:center;}
.sec_serv42-ah .table thead th:nth-of-type(2n+1) { background:#f5f5f5;}
.sec_serv42-ah .table thead th:first-of-type { background:initial;}
.sec_serv42-ah .table thead th span { font-size:.8rem;}
.sec_serv42-ah .table thead th.focus { border:3px solid #001785; border-bottom:0;}
.sec_serv42-ah .table tbody th,
.sec_serv42-ah .table tbody td { border:0; text-align:center;}
.sec_serv42-ah .table tbody td { background:#fff;}
.sec_serv42-ah .table tbody td:nth-of-type(2n) { background:#f5f5f5;}
.sec_serv42-ah .table tbody td .tbig { font-size:200%; line-height:1;}
.sec_serv42-ah .table tbody td.focus { border-right:3px solid #001785; border-left:3px solid #001785;}
.sec_serv42-ah .table tbody tr:last-of-type td.focus { border-bottom:3px solid #001785; padding-bottom:32px;}
.sec_serv42-ah .table tbody .icon { color:#001785;}
@media screen and (max-width:768px) {
	.sec_serv42-ah .table.sp-sort { }
	.sec_serv42-ah .table.sp-sort thead { display:none;} 
	.sec_serv42-ah .table.sp-sort th,
	.sec_serv42-ah .table.sp-sort td { display:block; border:0; border-bottom:1px solid #ddd; padding:14px;} /* SP④ 縦に並べ替え */
	.sec_serv42-ah .table.sp-sort th { background:#666!important; color:#fff;}
	.sec_serv42-ah .table.sp-sort td { display:flex; align-items:flex-start; text-align:left;}
	.sec_serv42-ah .table.sp-sort td:before { content:attr(data-label); background:#eee; color:#001785; font-weight:bold; display:inline-block; width:22%; text-align:center; letter-spacing:0; margin-right:6px; padding:2px; border-radius:50px; }
	.sec_serv42-ah .table.sp-sort td .cont { width:76%;} 
	.sec_serv42-ah .table tbody td.focus { border:3px solid #001785;}
}


.ul_serv41-ah { display:flex; flex-wrap:wrap; margin:80px auto;}
.ul_serv41-ah li { width:calc(94% / 3); margin-right:3%; border:2px solid #001785; border-radius:10px; position:relative;}
.ul_serv41-ah li:last-of-type { margin-right:0;}
.ul_serv41-ah li .deco { width:72px; height:72px; border-radius:50%; background:#001785; color:#fff; line-height:1.3; font-size:13px; display:flex; flex-direction:column; justify-content:center; align-items:center; position:absolute; top:-8px; left:-16px;}
.ul_serv41-ah li .deco i { font-size:18px; color:yellow; margin-right:0;}
.ul_serv41-ah li .ttl { background:#777; color:#fff; text-align:center; padding:2px; border-radius:8px 8px 0 0; min-height:50px; display:flex; align-items:center; justify-content:center; margin:0;}
.ul_serv41-ah li .cont { padding:4px 12px 12px; text-align:center; font-size:14px; letter-spacing:0; line-height:1.6;}
.ul_serv41-ah li .cont b.tred { font-size:110%;}
.ul_serv41-ah li .cont .tsmall { font-size:12px;}
.ul_serv41-ah li .price { margin:0;}
.ul_serv41-ah li .price b { font-size:20px;}
.ul_serv41-ah li .price .tbig { font-size:36px; font-weight:700;}
.ul_serv41-ah li .price .yen { font-size:26px;}
@media screen and (max-width:768px) {
	.ul_serv41-ah { margin:40px auto;}
	.ul_serv41-ah li { width:100%; margin-right:0; margin-bottom:40px;}
	.ul_serv41-ah li:last-of-type { margin-bottom:0;}
}

.ul_serv42-ah { display:flex; flex-wrap:wrap; margin:80px auto;}
.ul_serv42-ah li { width:32%; margin-right:2%; border-top:8px solid #001785; border-bottom:3px solid #001785; background:#f5f5f5; padding:40px 20px; text-align:center;}
.ul_serv42-ah li:last-of-type { margin-right:0;}
.ul_serv42-ah li .ttl { text-align:center; margin:0 0 16px;}
.ul_serv42-ah li dl dt { background:#fff; border:1px solid; border-radius:30px; padding:0 16px; color:#001785; text-align:center; margin-bottom:24px;}
.ul_serv42-ah li dl dd { display:flex; align-items:flex-end; justify-content:center;}
.ul_serv42-ah li dl dd .tbig { color:#001785; font-size:56px; width:fit-content; line-height:1; font-weight:700;}
.ul_serv42-ah li dl dd .tsmall { font-size:11px; width:50px; line-height:1.5;}
.ul_serv42-ah li dl dd .tsmall b { font-size:18px;}
.ul_serv42-ah li .link { color:#001785;}
.ul_serv42-ah li .banner img { max-width:200px;}

.ul_serv42-ah li.x2 { width:66%; border-color:#004BB8; padding:40px;}
.ul_serv42-ah li.x2 dl dt { color:#004BB8;}
.ul_serv42-ah li.x2 dl dd .tbig { color:#004BB8;}
.ul_serv42-ah li.x2 .link { color:#004BB8;}

/* service ab */
.ul_serv02-ab { display:flex; flex-wrap:wrap; margin:40px auto 80px;}
.ul_serv02-ab .ttl.ab01 { width:100%; margin:0 auto 40px;}
.ul_serv02-ab .ttl.ab02 small { margin:8px 0;}
.ul_serv02-ab .ttl.main { width:100%; text-align:center;}
.ul_serv02-ab li { width:32%; margin-right:2%; margin-bottom:30px; background:#fff; padding:0 16px 40px; border:2px solid #001785; border-radius:5px; box-shadow:3px 3px 0px 0px rgb(0 0 0 / 15%); position:relative;}
.ul_serv02-ab li:nth-of-type(3n) { margin-right:0;}
.ul_serv02-ab li .ttl.ab02 { margin-top:-16px;}
.ul_serv02-ab li p:last-of-type { margin-bottom:0;}

.ul_serv02-ab li.w100 { padding:30px 80px 30px 40px; margin-right:0;}
.ul_serv02-ab li.w100:after { content:"\f138"; width:50px; height:100%; background-color:#001785; display:flex; justify-content:center; align-items:center; position:absolute; top:0; right:0; font-family:"Font Awesome 5 Free"; font-weight:700; color:#fff; font-size:24px;}
.ul_serv02-ab li.w100.nolink { padding:30px 40px;}
.ul_serv02-ab li.w100.nolink:after { display:none;}
.ul_serv02-ab li.w100.nolink:last-of-type { margin-bottom:0;}
.ul_serv02-ab li.w100 .ttl.ab02 { color:#001785; padding:0 0 16px 76px; border-bottom:1px solid #ccc; margin:0 0 20px; text-align:left; position:relative; z-index:0;}
.ul_serv02-ab li.w100 .ttl.ab02 .icon { position:absolute; left:0; bottom:0; z-index:-1;}
.ul_serv02-ab li.w100 .btn { margin-left:0; margin-right:auto;}
.ul_serv02-ab li.w100 .col2 .item,
.ul_serv02-ab li.w100 .col3 .item { margin-bottom:0; border-bottom:1px solid #ddd;}

.ul_serv02-ab.noicon li { padding:0 12px 16px;}
.ul_serv02-ab.noicon li .ttl.ab02 { margin-top:24px;}
.ul_serv02-ab.noicon li.w100 .ttl.ab02 { padding-left:0; margin-top:0;}
@media screen and (max-width:768px) {
	.ul_serv02-ab { margin:0 auto 40px;}
	.ul_serv02-ab .ttl.ab01 { margin-bottom:24px;}
	.ul_serv02-ab li { width:100%; margin-right:0; padding:16px; margin-bottom:16px;}
	.ul_serv02-ab li:last-of-type { margin-bottom:0;}
	.ul_serv02-ab li .ttl.ab02 { margin-top:0; display:flex; align-items:center; text-align:left; margin:0 0 8px; line-height:1.5; letter-spacing:0; font-size:18px;}
	.ul_serv02-ab li .ttl.ab02 .icon { margin:0 16px 0 0;}
	.ul_serv02-ab li .ttl.ab02 small { margin:0 0 4px;}
	
	.ul_serv02-ab li.w100 { padding:16px 16px 60px;}
	.ul_serv02-ab li.w100:after { content:"詳しく見る　\f138"; width:100%; height:34px; top:auto; bottom:0; font-size:12px;}
	.ul_serv02-ab li.w100.nolink { padding:16px;}
	.ul_serv02-ab li.w100 .ttl.ab02 { padding:0 0 10px 46px; display:block;}
	.ul_serv02-ab li.w100 .ttl.ab02 .icon { max-height:36px;}
	.ul_serv02-ab li.w100 .btn { margin-left:auto;}
}


/*    選ばれる理由　reason
----------------------------------------*/
/* reason1-ah */
.ul_rsn01-ah { background:#f5f5f5; padding:80px 0 40px;}
.ul_rsn01-ah .wrap { display:flex; flex-wrap:wrap;}
.ul_rsn01-ah .ttl.main { width:100%; text-align:center; margin:0 auto 40px;}
.ul_rsn01-ah li { width:33%; background:#fff; padding:1px 20px 20px; margin:30px .5% 40px 0; position:relative; padding-bottom:calc(25vh + 20px);}
.ul_rsn01-ah li:nth-of-type(3n) { margin-right:0;}
.ul_rsn01-ah li .num { width:54px; height:54px; font-size:24px; color:#fff; background:#001785; font-weight:700; display:flex; justify-content:center; align-items:center; margin:-30px auto 16px;}
.ul_rsn01-ah li .ttl { text-align:center; color:#001785; margin:8px auto 16px;}
.ul_rsn01-ah li .img { height:25vh; width:calc(100% - 40px); position:absolute; bottom:20px;}
.ul_rsn01-ah li .img img { width:100%; height:100%; object-fit:cover;}
@media screen and (max-width:768px) {
	.ul_rsn01-ah { padding:40px 0;}
	.ul_rsn01-ah .ttl.main { margin-bottom:24px;}
	.ul_rsn01-ah li { width:100%; margin-right:0; margin-bottom:20px; padding-bottom:20px;}
	.ul_rsn01-ah li .img { position:relative; width:100%; height:auto; bottom:initial;}
	.ul_rsn01-ah li .img img { height:auto;}
}

.ul_rsn02-ah { display:flex; flex-wrap:wrap; margin:80px auto;}
.ul_rsn02-ah .intro { width:100%; text-align:center; font-size:116%; position:relative; padding:80px 0; z-index:0;}
.ul_rsn02-ah .intro .ttl { margin-top:0;}
.ul_rsn02-ah .ttl.main { width:100%; text-align:center; margin-top:0;}
.ul_rsn02-ah li { width:calc(100% / 3); position:relative;}
.ul_rsn02-ah li .title { position:relative;}
.ul_rsn02-ah li .title .img { background:#000; overflow:hidden; width:100%; height:36vh; z-index:0; margin:0;}
.ul_rsn02-ah li .title .img img { width:100%; height:100%; object-fit:cover; opacity:.6; transition:transform .6s ease;}
.ul_rsn02-ah li .title .ttl { width:calc(100% - 80px); display:flex; flex-wrap:wrap; align-items:center;color:#fff; line-height:1.5; position:absolute; left:30px; bottom:30px;}
.ul_rsn02-ah li .title .ttl .num { font-size:70px; line-height:1; color:rgba(255,255,255,.2); margin-right:16px;}
.ul_rsn02-ah li .title .ttl .txt { }
.ul_rsn02-ah li .title .btn { width:50px; height:50px; min-width:0; border:0; background:#fff; color:#001785; font-weight:bold; font-family:'Font Awesome 5 Free'; display:flex; align-items:center; justify-content:center; position:absolute; bottom:.5px; right:.5px; z-index:0;}
.ul_rsn02-ah li .title .btn i { margin:0;}
.ul_rsn02-ah li .title .btn:after { content:''; width:100%; height:100%; background:#001785; position:absolute; top:0; left:0; transform:scale(0, 1); transform-origin:left top; transition:.2s cubic-bezier(0.45, 0, 0.55, 1); z-index:-1;}
.ul_rsn02-ah li .text { padding:30px 40px; position:relative;}
.ul_rsn02-ah li .text:after { content:''; background:#ddd; width:1px; height:80px; position:absolute; right:0; top:0; bottom:0; margin:auto;}
.ul_rsn02-ah li:last-of-type .text:after { display:none;}
.ul_rsn02-ah li:hover .title .img img { transform:scale(1.1);}
.ul_rsn02-ah li:hover .title .btn { color:#fff;}
.ul_rsn02-ah li:hover .title .btn:after { transform:scale(1, 1);}
@media screen and (max-width:768px) {
	.ul_rsn02-ah { margin:40px auto;}
	.ul_rsn02-ah .intro { padding:40px 0;}
	.ul_rsn02-ah li { width:100%;}
	.ul_rsn02-ah li .title .img { height:32vh;}
	.ul_rsn02-ah li .title .ttl { width:calc(100% - 65px); margin:0 auto; bottom:24px; line-height:1.5;}
	.ul_rsn02-ah li .title .ttl .num { font-size:46px; margin-right:8px;}
	.ul_rsn02-ah li .title .btn { width:35px; height:35px;}
	.ul_rsn02-ah li .text { padding:12px 16px;}
	
	.ul_rsn02-ah.sp-col2 li { width:48%!important; margin-right:4%!important;}
	.ul_rsn02-ah.sp-col2 li:nth-of-type(3n) { margin-right:4%!important;}
	.ul_rsn02-ah.sp-col2 li:nth-of-type(2n) { margin-right:0!important;}
	.ul_rsn02-ah.sp-col2 li .title { width:/*calc(100% - 35px)*/; left:/*16px*/;}
	.ul_rsn02-ah.sp-col2 li .title .ttl { width:calc(100% - 24px); bottom:auto; top:24px; left:12px;}
	.ul_rsn02-ah.sp-col2 li .title .ttl .num { width:100%; margin-bottom:16px;}
	.ul_rsn02-ah.sp-col2 li .title .ttl .txt { text-align:center; font-size:16px;}
}


.ul_rsn03-ah { position:relative; display:flex; flex-wrap:wrap; padding:1px 0 80px; z-index:0; margin:80px auto;}
.ul_rsn03-ah:after { content:""; background:#f5f5f5; width:100vw; height:calc(100% - 132px); position:absolute; top:132px; left:50%; transform:translateX(-50%); z-index:-1;}
.ul_rsn03-ah li { width:50%; position:relative;}
.ul_rsn03-ah li .img { overflow:hidden; width:100%; height:40vh; z-index:0;}
.ul_rsn03-ah li .img img { width:100%; height:100%; object-fit:cover; transition:transform .6s ease;}
.ul_rsn03-ah li .txt { background:#fff; padding:36px 60px; border-right:1px solid #eee;}
.ul_rsn03-ah li .txt .ttl { padding-left:40px; position:relative; margin:0;}
.ul_rsn03-ah li .txt .ttl i { background:#081F4F; color:#fff; width:18px; height:18px; display:flex; align-items:center; justify-content:center; font-size:12px; position:absolute; left:0; top:12px;}
.ul_rsn03-ah li:nth-of-type(2n) { border-right:0;}
.ul_rsn03-ah li:hover .img img { transform:scale(1.1);}
@media screen and (max-width:768px) {
	.ul_rsn03-ah { padding:40px 0; margin:40px auto;}
	.ul_rsn03-ah li { width:100%;}
	.ul_rsn03-ah li .img { height:28vh;}
	.ul_rsn03-ah li .txt { padding:24px 16px;}
	.ul_rsn03-ah li .txt .ttl { padding-left:28px; letter-spacing:0; line-height:1.5;}
	.ul_rsn03-ah li .txt .ttl i { top:7px;}
}


.ul_rsn04-ah { display:flex; flex-wrap:wrap; margin:80px auto;}
.ul_rsn04-ah .intro { width:100%; text-align:center; margin-bottom:40px;}
.ul_rsn04-ah .intro  .ttl:first-of-type { margin-top:0;}
.ul_rsn04-ah li { width:32%; margin-right:2%;}
.ul_rsn04-ah li:nth-of-type(3n) { margin-right:0;}
.ul_rsn04-ah li .ttl { background:#f2f2f2; padding:16px 20px; position:relative; margin-top:0;}
.ul_rsn04-ah li .ttl:before,
.ul_rsn04-ah li .ttl:after { content:""; width:12px; height:5px; background-color:#001785; position:absolute; top:0; bottom:0; margin:auto; left:0;}
.ul_rsn04-ah li .ttl:after { left:auto; right:0;}
@media screen and (max-width:768px) {
	.ul_rsn04-ah { margin:40px auto;}
	.ul_rsn04-ah .intro { text-align:left;}
	.ul_rsn04-ah li { width:100%; margin-right:0; margin-bottom:40px;}
	.ul_rsn04-ah li:last-of-type  { margin-bottom:0;}
}


/*    流れ　flow
----------------------------------------*/
/* flow1-ah */
.sec_flow01-ah { position:relative; margin:80px auto;}
.sec_lp09-ah:before { content:""; background-color:#f5f5f5; width:calc(100% - ((100vw - 1000px) / 2) + 30px); height:512px; position:absolute; top:60px; left:0; z-index:-1;}
.sec_flow01-ah .inner { width:1000px;}
.sec_flow01-ah .flex { justify-content:space-between; padding-right:80px;}
.sec_flow01-ah .flex .txt { width:45%; padding-top:120px;}
.sec_flow01-ah .flex .txt .ttl { margin-top:0;}
.sec_flow01-ah .flex .txt p:last-of-type { margin-bottom:24px;}
.sec_flow01-ah .flex .img { width:40%;}
.sec_flow01-ah .box { background:#000; color:#fff; position:relative; margin:60px 0 0 80px;}
.sec_flow01-ah .box:before { content:""; background-color:#888; width:2px; height:235px; position:absolute; top:-45px; left:25px; z-index:2;}
.sec_flow01-ah .box .ttl { margin-top:0;}
@media screen and (max-width:768px) {
	.sec_flow01-ah { margin:40px auto;}
	.sec_flow01-ah:before { top:0;}
	.sec_flow01-ah .flex { padding:0;}
	.sec_flow01-ah .flex .txt { width:100%; padding-top:40px;}
	.sec_flow01-ah .flex .txt .ttl { margin-bottom:12px;}
	.sec_flow01-ah .flex .img { width:100%;}
	.sec_flow01-ah .box { margin:40px 0 0;}
	.sec_flow01-ah .box:before { width:1px; height:100px; top:-20px; left:10px;}
}

/* flow2-ah */
.sec_flow02-ah { position:relative; padding:1px 0; margin:80px auto;}
.sec_flow02-ah:before { content:""; position:absolute; width:30%; right:0; height:100%; top:0px; z-index:-1; background:#f5f5f5;}
@media screen and (max-width:768px) {
	.sec_flow02-ah { margin:40px auto;}
	.sec_flow02-ah:before { display:none;}
}

.ul_flow01-ah { background:#eee; padding:60px 40px; margin:80px auto;}
.ul_flow01-ah .ttl.balloon { position:relative; min-width:580px; background:#001785; color:#fff; padding:10px 40px; border-radius:30px; text-align:center; margin:-90px auto 40px; z-index:0;}
.ul_flow01-ah .ttl.balloon:after { border-top-color:#001785; border-left-width:30px; border-right-width:30px; left:0; transform:rotateZ(0deg); bottom:-20px; margin:auto;}
.ul_flow01-ah li { background:#fff; padding:20px 40px 40px; border-radius:20px; display:flex; flex-wrap:wrap; justify-content:space-between; position:relative; margin-bottom:74px;}
.ul_flow01-ah li:after{ content:""; background:#001785; height:calc(tan(60deg) * 34px / 2); width:60px; clip-path:polygon(0 0, 100% 0, 50% 100%); position:absolute; bottom:-50px; left:0; right:0; margin:auto;}
.ul_flow01-ah li:last-of-type { margin-bottom:0;}
.ul_flow01-ah li:last-of-type:after { display:none;}
.ul_flow01-ah li .ttl.main { width:100%; display:flex; justify-content:space-between; margin:0 0 8px;}
.ul_flow01-ah li .ttl.main .num { border:2px solid; border-radius:50%; width:70px; height:70px; display:flex; flex-direction:column; align-items:center; justify-content:center; padding:8px; line-height:1.2;}
.ul_flow01-ah li .ttl.main .num small { margin:0;}
.ul_flow01-ah li .ttl.main .txt { width:calc(100% - 90px); line-height:1.5; margin-top:16px;}
.ul_flow01-ah li .img { width:36%;}
.ul_flow01-ah li .txt { width:60%;}
.ul_flow01-ah .animated li { margin-bottom:74px;}
.ul_flow01-ah .animated:last-of-type li { margin-bottom:0;}
.ul_flow01-ah .animated:after { content:""; background:#001785; height:calc(tan(60deg) * 34px / 2); width:60px; clip-path:polygon(0 0, 100% 0, 50% 100%); position:absolute; bottom:-50px; left:0; right:0; margin:auto;}
.ul_flow01-ah .animated:last-of-type:after { display:none;}
@media screen and (max-width:768px) {
	.ul_flow01-ah { padding:60px 20px 20px; margin:60px auto 40px;}
	.ul_flow01-ah .ttl.balloon { width:100%; min-width:0;}
	.ul_flow01-ah .ttl.balloon:after { border-left-width:16px; border-right-width:16px; bottom:-12px;}
	.ul_flow01-ah li { padding:20px;}
	.ul_flow01-ah li .ttl.main { align-items:center;}
	.ul_flow01-ah li .ttl.main .num { width:54px; height:54px; margin-right:16px;}
	.ul_flow01-ah li .ttl.main .txt { width:calc(100% - 70px); letter-spacing:-.05em; margin-top:0;}
	.ul_flow01-ah li .img { width:100%; margin-bottom:8px;}
	.ul_flow01-ah li .txt { width:100%;}
}

.ul_flow02-ah { background:#fff; box-shadow:6px 6px 10px 0px rgba(0, 0, 0, 0.17); padding:100px; margin:80px auto;}
.ul_flow02-ah .ttl.main { display:flex; flex-wrap:wrap; align-items:center; position:relative; background:-webkit-linear-gradient(left, #001785, #081F4F); -webkit-background-clip:text; -webkit-text-fill-color:transparent; margin:0 0 80px;}
.ul_flow02-ah .ttl.main:before { content:""; display:inline-block; background-image:radial-gradient(circle, #001785 2.5px, transparent 2.5px); background-position:0 0; background-size:14px 14px; width:115px; height:107px; position:absolute; left:-44px; top:-20px; opacity:0.4; z-index:-1;}
.ul_flow02-ah .ttl.main big { display:inline-block; font-family:"Oswald", "Noto Sans JP", sans-serif;}
.ul_flow02-ah .ttl.main small { display:inline-block; margin:0 0 0 16px;}
.ul_flow02-ah li { position:relative; padding:1px 0 60px 120px;}
.ul_flow02-ah li:before { content:""; width: 15px; height:100%; background:#eee; margin-left:-8px; display:block; position: absolute; top:0; left:120px;}
.ul_flow02-ah li:last-of-type { padding-bottom:1px;}
.ul_flow02-ah li .num { left:0; background:linear-gradient(to right, #001785, #004BB8); color:#fff; border-radius:0; padding:5px 18px; font-weight:bold;}
.ul_flow02-ah li .num:after { border-top-color:#004BB8; top:0; bottom:0; margin:auto; right:-10px; transform:rotateZ(-90deg);}
.ul_flow02-ah li .inner { padding-left:70px; padding-top:4px; position:relative;}
.ul_flow02-ah li .inner:before { content:""; width:7px; height:7px; background:#001785; border-radius:50%; position:absolute; left:-4px; top:19px;}
.ul_flow02-ah li .inner:after { content:""; display:block; width:50px; border-bottom:1px dashed #999; position:absolute; left:5px; top:22px;}
.ul_flow02-ah li .ttl { color:#001785; margin:0 0 8px;}
@media screen and (max-width:768px) {
	.ul_flow02-ah { padding:50px 30px; margin:40px auto;}
	.ul_flow02-ah .ttl.main { margin-bottom:60px;}
	.ul_flow02-ah .ttl.main:before { width:88px; height:96px; z-index:1; left:-20px; opacity:.15;}
	.ul_flow02-ah li { padding:0 0 40px 100px;}
	.ul_flow02-ah li:before  { left:100px;}
	.ul_flow02-ah li .num { padding:2px 12px;}
	.ul_flow02-ah li .inner { padding:0 0 0 30px; line-height:1.5;}
	.ul_flow02-ah li .inner:before { top:12px;}
	.ul_flow02-ah li .inner:after { width:20px; top:14px;}
	.ul_flow02-ah li .ttl { line-height:1.5;}
}


.ul_flow03-ah { margin:80px auto;}
.ul_flow03-ah .ttl.main { text-align:center; margin-top:0;}
.ul_flow03-ah .ttl.main img.deco { max-width:100px;}
.ul_flow03-ah li { width:900px; padding:1px 0 45px 86px; position:relative; display:flex; flex-wrap:wrap; justify-content:space-between; margin:0 auto;}
.ul_flow03-ah li:after { content:""; display:block; width:4px; height:calc(100% - 76px); background-color:#001785; position:absolute; bottom:6px; left:30px;}
.ul_flow03-ah li:last-of-type:after { display:none;}
.ul_flow03-ah li .num { width:64px; height:64px; border-radius:50%; background:#001785; color:#fff; display:flex; align-items:center; justify-content:center; font-size:24px; position:absolute; left:0; top:0;}
.ul_flow03-ah li .ttl { width:100%; color:#001785; margin-top:8px;}
.ul_flow03-ah li .img { width:36%;}
.ul_flow03-ah li .txt { width:60%;}
@media screen and (max-width:768px) {
	.ul_flow03-ah { margin:40px auto;}
	.ul_flow03-ah li { width:100%; padding:1px 0 20px 48px;}
	.ul_flow03-ah li:last-of-type { padding-bottom:0;}
	.ul_flow03-ah li:after { width:1.5px; height:calc(100% - 48px); left:18px;}
	.ul_flow03-ah li .num { width:36px; height:36px;}
	.ul_flow03-ah li .ttl { margin:0 0 16px;}
	.ul_flow03-ah li .img { width:100%; margin-bottom:16px;}
	.ul_flow03-ah li .txt { width:100%;}
}

.ul_flow04-ah { display:flex; flex-wrap:wrap; margin:80px auto;}
.ul_flow04-ah .ttl.main { width:100%; text-align:center; margin-top:0;}
.ul_flow04-ah li { width:calc((100% - 40px * 4) / 5); margin-right:40px; background:#eee; padding:16px 8px; display:flex; flex-direction:column; align-items:center; position:relative; z-index:0;}
.ul_flow04-ah li:after { content:""; background:#eee; height:100%; width:40px; clip-path:polygon(0 0, 100% 50%, 0 100%); position:absolute; top:0; bottom:0; left:100%; margin:auto;}
.ul_flow04-ah li:nth-of-type(5n) { margin-right:0;}
.ul_flow04-ah li:last-of-type:after { display:none;}
.ul_flow04-ah li .num { background:#001785; color:#fff; width:50px; height:50px; border-radius:50%; display:flex; justify-content:center; align-items:center; margin-bottom:16px;}
.ul_flow04-ah li .img { text-align:center; margin-bottom:16px;}
.ul_flow04-ah li .img img { max-width:120px;}
.ul_flow04-ah li .txt { text-align:center; font-size:88%;}
.ul_flow04-ah li .txt .ttl { letter-spacing:-.05em; margin:0 0 8px;}
@media screen and (max-width:768px) {
	.ul_flow04-ah { margin:40px auto;}
	.ul_flow04-ah li { width:100%; margin-right:0; margin-bottom:24px;}
	.ul_flow04-ah li:after { width:1px; height:24px; left:0; right:0; top:100%; bottom:auto;}
	.ul_flow04-ah li:last-of-type { margin-bottom:0;}
}

.ul_flow05-ah { margin:80px auto;}
.ul_flow05-ah .ttl.main { display:flex; align-items:center;}
.ul_flow05-ah .ttl.main .txt { }
.ul_flow05-ah .ttl.main .txt .tbig { }
.ul_flow05-ah .ttl.main .txt .tsmall { }
.ul_flow05-ah .ttl.main .img img { width:100px; margin-left:24px;}
.ul_flow05-ah li { display:flex; flex-wrap:wrap; position:relative; padding:12px 0 0 94px; margin-bottom:30px;}
.ul_flow05-ah li:after { content:""; width:3px; height:100%; background-image:radial-gradient(circle, #ddd 2px, transparent 2px); background-position:left top; background-repeat:repeat-y; background-size:3px 16px; position:absolute; left:30px; top:32px; z-index:-1;}
.ul_flow05-ah li:last-of-type:after { display:none;}
.ul_flow05-ah li .num { width:64px; height:64px; background:#001785; color:#fff; border-radius:50%; text-align:center; position:absolute; top:0; left:0;}
.ul_flow05-ah li .num .tbig { display:block; font-size:26px; line-height:.6;}
.ul_flow05-ah li .ttl { width:260px; margin:0;}
.ul_flow05-ah li .txt { width:calc(100% - 260px);}


/*    プロフィール　profile
----------------------------------------*/

/* profile-ah */
.sec_prof01-ah { position:relative; z-index:0; margin:80px auto;}
.sec_prof01-ah .img { width:76%; position:relative; margin:0 -7% 0 auto;}
.sec_prof01-ah .img .ttl { position:absolute; top:140px; left:50px; line-height:1.5; margin:0;}
.sec_prof01-ah .img .ttl big { position:relative; display:inline-block; margin:0;}
.sec_prof01-ah .img .ttl big:after { content:""; border-top:1px solid #000; width:200px; height:1px; position:absolute; top:50%; left:calc(100% + 20px);}
.sec_prof01-ah .box { background:rgba(0,0,0,0.6); color:#fff; padding:50px; position:relative; margin-top:-200px;}
.sec_prof01-ah .box:before { content:""; width:100%; height:100%; background:#000; position:absolute; top:0; left:0; z-index:-10;}
.sec_prof01-ah .box .ttl { line-height:1.5;margin-top:0;}
@media screen and (max-width:768px) {
	.sec_prof01-ah { max-width:100%; margin:40px auto;}
	.sec_prof01-ah .img { width:100%;}
	.sec_prof01-ah .img .ttl { top:auto; bottom:64px; left:20px;}
	.sec_prof01-ah .box { padding:20px 6% 40px; margin-top:-50px;}
	.sec_prof01-ah .box .ttl big { font-size:32px;}
}

.sec_prof02-ah { display:flex; flex-wrap:wrap; justify-content:space-between; margin:80px auto;}
.sec_prof02-ah .ttl.main { width:100%; color:#fff; position:relative; z-index:0; margin:0 0 -60px;}
.sec_prof02-ah .ttl.main .wrap { width:60%; position:relative; padding:120px 8% 30px; line-height:1.2; margin-left:0;}
.sec_prof02-ah .ttl.main .bg-img img { opacity:1;}
.sec_prof02-ah .ttl.main .txt { display:block; width:fit-content; margin:0 0 0 auto;}
.sec_prof02-ah .img { width:26%; position:relative;}
.sec_prof02-ah .img img { width:100%;}

.sec_prof02-ah dl { width:70%; background:#f5f5f5; margin:0;}
.sec_prof02-ah dl .wrap { width:600px; display:flex; flex-wrap:wrap; margin:100px 200px 60px 50px;}
.sec_prof02-ah dl dt,
.sec_prof02-ah dl dd { border-bottom:1px solid #dcdcdc; padding:30px 0; margin:0;}
.sec_prof02-ah dl dt:first-of-type,
.sec_prof02-ah dl dd:first-of-type { border-top:1px solid #dcdcdc;}
.sec_prof02-ah dl dt { width:150px; font-weight:inherit;}
.sec_prof02-ah dl dd { width:calc(100% - 150px);}
.sec_prof02-ah dl .btn { margin:60px 0 0 auto;}
@media screen and (max-width:768px) {
	.sec_prof02-ah { margin:40px auto;}
	.sec_prof02-ah .ttl.main { margin-bottom:-24px;}
	.sec_prof02-ah .ttl.main .wrap { width:100%; padding:45px 6% 30px;}
	.sec_prof02-ah .ttl.main .txt { margin-left:0;}
	.sec_prof02-ah .img { width:70%;}
	.sec_prof02-ah .img img { }
	
	.sec_prof02-ah dl { width:100%; margin-top:-24px;}
	.sec_prof02-ah dl .wrap { width:100%; margin:80px auto 40px;}
	.sec_prof02-ah dl dt,
	.sec_prof02-ah dl dd { padding:15px 0;}
	.sec_prof02-ah dl dt { width:80px;}
	.sec_prof02-ah dl .btn { margin:24px auto 0;}
	.sec_prof02-ah dl dd { width:calc(100% - 80px);}
}

.ul_prof01-ah { display:flex; flex-wrap:wrap; margin:80px auto;}
.ul_prof01-ah li { width:32%; margin-right:2%; position:relative;}
.ul_prof01-ah li:nth-of-type(3n) { margin-right:0;}
.ul_prof01-ah li .ttl { letter-spacing:.3em; line-height:1.5;}
.ul_prof01-ah li .ttl .icon { width:26px; margin-right:12px;}
.ul_prof01-ah li .ttl small { display:inline-block;}
.ul_prof01-ah li .ttl.name { margin:-30px 0 0;}
.ul_prof01-ah li .ttl.name .eng { display:block; color:#fff; font-size:24px;}
.ul_prof01-ah li .ttl.name small { margin-left:16px;}
@media screen and (max-width:768px) {
	.ul_prof01-ah { margin:40px auto;}
	.ul_prof01-ah li { width:80%; margin:0 auto 40px;}
	.ul_prof01-ah li:nth-of-type(3n) { margin-right:auto;}
	.ul_prof01-ah li:last-of-type { margin-bottom:0;}
	.ul_prof01-ah li .ttl { font-size:20px;}
	.ul_prof01-ah li .ttl:last-of-type { margin-bottom:0;}
}


/*    実績　works 
 *    ビフォーアフター　before-after
----------------------------------------*/

/* works-ah */
.ul_wrks01-ah { margin:80px auto;}
.ul_wrks01-ah li { display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:40px;}
.ul_wrks01-ah li:last-of-type { margin-bottom:0;}
.ul_wrks01-ah li .left { width:36%;}
.ul_wrks01-ah li .left .ttl { display:flex; align-items:center;}
.ul_wrks01-ah li .left .ttl .num { width:70px; height:70px; background:#444; color:#fff; line-height:.5; display:flex; flex-direction:column; align-items:center; justify-content:center; position:relative; z-index:0; margin-right:16px;}
.ul_wrks01-ah li .left .ttl .num:before { content:""; height:calc(70px / 2 * tan(63deg)); width:70px; clip-path:polygon(100% 0, 100% 100%, 0 100%); background:#001785; display:block; position:absolute; z-index:-1; bottom:0; left:0;}
.ul_wrks01-ah li .left .ttl .txt { width:calc(100% - 86px);}
.ul_wrks01-ah li .left dl { display:flex; flex-wrap:wrap; background:#f5f5f5;}
.ul_wrks01-ah li .left dl dt { width:30%; border-right:1px solid;}
.ul_wrks01-ah li .left dl dd { width:70%;}
.ul_wrks01-ah li .left dl dt,
.ul_wrks01-ah li .left dl dd { padding:10px 4px; margin:0; text-align:center;}
.ul_wrks01-ah li .left dl dt:nth-of-type(2n),
.ul_wrks01-ah li .left dl dd:nth-of-type(2n) { background:#ddd;}
.ul_wrks01-ah li .right { width:60%; display:flex; justify-content:space-between; align-items:flex-end;}
.ul_wrks01-ah li .right .img { text-align:center; position:relative; margin-bottom:0;}
.ul_wrks01-ah li .right .img span { display:block; background:#000; color:#fff; padding:0 40px; text-align:center; width:fit-content; margin:0 auto 4px;}
.ul_wrks01-ah li .right .img.l { width:38%;}
.ul_wrks01-ah li .right .img.l:after { content:""; display:block; background:#001785; height:calc(tan(60deg) * 34px / 2); width:12px; clip-path:polygon(0 0, 100% 50%, 0 100%); position:absolute; left:107.5%; top:0; bottom:0; margin:auto;}
.ul_wrks01-ah li .right .img.r { width:54%;}
.ul_wrks01-ah li .right .img.r span { background:#004BB8;}
@media screen and (max-width:768px) {
	.ul_wrks01-ah { margin:40px auto;}
	.ul_wrks01-ah li .left { width:100%; margin-bottom:24px;}
	.ul_wrks01-ah li .right { width:100%;}
	.ul_wrks01-ah li .right .img span { padding:0 24px; max-width:100%;}
}


/* works その他追記 */
.ul_wrks02 { display:flex; flex-wrap:wrap; margin:80px auto;}
.ul_wrks02 .ttl.main { width:100%; text-align:center; margin:0 auto 40px;}
.ul_wrks02 .ttl.main small { color:#001785; margin:0;}
.ul_wrks02 .ttl.main big { margin:0;}
.ul_wrks02 li { width:32%; margin-right:2%; margin-bottom:40px; display:flex; flex-direction:column;}
.ul_wrks02 li:nth-of-type(3n) { margin-right:0;}
.ul_wrks02 li .img { }
.ul_wrks02 li .img img { }
.ul_wrks02 li span.ttl { margin-top:4px; font-weight:500;}
.ul_wrks02 li .ttl.ldeco { color:#001785; border-bottom:1px solid; padding-left:20px; padding-bottom:16px; line-height:1.2;}
.ul_wrks02 li .ttl.ldeco:before { background:#001785; width:6px; height:calc(100% - 16px); bottom:auto;}
.ul_wrks02 li .txt { padding:0 20px;}
.ul_wrks02 li .txt .ttl { border-bottom:2px solid #004BB8; padding:/*0 24px 12px 24px*/;}
.ul_wrks02 li .txt .ttl small { font-size:12px; color:#ccc; font-weight:400;}
.ul_wrks02 li .btn { border-radius:30px; max-width:100%; min-width:0; padding:4px 10px;}

.ul_wrks02 .wrap.wmax100 li span,
.ul_wrks02 .wrap.wmax100 li .txt { padding:0 6%;}
@media screen and (max-width:768px) {
	.ul_wrks02 { margin:40px auto;}
	.ul_wrks02 .ttl.main { margin-bottom:24px;}
	.ul_wrks02 li { width:100%; margin-right:0; margin-bottom:24px;}
	.ul_wrks02 li:last-of-type { margin-bottom:0;}
	.ul_wrks02 li p { margin:0;}
	.ul_wrks02 li .txt { padding:0;}
	.ul_wrks02 li .txt .ttl { padding:8px; margin:8px 0; letter-spacing:0; line-height:1.3;}
	.ul_wrks02 li .txt .ttl small { margin:0 0 4px;}
	.ul_wrks02 li .btn { padding:2px 10px;}
	
	.ul_wrks02 .wrap.wmax100 li span,
	.ul_wrks02 .wrap.wmax100 li .txt { padding:0;}
}


/*    当社について about
----------------------------------------*/
/* about1-ah */
.sec_abt01-ah { display:flex; flex-wrap:wrap; justify-content:space-between; margin:80px auto;}
.sec_abt01-ah .ttl.main { width:100%; margin:0 0 80px;}
.sec_abt01-ah .txt { width:48%;}
.sec_abt01-ah .txt .ttl { margin-top:0;}
.sec_abt01-ah .img { width:48%;}
@media screen and (max-width:768px) {
	.sec_abt01-ah { margin:40px auto;}
	.sec_abt01-ah .ttl.main { margin-bottom:24px;}
	.sec_abt01-ah .txt { width:100%; margin-bottom:24px;}
	.sec_abt01-ah .img { width:100%;}
}

.dl_abt01-ah { display:flex; flex-wrap:wrap; justify-content:space-between;  margin:80px auto;}
.dl_abt01-ah .ttl.main { width:100%; text-align:center; margin-top:0;}
.dl_abt01-ah dt:last-of-type,
.dl_abt01-ah dd:last-of-type { margin-bottom:0;}
.dl_abt01-ah dt { width:240px; margin-bottom:40px;}
.dl_abt01-ah dt img { width:240px; height:240px; object-fit:cover; border-radius:50%;}
.dl_abt01-ah dt .name { text-align:center;}
.dl_abt01-ah dt .name small { display:block;}
.dl_abt01-ah dd { width:calc(100% - 300px); background: #fff; padding:24px; margin-bottom:40px;}
.dl_abt01-ah dd .ttl { margin-top:0;}
@media screen and (max-width:768px) {
	.dl_abt01-ah { margin:40px auto;}
	.dl_abt01-ah dt,
	.dl_abt01-ah dt:last-of-type { margin:0 auto 24px;}
	.dl_abt01-ah dd { width:100%;}
}

/* about2-ah */
.sec_abt21-ah { background:#f5f5f5; padding:80px 0;}
.sec_abt21-ah .inner { display:flex; flex-wrap:wrap; align-items:/*flex-start*/; justify-content:space-between;}
.sec_abt21-ah .txt { width:48%;}
.sec_abt21-ah .ul_abt21-ah { background:initial; padding:0;}
.sec_abt21-ah .ul_abt21-ah li { flex-direction:column; padding:16px 24px; margin-bottom:20px;}
.sec_abt21-ah .ul_abt21-ah li .ttl.bline { writing-mode:initial; border-right:0; border-bottom:2px solid #ddd; padding:0; margin:0;}
.sec_abt21-ah .ul_abt21-ah li .txt { width:100%;}
.sec_abt21-ah .ul_abt21-ah li .txt .ttl { font-size:inherit; margin:0 0 8px;}
.sec_abt21-ah .img { width:48%; height:100%;}
.sec_abt21-ah .img img { border-radius:20px; width:100%; height:100%; object-fit:cover;}
@media screen and (max-width:768px) {
	.sec_abt21-ah { padding:40px 0;}
	.sec_abt21-ah .txt { width:100%; }
	.sec_abt21-ah .img { width:100%; height:auto; margin-top:20px;}
	.sec_abt21-ah .img img { border-radius:10px; height:auto;}
}

.ul_abt21-ah { background:#001785/*linear-gradient(90deg, rgba(0,0,0,.5), #001785)*/; color:#fff; padding:80px 0;}
.ul_abt21-ah li { position:relative; background:#fff; color:#000; padding:32px 24px; border-radius:20px; display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:40px;}
.ul_abt21-ah li:last-of-type { margin-bottom:0;}
.ul_abt21-ah li .ttl.bline { color:#001785; writing-mode:tb-rl; font-size:100%; border-bottom:0; border-right:2px solid #ddd; padding-right:8px; margin:0 24px 0 0;}
.ul_abt21-ah li .img { width:calc(56% - 60px);}
.ul_abt21-ah li .img img { border-radius:20px;}
.ul_abt21-ah li .txt { width:40%; padding:30px;}
.ul_abt21-ah li .txt .ttl { font-size:36px; width:fit-content; letter-spacing:.15em; border-bottom:1.5px solid #fff; line-height:1.5;transition:.5s;}
.ul_abt21-ah li i.abs { width:52px; height:52px; background:#001785; color:#fff; border-radius:50px; display:flex; align-items:center; justify-content:center; right:24px; bottom:24px; margin:0; transition:.5s;}
.ul_abt21-ah li:hover .txt .ttl { color:#001785; width:fit-content; border-color:#001785;}
.ul_abt21-ah li:hover i.abs { width:60px; height:60px; right:20px; bottom:20px;}
@media screen and (max-width:768px) {
	.ul_abt21-ah { padding:40px 0;}
	.ul_abt21-ah li { padding:16px; border-radius:10px; margin-bottom:16px;}
	.ul_abt21-ah li .ttl.bline { width:100%; writing-mode:initial; border-right:0; border-bottom:2px solid #ddd; margin:0 0 24px;}
	.ul_abt21-ah li .img { width:100%;}
	.ul_abt21-ah li .txt { width:100%; padding:16px 0 40px;}
	.ul_abt21-ah li .txt .ttl { font-size:20px; margin:0 0 16px;}
	.ul_abt21-ah li i.abs { width:38px; height:38px; right:16px; bottom:16px;}
}

.ul_abt22-ah { background:linear-gradient(135deg, #001785, #004BB8); color:#fff; padding:80px 0;}
.ul_abt22-ah .inner { display:flex; flex-wrap:wrap;}
.ul_abt22-ah .intro { display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:80px;}
.ul_abt22-ah .intro .ttl { width:46%; margin-top:0;}
.ul_abt22-ah .intro .txt { width:50%;}
.ul_abt22-ah li { width:calc(98% / 3); margin-right:1%; border-radius:20px; background:#000; padding:40px 24px; min-height:400px; position:relative; z-index:0; overflow:hidden;}
.ul_abt22-ah li .bg-img img { border-radius:20px; opacity:.6;}
.ul_abt22-ah li:nth-of-type(3n) { margin-right:0;}
.ul_abt22-ah li .ttl { margin-top:0;}
.ul_abt22-ah li .ttl.eng { letter-spacing:0;}
.ul_abt22-ah li .arrow { position:absolute; right:40px; bottom:40px; text-align:right;}
.ul_abt22-ah li:hover .bg-img img { transform:scale(1.1,1.1); transition:0.7s;}
@media screen and (max-width:768px) {
	.ul_abt22-ah { padding:40px 0;}
	.ul_abt22-ah .intro { margin-bottom:40px;}
	.ul_abt22-ah .intro .ttl { width:100%;}
	.ul_abt22-ah .intro .txt { width:100%;}
	.ul_abt22-ah li { width:100%; margin-right:0; min-height:200px; margin-bottom:10px;}
	.ul_abt22-ah li:last-of-type { margin-bottom:0;}
}

.ul_abt23-ah { background:#f5f5f5; padding:80px 0; position:relative; z-index:0;}
.ul_abt23-ah:before { content:""; background:#001785; width:140%; height:50vh; border-radius:0 0 50% 50%; position:absolute; top:0; left:-20%; z-index:-1;}
.ul_abt23-ah .inner { width:900px; display:flex; flex-wrap:wrap;}
.ul_abt23-ah li { width:48%; margin-right:4%; background:#fff; padding:24px; border-radius:20px; margin-bottom:40px; position:relative;}
.ul_abt23-ah li:nth-of-type(2n) { margin-right:0;}
.ul_abt23-ah li:hover { transform:scale(.9,.9); transition:0.7s;}
.ul_abt23-ah li .ttl { text-align:center; margin-top:40px;}
.ul_abt23-ah li .ttl .tsmall { color:#001785;}
.ul_abt23-ah li .img { width:80%; margin:0 auto 24px;}
.ul_abt23-ah li .arrow { width:30px; height:30px; background:#001785; color:#fff; border-radius:50%; font-size:15px; display:flex; justify-content:center; align-items:center; margin:24px 0 0 auto;}
.ul_abt23-ah li .arrow i { margin:0;}
.ul_abt23-ah li.noimg .ttl { text-align:left;}
.ul_abt23-ah li.noimg .ttl .tsmall { color:#666;}
@media screen and (max-width:768px) {
	.ul_abt23-ah { padding:40px 0;}
	.ul_abt23-ah li { width:100%; margin-right:0; border-radius:16px; margin-bottom:16px;}
	.ul_abt23-ah li .ttl { margin-top:0;}
	.ul_abt23-ah li .arrow { width:24px; height:24px; font-size:10px;}
	.ul_abt23-ah li.noimg { padding-right:50px;}
	.ul_abt23-ah li.noimg .ttl { margin-bottom:0;}
	.ul_abt23-ah li.noimg .arrow { position:absolute; right:24px; top:0; bottom:0; margin:auto;}
}


.dl_abt21-ah { background:#f5f5f5; padding:40px 0 60px; margin:;}
.dl_abt21-ah .inner { background:#fff; padding:40px 20px 80px; display:flex; flex-wrap:wrap;}
.dl_abt21-ah dt { width:240px; padding:30px 8px 30px 0; border-bottom:1px solid #bbb;}
.dl_abt21-ah dd { width:calc(100% - 240px); padding:30px 8px 30px 0; border-bottom:1px solid #bbb; margin:0; color:#555;}
.dl_abt21-ah a.link { display:inline-block; color:#001785; font-size:88%; margin-left:40px;}
.dl_abt21-ah a.link i { width:22px; height:22px; border:1px solid; border-radius:50%; display:inline-flex; justify-content:center; align-items:center; margin-left:4px; font-size:10px;}
.dl_abt21-ah a.link:hover { text-decoration:underline; opacity:1;}
@media screen and (max-width:768px) {
	.dl_abt21-ah { padding:20px 0 30px; line-height:1.5;}
	.dl_abt21-ah .inner { padding:40px 20px 20px;}
	.dl_abt21-ah dt { width:100%; border:0; padding:0 0 4px;}
	.dl_abt21-ah dd { width:100%; padding:0 0 16px; margin-bottom:24px;}
	.dl_abt21-ah a.link { display:block; margin:4px 0 0;}
}


/* about1-ab */
.sec_about01-ab { margin:80px auto;}
.sec_about01-ab .name { text-align:right; font-weight:400; margin-top:64px;}
.sec_about01-ab .name big { font-size:32px;}
@media screen and (max-width:768px) {
	.sec_about01-ab .name big { font-size:22px;}
}

.dl_about01-ab { display:flex; flex-wrap:wrap; margin:0 auto 80px;}
.dl_about01-ab .ttl { width:100%; margin:0 0 64px;}
.dl_about01-ab dt { width:216px; padding:40px 10px; border-bottom:1px solid #001785;}
.dl_about01-ab dd { width:calc(100% - 216px); padding:40px; border-bottom:1px solid #e5e5e5; margin-bottom:0;}
@media screen and (max-width:768px) {
	.dl_about01-ab dt { width:100px; padding:20px 10px 25px;}
	.dl_about01-ab dd { width:calc(100% -  100px); padding:20px 10px 25px;}
}

.dl_about02-ab { display:flex; flex-wrap:wrap; align-items:flex-end; margin:0 auto 80px; position:relative;}
.dl_about02-ab:before { content:""; width:4px; height:100%; background:linear-gradient(0deg, #bbb 0, #bbb 50%, #001785 50%, #001785 100%); position:absolute; top:0; bottom:0; margin:auto; left:0;}
.dl_about02-ab .ttl { width:100%;}
.dl_about02-ab dt { width:35%;}
.dl_about02-ab dd { width:65%; padding:12px 36px;}
.dl_about02-ab dd .ttl { }
.dl_about02-ab dd .ttl small { color:#001785;}
.dl_about02-ab dd .ttl .name { }
.dl_about02-ab dd .ttl .name small { color:#ccc; display:inline-block; margin-left:24px;}
@media screen and (max-width:768px) {
	.dl_about02-ab { justify-content:end;}
	.dl_about02-ab dt { }
	.dl_about02-ab dd { width:100%;}
}

/* about1-ae */
.dl_abt01-ae { display:flex; flex-wrap:wrap;}
.dl_abt01-ae dt { width:25%; padding-right:30px; border-right:1px solid #bbb; margin-bottom:30px;}
.dl_abt01-ae dd { width:75%; padding-left:30px; padding-bottom:24px; margin-bottom:30px;}
@media screen and (max-width:768px) {
	.dl_abt01-ae dt { padding-right:16px;}
	.dl_abt01-ae dd { padding-left:24px;}
}

/* about その他追記 */
.ul_About01 { display:flex; flex-wrap:wrap; margin:80px auto;}
.ul_About01 .ttl.main { width:100%; text-align:center; margin:0 0 80px;}
.ul_About01 li { width:calc(100% / 3); padding:0 40px; text-align:center; border-right:2px solid #666;}
.ul_About01 li:last-of-type { border:0;}
.ul_About01 li .num { font-size:80px; font-family:system-ui; font-weight:900; line-height:1; margin:0;}
.ul_About01 li .ttl { margin:16px 0 8px;}
@media screen and (max-width:768px) {
	.ul_About01 { margin:40px auto;}
	.ul_About01 .ttl.main { margin-bottom:24px;}
	.ul_About01 li { width:100%; border-right:0; border-bottom:2px solid #666; padding:24px 0;}
}

.ul_About02 { position:relative; padding:80px 0; display:flex; flex-wrap:wrap; margin:80px auto;}
.ul_About02 .inner { width:100%; display:flex; flex-wrap:wrap;}
.ul_About02 .ttl.main { width:100%;}
.ul_About02 .ttl.main .main { margin-right:60px;}
.ul_About02 .ttl.main .logo img { max-width:500px; width:80%;}
.ul_About02 li { width:49%; margin-right:2%; margin-bottom:60px;}
.ul_About02 li:nth-of-type(2n) { margin-right:0;}
.ul_About02 li .title { font-size:70px; font-family:system-ui; font-weight:900; line-height:1; margin:0;}
.ul_About02 li .ttl { display:inline-block; margin:0 8px 0 0;}
.ul_About02 li .txt { display:inline-block;}
@media screen and (max-width:768px) {
	.ul_About02 { padding:40px 0; margin:40px auto;}
	.ul_About02 .ttl.main .main { margin:0 0 16px;}
	.ul_About02 .ttl.main .tbig { font-size:53px;}
	.ul_About02 .ttl.main .logo { text-align:center;}
	.ul_About02 li { width:100%; margin:0 0 32px;}
	.ul_About02 li:last-of-type { margin-bottom:0;}
	.ul_About02 li .title { font-size:46px;}
}

/*    会社概要 company
----------------------------------------*/
/* company1-aa */
.sec_co01-aa { background:#f5f5f5; position:relative; padding:100px 0; border-radius:40px;}
.sec_co01-aa .bg-img img { border-radius:40px;}
.sec_co01-aa .intro { width:100%; margin:0 auto;}
.sec_co01-aa .intro .ttl { text-align:center; margin:0 0 8px;}
.sec_co01-aa.overlap { padding-bottom:240px;}
.sec_co01-aa .tlist.col2 .item { width:calc(48% - 16px)!important; margin-bottom:0;}
@media screen and (max-width:768px) {
	.sec_co01-aa { padding:45px 0; border-radius:20px;}
	.sec_co01-aa.overlap { padding-bottom:120px;}
	.sec_co01-aa .tlist.sp-col1 .item { width:100%!important; margin-right:0;}
}

.sec_co02-aa { background:#fff; padding:80px 40px; border-radius:16px; display:flex; flex-wrap:wrap; justify-content:space-between; position:relative; margin-top:-160px;}
.sec_co02-aa .txt { width:56%;}
.sec_co02-aa .txt .ttl { margin-top:0;}
.sec_co02-aa .img { width:40%; text-align:center;}
.sec_co02-aa .img img { border-radius:16px;}
.sec_co02-aa .name { display:inline-flex; flex-wrap:wrap; align-items:center; justify-content:center; margin-top:24px;}
.sec_co02-aa .name b { font-size:124%; margin-left:8px;}
@media screen and (max-width:768px) {
	.sec_co02-aa { flex-direction:column-reverse; padding:20px 15px; margin:-80px auto 40px;}
	.sec_co02-aa .txt { width:100%;}
	.sec_co02-aa .txt .ttl { margin-bottom:8px;}
	.sec_co02-aa .txt .ttl .tbig { font-size:19px; letter-spacing:-.05em;}
	.sec_co02-aa .img { width:100%; text-align:center; margin-bottom:24px;}
	.sec_co02-aa .img img { width:70%;}
	.sec_co02-aa .name { line-height:1.5; margin-top:4px;}
}

.sec_co03-aa { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-start; margin:80px auto;}
.sec_co03-aa .left { width:46%;}
.sec_co03-aa .right { width:50%;}
.sec_co03-aa .txt .ttl { line-height:1.3; margin:0 auto 16px;}
.sec_co03-aa .img img { border-radius:16px;}
.sec_co03-aa .map { border-radius:16px; overflow:hidden;}
@media screen and (max-width:768px) {
	.sec_co03-aa { margin:40px auto;}
	.sec_co03-aa .left { width:100%; margin-bottom:24px;}
	.sec_co03-aa .right { width:100%;}
}

.dl_co01-aa { display:flex; flex-wrap:wrap; align-items:/*anchor-center*/; justify-content:space-between;}
.dl_co01-aa .ttl { width:46%;}
.dl_co01-aa .cont { width:50%; height:fit-content; display:flex; flex-wrap:wrap; margin-bottom:40px;}
.dl_co01-aa dt { width:160px; padding:16px 0; border-bottom:1px dotted #ccc; font-weight:inherit; letter-spacing:0; display:flex;}
.dl_co01-aa dt .Y { width:54px; margin-right:8px;}
.dl_co01-aa dt .M { width:36px; text-align:right;}
.dl_co01-aa dd { width:calc(100% - 160px); padding:16px 0; border-bottom:1px dotted #ccc; margin:0;}
@media screen and (max-width:768px) {
	.dl_co01-aa .ttl { width:100%; margin-bottom:32px;}
	.dl_co01-aa .cont { width:100%; align-items:initial; margin-bottom:0;}
	.dl_co01-aa dt { width:110px;}
	.dl_co01-aa dt .Y { width:46px; margin-right:4px;}
	.dl_co01-aa dt .M { width:30px;}
	.dl_co01-aa dd { width:calc(100% - 110px);}	
}

.dl_co02-aa { display:flex; flex-wrap:wrap; justify-content:space-between;}
.dl_co02-aa .item { width:46%; margin-right:4%; display:flex; }
.dl_co02-aa .item:nth-of-type(2n) { margin-right:0;}
.dl_co02-aa dt { width:calc(100% - 85px); padding:14px 0; border-bottom:1px dotted #ccc;}
.dl_co02-aa dd { width:85px; padding:14px 0; text-align:right; border-bottom:1px dotted #ccc; margin:0;}
.dl_co02-aa .item:first-of-type dt,
.dl_co02-aa .item:first-of-type dd,
.dl_co02-aa .item:nth-of-type(2) dt,
.dl_co02-aa .item:nth-of-type(2) dd { border-top:/*1px dotted #ccc*/;}
@media screen and (max-width:768px) {
	.dl_co02-aa { letter-spacing:-.05em;}
	.dl_co02-aa dt { width:calc(100% - 28px); padding:12px 0;}
	.dl_co02-aa dd { width:28px; padding:12px 0;}
}

.dl_co03-aa { display:flex; flex-wrap:wrap; justify-content:space-between;}
.dl_co03-aa dt { width:160px; padding:14px 0; border-bottom:2px solid #001785;}
.dl_co03-aa dd { width:calc(100% - 160px); padding:14px 0; border-bottom:1px solid #ccc; margin:0;}
.dl_co03-aa dt:last-of-type;
.dl_co03-aa dd:last-of-type { margin-bottom:0;}
@media screen and (max-width:768px) {
	.dl_co03-aa dt { width:80px;}
	.dl_co03-aa dd { width:calc(100% - 80px);}
}





/*    よくある質問 faq
----------------------------------------*/
/* faq1-ah */
.ul_faq01-ah { display:flex; flex-wrap:wrap; justify-content:space-between; margin:80px auto;}
.ul_faq01-ah .ttl.main { width:100%; margin-top:0;}
.ul_faq01-ah li { width:49%; background:#fff; padding:20px; border-radius:4px; margin-bottom:40px;}
.ul_faq01-ah li .ttl { position:relative; padding-left:36px; margin-top:0;}
.ul_faq01-ah li .ttl:before { content:"!"; display:block; background-color:#eee; width:22px; height:22px; border-radius:50%; font-size:14px; display:flex; align-items:center; justify-content:center; position:absolute; top:6px; left:0;}
@media screen and (max-width:768px) {
	.ul_faq01-ah { margin:40px auto;}
	.ul_faq01-ah li { width:100%; margin-right:0; margin-bottom:24px;}
	.ul_faq01-ah li:last-of-type { margin-bottom:0;}
}

/* faq2-ah */
.sec_faq01-ah { }
.sec_faq01-ah .intro .ttl { text-align:center;}
.sec_faq01-ah dl { background:#001785; padding:80px 0;}
.sec_faq01-ah dl .ttl.main { text-align:center; color:#fff;}
.sec_faq01-ah dl .ttl.main .deco.ty2:before { background:#ddd;}
.sec_faq01-ah dl .inner { background:#fff; border-radius:8px; padding:80px 120px;}
.sec_faq01-ah dl .ttl { padding-top:80px; border-top:1px solid #ccc; margin-top:0;}
.sec_faq01-ah dl .ttl:first-of-type { padding:0; border:0;}
.sec_faq01-ah dl .ttl small { font-size:13px; color:#001785; margin:0;}
.sec_faq01-ah dl dt,
.sec_faq01-ah dl dd { position:relative; padding:16px 0 16px 80px; min-height:80px;}
.sec_faq01-ah dl dt:before,
.sec_faq01-ah dl dd:before { content:"Q"; width:60px; height:60px; background:#001785; color:#fff; font-weight:bold; font-size:20px; display:flex; justify-content:center; align-items:center; position:absolute; top:16px; left:0;}
.sec_faq01-ah dl dt { display:flex; align-items:center; min-height:calc(60px + 32px); border-top:1px solid #ccc; line-height:1.4;}
.sec_faq01-ah dl dd { padding-top:0; margin:0;}
.sec_faq01-ah dl dd:before { content:"A"; background:#004BB8; top:0;}
.sec_faq01-ah dl dd:last-of-type { border-bottom:1px solid #ccc;}
@media screen and (max-width:768px) {
	.sec_faq01-ah .intro .ttl { font-size:15px; letter-spacing:0;}
	.sec_faq01-ah .ul_idx07 { margin:24px auto;}
	.sec_faq01-ah dl { padding:40px 0;}
	.sec_faq01-ah dl .inner { padding:24px 5%;}
	.sec_faq01-ah dl .ttl { padding-top:60px;}
	.sec_faq01-ah dl .ttl:first-of-type { padding-top:0;}
	.sec_faq01-ah dl dt,
	.sec_faq01-ah dl dd { padding-left:60px;}
	.sec_faq01-ah dl dt:before,
	.sec_faq01-ah dl dd:before { width:45px; height:45px;}
	.sec_faq01-ah dl dt { padding-top:20px; align-items:initial;}
}

/* faq3-ah */
.sec_faq02-ah { margin:80px auto;}
.sec_faq02-ah .ttl { padding-left:24px; position:relative; margin:0 0 60px;}
.sec_faq02-ah .ttl:before { content:""; width:8px; height:7px; border-radius:30px 30px 0 0; background:#001785; position:absolute; left:0; top:32px;}
.sec_faq02-ah .ttl .tsmall { color:#004BB8;}
.sec_faq02-ah .accordion { background:#f5f5f5; border-radius:16px; overflow:hidden; margin:10px 0;}
.sec_faq02-ah .accordion summary { padding:42px 100px; border-bottom:2px solid #fff;}
.sec_faq02-ah .accordion summary:after { width:48px; height:48px; background:#001785; color:#fff; border-radius:50%; font-size:20px; right:32px; display:flex; justify-content:center; align-items:center;}
.sec_faq02-ah .accordion .qa { width:48px; height:48px; background:#fff; color:#004BB8; border-radius:50%; font-size:20px; position:absolute; left:32px; top:32px; display:flex; justify-content:center; align-items:center;}
.sec_faq02-ah .accordion .detail { position:relative; padding:28px 100px 42px;}
.sec_faq02-ah .accordion .detail .qa { background:#004BB8; color:#fff;}
@media screen and (max-width:768px) {
	.sec_faq02-ah { margin:40px auto;}
	.sec_faq02-ah .ttl { margin-bottom:40px;}
	.sec_faq02-ah .ttl:before { top:20px;}
	.sec_faq02-ah .ttl .tbig { letter-spacing:-.05em;}
	.sec_faq02-ah .accordion { width:108%; border-radius:16px 0 0 16px;}
	.sec_faq02-ah .accordion summary { padding:74px 80px 32px 24px;}
	.sec_faq02-ah .accordion summary:after { width:40px; height:40px; top:auto; bottom:16px;}
	.sec_faq02-ah .accordion .qa { width:40px; height:40px; top:24px; left:24px;}
	.sec_faq02-ah .accordion .detail { padding:80px 24px 24px 24px;}
}


/* faq その他追記 */
.sec_faq01 { margin:0 auto 80px;}
.sec_faq01 .ttl.belt { background-color:#fafafa; color:initial; text-align:center; border-bottom:1px solid #001785; padding:80px 0 8px; margin:40px 0 24px;}
.sec_faq01 .accordion { margin:0; border-bottom:1px solid #ccc;}
.sec_faq01 .accordion:first-of-type { border-top:1px solid #ccc;}
.sec_faq01 .accordion .summary { background-color:inherit; padding:8px 20px 8px 80px; font-weight:400;}
.sec_faq01 .accordion .summary:after { right:32px; top:auto; width:32px; height:32px; color:#001785; line-height:32px; transform:initial; font-size:40px;}
.sec_faq01 .accordion .q { background-color:#001785; color:#fff; border-radius:50%; width:34px; height:34px; padding:0 0 4px; font-size:22px; display:flex; align-items:center; justify-content:center; position:absolute; top:0; bottom:0; margin:auto; left:24px;}
.sec_faq01 .accordion[open] .sec_faq01 .accordion .summary::after { content:"−";}
.sec_faq01 .accordion .detail { margin:0; padding:8px 40px 8px 80px;}
.sec_faq01 .accordion .detail p { margin-bottom:0;}
@media screen and (max-width:768px) {
	.sec_faq01 { margin:0 auto 40px;}
	.sec_faq01 .ttl.belt { padding:40px 0 4px;}
	.sec_faq01 .accordion { margin:0;}
	.sec_faq01 .accordion .summary { padding:8px 8px 8px 40px;}
	.sec_faq01 .accordion .summary:after { display:none;}
	.sec_faq01 .accordion .q { left:0; top:8px; bottom:auto; width:30px; height:30px; font-size:20px;}
	.sec_faq01 .accordion .detail { padding:8px 8px 16px;}
}


/*    メニュー　menu
----------------------------------------*/

/* menu その他追記 */
.dl_menu01 { display:flex; flex-wrap:wrap; margin:40px auto;}
.dl_menu01 dt { width:30%;}
.dl_menu01 dt .ttl { margin-top:0; font-style:italic; font-weight:/*300*/; letter-spacing:3px;}
.dl_menu01 dd { width:70%; max-width:700px; margin:0 auto;}
.dl_menu01 dd .ttl.rel { margin:0; font-weight:300;}
.dl_menu01 dd .ttl.rel:after { content:""; background:#000; width:100%; height:1px; position:absolute; top:0; bottom:0; right:0; margin:auto; z-index:-1;}
.dl_menu01 dd .ttl.rel span { font-style:italic; padding-right:20px; background:#f9f9f9;}
.dl_menu01 dd ul { max-width:665px;}
.dl_menu01 dd ul li { border-bottom:1px dotted #cdcdcd; margin:20px 0; display:flex; flex-wrap:wrap; justify-content:space-between;}
.dl_menu01 dd ul li .left { width:58%; font-size:small;}
.dl_menu01 dd ul li .left .ttl { margin:0 0 4px;}
.dl_menu01 dd ul li .right { width:40%; font-style:italic; margin-right:1%; text-align:right;}
@media screen and (max-width:768px) {
	.dl_menu01 dt { width:100%;}
	.dl_menu01 dt .ttl { margin-bottom:40px;}
	.dl_menu01 dd { width:100%;}
	.dl_menu01 dd ul li .left { width:100%;}
	.dl_menu01 dd ul li .left p { margin-bottom:0;}
	.dl_menu01 dd ul li .right { width:100%; margin-bottom:4px;}
}


/*    ごあいさつ　message
----------------------------------------*/
/* message その他追記 */
.sec_msg02 { position:relative; /*background:#000; color:#fff;*/ z-index:0; margin:80px auto;}
.sec_msg02 .wrap { padding:100px 0; position:relative;}
.sec_msg02 .ttl.main { text-align:center; margin:0 auto 80px;}
.sec_msg02 .txt { padding:0 24% 0 8%; line-height:2.4; position:relative; z-index:2;}
.sec_msg02 .txt .name { text-align:right; font-family:"Noto Serif JP", serif; font-size:116%; padding-right:8%;}
.sec_msg02 .txt .name big { display:block; font-size:28px; line-height:1;}
.sec_msg02 .abs { right:0; bottom:0;}
.sec_msg02 .abs img {  width:37vw;  max-width:440px; max-height:440px; object-fit:contain;}
@media screen and (max-width:768px) {
	.sec_msg02 { margin:40px auto;}
	.sec_msg02 .wrap { padding:1px 0 80px;}
	.sec_msg02 .ttl.main { margin:40px auto 24px; font-size:18px;}
	.sec_msg02 .txt { padding:0; line-height:1.8;}
	.sec_msg02 .txt .name { text-align:center; padding:0 0 0 46px; font-size:initial; width:fit-content; margin-top:46px;}
	.sec_msg02 .txt .name big { font-size:22px;}
	.sec_msg02 .abs { width:48vw; max-width:180px;}
}


/*    値段　price
----------------------------------------*/
.ul_price01-ah { margin:80px auto;}
.ul_price01-ah li { border-bottom:1px solid #ddd; padding-bottom:40px; margin-bottom:40px;}
.ul_price01-ah li:last-of-type { border:0; margin:0;}
.ul_price01-ah li .ttl.main { margin-top:0;}
.ul_price01-ah li dl { display:flex; flex-wrap:wrap; margin-bottom:24px;}
.ul_price01-ah li dl dt,
.ul_price01-ah li dl dd { border:1px solid #fff; padding:20px 16px; margin:0;}
.ul_price01-ah li dl dt { width:16%; background:#eee;}
.ul_price01-ah li dl dd { width:84%; background:#f7f7f7;}
.ul_price01-ah li .table th,
.ul_price01-ah li .table td { border-color:#fff; border-width:2px;}
.ul_price01-ah li .table th.ttl { background:#eee;}
.ul_price01-ah li .table td { background:#f7f7f7;}
.ul_price01-ah li .price { font-size:120%; margin-bottom:8px;}
.ul_price01-ah li .price small { font-size:13px;}
.ul_price01-ah li .tel { display:flex; flex-wrap:wrap;}
.ul_price01-ah li .tel .txt { font-size:88%; margin-right:60px;}
.ul_price01-ah li .tel a { font-size:28px;}

.ul_price01-ah li.flex { flex-wrap:wrap;}
.ul_price01-ah li.flex .ttl { width:26%;}
.ul_price01-ah li.flex .right { width:70%; margin-top:4px;}


/*    お問い合わせ　contact
----------------------------------------*/
/* contact ah */
.sec_ctc01-ah { border:5px solid #001785; padding:40px 5%; margin:80px auto;}
.sec_ctc01-ah .ttl { text-align:center; margin:0 auto 60px;}
.sec_ctc01-ah .ttl .btn { display:block; width:fit-content; padding:1px 24px; min-width:0; background:#001785; color:#fff; border:0; font-size:15px; margin:0 auto 4px;}
@media screen and (max-width:768px) {
	.sec_ctc01-ah { margin:40px auto;}
	.sec_ctc01-ah .ttl { font-size:17px; letter-spacing:-.05em; margin-bottom:30px;}
}

.dl_ctc01-ah { width:; max-width:700px; display:flex; flex-wrap:wrap; align-items:center; margin:40px auto 0;}
.dl_ctc01-ah dt { width:70px;}
.dl_ctc01-ah dt i { font-size:56px; margin-right:0;}
.dl_ctc01-ah dd { width:calc(100% - 70px); border-left:1px solid; padding:10px 0 10px 20px; font-size:88%; line-height:1.5; margin:0;}
@media screen and (max-width:768px) {
	.dl_ctc01-ah dt { width:100%; text-align:center; margin-bottom:8px;}
	.dl_ctc01-ah dt i { font-size:40px;}
	.dl_ctc01-ah dd { width:100%; border-left:0; border-top:1px solid; padding:15px 15px 0;}
}



/*    お客様の声　voice
----------------------------------------*/
/* voice1-ah */
.sec_voice01-ah { position:relative; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-start; margin:80px auto; z-index:0;}
.sec_voice01-ah .inner { margin:80px auto;}
.sec_voice01-ah .inner.abs { bottom:100px; left:0; right:0; height:fit-content; margin:auto;}
.sec_voice01-ah .ttl.main { width:100%; text-align:center; margin:0 0 40px;}
.sec_voice01-ah dl { width:60%;}
.sec_voice01-ah .img { width:36%;}
@media screen and (max-width:768px) {
	.sec_voice01-ah { margin:40px auto;}
	.sec_voice01-ah .inner.abs { top:24px;}
	.sec_voice01-ah .ttl.main { }
	.sec_voice01-ah dl { width:100%;}
	.sec_voice01-ah .img { width:100%; margin-top:24px;}
}

.dl_voice01-ah { position:relative; display:flex; flex-wrap:wrap; z-index:0;}
.dl_voice01-ah dt { width:200px; padding:20px 8px; border-bottom:2px solid #001785;}
.dl_voice01-ah dd { width:calc(100% - 200px); padding:20px 24px; border-bottom:2px solid #ddd; margin:0;}
@media screen and (max-width:768px) {
	.dl_voice01-ah dt { width:100px; padding:16px 4px;}
	.dl_voice01-ah dd { width:calc(100% - 100px); padding :16px 12px;}
}

.ul_voice01-ah { margin:80px auto;}
.ul_voice01-ah li { background:#001785; padding:40px 0; margin-bottom:24px;}
.ul_voice01-ah li .inner { background:#fff; padding:40px;}
.ul_voice01-ah li .ttl { color:#001785; border-bottom:2px dotted #ccc; padding-bottom:12px; margin:0 0 16px;}
.ul_voice01-ah li .sec_faq01-ah dl { background:initial; padding:0;}
@media screen and (max-width:768px) {
	.ul_voice01-ah { margin:40px auto;}
	.ul_voice01-ah li { padding:32px 0;}
	.ul_voice01-ah li .inner { padding:24px;}
}

.ul_voice02-ah { position:relative; padding:80px 0; z-index:0;}
.ul_voice02-ah .inner { }
.ul_voice02-ah .ttl.main { position:relative; text-align:center; width:fit-content; margin:0 auto 24px;}
.ul_voice02-ah .ttl.main .img.abs { width:200px; right:calc(100% + 40px); bottom:-24px; z-index:-1;}
.ul_voice02-ah .ttl.main .tsmall { color:#004BB8;}
.ul_voice02-ah li { background:#fff; border-radius:10px; padding:54px 70px; display:flex; flex-wrap:wrap; justify-content:space-between; margin-bottom:20px;}
.ul_voice02-ah li:last-of-type { margin-bottom:0;}
.ul_voice02-ah li .img { width:210px; text-align:center;}
.ul_voice02-ah li .img img { width:210px; height:210px; object-fit:cover; border-radius:50%;}
.ul_voice02-ah li .txt { width:calc(100% - 250px);}
.ul_voice02-ah li .txt .ttl { margin-top:0;}
.ul_voice02-ah li .txt .name { color:#001785; text-align:right;}
@media screen and (max-width:768px) {
	.ul_voice02-ah { padding:40px 0;}
	.ul_voice02-ah .ttl.main { margin-bottom:16px;}
	.ul_voice02-ah .ttl.main .img.abs { width:80px; right:calc(100% + 20px); bottom:-20px;}
	.ul_voice02-ah li { padding:15px 15px 20px; margin-bottom:10px;}
	.ul_voice02-ah li .img { width:100%; margin-bottom:20px;}
	.ul_voice02-ah li .img img { width:80px; height:80px;}
	.ul_voice02-ah li .txt { width:100%;}
	.ul_voice02-ah li .txt .ttl { text-align:center;}
}

/* voice1-aa */
.ul_voice01-aa { display:flex; flex-wrap:wrap; margin:/*80px auto*/;}
.ul_voice01-aa li { width:calc(100% / 3)/*32%*/; margin-right:/*2%*/; color:#fff; position:relative; margin-bottom:60px;}
.ul_voice01-aa li:nth-of-type(3n) { margin-right:0;}
.ul_voice01-aa li .img img { width:100%; height:470px; object-fit:cover;}
.ul_voice01-aa li .txt { width:100%/*106%*/; background-color:rgba(0,0,0,.8); color:#fff; padding:12px 24px; font-size:22px; font-weight:900; line-height:1.6; position:absolute; bottom:0;}
.ul_voice01-aa li .txt .ttl { line-height:1.5; margin:0;}
.ul_voice01-aa li .txt .name { font-size:16px; margin:0;}
.ul_voice01-aa li .txt .name span { padding-left:20px; font-size:14px; font-weight:400;}
.ul_voice01-aa li:hover .txt { background:rgba(136,0,0,.7); transition:.5s;}
.ul_voice01-aa li:after { content:"→"; color:#fff; position:absolute; bottom:12px; right:24px; font-weight:400; font-size:24px; line-height:1;}

.ul_voice01-aa.col4 li { width:25%!important; margin-right:0!important;}
.ul_voice01-aa.col4 li .img img { height:40vh;}
@media screen and (max-width:768px){
	.ul_voice01-aa { margin:/*40px 0*/;}
	.ul_voice01-aa li { width:100%; margin-right:0; margin-bottom:24px;}
	.ul_voice01-aa li .img img { height:50vh;}
	.ul_voice01-aa li .txt { padding:24px 5%;}
	.ul_voice01-aa li .txt .ttl { font-size:16px; letter-spacing:0;}
	.ul_voice01-aa.sp-col2 li { width:50%!important; margin-right:0!important;}
	.ul_voice01-aa.sp-col2 li:nth-of-type(3n) { margin-right:0!important;}
	.ul_voice01-aa.sp-col2 li .img img { height:28vh;}
	.ul_voice01-aa.sp-col2 li .txt { line-height:1.5; padding:8px 5%;}
	.ul_voice01-aa.sp-col2 li .txt .ttl { font-size:13px; letter-spacing:-.05em;}
	.ul_voice01-aa.sp-col2 li:after { right:5%; font-size:16px;}
	.ul_voice01-aa.sp-col1 li { width:100%!important; margin:0 0 16px!important;}
	.ul_voice01-aa.sp-col1 li .img img { height:60vh;}
}



/*    その他　others
----------------------------------------*/

/* other1-ah */
.sec_oth01-ah { margin:80px auto;}
.sec_oth01-ah .ttl.belt { padding:8px 50px; margin:0;}
.sec_oth01-ah .ttl.belt.img { position:relative; padding-left:200px;}
.sec_oth01-ah .ttl.belt.img img { width:140px; max-height:120px; object-fit:contain; object-position:left; left:50px; top:0; bottom:0;}
.sec_oth01-ah .inner { border:1px solid #001785; padding:50px; display:flex; flex-wrap:wrap; align-items:/*flex-start*/;}
.sec_oth01-ah .inner .img.col3 .ttl { padding:8px; text-align:center; margin-top:16px;}

.sec_oth01-ah .inner.menu .ttl.cut { width:262px; font-size:110px; font-weight:800; line-height:1; display:flex; flex-wrap:wrap; margin-right:20px; margin-bottom:0;}
.sec_oth01-ah .inner.menu .ttl.cut span { background:#001785; color:#fff; line-height:1; width:130px; height:124px; max-width:calc(50% - 1px); display:flex; align-items:center; justify-content:center; margin:0 1px 1px 0;}
.sec_oth01-ah .inner.menu .ttl.cut.col3 { width:393px;}
.sec_oth01-ah .inner.menu .ttl.cut.col4 { width:524px;}
.sec_oth01-ah .inner.menu .img { max-width:calc(100% - 282px - 380px); grid:10px; display:flex;}
.sec_oth01-ah .inner.menu .img.o2 { max-width:calc(100% - 544px); grid:10px; display:flex; justify-content:space-between;}
.sec_oth01-ah .inner.menu .img.o2 img { width:49%; height:100%; object-fit:cover;}
.sec_oth01-ah .inner.menu dl { width:360px; margin-left:20px;}
.sec_oth01-ah .inner.menu dl .cat { margin-bottom:16px;}
.sec_oth01-ah .inner.menu dl .cat span { display:inline-block; font-size:30px; font-weight:600; color:red; border:1px solid red; text-align:center; line-height:1; margin:0 8px 8px 0; padding:5px;}
.sec_oth01-ah .inner.menu dl .price { text-align:right; margin:0 0 16px;}
.sec_oth01-ah .inner.menu dl .price big { color:red; font-size:90px; font-weight:900; line-height:.8; margin:0 8px;}
.sec_oth01-ah .inner.menu dl .price span { color:red;}
.sec_oth01-ah .inner.menu dl .price small span { font-size:28px; font-weight:900; margin:0 4px;}
.sec_oth01-ah .inner.menu dl dd { border-top:1px dotted; margin-top:16px; padding-top:16px; text-align:right; margin:0;}
.sec_oth01-ah .inner.menu dl.w100 { margin-top:60px; display:flex; flex-wrap:wrap; align-items:center;}
.sec_oth01-ah .inner.menu dl.w100 dt { width:60%; padding:10px 40px 10px 0;}
.sec_oth01-ah .inner.menu dl.w100 dd { width:40%; padding:10px 0 10px 40px; border-top:0; border-left:1px solid;}
@media screen and (max-width:768px) {
	.sec_oth01-ah { margin:40px auto;}
	.sec_oth01-ah .ttl.belt { padding:8px 20px; letter-spacing:-.05em;}
	.sec_oth01-ah .ttl.belt.img { padding-left:100px;}
	.sec_oth01-ah .ttl.belt.img img { width:66px; left:24px;}
	.sec_oth01-ah .inner { padding:24px;}
	.sec_oth01-ah .inner .img.col3 .ttl { margin-bottom:8px;}
	
	.sec_oth01-ah .inner.menu .ttl { margin:0 auto 24px;}
	.sec_oth01-ah .inner.menu .ttl.col4 span { width:calc((100% - 4px) / 4); max-width:70px; height:64px; font-size:58px;}
	.sec_oth01-ah .inner.menu .img { max-width:100%; margin-bottom:24px;}
	.sec_oth01-ah .inner.menu .img.o2 { max-width:100%; margin:0;}
	.sec_oth01-ah .inner.menu .img.o2 img { height:auto;}
	.sec_oth01-ah .inner.menu dl { margin:0;}
	.sec_oth01-ah .inner.menu dl .cat { margin:0;}
	.sec_oth01-ah .inner.menu dl .cat span { font-size:25px; letter-spacing:-.05em;}
	.sec_oth01-ah .inner.menu dl .price { letter-spacing:-.05em;}
	.sec_oth01-ah .inner.menu dl .price big { font-size:60px;}
	
	.sec_oth01-ah .inner.menu dl.w100 { margin-top:20px;}
	.sec_oth01-ah .inner.menu dl.w100 dt { width:100%; padding:10px;}
	.sec_oth01-ah .inner.menu dl.w100 dd { width:100%; padding:20px 10px 10px; border-left:0; border-top:1px solid;}
}

.ul_oth01-ah { background:#004BB8; color:#fff; padding:50px 0; margin:80px auto;}
.ul_oth01-ah .inner { display:flex; flex-wrap:wrap;}
.ul_oth01-ah li { width:calc(100% / 3); border-right:1px solid #ccc; padding:46px 64px; text-align:center; position:relative;}
.ul_oth01-ah li:first-of-type { border-left:1px solid #ccc;}
.ul_oth01-ah li .img { }
.ul_oth01-ah li .ttl { line-height:1; margin-top:0;}
.ul_oth01-ah li .btn { background:#eee; border:0; margin:0;}
.ul_oth01-ah li .btn i { display:block; margin:0;}
@media screen and (max-width:768px) {
	.ul_oth01-ah { padding:40px 0; margin:40px auto;}
	.ul_oth01-ah li { width:100%; border:0; padding:0 40px; margin-bottom:32px;}
	.ul_oth01-ah li:first-of-type { border:0;}
	.ul_oth01-ah li:last-of-type { margin-bottom:0;}
	.ul_oth01-ah li .img { margin-bottom:8px;}
	.ul_oth01-ah li .ttl { margin:8px 0;}
	.ul_oth01-ah li .btn { width:100%; min-width:0; padding:4px 10px;}
}

.ul_oth02-ah { position:relative; z-index:0; padding:60px 0; margin:80px auto;}
.ul_oth02-ah .inner { display:flex; flex-wrap:wrap;}
.ul_oth02-ah li { width:32%; margin-right:2%; position:relative;}
.ul_oth02-ah li:nth-of-type(3n) { margin-right:0;}
.ul_oth02-ah li:hover { opacity:.8;}
.ul_oth02-ah li .ttl.belt { padding:8px; text-align:center; margin:0;}
.ul_oth02-ah li .cont { background:#fff; padding:30px;}
.ul_oth02-ah li .cont .ttl { text-align:center; line-height:1; margin-top:0;}
.ul_oth02-ah li .cont .arrow { background:#001785; color:#fff; font-size:20px; width:40px; height:40px; display:flex; align-items:center; justify-content:center; margin:0 auto;}
.ul_oth02-ah li .cont .arrow i { margin:0;}
.ul_oth02-ah li:nth-of-type(2) .ttl.belt { background:#004BB8;}
.ul_oth02-ah li:nth-of-type(2)  .cont .arrow { background:#004BB8;}
.ul_oth02-ah li:nth-of-type(3) .ttl.belt { background:#081F4F;}
.ul_oth02-ah li:nth-of-type(3)  .cont .arrow { background:#081F4F;}
@media screen and (max-width:768px) {
	.ul_oth02-ah { padding:40px 0; margin:40px auto;}
	.ul_oth02-ah li { width:100%; margin-right:0; margin-bottom:40px;}
	.ul_oth02-ah li:last-of-type { margin-bottom:0;}
	.ul_oth02-ah li .cont { padding:16px;}
	.ul_oth02-ah li .cont .ttl { margin-bottom:16px;}
}

/* other2-ah */
.ul_oth21-ah { display:flex; flex-wrap:wrap; margin:80px auto;}
.ul_oth21-ah .intro { width:100%; text-align:center; margin-bottom:40px;}
.ul_oth21-ah .ttl.main { width:100%; text-align:center; position:relative; z-index:0; margin:0 0 8px;}
.ul_oth21-ah .ttl.main:before { content:""; width:100%; height:4px; border-bottom:3px solid/*4px dashed*/; position:absolute; left:0; top:0; bottom:0; margin:auto; z-index:-1;}
.ul_oth21-ah .ttl.main .inner { width:fit-content; padding:0 40px; display:block; margin:0 auto; background:#fff;}
.ul_oth21-ah li { width:calc(94% / 3); margin-right:3%; border:1px solid #ddd; border-radius:8px; padding:24px 16px; text-align:center; box-shadow:0px 5px 5px 0.25px rgba(0, 0, 0, 0.1); position:relative; overflow:hidden;}
.ul_oth21-ah li:after { content:""; background:#004BB8; height:calc(tan(60deg) * 28px / 2); width:25px; clip-path:polygon(100% 0, 100% 100%, 0 100%); position:absolute; bottom:0; right:0;}
.ul_oth21-ah li:nth-of-type(3n) { margin-right:0;}
.ul_oth21-ah li .icon { width:80%; margin:0 auto;}
.ul_oth21-ah li .icon img { width:100%; height:70px; object-fit:contain;}
.ul_oth21-ah li .img { overflow:hidden;}
.ul_oth21-ah li .img img { border-radius:8px;}
.ul_oth21-ah li:hover .img img  { transform:scale(1.1,1.1); transition:0.5s;}
.ul_oth21-ah li .ttl { margin:8px 0;}
.ul_oth21-ah li .ttl .deco { background:#004BB8; width:40px; height:2px; margin:8px auto 0;}
.ul_oth21-ah li .ttl.flex { align-items:center; justify-content:center; margin-bottom:8px;}
.ul_oth21-ah li .ttl.flex img { width:40px; height:40px; object-fit:contain; margin-right:8px;}
.ul_oth21-ah li .ttl.flex .txt { max-width:calc(100% - 48px); letter-spacing:-.05em;}
.ul_oth21-ah li p.tsmall { text-align:left; font-size:80%;}
.ul_oth21-ah li.link:hover { opacity:.8;}
@media screen and (max-width:768px) {
	.ul_oth21-ah { margin:40px auto;}
	.ul_oth21-ah .intro { margin-bottom:24px;}
	.ul_oth21-ah li { width:100%; margin:0 0 16px;}
	.ul_oth21-ah li:last-of-type { margin-bottom:0;}
	.ul_oth21-ah li .ttl.flex img { width:26px; height:26px; margin-right:4px;}
	.ul_oth21-ah li .ttl.flex .txt { width:calc(100% - 30px); max-width:100%; letter-spacing:-.05em; font-size:16px; text-align:left; line-height:1.5;}
	.ul_oth21-ah li.sp-row { display:flex; flex-wrap:wrap; align-items:center; justify-content:space-between; padding:4px 16px 4px 4px; border-radius:4px;}
	.ul_oth21-ah li.sp-row.link:after { content:"\f078"; color:#fff; font-family:'Font Awesome 5 Free'; font-weight:bold; font-size:12px; width:14px; height:100%; clip-path:initial; display:flex; align-items:center; justify-content:center;}
	.ul_oth21-ah li.sp-row .img { width:70px;}
	.ul_oth21-ah li.sp-row .img img { width:100%; height:100%; min-height:65px; overflow:hidden;}
	.ul_oth21-ah li.sp-row .txt { width:calc(100% - 78px);}
	.ul_oth21-ah li.sp-row .txt p { display:none;}
}


/* other3-ah */
.sec_oth31-ah { background:#f5f5f5; border-radius:16px; padding:60px 5% 80px; position:relative; margin:80px auto;}
.sec_oth31-ah .intro { text-align:center;}
.sec_oth31-ah .intro .deco img { width:180px; position:absolute; top:-60px; left:-60px;}
.sec_oth31-ah .intro .ttl { margin-top:0;}
.sec_oth31-ah .btn { background:#001785; color:#fff; border:0; border-radius:30px; margin:40px auto 0;}
@media screen and (max-width:768px) {
	.sec_oth31-ah { max-width:100%; padding:40px 5%; margin:60px auto 40px;}
	.sec_oth31-ah .intro .deco img { width:120px; height:100px; object-fit:contain; top:-50px; left:4px;}
	.sec_oth31-ah .intro .ttl { letter-spacing:0;}
	.sec_oth31-ah .btn { margin-top:24px;}
	.sec_oth31-ah .item .btn { margin:0 auto;}
}

.sec_oth32-ah { width:/*950px*/; background:#001785; color:#fff; padding:40px; border-radius:16px; position:relative; z-index:0; margin:100px auto 80px;}
.sec_oth32-ah .txt { width:60%;}
.sec_oth32-ah .txt .ttl { margin-top:0;}
.sec_oth32-ah .txt .btn { background:#081F4F; color:#fff; border:0; border-radius:30px; margin:24px 0 0;}
.sec_oth32-ah .bg-img img { width:320px; height:360px; position:absolute; top:auto; bottom:0; left:auto; right:80px; opacity:1;}
@media screen and (max-width:768px) {
	.sec_oth32-ah { padding:150px 20px 20px; margin:60px auto 40px;}
	.sec_oth32-ah .txt { width:100%;}
	.sec_oth32-ah .txt .ttl { margin-bottom:16px;}
	.sec_oth32-ah .bg-img img { width:170px; height:170px; top:-32px; bottom:auto; left:0; right:0; margin:auto; overflow:hidden;}
}

.sec_oth33-ah { background:#001785; color:#fff; padding:40px 0; position:relative; z-index:0; margin-top:80px; overflow:hidden;}
.sec_oth33-ah .bg-txt { font-size:180px; color:rgba(255,255,255,.1); letter-spacing:-.02em; line-height:1; text-wrap:nowrap; position:absolute; top:0; z-index:-1;}
.sec_oth33-ah .main { position:relative; z-index:0; padding-left:320px; width:1000px; margin:0 auto;}
.sec_oth33-ah .main .deco img { height:60vh; position:absolute; bottom:-60px; left:40px; z-index:-1;}
.sec_oth33-ah .main .ttl { margin-top:0;}
.sec_oth33-ah .main .ttl .tbig { font-size:34px; line-height:1.5;}
.sec_oth33-ah .main ul { display:flex; flex-wrap:wrap; justify-content:space-between;}
.sec_oth33-ah .main ul li { width:48%; display:flex; flex-direction:column;}
.sec_oth33-ah .main ul li .slash { padding:0 20px; line-height:1.5;}
.sec_oth33-ah .main ul li .slash:before { background:#fff; height:16px; transform:rotate(-40deg);}
.sec_oth33-ah .main ul li .slash:after { background:#fff; height:18px;  transform:rotate(40deg);}
.sec_oth33-ah .main ul li .btn { background:#fff; color:initial; border:0; padding:12px; border-radius:16px; line-height:1.5; position:relative; z-index:0; height:100%; display:flex; flex-direction:column; align-items:center; justify-content:center; margin:8px 0 0;}
.sec_oth33-ah .main ul li .btn .flex { width:100%; align-items:flex-end; justify-content:center;}
.sec_oth33-ah .main ul li .btn .flex i.icon { font-size:27px; width:30px; margin:0;}
.sec_oth33-ah .main ul li .btn .flex .txt { width:calc(100% - 36px); font-size:30px; letter-spacing:-.05em; line-height:1.25;}
.sec_oth33-ah .main ul li .btn .flex .txt .tsmall { display:block; font-size:13px; letter-spacing:0;}
.sec_oth33-ah .main ul li .btn dl { display:flex; align-items:center; font-size:13px; margin-top:8px;}
.sec_oth33-ah .main ul li .btn dl dt { background:#001785; color:#fff; width:70px; text-align:center; font-weight:500; margin-right:6px;}
.sec_oth33-ah .main ul li .btn dl dd { max-width:calc(100% - 76px); margin-bottom:0;}
.sec_oth33-ah .main ul li .btn.mail { background:initial; color:#fff; border:1px solid;}
.sec_oth33-ah .main ul li .btn.mail .flex { align-items:center;}
.sec_oth33-ah .main ul li .btn.mail .flex .txt { width:calc(100% - 36px - 40px); font-size:22px; }
.sec_oth33-ah .main ul li .btn.mail .flex .arrow { width:40px; font-size:24px; text-align:center; margin:0;}

.sec_oth33-ah .link-banner  { width:1000px;}
.sec_oth33-ah .link-banner .item { position:relative; z-index:0; margin-top:60px;}
.sec_oth33-ah .link-banner .item br { display:none;}
.sec_oth33-ah .link-banner .item img { border-radius:8px;}
.sec_oth33-ah .link-banner .item:hover img { opacity:.6;}
@media screen and (max-width:768px) {
	.sec_oth33-ah { padding:24px 0; margin:40px auto;}
	.sec_oth33-ah .bg-txt { display:none;}
	.sec_oth33-ah .main { padding:0;}
	.sec_oth33-ah .main .deco img { width:140px; height:200px; object-fit:contain; top:-32px; bottom:auto; left:-32px;}
	.sec_oth33-ah .main .ttl { padding-left:120px;}
	.sec_oth33-ah .main .ttl .tbig { font-size:22px; letter-spacing:-.05em;}
	
	.sec_oth33-ah .main ul li { width:100%; margin-bottom:16px;}
	.sec_oth33-ah .main ul li:last-of-type { margin-bottom:0;}
	.sec_oth33-ah .main ul li .btn { margin:0 auto;}
	.sec_oth33-ah .link-banner { margin-top:24px;}
	.sec_oth33-ah .link-banner .item { width:100%; margin:0 0 16px;}
	.sec_oth33-ah .link-banner .item:last-of-type { margin-bottom:0;}
}

.ul_oth31-ah { background:#f5f5f5; padding:0 0 80px; margin:80px auto;}
.ul_oth31-ah .intro { background:#fff; text-align:center; margin-bottom:80px;}
.ul_oth31-ah .intro .ttl { text-align:center; margin:0 auto 40px;}
.ul_oth31-ah .intro .img { display:flex; flex-wrap:wrap;}
.ul_oth31-ah .intro .img img { width:50%; max-height:49vh; object-fit:cover;}
.ul_oth31-ah li { max-width:900px; background:#fff; padding:30px 30px 30px 70px; border-radius:16px; box-shadow:2px 2px 14px rgba(0, 0, 0, 0.08); font-size:19px; color:#001785; line-height:1.4; letter-spacing:0; position:relative; margin:0 auto 20px;}
.ul_oth31-ah li:last-of-type { margin-bottom:0;}
.ul_oth31-ah li i { color:#004BB8; font-size:30px; position:absolute; left:30px; top:30px;}
@media screen and (max-width:768px) {
	.ul_oth31-ah { max-width:100%; padding-bottom:40px; margin:40px auto;}
	.ul_oth31-ah .intro { padding:0 6% 40px; margin-bottom:40px;}
	.ul_oth31-ah .intro .ttl { margin-bottom:24px;}
	.ul_oth31-ah .intro .img img { height:auto;}
	.ul_oth31-ah li { padding:16px 16px 16px 46px; font-size:16px; letter-spacing:0; max-width:88vw;}
	.ul_oth31-ah li i { font-size:24px; top:16px; left:10px;}
}

.ul_oth32-ah { margin:80px auto;}
.ul_oth32-ah .ttl.main { width:100%; text-align:center; margin-top:0;}
.ul_oth32-ah li { max-width:750px; background:#fff; border-radius:50px; display:flex; align-items:center; margin:0 auto 24px;}
.ul_oth32-ah li:nth-of-type(2n) { flex-direction:row-reverse;}
.ul_oth32-ah li:last-of-type { margin-bottom:0;}
.ul_oth32-ah li .txt { width:calc(100% - 110px); padding:0 40px; font-size:24px; margin:0;}
.ul_oth32-ah li .img { width:110px; height:110px; background:#fff; padding:7px; border-radius:50%; margin:-10px 0;}
.ul_oth32-ah li .img img { width:100%; height:100%; object-fit:cover; border-radius:50%;}
@media screen and (max-width:768px) {
	.ul_oth32-ah { margin:8px auto;}
	.ul_oth32-ah li { margin-bottom:16px;}
	.ul_oth32-ah li .txt { width:calc(100% - 70px); padding:8px 8px 8px 24px; font-size:18px; letter-spacing:-.05em; line-height:1.3;}
	.ul_oth32-ah li .img { width:70px; height:70px; padding:5px;}
}

.ul_oth33-ah { margin:80px auto 0;}
.ul_oth33-ah li { background:#001785; color:#fff; padding:5%; border-radius:16px; display:flex; justify-content:space-between; align-items:center; margin-bottom:30px;}
.ul_oth33-ah li:last-of-type { margin-bottom:0;}
.ul_oth33-ah li .txt { width:60%;}
.ul_oth33-ah li .txt .ttl { margin-top:0;}
.ul_oth33-ah li .img { width:30%;}
.ul_oth33-ah li .img.col2 { width:50%; flex-wrap:nowrap; justify-content:space-between; position:relative; letter-spacing:-.05em;}
.ul_oth33-ah li .img.col2 .item { width:calc((100% - 40px) / 2)!important; margin-right:0!important; text-align:center;}
.ul_oth33-ah li .img.col2 .item img { border-radius:50%;}
.ul_oth33-ah li .img.col2 .or { width:40px; font-size:20px; font-weight:700; text-align:center; position:absolute; top:20%; left:0; right:0; margin:auto;}
.ul_oth33-ah li .img.col2 .tsmall { display:block; font-size:13px;}

.ul_oth33-ah li.pad0 { padding:0; align-items:initial; overflow:hidden;}
.ul_oth33-ah li.pad0 .txt { padding:60px 0 60px 60px;}
.ul_oth33-ah li.pad0 .img img { width:100%; height:100%; object-fit:cover;}
@media screen and (max-width:768px) {
	.ul_oth33-ah { margin:24px auto;}
	.ul_oth33-ah li { flex-direction:column-reverse;}
	.ul_oth33-ah li .txt { width:100%;}
	.ul_oth33-ah li .txt .ttl { font-size:18px; margin-bottom:12px;}
	.ul_oth33-ah li .img { width:100%; margin-bottom:12px;}
	.ul_oth33-ah li .img.col2 { width:100%; margin-bottom:0;}
	.ul_oth33-ah li .img.col2 .item { letter-spacing:-.05em;}
	.ul_oth33-ah li .img.col2 .item .tbig { font-size:105%;}
	.ul_oth33-ah li .img.col2 .tsmall { font-size:12px;}
	
	.ul_oth33-ah li.pad0 .txt { padding:12px 12px 20px;}
}

.ul_oth34-ah { display:flex; flex-wrap:wrap; margin:80px auto;}
.ul_oth34-ah .ttl.main { width:100%;}
.ul_oth34-ah li { width:calc((100% - 120px) / 3); margin-right:60px; border:1px solid #ddd; border-radius:16px; position:relative;}
.ul_oth34-ah li:after { content:""; background:#001785; height:calc(tan(60deg) * 40px / 2); width:24px; clip-path: polygon(0 0, 100% 50%, 0 100%); position:absolute; right:-44px; top:0; bottom:0; margin:auto;}
.ul_oth34-ah li:nth-of-type(3n) { margin-right:0;}
.ul_oth34-ah li:nth-of-type(3n):after { display:none;}
.ul_oth34-ah li .num { background:#001785; color:#fff; font-size:24px; text-align:center; padding:0 16px; border-radius:16px 16px 0 0; margin:0 auto 40px;}
.ul_oth34-ah li .img img { display:block; width:180px; height:180px; border-radius:50%; margin:0 auto;}
.ul_oth34-ah li .txt { padding:24px 24px 40px;}
.ul_oth34-ah li .txt .ttl { text-align:center; margin:0 auto 8px;}
@media screen and (max-width:768px) {
	.ul_oth34-ah { justify-content:center; margin:40px auto;}
	.ul_oth34-ah .ttl.main { margin-bottom:40px;}
	.ul_oth34-ah li { width:80%; margin:0 0 60px;}
	.ul_oth34-ah li:last-of-type { margin-bottom:0;}
	.ul_oth34-ah li:after { height:calc(tan(60deg) * 24px / 2); width:32px; clip-path:polygon(0 0, 100% 0, 50% 100%); right:0; left:0; top:auto; bottom:-40px;}
	.ul_oth34-ah li .num { margin-bottom:24px;}
	.ul_oth34-ah li .img img { width:154px; height:154px;}
	.ul_oth34-ah li .txt { padding:16px 16px 24px;}
}

.ul_oth35-ah { display:flex; flex-wrap:wrap; margin:80px auto;}
.ul_oth35-ah li { width:calc(92% / 5); margin-right:2%; border:1px solid #ddd; border-radius:16px; box-shadow:4px 4px 10px rgba(0, 0, 0, 0.08); position:relative; padding:1px 0; z-index:0;}
.ul_oth35-ah li:nth-of-type(5n) { margin-right:0;}
.ul_oth35-ah li .icon { width:100px; height:100px; background:#f5f5f5; border-radius:50px; padding:16px; margin:16px auto;}
.ul_oth35-ah li .ttl.belt { text-align:center; letter-spacing:-.05em; line-height:1.3; padding:8px; margin:16px 0 8px;}
.ul_oth35-ah li .txt { padding:1px 12px 12px;}
.ul_oth35-ah li .txt .btn { background:#001785; color:#fff; border:0; border-radius:30px; min-width:0; margin-bottom:0;}
@media screen and (max-width:768px) {
	.ul_oth35-ah { margin:40px auto;}
	.ul_oth35-ah li { width:100%; display:flex; align-items:center; padding:4px 40px 4px 16px; border-radius:6px; margin:0 0 6px;}
	.ul_oth35-ah li:last-of-type { margin-bottom:0;}
	.ul_oth35-ah li .icon { width:50px; height:50px; padding:10px; margin:0 4px 0 0;}
	.ul_oth35-ah li .ttl.belt { background:initial; color:initial; padding:0; font-size:17px; letter-spacing:-.05em; margin:0;}
	.ul_oth35-ah li .txt { padding:0;}
	.ul_oth35-ah li .txt .btn { padding:0; background:initial; color:#001785; margin:0; position:absolute!important; right:16px; top:0; bottom:0; margin:auto; width:fit-content; height:fit-content; display:flex;}
	.ul_oth35-ah li .txt .btn i { position:relative; font-size:24px; right:auto;}
}

.ul_oth36-ah { max-width:1000px; display:flex; flex-wrap:wrap; margin:80px auto;}
.ul_oth36-ah .ttl.main { width:100%; text-align:center; margin:0 0 40px;}
.ul_oth36-ah li { width:30%; margin-right:5%; text-align:center;}
.ul_oth36-ah li:nth-of-type(3n) { margin-right:0;}
.ul_oth36-ah li .img { position:relative; margin-bottom:16px;}
.ul_oth36-ah li .img .num { background:#001785; color:#fff; width:40px; height:40px; border-radius:50%; display:flex; align-items:center; justify-content:center; position:absolute; top:0; right:calc(50% + 60px);}
.ul_oth36-ah li .img img { width:240px; height:240px; object-fit:cover; border-radius:50%; border:1px solid; padding:6px;}
@media screen and (max-width:768px) {
	.ul_oth36-ah { margin:40px auto;}
	.ul_oth36-ah .ttl.main { margin-bottom:24px;}
	.ul_oth36-ah li { width:100%; margin-bottom:24px;}
	.ul_oth36-ah li:last-of-type { margin-bottom:0;}
	.ul_oth36-ah li .img { margin-bottom:10px;}
	.ul_oth36-ah li .img img { width:200px; height:200px;}
}


/* other1-af */
.sec_oth01-af { position:relative; margin:80px auto 0;}
.sec_oth01-af .ttl { margin:0  0 -40px; position:relative; z-index:1;}
.sec_oth01-af .ttl img { max-width:50%;}
.sec_oth01-af .gall { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-start; position:relative;}
.sec_oth01-af .gall .left { width:45%;}
.sec_oth01-af .gall .left .main img { width:100%; height:calc(100% - 90px); object-fit:cover;}
.sec_oth01-af .gall .left .accordion { width:100%; margin:0;}
.sec_oth01-af .gall .left .accordion .detail { width:calc(88vw - 120px); margin:24px 0 0;}
.sec_oth01-af .gall .left .btn { border:0; border-top:2px solid #001785; border-bottom:2px solid #001785; background:initial; max-width:100%; padding:20px; margin-bottom:0;}
.sec_oth01-af .gall .left .accordion .detail .foogallery { width:850px; max-width:100%; margin:0 auto;}
.sec_oth01-af .gall .left .accordion .item { height:auto;}
.sec_oth01-af .gall .right { width:calc(55% - 8px); display:flex; flex-wrap:wrap;}
.sec_oth01-af .gall .item { width:calc((100% - 16px) / 3); height:15.5vw; margin-right:8px; margin-bottom:8px;}
.sec_oth01-af .gall .item:nth-of-type(3n) { margin-right:0;}
.sec_oth01-af .gall .item:nth-last-child(1),
.sec_oth01-af .gall .item:nth-last-child(2),
.sec_oth01-af .gall .item:nth-last-child(3) { margin-bottom:0;}
.sec_oth01-af .gall .item img { width:100%; height:100%; object-fit:cover;}
@media screen and (max-width:768px) {
	.sec_oth01-af { margin-top:24px;}
	.sec_oth01-af .ttl { margin-bottom:-16px;}
	.sec_oth01-af .gall { align-items:flex-start;}
	.sec_oth01-af .gall .left { width:calc(50% - 1px);}
	.sec_oth01-af .gall .left .main { height:20vh; margin-bottom:2px;}
	.sec_oth01-af .gall .left .main img { height:100%;}
	.sec_oth01-af .gall .left .accordion summary::after { display:/*none*/;}
	.sec_oth01-af .gall .left .accordion .detail { width:calc(88vw - 50px);}
	.sec_oth01-af .gall .left .accordion .fg-default.fg-m-col3.fg-gutter-10 .fg-item { width:calc(25% - 10px); min-width:calc(25% - 10px); max-width:calc(25% - 10px);}
	.sec_oth01-af .gall .left .btn { position:absolute; right:0; top:158px; width:calc(50% - 1px); min-width:0; padding:7px 16px 7px 0px; border-width:1px; font-size:12px; margin-bottom:2px;}
	.sec_oth01-af .gall .right { width:calc(50% - 1px); justify-content:space-between;}
	.sec_oth01-af .gall .item { width:calc(50% - 1px); height:13vh; margin-right:2px; margin-bottom:2px;}
	.sec_oth01-af .gall .item:nth-of-type(3n) { margin-right:2px;}
	.sec_oth01-af .gall .item:nth-of-type(2n) { margin-right:0;}
}

.sec_oth02-af { margin:80px auto;}
.sec_oth02-af .gall { position:relative; height:55vw;}
.sec_oth02-af .gall .img { position:absolute;}
.sec_oth02-af .gall .img img { width:100%; height:100%; object-fit:cover;}
.sec_oth02-af .gall .img.a { left:calc(50% - 28vw); top:calc(50% - 18vw);  width:12vw; height:24vw; margin-top:-.05vw;}
.sec_oth02-af .gall .img.b { left:calc(50% - 46vw); top:calc(50% + 12vw); width:27vw; height:14vw;}
.sec_oth02-af .gall .img.c { top:0; left:calc(50% - 11vw); z-index: 1; width:21vw; height:46vw;}
.sec_oth02-af .gall .img.d { right:calc(50% - 41vw); top: calc(50% - 13.5vw); width:27vw; height:13vw;}
.sec_oth02-af .gall .img.e { right:calc(50% - 46vw); top:calc(50% + 13.5vw); width:30vw; height:14vw;}
.sec_oth02-af .txt { text-align:center;}
.sec_oth02-af .txt .ttl { text-align:center; color:#001785;}
.sec_oth02-af .txt .ttl.main { margin-bottom:40px;}
.sec_oth02-af .txt .ttl.main big { line-height:1.4; /*letter-spacing:.1em; font-weight:900;*/}
.sec_oth02-af .txt .btn { margin-top:40px;}
@media screen and (max-width:768px) {
	.sec_oth02-af { margin:40px auto;}
	.sec_oth02-af .gall { height:114vw;}
	.sec_oth02-af .gall .img.a { left:-3vw; top:10vw;  width:23vw; height:42vw; margin-top:-.05vw;}
	.sec_oth02-af .gall .img.b { left:-7%; top:auto; bottom:0; width:23vw; height:34vw;}
	.sec_oth02-af .gall .img.c { left:calc(50% - 18vw); width:36vw; height:80vw;}
	.sec_oth02-af .gall .img.d { right:-7%; top: calc(50% - 23.5vw); width:24vw; height:27vw;}
	.sec_oth02-af .gall .img.e { right:-7%; top:auto; bottom:0; width:50vw; height:27vw;}
	.sec_oth02-af .txt { text-align:/*left*/;}
	.sec_oth02-af .txt .ttl.main big { font-size:30px;}
	.sec_oth02-af .txt h5.ttl { font-size:16px;}
}



/*    ランディングページ　lp
----------------------------------------*/

/* lp1-ah */
.ttl.lp01-ah { text-align:center; width:100%; margin:0 0 80px;} /* 大英字 + 画像装飾 + 小タイトル(両サイドにライン) */
.ttl.lp01-ah big { font-size:82px; line-height:1.2; color:rgb(0 0 0 / 15%);}
.ttl.lp01-ah img.deco { width:60px!important; height:auto; margin:40px auto;}
.ttl.lp01-ah i.deco { width:60px; height:60px; border-radius:50%; background:#001785; color:#fff; display:flex; align-items:center; justify-content:center;}
.ttl.lp01-ah .line { position:relative; z-index:0; display:flex;}
.ttl.lp01-ah .line:before { content:""; width:100%; height:1px; background-color:#7f6744; z-index:-1; top:0; bottom:0; left:0; margin:auto; position:absolute;}
.ttl.lp01-ah .line span { width:fit-content; margin:0 auto; background-color:#fff; padding:0 24px; font-weight:bold;}

.ttl.lp01-ah.ty02 big { color:;} /* （背景が単色でない場合） */
.ttl.lp01-ah.ty02 .line:before,
.ttl.lp01-ah.ty02 .line:after { content:""; width:calc((100% - 400px) / 2); height:1px; z-index:-1; top:0; bottom:0; left:0; margin:auto; position:absolute;}
.ttl.lp01-ah.ty02 .line:after { left:auto; right:0;}
.ttl.lp01-ah.ty02 .line span { background:initial;}
@media screen and (max-width:768px) {
	.ttl.lp01-ah { margin-bottom:24px;}
	.ttl.lp01-ah big { font-size:40px; margin-top:0;}
	.ttl.lp01-ah img.deco { width:50px!important; margin:18px auto;}
	.ttl.lp01-ah .line span { font-size:16px; letter-spacing:0; padding:0 8px;}
	
	.ttl.lp01-ah.ty02 .line:before,
	.ttl.lp01-ah.ty02 .line:after { width:calc((100% - 200px) / 2);}
}

.ttl.lp02-ah { position:relative;}
.ttl.lp02-ah:before { content:""; width:100%;height:1.5px; background:#000; position:absolute; top:0; bottom:0; margin:auto;}
.ttl.lp02-ah span { background:#fff; display:block; margin:0 auto; width:fit-content; position:relative; padding:0 32px;}
@media screen and (max-width:768px) {
}

.sec_lp01-ah { }
.sec_lp01-ah .logo { text-align:center; margin-top:80px;}
.sec_lp01-ah .ttl { text-align:center;}
.sec_lp01-ah .ttl img.deco { width:200px; height:inherit;}
.sec_lp01-ah .ttl.ty01-ah:before { width:400px; height:150px; border-width:9px;}
@media screen and (max-width:768px) {
	.sec_lp01-ah .logo { text-align:center; margin-top:24px;}
	.sec_lp01-ah .ttl { font-size:18px; margin-top:24px;}
	.sec_lp01-ah .ttl img.deco { width:100px; margin-top:0;}
	.sec_lp01-ah .ttl.ty01-ah:before { top:-10px; width:260px; height:86px; border-width:7px;}
}

.sec_lp02-ah { position:relative; padding:80px 0; background:/*#666*/; color:/*#fff*/; text-align:center; margin:80px auto; z-index:0;}
.sec_lp02-ah .bg-img img { opacity:1;}
.sec_lp02-ah .wrap { position:relative; padding:0 16%; width:80%;}
.sec_lp02-ah .ttl { text-shadow:3px 3px #bbb; margin-top:0; font-size:28px;}
.sec_lp02-ah .ttl big { display:inline-block; margin:0 8px;}
.sec_lp02-ah .txt { margin:0;}
.sec_lp02-ah .deco { position:absolute; width:17%; bottom:0; margin:0;}
.sec_lp02-ah .deco img { width:100%; object-fit:contain;}
.sec_lp02-ah .deco.left { left:0;}
.sec_lp02-ah .deco.right { right:0;}
@media screen and (max-width:768px) {
	.sec_lp02-ah { padding:40px 0; margin:24px auto 40px;}
	.sec_lp02-ah .wrap { padding:0 0 196px; width:100%;}
	.sec_lp02-ah .ttl { font-size:18px; letter-spacing:0;}
	.sec_lp02-ah .ttl big { font-size:30px;}
	.sec_lp02-ah .deco { width:48%; max-height:180px;}
}

.sec_lp04-ah { position:relative; padding:80px 0; z-index:0; background:/*#000*/; color:/*#fff*/; margin:80px auto;}
.sec_lp04-ah .bg-img img { opacity:1;}
.sec_lp04-ah .wrap { width:85%; padding-right:36%; font-size:/*116%*/; letter-spacing:.1em; line-height:2;}
@media screen and (max-width:768px) {
	.sec_lp04-ah { padding:40px 0 64vw; margin:40px auto;}
	.sec_lp04-ah .bg-img img { object-position:bottom;}
	.sec_lp04-ah .wrap { padding:0; width:100%;}
	.sec_lp04-ah .ttl { margin-top:0;}
}

.sec_lp05-ah { margin:80px auto;}
.sec_lp05-ah .img { margin:0;}
.sec_lp05-ah .box { position:relative; background:/*#999*/; color:/*#fff*/; text-align:center; font-size:/*86%*/; z-index:0;}
.sec_lp05-ah .box .bg-img img { opacity:.8;}
.sec_lp05-ah .box .ttl { margin-top:0;}
@media screen and (max-width:768px) {
	.sec_lp05-ah { margin:40px auto;}
	.sec_lp05-ah .box { padding:24px 0; text-align:left;}
}

.sec_lp06-ah { position:relative; padding:80px 0; z-index:0; margin:80px auto; background:#000;}
.sec_lp06-ah .wrap { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-start;}
.sec_lp06-ah .txt { width:48%; color:#fff;}
.sec_lp06-ah .txt .ttl { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-start; margin-top:0;}
.sec_lp06-ah .txt .ttl .img { width:100px;}
.sec_lp06-ah .txt .ttl .txt { width:calc(100% - 124px);}
.sec_lp06-ah .txt .ttl .txt small { }
.sec_lp06-ah .txt .ttl .txt span { text-shadow:3px 3px #777;}
.sec_lp06-ah .txt .ttl .txt span big { display:inline; font-weight:900; margin:0 8px;}
.sec_lp06-ah .img { width:48%; display:flex; flex-wrap:wrap;}
.sec_lp06-ah .img .item { width:calc((100% - 48px) / 3); margin-right:24px; margin-bottom:24px;}
.sec_lp06-ah .img .item:nth-of-type(3n) { margin-right:0;}
.sec_lp06-ah .img .item:nth-last-child(1) { margin-bottom:0;}
.sec_lp06-ah .img .item:nth-last-child(2) { margin-bottom:0;}
.sec_lp06-ah .img .item:nth-last-child(3) { margin-bottom:0;}
@media screen and (max-width:768px) {
	.sec_lp06-ah { padding:40px 0; margin:40px auto;}
	.sec_lp06-ah .txt { width:100%; margin-bottom:40px;}
	.sec_lp06-ah .txt .ttl .img { width:60px;}
	.sec_lp06-ah .txt .ttl .txt  { width:calc(100% - 76px); margin:0;}
	.sec_lp06-ah .txt .ttl .txt small { margin:0;}
	.sec_lp06-ah .txt .ttl .txt span { font-size:16px;}
	.sec_lp06-ah .txt .ttl .txt span big { font-size:32px;}
	.sec_lp06-ah .txt h4 { margin-bottom:8px;}
	.sec_lp06-ah .txt h3 { margin-top:8px;}
	.sec_lp06-ah .img { width:100%;}
	.sec_lp06-ah .img .item { width:calc((100% - 16px) / 3);margin-right:8px; margin-bottom:8px;}
}

.sec_lp07-ah { }
.sec_lp07-ah .gall { text-align:center;}
.sec_lp07-ah .item { margin-bottom:12px;}
@media screen and (max-width:768px) {
	.sec_lp07-ah .item { margin-bottom:8px;}
}

.dl_lp01-ah { background:#004BB8; margin:80px auto; padding:60px 0;}
.dl_lp01-ah .wrap { max-width:88%;}
.dl_lp01-ah .intro { color:#fff; letter-spacing:.1em; margin-bottom:32px;}
.dl_lp01-ah dt { background:#001785; color:#fff; border-radius:30px 30px 0 0; text-align:center; font-size:28px; padding:16px 0;}
.dl_lp01-ah dt big { font-size:40px; color:/*#ff0000*/; line-height:1.5; border-bottom:3px solid #ff6; padding:0 6px;}
.dl_lp01-ah dd { background:#fff; border-radius:0 0 30px 30px; display:flex; flex-wrap:wrap; align-items:center; margin-bottom:0;}
.dl_lp01-ah dd .left { width:50%; padding:8px 32px; border-right:2px solid #001785; text-align:center; font-size:16px; letter-spacing:.1em;}
.dl_lp01-ah dd .left a { font-size:52px; display:block; line-height:1.2; font-family:system-ui; font-weight:600;}
.dl_lp01-ah dd .left a i { font-size:46px; color:#001785; margin-right:12px;}
.dl_lp01-ah dd .right { width:50%; padding:16px 32px;}
.dl_lp01-ah dd .right .btn.rel { background:linear-gradient(to bottom, #eb993c 50%, #df701f 50%); color:#fff; border:3px solid #eb9839; border-radius:50px; font-size:30px; max-width:100%; box-shadow:0 8px 0px #bbb, 0 10px 100px #bbb;}
.dl_lp01-ah dd .right .btn.line01 { width:100%;}
@media screen and (max-width:768px) {
	.dl_lp01-ah { margin:40px auto; padding:40px 0;}
	.dl_lp01-ah .intro { line-height:1.8; margin-bottom:24px;}
	.dl_lp01-ah dt { font-size:20px; padding:16px 12px; line-height:1.5;}
	.dl_lp01-ah dt big { font-size:18px;}
	.dl_lp01-ah dt big small { font-size:16px;}
	.dl_lp01-ah dd .left { width:100%; padding:8px; border:0; font-size:14px;}
	.dl_lp01-ah dd .left a { font-size:34px;}
	.dl_lp01-ah dd .left a i { font-size:32px;}
	.dl_lp01-ah dd .right { width:100%; padding:0 8px 8px;}
	.dl_lp01-ah dd .right .btn { font-size:18px; margin-top:0;}
}

.ul_lp01-ah { margin:80px auto;}
.ul_lp01-ah li { display:flex; flex-wrap:wrap; align-items:flex-start; background:#fff; padding:40px; margin-bottom:40px;}
.ul_lp01-ah li .ttl.belt { width:100%; color:#fff; padding:6px 8px; line-height:1.5; margin:0 0 16px;}
.ul_lp01-ah li dl { width:32%; padding-right:3%; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center;}
.ul_lp01-ah li dl .ttl { width:1000%; background:#001785; color:#fff; padding:2px 8px; margin:0 0 16px;}
.ul_lp01-ah li dl dt { width:52%; background:#000; color:#fff; padding:6px; text-align:center; margin-bottom:16px;}
.ul_lp01-ah li dl dd { width:42%; margin-bottom:16px;}
.ul_lp01-ah li .txt { width:42%;}
.ul_lp01-ah li .txt .ttl { background:#004BB8; color:#fff; padding:0 16px; position:relative; width:fit-content; margin:0/*16px 0 0*/;}
.ul_lp01-ah li .txt .ttl:after { content:""; background:#004BB8; height:calc(37.5px / 2 * tan(60deg)); width:36px; clip-path:polygon(0 0, 100% 100%, 0 100%); position:absolute; top:0; left:100%;}
.ul_lp01-ah li .txt .box { border:1px solid #004BB8; padding:10px 12px; font-weight:400; line-height:1.6;}
.ul_lp01-ah li .img { width:26%; padding-left:2%; margin-top:calc(32.4px + 16px); text-align:center;}
@media screen and (max-width:768px) {
	.ul_lp01-ah { margin:40px auto;}
	.ul_lp01-ah li { padding:20px; margin-bottom:24px;}
	.ul_lp01-ah li dl { width:100%;}
	.ul_lp01-ah li dl .ttl { text-align:center;}
	.ul_lp01-ah li dl dt { width:44%; padding:2px 4px;}
	.ul_lp01-ah li dl dd { width:50%;}
	.ul_lp01-ah li .txt { width:100%;}
	.ul_lp01-ah li .txt .ttl { font-size:15px; padding:0 4px; margin-top:4px;}
	.ul_lp01-ah li .txt .ttl:after { height:calc(31.5px / 2 * tan(60deg)); width:18px;}
	.ul_lp01-ah li .img { width:100%; margin-top:24px;}
	.ul_lp01-ah li .img img { width:60%;}
}

.ul_lp02-ah { background:#fff; padding:12px; display:flex; flex-wrap:wrap; margin:0 auto 80px;}
.ul_lp02-ah li { width:calc(97% / 3); margin-right:1.5%;}
.ul_lp02-ah li:nth-of-type(3n) { margin-right:0;}
.ul_lp02-ah li .img { margin-bottom:16px;}
.ul_lp02-ah li .txt { padding:0 20px;}
.ul_lp02-ah li .txt .cat .btn { width:fit-content; min-width:0; background:#001785; color:#fff; padding:0 2px; font-size:12px; display:inline-block; margin:0 0 0 4px;}
.ul_lp02-ah li .txt .ttl { margin:0;}
@media screen and (max-width:768px) {
	.ul_lp02-ah { margin-bottom:40px;}
	.ul_lp02-ah li { width:100%; margin:0 0 24px;}
	.ul_lp02-ah li:last-of-type { margin-bottom:8px;}
	.ul_lp02-ah li .txt { padding:0 12px;}
	.ul_lp02-ah li .txt .ttl { font-size:16px;}
}

.ul_lp03-ah { display:flex; flex-wrap:wrap; margin:80px auto; max-width:88%!important; margin-left:calc(6% - 24px);}
.ul_lp03-ah .ttl.main { width:100%;}
.ul_lp03-ah li { width:calc(97% / 4); margin-right:1%;}
.ul_lp03-ah li:nth-of-type(4n) { margin-right:0;}
.ul_lp03-ah li .num { margin:0; line-height:1.2;}
.ul_lp03-ah li .num big { display:block; line-height:1;}
.ul_lp03-ah li .box { border-top:6px solid; border-bottom:6px solid; padding:0; position:relative; overflow-y:/*clip*/; height:calc(100% - 100px); border:5px solid;}
.ul_lp03-ah li .box .inner { padding:24px 16px 16px 16px;}
.ul_lp03-ah li .box .img { max-width:100px; margin:0 auto;}
.ul_lp03-ah li .box .ttl { text-align:center; margin:12px auto; letter-spacing:-.05em; border-bottom:1px solid; font-size:19px;}
.ul_lp03-ah li .box .txt { line-height:1.5;}
@media screen and (max-width:768px) {
	.ul_lp03-ah { margin:40px auto;}
	.ul_lp03-ah .ttl.main{ margin-top:0;}
	.ul_lp03-ah li { width:100%; margin-bottom:16px;}
	.ul_lp03-ah li:last-of-type { margin-bottom:0;}
	.ul_lp03-ah li .box { /*border:0; border-left:4px solid; border-right:4px solid;*/ height:auto; border-width:2px;}
	.ul_lp03-ah li .box:before,
	.ul_lp03-ah li .box:after { height:4px; width:calc(50% + 3vw); transform:rotate(16deg); left:-2vw; top:6vw;}
	.ul_lp03-ah li .box:after { transform:rotate(-16deg); left:auto; right:-2vw;}
	.ul_lp03-ah li .box .inner:before,
	.ul_lp03-ah li .box .inner:after { height:4px; width:calc(50% + 3vw); transform:rotate(16deg); left:-2vw; top:auto; bottom:-6vw;}
	.ul_lp03-ah li .box .inner:after { transform:rotate(-16deg); left:auto; right:-2vw;}
	.ul_lp03-ah li .box .img { max-width:60px;}
}

.ul_lp04-ah { display:flex; flex-wrap:wrap; margin:80px auto;}
.ul_lp04-ah .ttl_lp01 { width:100%;}
.ul_lp04-ah li { width:48%; margin-right:4%; margin-bottom:24px;}
.ul_lp04-ah li:nth-of-type(2n) { margin-right:0;}
.ul_lp04-ah li .img { margin-bottom:12px;}
.ul_lp04-ah li dl { display:flex; flex-wrap:wrap; justify-content:space-between; align-items:flex-start; padding:0 24px; font-size:/*10px*/; font-weight:400;}
.ul_lp04-ah li dl dt { width:30%; background:#001785; color:#fff; padding:2px 8px; margin-bottom:6px; text-align:center;}
.ul_lp04-ah li dl dd { width:66%; margin-bottom:6px; line-height:1.5;}
@media screen and (max-width:768px) {
	.ul_lp04-ah li { width:100%; margin-right:0;}
}




/* lp その他追記 */

/* lp1 */
.page_lp01 { /*font-weight:400; font-size:18px;*/}
.page_lp01 .wrap { max-width:1000px;}
.page_lp01 .ttl .deco { width:30px; height:3px;}
.page_lp01 .ttl.marker { padding:0 40px;}
.page_lp01 h1, .page_lp01 h2, .page_lp01 h3, .page_lp01 h4, .page_lp01 h5, .page_lp01 h6 { font-weight:/*800*/;}
@media screen and (max-width:768px) {
	.page_lp01 { font-size:14px;}
	.page_lp01 .wrap { max-width:88%;}
	.page_lp01 .ttl.marker { text-align:center; padding:0;}
	.page_lp01 h1 { font-size:32px;}
}


.page_lp01 .sec_faq01 { margin:80px auto;}
.page_lp01 .sec_faq01 .accordion .summary { padding:20px 50px 20px 80px; font-weight:500;}
.page_lp01 .sec_faq01 .accordion .detail { padding:20px 50px 20px 80px; position:relative;}
.page_lp01 .sec_faq01 .accordion .q { border-radius:0; width:40px; height:22px; top:0; bottom:0; margin:auto;}
.page_lp01 .sec_faq01 .accordion .q:before,
.page_lp01 .sec_faq01 .accordion .q:after { content:""; width:0; height:0; border-style:solid; border-width:0 20px 12px 20px; border-color:transparent transparent #001785 transparent; position:absolute; left:0; top:-12px;}
.page_lp01 .sec_faq01 .accordion .q:after { border-width:12px 20px 0 20px; border-color:#001785 transparent transparent transparent; top:auto; bottom:-12px;}
.page_lp01 .sec_faq01 .accordion .q.a { background:#004BB8; top:24px; bottom:auto;}
.page_lp01 .sec_faq01 .accordion .q.a:before { border-color:transparent transparent #004BB8 transparent;}
.page_lp01 .sec_faq01 .accordion .q.a:after { border-color:#004BB8 transparent transparent transparent;}
@media screen and (max-width:768px) {
	.page_lp01 .sec_faq01 { margin:40px auto;}
	.page_lp01 .sec_faq01 .accordion .summary,
	.page_lp01 .sec_faq01 .accordion .detail { padding:12px 8px 12px 46px;}
	.page_lp01 .sec_faq01 .accordion .q { font-size:12px; width:24px; height:12px; left:8px;}
	.page_lp01 .sec_faq01 .accordion .q:before { border-width:0 12px 8px 12px; border-color:transparent transparent #001785 transparent; top:-8px;}
	.page_lp01 .sec_faq01 .accordion .q:after { border-width:8px 12px 0 12px; border-color:#001785 transparent transparent transparent; top:auto; bottom:-8px;}
	.page_lp01 .sec_faq01 .accordion .q.a { top:18px;}
}


.sec_lp02 { background:#f5f5f5; padding:80px 0; margin:80px auto 0; list-style:none;}
.sec_lp02 .container { max-width:1000px; margin:0 auto;}
.sec_lp02 .hidden_box { border:0; border-top:1px solid #0000001a; padding:16px 0; display:flex; flex-wrap:wrap; align-items:center; box-shadow:none; margin:0;}
.sec_lp02 .hidden_box:last-of-type { border-bottom:1px solid #0000001a;}
.sec_lp02 .hidden_box label { width:120px; margin:0 35px 0 0; padding:0; background:initial; border:0;}
.sec_lp02 .hidden_box label:after { display:none;}
.sec_lp02 .hidden_box .hidden_show { height:auto; opacity:1; width:calc(100% - 155px); display:flex; flex-wrap:wrap; padding:0!important;}
.sec_lp02 .hidden_box .hidden_show a { background:#fff; margin: 8px 0 8px 16px; min-height:24px; min-width:84px; text-align:center; line-height:1.8; font-size:88%; font-weight:400; transition:0.5s;}
.sec_lp02 .hidden_box .hidden_show a:hover { background:#000; color:#fff;}
.sec_lp02 .hidden_box input:checked~.hidden_show { background:initial; border:0;}
@media screen and (max-width:768px) {
	.sec_lp02 { padding:40px 0; margin:40px auto 0;}
	.sec_lp02 .ttl { font-size:16px;}
	.sec_lp02 .hidden_box label { width:100%; margin:0;}
	.sec_lp02 .hidden_box label:after { display:block;}
	.sec_lp02 .hidden_box .hidden_show { height:0; opacity:0; width:100%;}
	.sec_lp02 .hidden_box .hidden_show a { margin:14px 10px 8px;}
}

.sec_lp03 { background:/*#504d49*/; padding:80px 0; position:relative; z-index:0;} /* .sec_lp03 */
.sec_lp03 .ttl { color:/*#fff*/; text-align:center;}
.sec_lp03 .ttl.main { margin-top:0;}
.sec_lp03 .box { background:rgb(255 255 255 / 60%); border-radius:10px; max-width:860px; padding:45px 35px; margin:0 auto 40px; position:relative;}
.sec_lp03 .box .tlist { width:fit-content; margin:0 auto; font-size:/*116%*/;}
.sec_lp03 .box img { position:absolute; bottom:0; height:330px; max-width:/*calc((860px - 500px) / 2)*/; object-fit:contain; object-position:bottom;}
.sec_lp03 .box img.left  { left:0;}
.sec_lp03 .box img.right { right:0;}
.sec_lp03 .ttl.slash { padding:0 16px; letter-spacing:.01em;}
.sec_lp03 .ttl.slash:before,
.sec_lp03 .ttl.slash:after { background:/*#fff*/;}
@media screen and (max-width:768px) {
	.sec_lp03 { padding:40px 0;}
	.sec_lp03 .ttl { font-size:22px;}
	.sec_lp03 .box { padding:24px 24px 146px;}
	.sec_lp03 .box img { height:142px;}
	.sec_lp03 .box img.left  { right:54%; left:auto;}
	.sec_lp03 .box img.right { left:54%;}
	.sec_lp03 .ttl.slash { font-size:17px; letter-spacing:0; padding:0 10px; margin-bottom:0;}
	.sec_lp03 .ttl.slash:before { transform:rotate(-20deg);}
	.sec_lp03 .ttl.slash:after { transform:rotate(20deg);}
}


.ul_lp01 { display:flex; flex-wrap:wrap;}
.ul_lp01 li { width:46%; margin-right:8%; margin-bottom:60px!important; text-align:center; font-size:16px; font-weight:900;}
.ul_lp01 li:nth-of-type(2n) { margin-right:0;}
.ul_lp01 li .num { width:100px; max-width:calc(100% - 20px); height:30px; line-height:30px; color:#fff; text-align:center!important; background:#001785; position:relative; margin:0 auto 16px;}
.ul_lp01 li .num:before,
.ul_lp01 li .num:after { content:""; width:0; height:0; border-style:solid; border-width:15px 10px 15px 0; border-color:transparent #001785 transparent transparent; position:absolute; left:-10px; top:0;}
.ul_lp01 li .num:after { border-width:15px 0 15px 10px; border-color:transparent transparent transparent #001785; left:auto; right:-10px;}
.ul_lp01 li img { margin:16px auto 0; width:214px; display:block;}
@media screen and (max-width:768px) {
	.ul_lp01 li { width:100%; margin-right:0; text-align:/*left*/; font-size:small; margin-bottom:24px!important; line-height:1.5;}
}


.ul_lp04 { display:flex; flex-wrap:wrap; justify-content:center; margin:40px auto;}
.ul_lp04 .ttl.w100 { }
.ul_lp04 .ttl.w100 small { font-size:24px; position:relative; width:fit-content; margin:0 auto -46px; padding:0 24px;}
.ul_lp04 .ttl.w100 small:before,
.ul_lp04 .ttl.w100 small:after { content: ""; width:1px; height:50px; background:#000; display:inline-block; transform:rotate(-30deg); position:absolute; bottom:-12px; left:0;}
.ul_lp04 .ttl.w100 small:after { transform:rotate(30deg); right:0; left:auto;}
.ul_lp04 .ttl.w100 img.num { width:80px; margin:-32px 8px 0;}
.ul_lp04 .ttl_lp01 { width:100%;}
.ul_lp04 li { width:calc(94% / 3); margin-right:3%; margin-bottom:30px; background:#fff; padding:0 16px 24px;}
.ul_lp04 li:nth-of-type(3n) { margin-right:0;}
.ul_lp04 li img { margin-bottom:24px;}
.ul_lp04 li .ttl { letter-spacing:-.02em; line-height:1.1;}
.ul_lp04 li .ttl img { width:40%; max-width:140px; margin-bottom:8px;}
.ul_lp04 li .ttl small { font-size:18px; color:#004BB8; margin-bottom:0;}
.ul_lp04 li .ttl big { font-size:22px; line-height:1.2;}
@media screen and (max-width:768px) {
	.ul_lp04 { margin:40px auto;}
	.ul_lp04 .ttl.w100 { letter-spacing:0;}
	.ul_lp04 .ttl.w100 img.num { width:50px;}
	.ul_lp04 li { width:100%; margin-right:0;}
	.ul_lp04 li .ttl { display:/*flex*/; justify-content:center; margin-bottom:/*12px*/;}
	.ul_lp04 li .ttl img { width:20%; margin-bottom:8px;}
	.ul_lp04 li .ttl small { font-size:16px;}
	.ul_lp04 li .ttl big { font-size:17px;}
}


.dl_lp02 { display:flex; flex-wrap:wrap; margin:60px auto 80px;}
.dl_lp02 .ttl { padding:15px 0; margin-bottom:30px; border-top:2px solid #333; border-bottom:1px solid #bbb;}
.dl_lp02 dt { width:25%; padding:0 10px 0 20px; font-size:18px; font-weight:bold; border-right:1px solid #bbb; margin-bottom:30px;}
.dl_lp02 dd { width:75%; padding-left:30px; padding-bottom:24px; font-size:18px; margin-bottom:30px;}
@media screen and (max-width:768px) {
	.dl_lp02 { margin:24px auto 40px;}
	.dl_lp02 h4 { padding:12px 0; font-size:20px;}
	.dl_lp02 dt,
	.dl_lp02 dd { width:100%; text-align:/*center*/; border-right:0; border-bottom:1px solid #bbb; padding:12px 0; font-size:15px; margin:0;}
	.dl_lp02 dt { font-size:16px; background-color:f5f5f5;}
	.dl_lp02 dt:first-of-type { border-top:1px solid #bbb;}
}


/* lp1-aa */
.sec_lp01-aa { background:#f5f5f5; border-radius:16px; padding:60px 5% 80px; position:relative; margin:80px auto;}
.sec_lp01-aa .intro { text-align:center;}
.sec_lp01-aa .intro .deco img { width:180px; position:absolute; top:-60px; left:-60px;}
.sec_lp01-aa .intro .ttl { margin-top:0;}
.sec_lp01-aa .btn { background:#00468f; color:#fff; border:0; border-radius:30px; margin:40px auto 0;}
@media screen and (max-width:768px) {
	.sec_lp01-aa { padding:40px 5%; margin:60px auto 40px;}
	.sec_lp01-aa .intro .deco img { width:100px; height:100px; object-fit:contain; top:-50px; left:-30px;}
	.sec_lp01-aa .btn { margin-top:24px;}
}


.ul_lp01-aa { background:#f5f5f5; padding:0 0 80px; margin:80px auto;}
.ul_lp01-aa .intro { background:#fff; text-align:center; margin-bottom:80px;}
.ul_lp01-aa .intro .ttl { text-align:center; margin:0 auto 40px;}
.ul_lp01-aa .intro .img { display:flex; flex-wrap:wrap;}
.ul_lp01-aa .intro .img img { width:50%;}
.ul_lp01-aa li { max-width:900px; background:#fff; padding:30px 30px 30px 70px; border-radius:16px; box-shadow:2px 2px 14px rgba(0, 0, 0, 0.08); font-size:24px; color:#00468f; line-height:1.4; position:relative; margin:0 auto 20px;}
.ul_lp01-aa li:last-of-type { margin-bottom:0;}
.ul_lp01-aa li i { color:#bdac19; font-size:30px; position:absolute; left:30px; top:32px;}
@media screen and (max-width:768px) {
	.ul_lp01-aa { max-width:100%; padding-bottom:40px; margin:40px auto;}
	.ul_lp01-aa .intro { margin-bottom:40px;}
	.ul_lp01-aa .intro .ttl { margin-bottom:24px;}
	.ul_lp01-aa li { padding:16px 16px 16px 40px; font-size:18px; letter-spacing:0; max-width:88vw;}
	.ul_lp01-aa li i { font-size:24px; top:16px; left:16px;}
}

.ul_lp02-aa { margin:80px auto;}
.ul_lp02-aa .ttl.main { width:100%; text-align:center; margin-top:0;}
.ul_lp02-aa li { max-width:750px; background:#fff; border-radius:50px; display:flex; flex-direction:row; align-items:center; margin:0 auto 24px;}
.ul_lp02-aa li:nth-of-type(2n) { flex-direction:row-reverse;}
.ul_lp02-aa li:last-of-type { margin-bottom:0;}
.ul_lp02-aa .animated li {  margin:0 auto 24px;}
.ul_lp02-aa .animated:nth-of-type(2n) li { flex-direction:row-reverse;}
.ul_lp02-aa .animated:last-of-type li { margin-bottom:0;}
.ul_lp02-aa li .txt { width:calc(100% - 110px); padding:0 40px; font-size:/*24px*/; margin:0;}
.ul_lp02-aa li .img { width:110px; height:110px; background:#fff; padding:7px; border-radius:50%; margin:-10px 0;}
.ul_lp02-aa li .img img { width:100%; height:100%; object-fit:cover; border-radius:50%;}
@media screen and (max-width:768px) {
	.ul_lp02-aa { margin:8px auto;}
	.ul_lp02-aa li { margin-bottom:16px;}
	.ul_lp02-aa li .txt { width:calc(100% - 70px); padding:8px 8px 8px 24px; font-size:/*18px*/; letter-spacing:-.05em; line-height:1.3;}
	.ul_lp02-aa li .img { width:70px; height:70px; padding:5px;}
}

.ul_lp03-aa { margin:80px auto 0;}
.ul_lp03-aa li { background:#00468f; color:#fff; padding:5%; border-radius:16px; display:flex; justify-content:space-between; align-items:center; margin-bottom:30px;}
.ul_lp03-aa li:last-of-type { margin-bottom:0;}
.ul_lp03-aa li .txt { width:60%;}
.ul_lp03-aa li .txt .ttl { margin-top:0;}
.ul_lp03-aa li .img { width:30%;}
.ul_lp03-aa li .img.col2 { width:50%; flex-wrap:nowrap; justify-content:space-between; position:relative; letter-spacing:-.05em;}
.ul_lp03-aa li .img.col2 .item { width:calc((100% - 40px) / 2)!important; margin-right:0!important; text-align:center;}
.ul_lp03-aa li .img.col2 .item img { border-radius:50%;}
.ul_lp03-aa li .img.col2 .or { width:40px; font-size:20px; font-weight:700; text-align:center; position:absolute; top:20%; left:0; right:0; margin:auto;}
.ul_lp03-aa li .img.col2 .tsmall { display:block; font-size:13px;}
@media screen and (max-width:768px) {
	.ul_lp03-aa { margin:24px auto;}
	.ul_lp03-aa li { flex-direction:column-reverse;}
	.ul_lp03-aa li .txt { width:100%;}
	.ul_lp03-aa li .txt .ttl { margin-bottom:12px;}
	.ul_lp03-aa li .img { width:100%; margin-bottom:12px;}
	.ul_lp03-aa li .img.col2 { width:100%; margin-bottom:0;}
	.ul_lp03-aa li .img.col2 .item { letter-spacing:-.05em;}
	.ul_lp03-aa li .img.col2 .item .tbig { font-size:105%;}
	.ul_lp03-aa li .img.col2 .tsmall { font-size:12px;}
}


/* lp その他追記 */
.sec_Lp01 { background:#504d49; padding:80px 0;}
.sec_Lp01 .ttl { color:#fff; text-align:center;}
.sec_Lp01 .ttl.main { margin-top:0;}
.sec_Lp01 .box { background:#fff; border-radius:10px; max-width:/*800px*/; padding:45px 35px; margin:0 auto 40px; position:relative;}
.sec_Lp01 .box .tlist { max-width:640px; margin:0 auto; font-size:116%;}
.sec_Lp01 .box img { position:absolute; bottom:0; width:calc((100% - 640px - 100px) / 2);}
.sec_Lp01 .box img.left  { left:24px;}
.sec_Lp01 .box img.right { right:24px;}
.sec_Lp01 .ttl.slash { padding:0 16px;}
.sec_Lp01 .ttl.slash:before,
.sec_Lp01 .ttl.slash:after { background:#fff;}
@media screen and (max-width:768px) {
	.sec_Lp01 { padding:40px 0;}
	.sec_Lp01 .ttl { font-size:18px;}
	.sec_Lp01 .box { padding:24px 24px 170px;}
	.sec_Lp01 .box .tlist { font-size:100%;}
	.sec_Lp01 .box img { width:120px; max-height:160px; object-fit:cover;}
	.sec_Lp01 .box img.left  { left:auto; right:50%;}
	.sec_Lp01 .box img.right { right:auto; left:50%;}
}
