/*
Theme Name:  swell_sakusaku
Theme URI:
Description:
Version: 1.0
Author:
Author URI:
*/

body {
  font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体",
    "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  color: #222;
  font-size: 17px;
  line-height: 1.9;
  letter-spacing: 0.03em;
  text-align: justify;
}
a {
  color: #222;
  text-decoration: none;
  transition: 0.3s ease-out;
}
a:hover {
  color: #164a89;
}

::selection {
  background-color: #355eb8;
  color: #fff;
}
::-moz-selection {
  background-color: #355eb8;
  color: #fff;
}

body,
header,
footer {
  min-width: 1280px;
  max-width: 1920px;
  margin: auto;
}

/*============================================================================

	モーション　＊　wowオリジナル　fadeInUpMin

============================================================================*/
.fadeInUpMin {
  animation-name: fadeInUpMin;
}
@keyframes fadeInUpMin {
  from {
    opacity: 0;
    transform: translate3d(0, 10%, 0);
  }
  to {
    opacity: 1;
    transform: none;
  }
}

#loftloader-wrapper {
  min-width: 400px !important;
}
#loftloader-wrapper .loader-section.section-fade {
  min-width: 400px !important;
}

/*============================================================================

	#mainvisual　＊　下層のMV

============================================================================*/
#mainvisual {
  position: relative;
  margin-top: 130px;
  width: 100%;
  height: 400px;
  background: url("images/top/bg_02.png") center top no-repeat;
  background-size: 1920px auto;
  overflow: hidden;
}
#mainvisual::before {
  position: absolute;
  content: "";
  background: url("images/top/bg_01.png") no-repeat top -240px right;
  background-size: 900px auto;
  width: 900px;
  height: 810px;
  left: 50%;
  margin-left: 70px;
}
@media screen and (max-width: 640px) {
  #mainvisual {
    margin-top: 60px;
    height: 150px;
    background-size: cover;
  }
  #mainvisual::before {
    background: url("images/top/bg_01.png") no-repeat top -50px right -100px;
    background-size: 250px auto;
    width: 250px;
    height: 225px;
    left: auto;
    margin-left: 0;
    right: 0;
  }
}

#mainvisual .inner {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: flex-end;
}
@media screen and (max-width: 640px) {
  #mainvisual .inner {
    display: block;
    padding-bottom: 40px;
  }
}

#mainvisual h1 {
  font-size: 45px;
  padding-top: 150px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #mainvisual h1 {
    font-size: 25px;
    padding-top: 50px;
    padding-left: 3%;
  }
}

/*==================================================================

	ぱんくず

==================================================================*/
.breadcrumbs {
  width: 100%;
  margin: 0 auto;
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #e3f2ff;
  font-size: 13px;
  background: #fff;
}
.breadcrumbs .inner {
  width: 95%;
  max-width: 1200px;
  margin: auto;
}

.l-breadcrumb-list__item {
  display: inline-block;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item {
  margin-left: 5px;
}
.l-breadcrumb-list__item + .l-breadcrumb-list__item:before {
  content: ">";
  margin-right: 5px;
}

/*==================================================================

	main

==================================================================*
main {
	margin-top: 10px;
	background: #f7f4f0;
}
main #wrapper {
	width: 1200px;
	margin: auto;
	padding: 60px 0 80px;
}
main #wrapper section {
	position:relative;
	width: 1200px;
	margin: 0 auto 80px;
	padding: 60px;
	box-sizing: border-box;
	background: #FFF;
	box-shadow: 0 0 8px rgba(0,0,0,.2);
}
main #wrapper section:last-child {
	margin-bottom: 0;
}








/*==================================================================

		$お問い合わせページ　＊　Contact Form 7カスタマイズ

==================================================================*/

/*------------------------------ contactページの設定 ------------------------------*/
.contact main .contact {
  background: #f3f6f8;
  padding-top: 50px;
  padding-bottom: 100px;
}
.contact main .contact .contact__inner {
  padding-top: 80px;
}

/*------------------------------ フォームの設定 ------------------------------*/

::-webkit-input-placeholder {
  color: #ccc;
}
::-ms-input-placeholder {
  color: #ccc;
}
:-ms-input-placeholder {
  color: #ccc;
}
::-moz-placeholder {
  color: #ccc;
}
::placeholder {
  color: #ccc;
}

.contact__table {
  width: 80%;
  margin: 0 auto 40px;
  border-bottom: solid 1px #fff;
}
.contact__table th {
  width: 30%;
  padding: 20px 20px;
  border-top: solid 1px #fff;
  font-weight: 700;
}
.contact__table td {
  padding: 20px 0;
  border-top: solid 1px #fff;
}
.contact__table td input {
  width: 100%;
  padding: 10px 20px;
  box-sizing: border-box;
}
.input-hidden {
  display: none;
}

@media (max-width: 640px) {
  .contact__table {
    width: 90%;
    border-bottom: solid 1px #b1d2ed;
  }
  .contact__table th,
  .contact__table td {
    display: block;
    width: 100%;
    border-top: solid 1px #b1d2ed;
  }
  .contact__table th {
    padding: 20px 0 10px;
    font-size: 16px;
    line-height: 2;
  }
  .contact__table td {
    border-top: none;
    padding: 0 0 20px;
  }
}

/*------------------------------ 必須 ------------------------------*/
.contact__table th span.required {
  font-size: 12px;
  padding: 7px 10px;
  color: #fff;
  border-radius: 2px;
  margin-right: 15px;
  position: relative;
  bottom: 1px;
  background: #c40018;
  border: 1px solid #c40018;
}

/*------------------------------ 送信ボタン ------------------------------*/
input[type="submit"] {
  position: relative;
  width: 500px;
  height: 90px;
  margin: auto;
  background: #56b232;
  box-sizing: border-box;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 50px;
}
@media all and (max-width: 640px) {
  input[type="submit"] {
    height: 80px;
    width: 100%;
    font-size: 16px;
    line-height: 1.7;
    border-radius: 5px;
  }
}

/*------------------------------ その他 ------------------------------*/
.contact__table td span.error_blank,
.contact__table td span.error_format,
.contact__table td span.error_match {
  color: #ff0000;
  display: block;
  margin-top: 3px;
}
input[type="button"] {
  -webkit-appearance: none;
  background: #999;
  border-radius: 0px;
  border-radius: 6px;
  color: #fff;
  font-family: inherit;
  font-size: 2.4rem;
  letter-spacing: 5px;
  line-height: 1;
  padding: 1em 30px;
  transition: all 0.3s ease;
}
@media all and (max-width: 767px) {
  input[type="button"] {
    font-size: 1.8rem;
  }
}
input[type="button"]:hover {
  background: #ccc;
  cursor: pointer;
}
.contact__table input[type="text"],
.contact__table input[type="email"],
.contact__table input[type="tel"] {
  margin-top: 0px;
}
.contact__table input#form_submit_button {
  margin-left: 0;
}

/*==================================================================

		$price　＊　料金プランのご案内

==================================================================*/

/*------------------------------ h2 ------------------------------*/
.price h2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  font-style: normal;
  font-size: 44px;
}
.price h2 span {
  display: block;
  color: #093599;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .price h2 {
    font-size: 28px;
  }
  .price h2 span {
    font-size: 15px;
  }
}

/*------------------------------ SakuSakuの料金プラン＊top上書き ------------------------------*/
.price #top_section07 {
  background: #fff;
}
.price #top_section07 thead th {
  /*上のタイトル*/
  border: 2px solid #fff;
}
.price #top_section07 tbody th {
  /*左のタイトル*/
  border: 2px solid #fff;
}
.price #top_section07 tbody td {
  /*本文*/
  background: #f3f7fb;
  border: 2px solid #fff;
}
/*左上を空白に*/
.price #top_section07 thead th:nth-of-type(1) {
  background: #fff;
}

/*追加：左下テキスト*/
.price_note {
  text-align: left;
  margin-top: 20px;
}

@media screen and (max-width: 640px) {
  .price #top_section07 {
    padding-top: 20px;
  }
}

/*------------------------------ 基本料金に含まれているサービス ------------------------------*/
#price_service {
  background: #f3f7fb;
  padding-top: 100px;
  padding-bottom: 100px;
}

#price_service .inner {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: auto;
}
#price_service h2 {
  margin-bottom: 70px;
}

#price_service ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#price_service ul li {
  width: 30%;
  background: #fff;
  margin-bottom: 30px;
  padding: 10px;
}
@media screen and (max-width: 640px) {
  #price_service ul {
    display: block;
  }
  #price_service ul li {
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
  }
}

#price_service ul li figure {
  width: 100%;
  margin: auto;
}
#price_service ul li figure img {
  width: 100%;
}
#price_service ul li p {
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  margin-top: 10px;
  line-height: 1.5;
  display: flex;
  align-items: center;
  height: 80px;
  justify-content: center;
}
@media screen and (max-width: 640px) {
  #price_service ul li figure {
    width: 100%;
    max-width: 340px;
    margin: auto;
  }
  #price_service ul li figure img {
    width: 100%;
  }
  #price_service ul li p {
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: 10px;
    height: auto;
  }
}

/*------------------------------ オプション一覧＊Table設定 ------------------------------*/
#price_option {
  background: #f3f7fb;
  padding-bottom: 120px;
}
#price_option h2 {
  margin-bottom: 60px;
}

#price_option .inner {
  position: relative;
  width: 95%;
  max-width: 1200px;
  margin: auto;
}
#price_option table {
  width: 100%;
}
@media screen and (max-width: 640px) {
  #price_option table {
    width: 660px;
    border-collapse: collapse;
  }
}

#price_option thead th {
  /*上のタイトル*/
  padding: 25px 0;
  background: #132753;
  color: #fff;
  border-radius: 20px 20px 0 0;
  font-size: 26px;
  text-align: center;
  border: 2px solid #f3f7fb;
  font-weight: 700;
}
#price_option tbody th {
  /*左のタイトル*/
  padding: 20px 30px 20px;
  background: #2e52a0;
  color: #fff;
  border-radius: 20px 0 0 20px;
  font-size: 24px;
  text-align: center;
  border: 2px solid #f3f7fb;
  font-weight: 700;
  white-space: nowrap;
}
#price_option tbody td {
  /*本文*/
  padding: 25px 20px 25px;
  background: #fff;
  border: 2px solid #f3f7fb;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 640px) {
  #price_option thead th {
    /*上のタイトル*/
    font-size: 18px;
  }
  #price_option tbody th {
    /*左のタイトル*/
    padding: 20px 10px 20px;
    font-size: 18px;
  }
}

/*左上を空白に*/
#price_option thead th:nth-of-type(1) {
  background: #f3f7fb;
}

/*費用だけ文字大きめ中央揃え*/
#price_option tbody tr td:nth-of-type(1) {
  padding: 30px 20px 30px;
  font-size: 24px;
  text-align: center;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #price_option tbody tr td:nth-of-type(1) {
    font-size: 16px;
  }
}

/*他社の横サイズを一緒にする*/
#price_option tbody th {
  width: 15%;
}
#price_option tbody td:nth-of-type(1) {
  width: 20%;
}
#price_option tbody td:nth-of-type(2) {
  width: 65%;
}
@media screen and (max-width: 640px) {
  #price_option tbody th {
    width: 40px;
    white-space: normal;
  }
  #price_option tbody td:nth-of-type(1) {
    width: 30px;
    padding: 15px 10px 15px !important;
  }
  #price_option tbody td:nth-of-type(2) {
    width: 110px;
    padding: 15px 20px 15px !important;
  }
}

/*==================================================================

		$voice　＊　導入事例　＊　topと同じ、jsを削除

==================================================================*/

/*------------------------------ h2 ------------------------------*/
.voice h2 {
  font-family: "Zen Kaku Gothic Antique", sans-serif;
  font-weight: 700;
  line-height: 1.6;
  font-style: normal;
  font-size: 44px;
}
.voice h2 b {
  color: #093599;
  font-weight: 700;
  text-decoration-line: underline;
  text-underline-offset: 20px;
  text-decoration-color: #ffdb32;
  text-decoration-thickness: 3px;
}
.voice h2 span {
  display: block;
  color: #093599;
  font-family: "Josefin Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  font-size: 20px;
}

@media screen and (max-width: 640px) {
  .voice h2 {
    font-size: 28px;
  }
  .voice h2 b {
    text-underline-offset: 10px;
    text-decoration-thickness: 2px;
  }
  .voice h2 span {
    font-size: 15px;
  }
}

/*------------------------------ 導入事例 ------------------------------*/
.voice #top_section08 {
  height: auto;
}

.voice #top_section08 h2:last-of-type {
  /*その他〜*/
  text-align: center;
  font-size: 32px;
  padding-top: 80px;
  padding-bottom: 100px;
  background: url("images/top/bg_06.png") top center;
  background-size: 1920px auto;
}
.voice #top_section08 .inner h2:first-of-type {
  text-align: left !important;
  font-size: 44px !important;
  margin-bottom: 50px;
  padding-bottom: 0 !important;
  background: #fff;
}
@media screen and (max-width: 640px) {
  .voice #top_section08 h2:last-of-type {
    font-size: 22px;
  }
  .voice #top_section08 .inner h2:first-of-type {
    font-size: 28px !important;
    margin-bottom: 20px;
    padding-top: 20px;
  }
}

.voice .slider {
  height: auto;
  padding: 40px 0 0;
  box-shadow: none;
}
.voice .slider div {
  margin-bottom: 100px;
}

/*==================================================================

	記事一覧ページ＊category

==================================================================*/
main nav {
  position: relative;
}
/*リスト内の画像が崩れるため追記*/
.sd-post__img a img {
  max-width: 100%;
  height: auto;
}
/*リストない日付・カテゴリー*/
.column-archive__post-date {
  font-size: 16px;
}
.column-archive__post .post-categories li a {
  font-size: 15px;
}

/*==================================================================

	記事ページ＊single

==================================================================*/
.thumbnail img {
  width: 100%;
  margin-bottom: 1.5em;
  height: auto;
}

/*右カラム内の画像が崩れるため追記*/
.side-block a img {
  max-width: 100%;
  height: auto;
}
/*下おすすめ記事の画像が崩れるため追記*/
.rec-box a img {
  max-width: 100%;
  height: auto;
}
/*記事タイトル＊header h1と重複するため設定を上書き*/
.c-post01__header {
  min-width: auto;
  max-width: none;
}
.c-post01__header h1 {
  background: none;
  color: #222;
  text-align: left;
}
@media all and (max-width: 767px) {
  .c-post01__header {
    display: block;
  }
}

/*==================================================================

	プライバシーポリシー

==================================================================*/
.privacy__txt01 {
  padding-top: 30px;
  padding-bottom: 30px;
}
.privacy__text-area {
  padding-bottom: 30px;
}
.privacy__text-area .privacy__txt01 {
  padding: 0;
}

/*==================================================================

	右下のCTAバナー（コラムページで出現）

==================================================================*/
#cta_banner {
  display: none;
}
.js-active {
  display: block !important;
}
.cv03__wrapper {
  display: block !important;
}

/*==================================================================

	サンクスページ

==================================================================*/
.thanks #top_section08 {
  height: auto;
  margin-bottom: 80px;
}
