@charset "utf-8";
/*
Theme Name: 一般社団法人 岩国青年会議所
Theme URI: https://iwakunijc.com/
Description: 一般社団法人 岩国青年会議所 2024年度ホームページ
Version: 20231226
Author: adflex
Author URI: https://adflex-design.jp
*/
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5em;
}

:root {
  --primary-color: #171c61;
  --sub-color1: #3eabcd;
  --footclip: clamp(20px, 23.44vw, 450px);
}

/* ***************************************************************** 
*	基本設定
* ***************************************************************** */
body {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-size: 16px;
  background: #fff;
  color: #444;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
/* 画像
---------------------------------------------------- */
img {
  border: 0;
  padding: 0px;
  margin: 0px
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 10px 20px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 20px 10px 0;
  display: inline;
}


/* 共通項目
---------------------------------------------------- */
h1 {
  font-size: 24px;
}
h2 {
    font-size: 2rem;
    color: var(--primary-color);
    font-weight: 900;
    margin-bottom: 20px;
}
h2 span {
    font-size: 1.5rem;
    color: var(--sub-color1);
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
    line-height: 1em;
}


h3 {
    font-size: 1.5rem;
    color: var(--sub-color1);
    font-weight: 900;
    margin-bottom: 20px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
}

p {
    font-size: 16px;
    color: #444;
    line-height: 2em;
}

/* 共通リンクボタン
---------------------------------------------------- */
.iwakuni_btn{
	display: inline-block;
	margin: 50px 0;
}

.iwakuni_btn a {
    color: #FFF;
    background: var(--primary-color);
    text-decoration: none;
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    font-size: 18px;
    padding: 20px 30px;
    display: inline-block;
}

.iwakuni_btn a::after {
  font-family: "Font Awesome 6 Free";
  content: "\f105";
  display: inline-block;
  margin-left: 15px;
	font-weight: 900;
  width: 25px; /* アイコンの幅を変更 */
  height: 25px; /* アイコンの高さを変更 */
}

.iwakuni_btn a:hover {
  color: var(--sub-color1);
}
.iwakuni_btn a:active, a:focus {
  outline: 0;
}


/* リスト
---------------------------------------------------- */
ol {
  margin: 7px 0 7px 10px;
  padding: 0 0 0 0;
  list-style: decimal;
}
ul {
  margin: 7px 0 7px 4px;
  padding: 0 0 0 0;
  list-style: disc;
}
li {
  margin: 5px 0 5px 15px;
  padding: 0;
}
li a {
  color: #45AAB8;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -ms-transition: 0.5s;
}
li a:hover {
  color: #666;
}
/* *****************************************************************
*	全体Wrapper
* ***************************************************************** */
.wrapper {
  margin: auto;
  max-width: 1200px;
  padding: 50px 30px;
}
/* ***************************************************************** 
*	ヘッダー
* ***************************************************************** */
#header {
    width: 100%;
    background: #000000d9;
}


.header-inner {
    max-width: 1200px;
    overflow: hidden;
    margin: 0px auto;
    padding: 10px 0 10px;
}

#header h1 {
  text-align: center;
  margin: 0;
}
.logo {
    text-align: center;
    margin: 0;
    padding: 10px 0;
    width: 100%;
    float: left;
    max-width: 380px;
}
/* トップナビゲーション
---------------------------------------------------- */
#nav {
    width: auto;
    z-index: 9999;
    padding: 0;
    text-align: center;
    float: right;
}
#nav ul {
  list-style: none;
  margin: auto;
  text-align: right;
}
.main-navigation {
  margin: 0 auto;
  position: relative;
}
ul.nav-menu, div.nav-menu > ul {
  margin: 0;
  padding: 0;
}
.nav-menu li {
  display: inline-block;
  position: relative;
  margin: 0 -2px 0 -2px;
}
.nav-menu li a {
    color: #FFF;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 20px 20px 15px;
}

.nav-menu li:hover > a, .nav-menu li a:hover {
  color: #0090d5;
}
.nav-menu .sub-menu, .nav-menu .children {
  display: none;
  padding: 0;
  position: absolute;
  z-index: 99999;
}
.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: #333;
  margin: 0;
  width: 200px;
}
ul.nav-menu ul a:hover, .nav-menu ul ul a:hover {
  color: #0090d5;
}
ul.nav-menu li:hover > ul, .nav-menu ul li:hover > ul {
  display: block;
  background: #eee;
}
.nav-menu .current_page_item > a, .nav-menu .current_page_ancestor > a, .nav-menu .current-menu-item > a, .nav-menu .current-menu-ancestor > a, .nav-menu .current-post-ancestor > a {
  color: #0090d5;
}
.toggle {
  display: none;
}
.menu-toggle {
  width: 40px;
  height: 40px;
}
.hamburger {
  display: none;
}
/* ハンバーガーメニュー
---------------------------------------------------- */
/*!
* Hamburgers
* @description Tasty CSS-animated hamburgers
* @author Jonathan Suh @jonsuh
* @site https://jonsuh.com/hamburgers
* @link https://github.com/jonsuh/hamburgers
*/
.hamburger {
  padding: 10px 2px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 35px;
  height: 3px;
  background-color: var(--sub-color1);
  border-radius: 4px;
  position: absolute;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}
/*
* Spin
*/
.hamburger--spin .hamburger-inner {
  transition-duration: 0.3s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin .hamburger-inner::before {
  transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in;
}
.hamburger--spin .hamburger-inner::after {
  transition: bottom 0.1s 0.34s ease-in, -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger--spin.is-active .hamburger-inner {
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  transition-delay: 0.14s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger--spin.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out;
}
.hamburger--spin.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.1s ease-out, -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1);
}
/* トップヘッダー画像
---------------------------------------------------- */
.top-header {
    width: 100%;
    margin: 0px auto;
    text-align: center;
    position: relative;
}
.hero_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	width: 100%;
}

.hero_title {
    position: relative;
    font-size: 5rem;
    color: #FFF;
    display: inline-block;
    padding: 0 20px;
    font-weight: 900;
    line-height: 1em;
}

.hero_title::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #3eabcd;
    z-index: -1; /* テキストの下に配置 */
}

.hero_sub_title{
	font-size: 2.5rem;
	color: #FFF;
}

.hero_sub{
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
	position: relative;
}

.hero_sub_txt{
    position: absolute;
    top: 46%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	text-align: center;
}
.sub_title {
    font-size: 2.5rem;
    color: #FFF;
    font-weight: 700;
    padding-bottom: 20px;
}


.sub_en_title{
	font-size: 1.5rem;
	color: var(--sub-color1);
    font-family: 'Noto Serif JP', serif;
}


/* ***************************************************************** 
*	メイン（本文）コンテンツ
* ***************************************************************** */
#main {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}

.mt100{
	margin-top: 100px!important;
}

.mb50{
	margin-bottom: 50px!important;
}

.mb100{
	margin-bottom: 100px!important;
}

/* トップページ
---------------------------------------------------- */
.what{
	width: 100%;
}

.home_iwakuni{
	display: flex;
}
.home_iwakuni_img{
	width: 45%;
}
.home_iwakuni_txt {
    width: 50%;
    margin: 0 auto;
}

.home_belief {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--sub-color1);
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
    padding: 135px 0 0;
}
.home_belief_cont {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 1050px;
    margin: 0 auto;
	padding: 0 30px;
}
.home_belief_txt {
    width: 70%;
    position: relative;
    z-index: 10;
}
.home_belief_img{
	width: 530px;;
	position: absolute;
	z-index: 1;
	right: 0;
}
.middle_full {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background: url(images/common/middle.jpg) no-repeat;
    margin-bottom: 60px;
    height: 250px;
    background-size: cover;
}

.middle_full_txt{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    text-align: center;
    font-family: 'Noto Serif JP', serif;
	width: 100%;
}

.middle_full_title {
    font-size: 2.5rem;
    display: inline-block;
    color: #FFF;
    font-weight: 900;
    position: relative;
    padding: 0 10px 0 25px;
}

.middle_full_title::after {
    content: "";
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    height: 10px;
    background-color: #3eabcd;
    z-index: -1; /* テキストの下に配置 */
}
.middle_full_sub_title{
	font-size: 1.5rem;
	color: #FFF;
}

.join{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	text-align: center;
}

.join h2{
	margin-bottom: 10px;
	line-height: 1em;
}

.f_box{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	display: flex;
}

.f_bn{
	width : calc(100% / 2) ;
	padding: 0 25px;
}
.contact_bn{
	width: 100%;
	text-align: center;
}


.youtube{
	 width: 100%;
}

.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.youtube_touroku{
	width: 100%;
	text-align: center;
}

.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.ggmap iframe, .ggmap object, .ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* サブページ
---------------------------------------------------- */
.subpage{
	width: 100%;
}

.subpage h2{
	font-size: 2rem;
	border-bottom: 3px solid #939393;
	color: #333;
	position: relative;
}

.subpage h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 350px;
    height: inherit;
    border-bottom: 3px solid var(--primary-color);
}

.history {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto 50px;
}

.history_box{
	width: 100%;
	display: flex;
}
.history_txt{
	width: 600px;
}
.history_img {
    width: 400px;
    padding: 10px 20px;
    text-align: center;
}
.history_img p {
    font-size: 14px;
    text-align: left;
    padding: 0 20px;
    line-height: 1.5em;
}

.history_imgbox {
    width: 100%;
    display: flex;
    padding: 10px 0;
}

.subpage table{
	width: 100%;
	font-size: 18px;
}
.subpage tr{
	border-bottom: 1px solid #939393;
}
.subpage th, .subpage td{
	padding: 25px 20px;
}
.subpage th {
    font-weight: 600;
    width: 20%;
    text-align: center;
    vertical-align: middle;
}
.subpage td{
	width: 80%;
}

/* 理事長所信
---------------------------------------------------- */
.belief{
	width: 100%;
	max-width: 1000px;
	margin: 0 auto 50px;
}

.slogan{
	width: 100%;
	text-align: center;
	margin-bottom: 100px;
}
.president{
	width: 100%;
	display: flex;
}
.president_txt{
	width: 670px;
	padding-right: 25px;
}
.president_img{
	width: 330px;
}

/* 委員会紹介
---------------------------------------------------- */
.chairman {
    position: absolute;
    width: 450px;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: end;
    align-items: end;
}

.chairman_name{
	font-size: 1.8rem;
	padding-right: 40px;
}

.chairman_name span{
	font-size: 1rem;
	display: block;
	color: #000;
	line-height: 1em;
	margin-bottom: 0px;
}

.chairman_img{
	text-align: center;
}

.officer_wide {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    background-color: #3eabcdb8;
    clip-path: polygon(0 20%, 100% 0, 100% 100%, 0 100%);
    padding: 350px 0 100px;
}


.officers, .officers_in{
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 30px;
}


.officers h3, .officers_in h3 {
    font-size: 1.5rem;
    color: #333;
    font-weight: 900;
    margin: 50px auto 20px;
    text-align: center;
}

.iinkai_keikaku{
	text-align: center;
	display: block;
}

.subpage ul {
  margin: 0 auto;
  text-align: left;
display: inline-block;
}
.subpage li {
    width: 100%;
    font-size: 1.2rem;
    color: #333;
    list-style: disc;
}

/* 基本計画・組織図
---------------------------------------------------- */

.rinen, .houshin, .soshikizu{
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}

.rinen {
    font-family: 'Noto Serif JP', serif;
    font-size: 2rem;
    text-align: center;
    line-height: 2em;
}

.houshin{
	padding: 0 20px;
}

.houshin li {
    list-style: decimal;
	font-size: 1rem;
}

.joining{
	width: 100%;
}

.joining_title{
	text-align: center;
	margin-bottom: 50px;
}	
.joining h2 {
    position: relative;
    font-size: 2.5rem;
    color: var(--primary-color);
    display: inline-block;
    padding: 0 20px;
    font-weight: 900;
    line-height: 1em;
	border-bottom: none;
	text-align: center;
}
.joining h2::before {
    display: none;
}
.joining h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    background: var(--sub-color1);
    z-index: -1;
}

.joining_box{
	width: 100%;
	display: flex;
}

.joining_il{
	width : calc(100% / 3) ;
}

.join_flow{
	width: 100%;
	display: flex;
}

.join_flow_il{
	width : calc(100% / 5) ;
}


/*QAのコーディング（全ページ共通で使用）
---------------------------------------------------- */
.q_a {
  width: 100%;
}
.qa_title {
  text-align: center;
}
.Qa-Box {
  width: 100%;
  margin: 0 auto;
  color: #00348a;
  padding: 0 20px;
}
.Qa {
  border-bottom: 3px solid;
  position: relative;
}
.Qa-Box .Qa dt, .Qa-Box .Qa dd {
  display: flex;
  align-items: flex-start;
  margin: 15px 0;
}
.Qa-Box .Qa dt p {
  margin: 0;
  padding-left: 15px;
  font-weight: bold;
  width: 100%;
  font-size: 20px;
}
.Qa-Box .Qa dd p {
  margin: 0;
  padding-left: 15px;
  width: 100%;
  font-size: 16px;
}
.Qa-Box .Qa dt::before {
  content: url(images/enrollment/q.png);
  display: block;
  width: 50px;
  height: 35px;
}
.Qa-Box .Qa dd::before {
  content: url(images/enrollment/a.png);
  display: block;
  width: 50px;
  height: 35px;
}
@media screen and (max-width: 960px) {
  .Qa-Box {
    width: 100%;
    padding: 0 10px;
  }
}

/* contactform
---------------------------------------------------- */
.contact_title {
  font-size: 24px;
  text-align: center;
  line-height: 1.5em;
  padding: 20px 0;
}
.contact_phone {
  background: #F0EFEE;
  padding: 15px;
  margin: 30px 0;
  overflow: hidden;
}
.contact_phone_left {
  font-size: 130%;
  padding: 0px 0px;
  float: left;
  width: 35%;
  text-align: center;
}
.contact_phone_right {
  padding: 15px 0;
  text-align: center;
  background: #FFF;
  width: 65%;
  float: right;
}
.contact_phone_right img {
  text-align: center;
  width: 60%;
  vertical-align: middle;
  padding: 7px 0;
}
/*見出し欄*/
.inquiry {
  width: 80%;
  margin: 50px auto;
}
.inquiry p {
  font-size: 16px;
  color: #444;
  line-height: 200%;
  padding: 15px 0px 15px 0px;
  text-align: left;
}
.inquiry_title {
  width: 100%;
  font-size: 150%;
  margin: 50px auto;
  padding-bottom: 15px;
  border-bottom: solid 1px #3fa8f4;
}
.inquiry_title span {
  margin-right: 10px;
  vertical-align: text-bottom;
}
.inquiry_title span img {
  width: 45px;
}
.inquiry th {
  text-align: left;
  font-size: 18px;
  color: #444;
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
  background: none;
  border: none;
  vertical-align: middle;
}
/*通常欄*/
.inquiry td {
  font-size: 18px;
  border: none;
}
/*横の行とテーブル全体*/
.entry-content .inquiry tr, .entry-content table {
  border: solid 1px #d7d7d7;
}
/*必須の調整*/
.haveto {
  font-size: 15px;
  padding: 5px;
  background: #ff9393;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
/*任意の調整*/
.any {
  font-size: 15px;
  padding: 5px;
  background: #93c9ff;
  color: #fff;
  border-radius: 2px;
  margin-right: 5px;
  position: relative;
  bottom: 1px;
}
/*ラジオボタンを縦並び指定*/
.verticallist .wpcf7-list-item {
  display: block;
}
/*送信ボタンのデザイン変更*/
#formbtn {
  display: block;
  padding: 1em 0;
  margin-top: 30px;
  width: 50%;
  background: #008fd4;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  border-radius: 2px;
  border: none;
  margin: 30px auto 0;
	border:1px solid #008fd4;
}
/*送信ボタンマウスホバー時*/
#formbtn:hover {
  background: #fff;
  color: #008fd4;
}

.wpcf7 input[name="your-name"], .wpcf7 input[name="your-company"], .wpcf7 input[name="your-kana"], .wpcf7 input[name="your-email"], .wpcf7 input[name="your-subject"], .wpcf7 input[name="kana"], .wpcf7 input[name="your-postalcode"], .wpcf7 input[name="your-address"], .wpcf7 input[name="your-tel"], .wpcf7 input[name="your-birthday"] {
  width: 100%;
  height: 50px !important;
	font-size: 18px;
}
.wpcf7 textarea {
  width: 95%;
  height: 350px !important;
	font-size: 18px;
}

/* WP必須
---------------------------------------------------- */
.wp-caption {
  max-width: 100%;
}
.wp-caption-text {
  font-size: 90%;
  text-align: center;
}
.sticky {}
.gallery-caption {}
.bypostauthor {}
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.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-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000; /* Above WP toolbar. */
}

/* *****************************************************************
*	フッター
* ***************************************************************** */
#footer {
  clear: both;
  width: 100%;
  margin: 0px auto;
}
.footer-inner {
  margin: 0px auto;
  padding: 50px 0px;
  max-width: 1200px;
  display: flex;
  flex-wrap: wrap;
}
.footer_add {
  width: calc(100% / 2);
    margin: 0 auto;
    text-align: center;
}
.footer_logo {
    width: 100%;
    margin: 0 auto 15px;
}

.jci_logo{
	text-align: center;
  margin-bottom: 5px;
}

.iwakuni_logo{
	text-align: center;
  margin-bottom: 5px;
}

.footer_add_txt {
  font-size: 24px;
  color: #000;
}
.footer_map {
  width: calc(100% / 2);
  padding: 0 0 0 50px;
}

#copyright {
    font-size: 14px;
    color: #FFF;
    text-align: center;
    position: relative;
    margin: 0;
    padding: 15px 0;
    background: var(--primary-color);
    border-top: 10px solid var(--sub-color1);
}

/* *****************************************************************
*	CSS3アニメーション
* ***************************************************************** */
.img-anime2 img {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.img-anime2:hover img {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

/* *****************************************************************
*   レスポンシブ（メディアクエリ）
* ***************************************************************** */
/* PC 画面の横幅が960px以上
---------------------------------------------------- */
@media only screen and (min-width: 960px) {

}
/* Tablet (Portrait) 画面の横幅が768px〜1024pxまで
---------------------------------------------------- */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .wrapper {
    width: 100%;
    margin: auto;
    padding: 30px 20px 50px;
  }
  .header-inner {
    width: 100%;
    padding: 10px 0;
  }
.logo {
    width: 100%;
    float: none;
    margin: 0 auto;
}
  #nav {
    float: none;
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  #nav ul {
    text-align: center;
  }
  .footer-inner {
    width: 100%;
    padding: 30px;
  }
  .footer_add {
    border-right: none;
    padding: 0;
  }
  .footer_map {
    padding: 0 0 0 25px;
  }
.officer_wide {
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0 100%);
    padding: 245px 0 100px;
}
	.officers_in h2{
		font-size: 1.5rem;
	}
	
}
/* Mobile (Portrait) 画面の横幅が300px~767pxまで（基本）
---------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .wrapper {
    width: 100%;
    padding: 30px 20px 50px;
  }
  .header-inner {
    width: 100%;
    margin: auto;
    padding: 5px 0;
  }
.logo {
    width: 75%;
    padding: 10px;
}
	
  #nav {
    display: none;
    position: absolute;
    top: 0;
    float: none;
    text-align: center;
    width: 100%;
    background: #fefefe;
    margin: 0 auto 40px auto;
    padding: 0;
  }
  #nav ul {
    text-align: center;
  }
  .nav-menu li a {
    color: #333;
    display: block;
    font-size: 15px;
    padding: 20px 10px;
    text-decoration: none;
  }
  .nav-menu li {
    display: block;
    float: none;
    border-bottom: 1px solid #ededed;
  }
h2 {
    font-size: 1.5rem;
}
h2 span {
    font-size: 1.2rem;
    font-weight: 900;
}
h3 {
    font-size: 1.2rem;
}
.mb100 {
    margin-bottom: 50px!important;
}
.mt100 {
    margin-top: 30px!important;
}
.iwakuni_btn{
	margin: 30px 0;
}

.iwakuni_btn a {
    font-size: 16px;
    padding: 20px 20px;
    display: inline-block;
}
.hero_txt {
    width: 100%;
}
.hero_title {
    font-size: 2.5rem;
}
.hero_sub_title {
    font-size: 1.5rem;
}
.home_iwakuni {
    display: block;
}
.home_iwakuni_img {
    width: 100%;
}	
.home_iwakuni_txt {
    width: 100%;
    margin: 50px auto;
}
.home_belief {
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0 100%);
    padding: 70px 0 0;
}
.home_belief_cont {
    padding: 0 20px;
}
.home_belief_txt {
    width: 100%;
}
	.home_belief_txt p{
		color: #FFF;
	}
.home_belief_img {
    width: 220px;
    right: 0;
    top: -65px;
}
.middle_full_txt {
    width: 100%;
}
.middle_full_title {
    font-size: 1.5rem;
}
.middle_full_sub_title {
    font-size: 1rem;
}
.f_box{
	display: block;
}

.f_bn{
	width: calc(100% / 1);
	padding: 5px;
}
	
.ggmap {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
	
.hero_sub_txt {
    width: 100%;
}
.sub_title {
    font-size: 1.2rem;
	padding-bottom: 0px;
}
.sub_en_title {
    font-size: 1rem;
    background: #ffffffd4;
}
.subpage h2{
	font-size: 1.2rem;
}

.subpage h2:before {
    width: 150px;
}
	.fit{
		letter-spacing: -1.5px;
	}
.history_box {
    display: block;
}
	
.history_txt {
    width: 100%;
}
.history_img {
    width: 100%;
    padding: 10px 0px;
}
.history_imgbox {
    flex-flow: column;
}
.subpage th, .subpage td {
    padding: 5px 10px;
	display: block;
    text-align: left;
	width: 100%;
}
.subpage td {
    font-size: 16px;
}
.slogan {
    margin-bottom: 30px;
}
.president_img {
    display: none;
}
.president_txt {
    width: 100%;
    padding-right: 0;
}
.chairman {
    width: 55%;
}

.chairman_name{
	font-size: 1.2rem;
	padding: 0;
}
.chairman_img {
    width: 50%;
}
	
.officer_wide {
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0 100%);
    padding: 120px 0 100px;
}
	.officers_in{
		padding: 0 20px;
	}

	.officers_position{
		bottom:35px;
	}
	
.subpage li {
    font-size: 16px;
}
.rinen {
    font-size: 1rem;
	letter-spacing: -2px;
}
.Qa-Box .Qa dt p {
    font-size: 1rem;
}
.join_flow {
    display: flex;
    flex-wrap: wrap;
}
.join_flow_il {
    width: calc(100% / 2);
}
.joining_title {
    margin-bottom: 10px;
}
.joining_title h2 {
    font-size: 1.5rem;
    padding: 0 5px;
    margin-bottom: 0;
}
	
	
  .toggle {
    display: block;
    float: right;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 10000;
  }
  .footer-inner {
    width: 100%;
    padding: 30px;
	  display: block;
  }
  .footer_add {
    width: calc(100% / 1);
    border-right: none;
    padding: 0;
    text-align: center;
    margin-bottom: 30px;
  }
  .footer_add_txt {
    line-height: 1.5em;
    font-size: 14px;
  }
  .footer_map {
    width: calc(100% / 1);
    padding: 0;
  }
  #copyright {
    font-size: 14px;
    padding: 10px 5px;
  }
  .mobile-display-none {
    display: none;
  }
  .single-contents br {
    display: none;
  }
  .top-wide-contents br {
    display: none;
  }
	
.contact_title {
    font-size: 18px;
	text-align: left;
}
	
.contact_phone_left {
    font-size: 100%;
    padding: 0px 0px;
    float: left;
    width: 100%;
    text-align: center;
    line-height: 1.5em;
    margin-bottom: 15px;
}
	
.contact_phone_right {
    width: 100%;
    float: left;
}
	
.contact_phone_right img {
    width: 85%;
}
	
.inquiry {
    width: 100%;
	margin: 0 auto;
}
	
.inquiry th {
    width: 100%;
    display: block;
}
	
.inquiry td {
    display: block;
}
	
#formbtn {
    width: 100%;
}
	
}

/* *****************************************************************
*   レスポンシブ（外部サービス対策用）
* ***************************************************************** */
/* Twitter Timeline
---------------------------------------------------- */
.twitter-timeline {
  width: 100%;
  height: 300px;
}
/* YouTube embed
---------------------------------------------------- */
.youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
.youtube iframe, .youtube object, .youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* YouTube URL貼り付け用
---------------------------------------------------- */
.wp-block-embed-youtube {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 20px;
  margin-bottom: 20px;
}
.wp-block-embed-youtube iframe, .wp-block-embed-youtube object, .wp-block-embed-youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1000px) {
  .br-pc {
    display: block;
  }
  .br-sp {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: block;
  }
	
}
/*-- PC版表示CSS  --*/
.pc_area{
  display:block;
}
.sp_area{
  display:none;
}


/*-- スマホ版表示CSS  --*/
@media screen and (max-width: 768px){
  .pc_area{
    display:none;
  }
  .sp_area{
    display:block;
  }
}

@media only screen and (max-width: 1024px) {
  .facebook_inner {
    width: 100%;
    height: 500px;
	  max-width: 500px;
  }
}

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}