@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ===================================================================
 * 1. Reset & Basic Styles
 * =================================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

html, body {
  width: 100%;
  font-size: 100%;
  color: #333;
  background: #ffffff;
  overflow-x: hidden;
}

body {
  font-size: 16px;
  line-height: 180%;
}

a {
  outline: none;
  text-decoration: none;
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #29abe2;
}
a:hover img {
  opacity: 0.8;
}

ul, ol {
  list-style: none;
}

img {
  max-width: 100%;
  height: auto;
  border: 0;
}

em {
  font-style: normal;
}

hr,
.wp-block-separator {
  margin: 3em 0;
  border: 0;
  border-top: 1px solid #dddddd;
}
.wp-block-separator:not(.is-style-wide):not(.is-style-dots) {
  width: 100%;
  max-width: inherit;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  clear: both;
}


/* ===================================================================
 * 2. Utility & Helper Classes
 * =================================================================== */

/* Text Utilities */
.txt_w      { color: #fff !important; }
.txt_black  { color: #000 !important; }
.txt_red    { color: #e75150; }
.txt_blue   { color: #1c93db; }
.txt_pink   { color: #ef328d; }
.txt_gray   { color: #777777; }
.txt_bold   { font-weight: bold; }
.txt_n      { font-size: 16px; }
.txt_center { text-align: center; }
.txt_left   { text-align: left !important; }
.txt_right  { text-align: right; }

/* Spacing Utilities */
.mgt5  { margin-top: 5px; }
.mgt10 { margin-top: 10px; }
.mgt20 { margin-top: 20px; }
.mgb5  { margin-bottom: 5px; }
.mgb10 { margin-bottom: 10px; }
.mgb20 { margin-bottom: 20px; }
.pdt5  { padding-top: 5px; }
.pdt10 { padding-top: 10px; }
.pdt15 { padding-top: 15px; }
.pdt20 { padding-top: 20px; }
.pdb5  { padding-bottom: 5px; }
.pdb10 { padding-bottom: 10px; }
.pdb20 { padding-bottom: 20px; }

/* Padding Containers */
.co_p  { padding: 50px 0; }
.co_p2 { padding: 50px 0; }
.co_p3 { padding: 30px 0; }
.co_t  { padding-top: 50px; }
.co_t2 { padding-top: 50px; }
.co_t3 { padding-top: 30px; }
.co_b  { padding-bottom: 50px; }
.co_b2 { padding-bottom: 50px; }
.co_b3 { padding-bottom: 30px; }

/* Background Utilities */
.bg_white { background: #fff; }
.bg_gray  { background: #f5f3f0; }
.bg_red   { background: #e75150; }
.bg_yel   { background: #e9d325; }
.bg_blue  { background: #1c93db; }
.bg_pink  { background: #ef328d; }
.bg_black { background: rgba(0, 0, 0, 0.4); }
.bg_1     { background: url(images/bg1.jpg) repeat center center; }
.bg_2     { background: url(images/bg2.jpg) repeat center center; }

/* Position Utilities */
.re  { position: relative; }
.re2 { position: relative; z-index: 2; }
.re3 { position: relative; z-index: 3; }

/* Font Utilities */
.fon1 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
}

/* Other Utilities */
.rad { border-radius: 20px; }


/* ===================================================================
 * 3. Layout & Main Structure
 * =================================================================== */
/* Containers */
.con1, .con2, .con3 {
  margin: 0 auto;
}
.con1 { width: 1200px; }
.con2 { width: 1080px; }
.con3 { width: 830px; }

/* Header */
.l-header {
  background: rgba(255,255,255,.9);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3 !important;
  width: 100%;
}
header .l-container,
#fix_header .l-container {
  display: flex;
  justify-content: center;
  width: 1200px !important;
  margin: 0 auto !important;
  box-sizing: border-box;
}
.-series .l-header__logo {
  margin-right: 0px;
}

/* Content Area */
#content.l-content {
  padding-top: 3em;
}
.post_content {
  margin-top: 2em !important;
}

/* Footer */
.l-footer__foot .l-container,
.l-footer__inner {
  width: 1200px !important;
  margin: 0 auto !important;
  box-sizing: border-box;
}

/* Top Page Layout */
.is-top-page .wrap,
.is-top-page .l-container,
.is-top-page .l-contentInner {
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin: 0 auto;
  box-sizing: border-box;
}
.is-top-page .l-container {
  margin: 0;
  padding: 0;
}
.is-top-page #breadcrumb {
  display: none !important;
}


/* ===================================================================
 * 4. Components & Modules
 * =================================================================== */

/* --- Buttons --- */
.btn a {
  display: block;
  padding: 10px;
  border-radius: 5px;
  background: #ef328d url(images/ar1.png) no-repeat 95% center;
  background-size: 20px;
  color: #ffffff;
  text-align: center;
}

.more_btn a {
  display: block;
  margin:auto;
  width: 50px;
  height: 50px;
  padding-top: 20px;
  box-sizing: border-box;
  border-radius: 50%;
  background: #1c93db url(images/ar1.png) no-repeat center 8px;
  background-size: 14px;
  color: #ffffff;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 20px;
}
#topnews .more_btn a{
	margin-top:20px;
}
.more_btn a:hover {
  background-color: #ef328d;
}

.loginbtn a,
.loginbtn2 a,
.contactbtn a {
  display: inline-block;
  padding: 5px 30px;
  border-radius: 5px;
  box-sizing: border-box;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
}
.loginbtn a,
.loginbtn2 a {
  background: #1c93db;
}
.contactbtn a {
  background: #ef328d;
}
.loginbtn a:hover,
.loginbtn2 a:hover {
  background: #ef328d;
}
.contactbtn a:hover {
  background: #1c93db;
}

.c-gnav .loginbtn,
.c-gnav .loginbtn2,
.c-gnav .contactbtn {
  padding: 15px 0 15px 10px;
}
#footer .loginbtn a,
#footer .loginbtn2 a,
#footer .contactbtn a {
  width: 250px;
  margin-top: 15px;
}
.c-gnav > .loginbtn > a:after,
.c-gnav > .loginbtn2 > a:after,
.c-gnav > .contactbtn > a:after {
  display: none;
}

/* --- Forms (ContactForm7, WPMembers etc.) --- */
.searchform1 input[type="text"],
.search-keyword input[type="text"],
.con_form input[type="text"],
.con_form input[type="email"],
#wpmem_login,
#wpmem_msg,
#wpmem_reg,
.wpmem_msg,
.wpmem_msg--restricted,
textarea {
  width: 100%;
}
textarea {
  height: 150px;
}

.searchform1 input[type="text"],
.con_form input[type="text"],
.con_form input[type="email"],
.con_form textarea,
#wpmem_login input[type="password"],
#wpmem_login input[type="text"],
#wpmem_reg input[type="date"],
#wpmem_reg input[type="email"],
#wpmem_reg input[type="number"],
#wpmem_reg input[type="password"],
#wpmem_reg input[type="text"],
#wpmem_reg input[type="url"],
#wpmem_reg textarea {
  background-color: #f4f4f4;
}

/* Submit Buttons */
.button_div input[type="submit"],
.search-submit button[type="submit"],
.searchform1 input[type="submit"],
.con_form input[type="submit"] {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  background: linear-gradient(to right, rgba(28,147,219,1) 0%,rgba(28,147,219,1) 100%);
  color: #ffffff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 28px;
  text-align: center;
  box-sizing: border-box;
}

/* Form Messages */
.wpcf7-response-output,
.wpmem_msg--restricted,
.wpmem_msg {
  padding: 10px 20px;
  border: 1px solid #ff4646 !important;
  border-radius: 5px;
  background: #ffe9dc;
  color: #FF0033;
  text-align: center;
}
.wpcf7-not-valid-tip,
.req-text {
  font-size: 12px !important;
}
.hissu {
  padding-left: 5px;
  color: #ef328d;
  font-size: 12px;
  font-weight: bold;
}

/* Custom Checkboxes */
.searchform1 input[type=checkbox],
.con_form input[type=checkbox] {
  display: none;
}
.wpcf7-list-item-label,
.searchform1 label {
  position: relative;
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0px 8px 0px 35px;
  border-radius: 3px;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  transition: background-color 0.2s linear;
}
.wpcf7-list-item-label::after,
.searchform1 label::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 5px;
  display: block;
  width: 19px;
  height: 19px;
  margin-top: -10px;
  border: 1px solid #cccccc;
  border-radius: 2px;
  background-color: #f4f4f4;
  transition: border-color 0.2s linear, background-color 0.2s linear;
}
.wpcf7-list-item-label::before,
.searchform1 label::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 11px;
  display: block;
  width: 6px;
  height: 10px;
  margin-top: -8px;
  border-right: 3px solid #ffffff;
  border-bottom: 3px solid #ffffff;
  opacity: 0;
  transform: rotate(45deg);
  transition: opacity 0.2s linear;
}
input[type=checkbox]:checked + .wpcf7-list-item-label:after,
.searchform1 label.checked::after {
  background-color: #1c93db;
  border-color: #1c93db;
}
input[type=checkbox]:checked + .wpcf7-list-item-label:before,
.searchform1 label.checked::before {
  opacity: 1;
  z-index: 5;
}

/* --- Titles & Headings --- */
.tttl {
  padding-bottom: 30px;
}
#sidebar .tttl {
  padding-bottom: 5px;
}
.tttl h1, .tttl h2, .tttl h3, .tttl .en,
.c-postTitle__ttl, h1 .c-pageTitle__inner, .archivepage h1,
.box_ h3, .top_bnr .c-bannerLink__title, .top_bnr .c-bannerLink__description {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: 500;
}
.tttl h1, .tttl h2 {
  font-size: 34px;
  line-height: 40px;
}
.tttl h3, .c-postTitle__ttl, h1 .c-pageTitle__inner, .archivepage h1,
.box_ h3, .top_bnr .c-bannerLink__title {
  font-size: 28px;
  line-height: 36px;
}
.tttl .en {
  font-size: 18px;
  line-height: 34px;
  color: #1c93db;
}
.tttl h3 {
  margin: 0;
  padding: 0;
}
.tttl h3::before {
  display: none;
}
.box_ h3 {
  padding-bottom: 0;
  margin-bottom: 20px;
}
.c-postTitle__ttl {
  padding-bottom: 10px;
}
h1.c-pageTitle[data-style=b_bottom],
h1.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner {
  border-bottom: none;
}

/* --- Main Visual --- */
.p-mainVisual__textLayer {
  position: relative;
}
.maintxt {
  width: 600px;
  margin: 0 auto;
  padding-top: 80px;
  text-align: center;
  z-index: 5;
}
.maintxt h2 {
  display: inline-block;
  margin-top: 10px !important;
  padding: 5px 30px !important;
  border-radius: 50px !important;
  background: #ef328d !important;
  color: #ffffff;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}

/* --- News List --- */
.news-list ul {
  border-bottom: 1px solid #dddddd;
}
.news-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  border-top: 1px solid #dddddd;
}
.news-list li:last-child {
  border-bottom: 1px solid #dddddd; /* This seems redundant with ul border, but keeping as per original */
}
.news-date, .date {
  color: #777777;
  font-size: 14px;
}
.news-date {
  width: 80px;
}
.news-cat {
  width: 120px;
  border-radius: 30px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
}
.news-title {
  flex: .95;
}

/* --- Recruit Slider / Job Cards --- */
.multiple-items .slick-track {
  display: flex;
}
.multiple-items .slick-slide {
  display: flex !important;
  height: auto !important;
  padding: 10px 15px;
  box-sizing: border-box;
}
.recruit_inr1 {
  position: relative;
  width: 100%;
  min-height: 100%;
  padding-bottom: 65px;
  border-radius: 15px;
  background: #ffffff;
  box-sizing: border-box;
}
.recruit_inr1 .btn {
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: calc(100% - 30px);
}
.jobtag_img {
  position: relative;
  width: 100%;
  aspect-ratio: 5/3;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
}
.jobtag_img img {
  width: 100%;
  height: 100%;
  max-width: inherit;
  object-fit: cover;
}
.jobtag-name {
  display: inline-block;
  margin-bottom: 5px;
  padding: 2px 10px;
  border-radius: 30px;
  background: url(images/bg1.jpg) repeat center center;
  color: #ffffff;
  font-size: 14px;
  z-index: 3;
}
.tagtxt, .tag-item {
  color: #ef328d;
}
.tags_list ul {
  display: block;
  margin: 0;
}
.tags_list li {
  display: inline-block;
  margin: 0;
  padding: 0 3px 0 0;
  font-size: 14px;
}
.recruit_inr1 .post-title {
  white-space: nowrap;
}
.txt_area {
  padding: 15px;
}
.post-title {
  padding-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 30px;
}

/* --- Table Style --- */
.tb1 dl {
  border-bottom: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #dddddd;
  background: #ececec;
}
.tb1 dt, .tb1 dd {
  padding: 5px 10px;
  border-top: 1px solid #dddddd;
  font-size: 14px;
  line-height: 24px;
  box-sizing: border-box;
}
.tb1 dt {
  width: 100px;
  background: #ececec;
  float: left;
  clear: left;
}
.tb1 dd {
  margin-left: 100px;
  background: #ffffff;
}

/* --- Other Components --- */
.top_bnr .swell-block-column {
  position: relative;
  height: 180px;
  border-radius: 15px;
  overflow: hidden;
}
.top_bnr .swell-block-column::after {
  content: '';
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 20px;
  height: 20px;
  background: url(images/ar1.png) no-repeat center center;
  background-size: 20px;
  z-index: 3;
}
.box_ .wp-block-media-text__media img {
  border-radius: 15px;
}
.top_flex {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.clm_inr {
  width: 46%;
  padding: 30px;
  border-radius: 15px;
  background: #ffffff;
  box-sizing: border-box;
}

/* Post List (in columns) */
.postlist_ li {
  padding: 20px 10px;
  border-top: 1px solid #dddddd;
}
.postimg {
  position: relative;
  float: left;
  width: 120px;
  height: 120px;
  border-radius: 10px;
  overflow: hidden;
}
.postimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.posttxt {
  padding-left: 150px;
}
.posttxt .date {
  text-align: right;
}

/* Join/Login Section */
.join_inr {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 30px 0;
  border-radius: 15px;
  background: #ffffff;
}
.clm1, .clm2 {
  width: 50%;
  padding: 0 50px;
  box-sizing: border-box;
}
.clm1 {
  border-right: 1px solid #dddddd;
}
.join_inr #wpmem_login fieldset,
.join_inr #wpmem_reg fieldset {
  border: none;
  padding: 0;
  margin: 0;
}

/* Footer SNS Links */
.ft_sns ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.ft_sns li {
  width: 30%;
  margin:0 8px;
}
.ft_sns li a {
  display: block;
  padding: 15px 5px 15px 60px;
  border-radius: 15px;
  box-sizing: border-box;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 21px;
  font-weight: 600;
}
.ft_sns li span {
  display: block;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 15px;
  font-weight: 500;
}
.ft_sns li.snsline a {
  background: #ffffff url(images/sns1.png) no-repeat 15px center;
  background-size: 50px;
  color: #00ae00;
}
.ft_sns li.snsinsta a {
  background: #ffffff url(images/sns2.png) no-repeat 10px center;
  background-size: 50px;
  color: #a7398e;
}
.ft_sns li.snsthreads a {
  background: #ffffff url(images/sns3.png) no-repeat 10px center;
  background-size: 50px;
  color: #333333;
}
.ft_sns li.snsnote a {
  background: #ffffff url(images/note.png) no-repeat 15px center;
  background-size: 45px;
  color: #333333;
}

/* Footer Info & Menu */
.ft_info {
  padding: 20px 0;
}
#media_image-2 {
  width: 130px;
  padding-bottom: 20px;
}
.c-widget+.c-widget {
  margin-top: 0 !important;
}
.ft_info .widget_nav_menu {
  display: inline-block;
  width: 48%;
  vertical-align: top;
  box-sizing: border-box;
}
.ft_info .c-listMenu a {
  padding: 10px 10px !important;
  border-bottom: none !important;
}
.ft_info .c-gnav .sub-menu a::before,
.ft_info .c-listMenu a::before {
  display: none;
}

/* Fixed SNS Buttons */
.fix_sns {
  position: fixed;
  top: 200px;
  right: 10px;
  width: 50px;
  z-index: 3;
}
.fix_sns li {
  padding-bottom: 1px;
}
.fix_sns li a img {
  opacity: 0.8;
}
.fix_sns li a:hover img {
  opacity: 1;
}

/* Table of Contents */
#main_content .p-toc.-simple {
  margin: 3em auto;
  max-width: 800px;
  border: 20px solid #ececec;
}
#main_content ol.p-toc__childList li:before,
#sidebar ol.p-toc__childList li:before {
  content: "・";
  border-right: none;
  counter-increment: none;
  padding: 0 .1em 0 0;
}

/* Pagination */
.page-numbers {
  border-radius: 50%;
  background-color: #333333;
}
.page-numbers.current,
.page-numbers:hover {
  background-color: #ef328d;
}


/* ===================================================================
 * 5. Page & Template Specific Styles
 * =================================================================== */

/* --- SWELL Theme Overrides --- */
.c-gnav > .menu-item > a .ttl {
  font-weight: 500;
}
.p-breadcrumb.-bg-on {
  background: #ffffff;
}
.-body-solid .p-breadcrumb.-bg-on {
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
}

/* --- Archive & Category Pages --- */
.archivepage .p-termContent,
.p-homeContent.u-mt-40 {
  padding-top: 0;
  margin-top: 2em !important;
}
.archivepage .c-pageTitle__subTitle {
  display: none !important;
}
.custom-cat-header {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  padding: 130px 0 60px;
  background-size: cover;
  background-position: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.category-recruitment .-type-list .p-postList__body,
.category-recruitment .-type-list2 .p-postList__body {
  width: 100% !important;
}
.category-recruitment .-type-list .p-postList__link {
  flex: 1;
}
.category-recruitment .-type-list .p-postList__item {
  margin-bottom: 15px !important;
  padding-bottom: 15px !important;
  border-bottom: 1px solid #dddddd !important;
}

/* --- Search Form (in sidebar/archives) --- */
.searchform1 {
  padding-bottom: 30px;
}
.searchform1 h4 {
  margin: 10px 0 5px;
  font-size: 1rem;
  font-weight: bold;
}
.searchform1 ul {
  padding-bottom: 5px;
}
.searchform1 li li {
  display: inline-block;
}

/* --- Sidebar --- */
#sidebar .c-widget {
  padding-bottom: 30px;
}
#sidebar .c-widget__title.-side {
  padding-left: 0;
  padding-bottom: 0;
}
#sidebar .c-widget__title.-side::before,
#sidebar .c-widget__title.-side::after {
  display: none;
}
#sidebar .c-listMenu a {
  padding: 1em 1em 1em 1.5em;
  font-size: 16px;
}
#sidebar .-type-list .p-postList__item {
  margin-top: 0;
  margin-bottom: 1em;
  padding-bottom: 1em;
  border-bottom: 1px solid #dddddd;
}
#sidebar .custom-taglist {
  margin-top: 10px;
}
#sidebar .custom-taglist li {
  display: inline-block;
  padding: 5px;
}
#sidebar .custom-taglist li a {
  display: block;
  padding: 2px 5px;
  border-radius: 5px;
  background: #ececec;
  color: #333333;
  font-size: 14px;
}
#sidebar .custom-taglist li a:hover {
  background: #ef328d;
  color: #ffffff;
}

/* --- Login Page --- */
.loginpage_content h1 {
  display: none;
}
.loginpage_content .post_content {
  margin-top: 0;
}
.loginpage_content .l-content {
  padding-top: 0 !important;
}
.link-text-forgot a {
  color: #ef328d;
}

/* --- WPMembers Plugin Styles --- */
.logged-in-wpmembers .loginbtn {
  display: none;
}
.logged-out-wpmembers .loginbtn2 {
  display: none;
}
.logged-in-wpmembers #joinus {
  display: none;
}
#wpmem_login .link-text-register {
  display: none;
}
#wpmem_login legend {
  margin-bottom: 15px;
  font-size: 18px;
}
.post_content #wpmem_login,
.post_content #wpmem_reg {
  padding: 0 30px;
  border: 20px solid #ececec;
}

/* --- Contact Form Page --- */
.con_form dl {
  padding-top: 20px;
}
.con_form dt {
  padding-bottom: 5px;
  font-weight: bold;
}
.con_form dd {
  padding-bottom: 30px;
}

/* --- Other Plugin Overrides --- */
.grecaptcha-badge {
  visibility: hidden;
}


/* ===================================================================
 * 6. Media Queries (Responsive)
 * =================================================================== */

@media screen and (max-width: 1300px) {
  .con1 { width: 90%; }
}

@media screen and (max-width: 1280px) {
  header .l-container,
  #fix_header .l-container,
  .l-footer__inner {
    width: 95% !important;
  }
  .-series .c-headLogo {
    min-width: 90px;
  }
  .l-fixHeader__logo {
    margin-right: 14px;
  }
  .c-gnav > .menu-item > a .ttl {
    font-size: 13px;
  }
}

@media screen and (max-width: 1150px) {
  .con2 { width: 90%; }
  .co_p { padding: 60px 0; }
  .co_t { padding-top: 60px; }
}

@media screen and (max-width: 999px) { /* Corresponds to tablet */
  .con3 { width: 90%; }
  .co_p  { padding: 50px 0; }
  .co_t  { padding-top: 50px; }
  .co_b  { padding-bottom: 50px; }
  .co_p2 { padding: 35px 0; }
  .co_t2 { padding-top: 35px; }
  .co_b2 { padding-bottom: 35px; }
  .co_t3 { padding-top: 20px; }
  .co_b3 { padding-bottom: 20px; }
}

@media screen and (max-width: 960px) { /* Corresponds to SWELL's tablet breakpoint */
  .l-header.m_fixed {
    position: fixed;
  }
  .l-header__customBtn {
    display: none;
  }
  header .l-container,
  #fix_header .l-container {
    justify-content: space-between;
  }
  .-series .l-header__logo {
    margin: auto;
    padding: 0 48px 0 0;
  }
  .l-container {
    width: 100%;
  }
  .maintxt {
    width: 500px;
    padding-top: 50px;
    z-index: 2;
  }
  .maintxt h2 {
    font-size: 20px;
    line-height: 36px;
    padding: 5px 20px !important;
  }
  .tttl { padding-bottom: 30px; }
  .tttl h1, .tttl h2 {
    font-size: 28px;
    line-height: 36px;
  }
  .tttl h3, .top_bnr .c-bannerLink__title, .box_ h3, .c-postTitle__ttl, h1 .c-pageTitle__inner, .archivepage h1 {
    font-size: 22px;
    line-height: 30px;
  }
  .tttl .en {
    font-size: 15px;
    line-height: 25px;
  }
  #sidebar {
    margin-bottom: 3em;
    padding-top: 3em;
    border-top: 1px solid #dddddd;
  }
  .l-articleBottom__section {
    margin-top: 3em;
  }
  .custom-cat-header {
    margin-bottom: 10px;
    padding: 90px 0 40px;
  }
  .p-spMenu__nav .loginbtn a,
  .p-spMenu__nav .loginbtn2 a,
  .p-spMenu__nav .contactbtn a {
    display: block;
    width: 100%;
    margin-top: 15px;
    padding: 10px 30px;
  }
  .ft_info .widget_nav_menu,
  .ft_sns li {
    width: 100%;
    display: block;
  }
  .ft_sns ul {
	  display: block;
	}
  .ft_sns li {
	  margin:10px 0;
	}

  #main_content .p-toc.-simple {
    max-width: 100%;
    border-width: 5px;
  }
  .fix_sns {
    width: 40px;
    right: 10px;
    top: inherit;
    bottom: 90px;
  }
  .fix_sns li {
    padding: 0;
    margin: 0;
  }
  .top_flex { display: block; }
  #event { margin-top: 20px; }
  .clm_inr {
    width: 100%;
    padding: 20px;
  }
  .postlist_ li {
    padding: 20px 0;
  }
  .postimg {
    width: 90px;
    height: 90px;
  }
  .posttxt {
    padding-left: 110px;
  }
  .join_inr {
    display: block;
    padding: 20px 0;
  }
  .clm1, .clm2 {
    width: 100%;
    padding: 0 20px;
  }
  .clm1 { border-right: none; }
  .clm2 {
    margin-top: 30px;
    padding-top: 10px;
    border-top: 1px solid #dddddd;
  }
}

@media screen and (max-width: 700px) { /* Corresponds to mobile */
  body {
    -webkit-text-size-adjust: 100%;
  }
  #main_content .post_content {
    font-size: 16px;
  }
  .maintxt {
    width: 90%;
  }
  .maintxt img {
    width: 300px !important;
    margin: 0 auto;
  }
  .maintxt h2 {
    font-size: 14px;
    line-height: 28px;
    padding: 5px 10px !important;
  }
  .tttl h1, .tttl h2 {
    font-size: 24px;
    line-height: 32px;
  }
  .tttl h3, .top_bnr .c-bannerLink__title, .box_ h3, .c-postTitle__ttl, h1 .c-pageTitle__inner, .archivepage h1 {
    font-size: 20px;
    line-height: 30px;
  }
  .news-list li {
    display: block;
    padding: 15px 0;
  }
  .news-date, .date {
    font-size: 13px;
  }
  .news-date {
    display: inline-block;
  }
  .news-cat {
    display: inline-block;
    width: auto;
    padding: 0 8px;
    font-size: 12px;
    line-height: 20px;
  }
  .news-title {
    display: block;
    padding-top: 1px;
  }
  .post_content #wpmem_login,
  .post_content #wpmem_reg {
    padding: 0 20px;
    border-width: 10px;
  }
}


/* ===================================================================
 * 7. Third-Party Libraries (Slick Slider)
 * - Untouched library code for slider functionality.
 * =================================================================== */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25;
}
.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev { left: -25px; }
.slick-prev:before { content: '←'; }
[dir='rtl'] .slick-prev { right: -25px; left: auto; }
[dir='rtl'] .slick-prev:before { content: '→'; }
.slick-next { right: -25px; }
.slick-next:before { content: '→'; }
[dir='rtl'] .slick-next { right: auto; left: -25px; }
[dir='rtl'] .slick-next:before { content: '←'; }

.slick-dotted.slick-slider { margin-bottom: 30px; }
.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black;
}


/* ===================================================================
 * 8. Animations & Keyframes
 * =================================================================== */
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}
.fadeIn { animation-name: fadeIn; }

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp { animation-name: fadeInUp; }

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-2000px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.slideInLeft { animation-name: slideInLeft; }

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(2000px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.slideInRight { animation-name: slideInRight; }