/*
Theme Name: OfficeTsugumi Theme
Author: 9design
Author URI: https://9design.jp/
Description: OfficeツグミセミナーLPテーマ
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: OfficeTsugumi Theme
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Header
# Footer
# Navigation
  ## Links
  ## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
  ## Posts and pages
  ## トップページ
  ## インタビュー詳細
  ## 募集要項詳細
  ## サイドバー
  ## アーカイブ（お知らせ）
  ## お知らせ詳細
  ## 404ページ
  ## Comments
# Infinite scroll
# Media
  ## Captions
  ## Galleries
# Break Point
--------------------------------------------------------------*/

.seminar-img img {
	width: 100%;
}

.wrap {
    overflow: hidden;
}

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust:     100%;
}

body {
  margin: 0;
}

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: employment2line;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

a:active,
a:hover {
  outline: 0;
}

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

figure {
  padding: 0;
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button{
  overflow: visible;
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
html {
	font-size: 16px;
}

body,
button,
input,
select,
textarea {
	color: #68523B;
	font-family: "YakuHanJPs","游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 400;
	line-height: 1;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
  margin: 0;
  color: #212121;
}

h2{
    font-weight: 600;
}


dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

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

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit;
}

body {
  background: #fff; /* Fallback for when there is no custom background color defined. */
}

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

blockquote,
q {
  quotes: "" "";
}

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

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

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

ul.row,
ol.row {
  list-style: none;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
  transition: all .3s ease-in-out;
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
input[type="button"],
input[type="reset"],
input[type="submit"] {
  display: block;
  color: #fff;
  border-radius: 5px;
  box-shadow: 0 3px 3px rgba(0,0,0,0.16);
  transition: all .3s ease-in-out;
}

input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
  background: #fff;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  border-color: rgba(52,52,52,0.15);
  border-radius: 3px;
  background: #fff;
  padding: 3px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="number"],
input[type="tel"] {
  width: 280px;
  height: 25px;
}

select {
  border: 1px solid #ccc;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
  color: #111;
}

textarea {
  width: 100%;
  line-height: 1.3;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.pagetop-wrapper {
  position: fixed;
  right: 10%;
  bottom: 30px;
  z-index: 3;
}

.pagetop-wrapper a {
  font-size: 40px;
  text-shadow: 0 3px 6px rgba(0,0,0,0.16);
}

.copyright {
    background: #DB7C77;
    padding: 0.5rem 0;
    font-size: 0.85714rem;
    text-align: center;
    line-height: 1;
	font-weight: 600;
}

.copyright,
.copyright a {
  color: rgb(255,255,255);
}

.copyright a:hover {
  color: #fff;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  text-decoration: none;
  transition: all .3s ease-in-out;
}

a:hover,
a:focus,
a:active {
  color: #343434;
}

a:hover,
a:active {
  outline: 0;
}

a img{
  -webkit-backface-visibility:hidden;
  backface-visibility:hidden;
}

a:hover img {
  opacity: 1;
  animation: flash 1.5s;
}

@keyframes flash {
  0% {
    opacity: .5;
  }
  100% {
    opacity: 1;
  }
}

.expansion-thumb {
  overflow: hidden;
}

.expansion-thumb img {
  width: 100%;
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.expansion-thumb a:hover img {
  transform: scale3d(1.1, 1.1, 1);
  animation: none;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
  border-bottom: solid 1px rgba(0, 0, 0, 0.12);
  padding: 0 0 15px;
}

.sp-menu-wrapper.row {
  display: none;
}

.main-navigation ul {
  list-style: none;
}

.main-navigation li {
  text-align: center;
  position: relative;
  flex: 1;
  border-left: solid 1px rgba(0, 0, 0, 0.12);
}

.main-navigation li:last-child {
  border-right: solid 1px rgba(52,52,52,0.15);
}

.main-navigation a,
.main-navigation a span {
  display: block;
  transition: all .3s ease-in-out;
}

.main-navigation a {
    color: #212121;
    font-size: 0.85714rem;
}

.main-navigation a span {
    font-size: 0.75rem;
    color: #bdbdbd;
    margin: 6px 0 0;
}

#primary-menu li ul {
  position: absolute;
  z-index: 3;
  top: 45px;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0 8px;
  background: #fff;
  border: solid 1px rgba(52,52,52,0.15);
  transition: all .3s ease;
  opacity: 0;
}

.site-header.fixed #primary-menu li ul {
  top: 28px;
}

#primary-menu li ul li {
  overflow: hidden;
  border: none;
  height: 0;
  position: relative;
  transition: all .3s ease;
}

#primary-menu li ul li:not(:first-child) {
  border-top: solid 1px rgba(52,52,52,0.15);
}

#primary-menu li ul li::after {
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

#primary-menu li ul li a {
  text-align: center;
  line-height: 48px;
}

#primary-menu li:hover > ul {
  opacity: 1;
}

#primary-menu li:hover > ul > li {
  overflow: visible;
  height: 48px;
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

#content[tabindex="-1"]:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.5em;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1.5em;
}

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 30px;
}

.widget_archive h2, 
.widget_recent_entries h2 {
    margin-bottom: 5px;
}

.widget select {
  max-width: 100%;
  margin: 15px 35px;
  font-size: 16px;
}

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

.widget li {
    padding: 10px 0 7px 0;
    line-height: 1.3;
    border-bottom: dotted 1px rgba(52,52,52,0.15);
}

.widget li:last-child {
  border-bottom: none;
}

/* 最新記事 */
.recentpost-date {
  font-weight: bold;
  margin: 0 5px 0 0;
}

/* カテゴリー */
.widget li.cat-item {
    border: 1.5px solid;
    padding: 10px;
    text-align: center;
    margin-bottom: 10px;
}
.widget li.cat-item a {
    color: #343434;
}

/* アーカイブ */
.widget_archive li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f152";
    font-weight: bold;
    transform: translateY(-50%);
    margin-right: 8px;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.hentry {
  margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
  display: none;
}

.single .byline,
.group-blog .byline {
  display: inline;
}

.page-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.entry-content {
  margin: 30px 0 0;
  padding: 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

.site-content {
  margin: 0;
}

.row {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.row-2, .row-3, .row-4 { flex-wrap: wrap; }
.row-2 > .col { width: calc( (100% / 2) ); }
.row-3 > .col { width: calc( (100% / 3) ); }
.row-4 > .col { width: calc( (100% / 4) ); }

.main-wrapper {
	max-width: 1024px;
	margin: 0 auto;
}

.ibl {
  display: inline-block;
  vertical-align: middle;
}

.tcenter {
  text-align: center;
}

.tright {
  text-align: right;
}

.tleft {
  text-align: left;
}

.btn a {
  display: block;
  font-size: 0.85714rem;
  color: #fff;
  text-align: center;
  background: #343434;
  border: solid 0.5px #343434;
  border-radius: 5px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.16);
  width: 170px;
  height: 45px;
  line-height: 45px;
  margin: 0 auto;
  position: relative;
}

.btn i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
}

.btn a:hover {
  color: #343434;
  background: #fff;
}

.breadcrumb-list {
    padding: 15px 0 50px;
    font-size: 11px;
}

.breadcrumb-list a {
  color: #5f5f5f;
}

.breadcrumb-list i {
  margin: 0 8px;
}

/*--------------------------------------------------------------
## トップページ
--------------------------------------------------------------*/
/* トップメイン */
.slick-slide img.tb-img,
.slick-slide img.sp-img {
	display: none;
}

.slider-wrapper {
	position: relative;
	z-index: 1;
}

.topmain-wrap {
	position: absolute;
    top: 78px;
	right: calc((100% - 1024px)/2);
	z-index: 2;
}

.topmain-box {
	width: 41rem;
	filter: drop-shadow(0 8px 16px rgba(170, 68, 48, 0.2));
}

.topmain-box-top {
	background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/topmain_cont_bg.png) no-repeat;
	background-size: cover;
	padding: 5.25rem 0 2.5rem;
}

.topmain-box-top h1,
.topmain-box-top h2 {
	text-align: center;
	line-height: 0;
}

.topmain-box-top h1 {
	position: relative;
	z-index: 1;
}

.topmain-box-top h1::before {
	content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/topmain_txt01.svg);
	display: block;
	margin-bottom: 2rem;
}

.topmain-box-top h1::after {
	content: "";
	background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/topmain_pc.png) no-repeat;
	background-size: cover;
	width: 12rem;
	height: 10.25rem;
	position: absolute;
	right: -4rem;
	z-index: -1;
}

.topmain-box-top h1 picture {
    filter: drop-shadow(0 4px 8px rgba(104,82,59,0.1));
}

.topmain-box-top h2 {
    margin-bottom: 1.5rem;
}

.topmain-box-top .topmain-txt {
	text-align: center;
	margin-bottom: 1.5rem;
	position: relative;
}

.topmain-box-top .topmain-txt::after {
	content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/topmain_txt05.svg);
	position: absolute;
	top: 50%;
    right: -4rem;
	transform: translateY(-50%);
	-webkit- transform: translateY(-50%);
}

.topmain-box-top .money-wrap {
	text-align: center;
}

.topmain-box-bottom .left {
    background: #87664A;
    width: 16.75rem;
    border-radius: 0 0 0 1rem;
    position: relative;
}

.topmain-box-bottom .left p {
    margin: 40px 0 28px;
}

.topmain-box-bottom .right {
    background: linear-gradient( to bottom, #4F9F45, #4E9E44 );
    width: 24.25rem;
    border-radius: 0 0 1rem 0;
	position: relative;
}

.topmain-box-bottom .right a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topmain-box-bottom .right a::after {
    content: "";
	background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/topmain_txt10.svg) no-repeat;
	background-size: cover;
	width: 1.5rem;
	height: 1.5rem;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
	transition: all .3s ease-in-out;
}

.topmain-box-bottom .right a:hover::after {
    right: 0.5rem;
}

.topmain-box-bottom .right a:hover img {
	animation: none;
}

/* スライダー */
.slider-img {
  margin: 0;
  position: relative;
}

.slider-img img {
  width: 100%;
}

.slider-catch-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(52,52,52,0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36%;
  height: 100%;
}

.slider-catch {
  color: #fff;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 55px;
}

/* キャッチ */
.part01-wrapper {
	background: rgb(246, 246, 246);
	margin-top: -20rem;
    padding-top: 16rem;
	padding-bottom: 4.5rem;
	border-bottom: solid 1px rgba(193, 171, 110, 0.3);
	position: relative;
}

.part01-wrapper::before {
	content: "";
    position: absolute;
    top: 100%;
    left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
    border: 4rem solid transparent;
    border-top: calc(2rem - 2px) solid rgb(246, 246, 246);
    z-index: 2;
}

.part01-wrapper::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
	border: calc(4rem + 1px) solid transparent;
	border-top: 2rem solid rgba(193,171,110,0.3);
	z-index: 1;
}

.part01-wrapper h2 {
	margin-bottom: 2rem;
}

.part01-wrapper ul {
    max-width: 673px;
    margin: 0 auto;
    list-style: none;
}

.part01-wrapper ul li + li {
	margin-top: 1rem;
}

/* 勉強時間を取るのは難しい part02 */
.part02-wrapper {
	background: 
		url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part02_01.png) no-repeat,
		url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part02_02.png) no-repeat,
		linear-gradient( to bottom, rgba(193,171,110,0.15), rgba(193,171,110,0) ),
		#FDF6EC;
	background-size:
		293px 432px,
		222px 340px,
		cover,
		cover;
	background-position:
		calc(50% - 29rem) bottom,
		calc(50% + 27em) bottom,
		center,
		center;
	padding: 5.5rem 0 7rem;
}

.part02-wrapper h2 {
	margin-bottom: 2rem;
}

.part02-wrapper p {
    margin: 0;
    font-weight: 600;
    line-height: 2;
}

/* 2021年もオンラインセミナーを行います！ part03 */
.part03-wrapper {
    margin-top: -3rem;
}

.part03-wrapper h2 {
	position: relative;
}

.part03-wrapper h2::after {
	content: "";
	background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part03_02.png) no-repeat;
	background-size: cover;
	display: inline-block;
	width: 247.77px;
	height: 274.68px;
	position: absolute;
	top: 0;
    right: 2.5rem;
}

.part03-inner {
    padding: 3.5rem 0 4.5rem;
    background: rgba(219,124,119,0.05);
}

.part03-inner h3 {
    margin-bottom: 5rem;
}

.part03-box {
    width: calc(100% - 4rem);
    margin: 0 auto;
	padding: 3.75rem 3rem 4rem;
    background: #fff;
	border-radius: 1rem;
	border: solid 1px rgba(193,171,110,0.3);
	position: relative;
}

.part03-box.one {
	background: 
		url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part03_06.png) no-repeat,
		#fff;
	background-size: contain, cover;
    background-position: right, center;
}

.part03-box + .part03-box {
	margin-top: 4rem;
}

.part03-box h4 {
	position: absolute;
	top: -1.5rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}

.part03-box-inner {
    max-width: 518px;
}

.part03-box h5 {
	margin-bottom: 1.5rem;
}

.part03-box-inner p {
	margin: 0;
	line-height: 1.8;
}

.part03-box.two {
	padding-bottom: 202px;
	position: relative;
}

.part03-box.two::after {
	content: "";
	background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part03_03.png) no-repeat;
	background-size: cover;
	width: 762px;
	height: 261px;
	position: absolute;
	bottom: 0;
	right: 3rem;
}

.part03-box .date-txt {
	margin: 0 0 2rem 0;
}

.program-wrap {
    flex-wrap: wrap;
}

.program-wrap .program-box {
    width: 50%;
	padding: 2rem;
	background: rgba(104,82,59,0.04);
	border-top: 0.5rem dotted rgba(193,171,110,0.2);
}

.program-wrap .program-box:nth-child(5),
.program-wrap .program-box:nth-child(6) {
	border-bottom: 0.5rem dotted rgba(193,171,110,0.2);
}

.program-wrap .program-box:nth-child(even) {
	border-left: 0.5rem dotted rgba(193,171,110,0.2);
}

.program-box h5 {
	margin-bottom: 1rem;
}

.program-wrap .program-box p {
	font-size: 0.85714rem;
	margin: 0 0 1.5rem 0;
	line-height: 1.6;
}

.program-box ul li {
	font-weight: 600;
	margin-right: 1rem;
}

.program-box ul li:first-child::before {
	content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part03_txt16.svg);
}

.program-box ul li:last-child::before {
	content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part03_txt17.svg);
}

.program-box ul li::before {
	display: inline-block;
	margin-right: 0.5rem;
	vertical-align: middle;
    position: relative;
    bottom: 1px;
}

.part03-fee-txt {
	margin: 0 0 2rem 0;
}

.part03-fee {
    width: 516.5px;
    margin: 0 auto 2rem;
}

.part03-staff {
    text-align: center;
}

.part03-box.three {
	position: relative;
}

.part03-box.three::before {
	content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part03_txt14.svg);
	position: absolute;
	top: 105px;
	right: -4rem;
}

/* お申し込み part00 */
.part00-wrapper {
	background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part00_contact_bg.jpg) no-repeat;
	background-size: cover;
	padding: 3rem 0 6rem;
}

.part00-top {
	background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part00_bg02.png) no-repeat;
	background-size: cover;
	padding: 5.25rem 0 2rem;
}

.part00-top h2 {
	line-height: 0;
	position: relative;
	z-index: 2;
}

.part00-top h2::before {
	content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/topmain_txt01.svg);
    display: block;
    margin-bottom: 1rem;
}

.part00-top h2::after {
	content: "";
	background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part00_01.png) no-repeat;
	background-size: cover;
	display: inline-block;
	width: 239.77px;
	height: 231.68px;
	position: absolute;
    top: -1rem;
    right: 7.5rem;
    z-index: -1;
}

.part00-top h3 {
	margin-bottom: 1rem;
}

.topmain-txt p {
    margin: 0;
}

.topmain-txt p::before,
.topmain-txt p::after {
	content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/topmain_line.svg);
	display: inline-block;
	position: relative;
    bottom: 2px;
}

.topmain-box-top .topmain-txt p::before,
.topmain-box-top .topmain-txt p::after {
	vertical-align: super;
    bottom: 10px;
}

.topmain-txt p::before {
	margin-right: 1rem;
}

.topmain-txt p::after {
	margin-left: 1rem;
}

.part00-bottom {
	position: relative;
}

.part00-bottom::after {
	content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part03_txt14.svg);
    position: absolute;
    top: -7rem;
    right: -4rem;
}

.part00-bottom .left {
	background: #87664A;
	width: 418px;
	border-radius: 0 0 0 1rem;
	position: relative;
}

.part00-period {
	position: absolute;
	background: #68523B;
	padding: 0.5rem 1.5rem;
}

.part00-bottom .left p {
	margin: 2rem 0;
}

.part00-bottom .right {
	background: linear-gradient( to bottom, #4F9F45, #4E9E44 );
	width: 606px;
	border-radius: 0 0 1rem 0;
}

.part00-bottom .right a {
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

.part00-bottom .right a::after {
    content: "";
	background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/topmain_txt10.svg) no-repeat;
	background-size: cover;
	width: 1.5rem;
	height: 1.5rem;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
	transition: all .3s ease-in-out;
}

.part00-bottom .right a:hover::after {
    right: 0.5rem;
}

.part00-bottom .right a:hover img {
	animation: none;
}

/* 講師紹介 part04 */
.part04-wrapper {
    margin-top: -3rem;
}

.part04-inner {
	background: rgba(219, 124, 119, 0.05);
	padding: 4.5rem 0;
}

.part04-box .left,
.part04-box .right {
	width: 50%;
}

.part04-box .left {
	margin-right: 1.5rem;
}

.part04-box .left h3 {
	padding-bottom: 1rem;
	border-bottom: 0.5rem dotted rgba(193, 171, 110, 0.2);
	margin-bottom: 1.5rem;
}

.part04-box .left h3::before {
	content: "";
	display: inline-block;
	width: 1rem;
	height: 1rem;
	background: #DB7C77;
	border-radius: 50%;
	margin-right: 1rem;
	position: relative;
	bottom: 1px;
}

.part04-box .left p {
	margin: 0;
	line-height: 1.8;
}

.part04-box .left p.txt-image {
	margin: 1.5rem 0 1rem 0.7rem;
}

.part04-box .left .logo-wrap {
    text-align: right;
    margin-top: 1.5rem;
}

.part04-box .right {
	margin-left: 2rem;
}

.part04-box .right img {
	border-radius: 1rem;
}

/* ポイント part05 */
.part05-wrapper {
    overflow: hidden;
}

.part05-top-wrap {
	border-top: solid 1px rgba(193, 171, 110, 0.3);
	padding: 4.5rem 0;
	background: 
		linear-gradient( to bottom, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0) ),
		#FDF6EC;
	position: relative;
}

.part05-top-wrap::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    border: 4rem solid transparent;
    border-top: calc(2rem - 2px) solid #FDF6EC;
}

.part05-top-wrap h2 {
	margin-bottom: 2rem;
}

.part05-top-wrap h2::before {
	content: "";
	background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part05_01.png) no-repeat;
	background-size: cover;
	width: 553px;
	height: 300px;
	position: absolute;
	bottom: -2rem;
	left: calc(50% - 52rem);
}

.part05-top-wrap h2::after {
	content: "";
	background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part05_02.png) no-repeat;
	background-size: cover;
	width: 553px;
	height: 300px;
	position: absolute;
	bottom: -2rem;
	right: calc(50% - 52rem);
}

.part05-top-wrap p {
	font-weight: 600;
	margin: 0;
	line-height: 2;
}

.part05-btm-wrap {
	padding: 6.5rem 0 157px;
}

.part05-btm-inner {
	justify-content: space-between;
}

.part05-btm-inner > div {
	width: calc((100% - 3.5rem) / 2);
	border: solid 0.25rem rgba(193, 171, 110, 0.12);
	border-radius: 1.5rem;
	box-shadow: 4px 4px 0 #C1AB6E;
	position: relative;
}

.part05-btm-inner .left {
	padding: 3rem 2.5rem;
}

.part05-btm-inner .left::after {
	content: "";
	background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part05_03.png) no-repeat;
	background-size: cover;
	display: inline-block;
	width: 312px;
	height: 229px;
	position: absolute;
	bottom: -5rem;
	left: 50%;
	transform: translateX(-50%);
	-webkit- transform: translateX(-50%);
}

.part05-btm-inner .right {
	padding: 2rem 2.5rem 3rem;
}

.part05-btm-inner > div h3 {
	padding-bottom: 1rem;
	padding-right: 1rem;
	margin-bottom: 1.5rem;
	border-bottom: dotted 0.5rem rgba(193, 171, 110, 0.2);
	text-align: right;
}

.part05-btm-inner .left h3::before {
	content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part05_txt02.svg);
}

.part05-btm-inner .right h3::before {
	content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part05_txt03.svg);
}

.part05-btm-inner > div h3::before {
	position: absolute;
	top: -2rem;
	left: 2rem;
}

.part05-btm-inner > div p {
	margin: 0;
	line-height: 2;
}

/* ツグミの想い part06 */
.wish-wrap {
	padding: 6rem 0;
}

.tsugumi-logo {
    margin-bottom: 3.5rem;
}

.part06-wrapper .ttl-txt {
	margin-bottom: 4.875rem;
}

.part06-wrapper .inner-txt {
	margin: 0 auto;
	max-width: 50rem;
}

.part06-wrapper .inner-txt p {
	margin: 0;
	padding: 1rem 0;
	border-top: solid 1px rgba(193, 171, 110, 0.3);
	border-bottom: solid 1px rgba(193, 171, 110, 0.3);
}

.part06-wrapper .inner-txt p::before {
	content: "";
	display: inline-block;
	width: 1rem;
	height: 1rem;
	margin-right: 1rem;
	border-radius: 50%;
	background: #DB7C77;
	position: relative;
    top: 2px;	
}

.review-inner {
	padding: 4.5rem 0;
	background: #FDF6EC;
	margin-bottom: 10rem;
}

.review-inner .review-txt {
	margin-bottom: 3rem;
}

.review-block {
    max-width: 1159px;
    margin: 0 auto;
	justify-content: space-between;
}

.review-block .review-box:first-child {
	width: 353px;
}

.review-block .review-box:nth-child(2) {
	width: 391px;
}

.review-block .review-box:last-child {
	width: 334px;
}

.present-wrap p.top-txt {
	margin: 0 0 4rem;
}

.present-block {
	padding: 75px 0 5.5rem;
	background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part06_bg_01.jpg);
	background-size: cover;
}

.present-inner {
	text-align: left;
	background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part06_bg_02.jpg);
	background-size: cover;
	border-radius: 1rem;
	padding: 3rem 3.5rem;
	position: relative;
}

.present-inner::after {
	content: "";
	background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part06_bg_03.png) no-repeat;
	background-size: cover;
	width: 405px;
	height: 375px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.present-inner h2 {
    margin-bottom: 0.5rem;
	position: relative;
}

.present-inner h2::before {
    content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part06_txt05.svg);
    position: absolute;
	top: 1rem;
    left: -6rem;
}

.present-inner h2 img {
    position: relative;
    right: 1rem;
}

.present-list {
	margin-bottom: 2rem;
}

.present-list ul {
	list-style: none;
}

.present-list ul:first-child {
	margin-right: 2rem;
}

.present-list ul li::before {
	display: inline-block;
	margin-right: 0.5rem;
	vertical-align: middle;
}

.present-list ul:first-child li:first-child::before {
	content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part06_txt08_01.svg);
}

.present-list ul:first-child li:nth-child(2)::before {
	content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part06_txt08_02.svg);
}

.present-list ul:first-child li:nth-child(3)::before {
	content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part06_txt08_03.svg);
}

.present-list ul:last-child li:first-child::before {
	content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part06_txt08_04.svg);
}

.present-list ul:last-child li:nth-child(2)::before {
	content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part06_txt08_05.svg);
}

.present-list ul li {
	font-weight: 600;
}

.present-list ul li + li {
	margin-top: 15px;
}

.present-inner hr {
	border-top: 0.5rem dotted rgba(193, 171, 110, 0.2);
	background: none;
	margin: 2rem 0 1.5rem;
}

.present-inner p {
	margin: 0;
	position: relative;
    z-index: 1;
}

/* お申し込み方法 part07 */
.part07-wrapper {
    margin-top: -3rem;
}

.apply-inner {
	padding: 3.5rem 0 4.5rem;
	background: rgba(219, 124, 119, 0.05);
}

.attention-wrap,
.step-box {
    width: calc(100% - 4rem);
    margin: 0 auto;
}

.attention-wrap {
	text-align: center;
	padding: 2rem 0;
	border: solid 6px #D05554;
	border-radius: 1rem;
	margin-bottom: 85px;
	background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part07_bg_01.jpg) no-repeat;
	background-size: cover;
	position: relative;
}

.attention-wrap .attention-icon {
	background: #D05554;
    width: 3rem;
    height: 45px;
	border-radius: 0 0 0.5rem 0.5rem;
    position: absolute;
    top: 0;
    left: 42px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.attention-wrap h3 {
	margin-bottom: 1rem;
}

.attention-wrap p {
	margin: 0;
}

.step-box {
	border: solid 1px rgba(193, 171, 110, 0.3);
	border-radius: 1rem;
	background: #fff;
	padding: 3.75rem 3rem 4rem;
	position: relative;
}

.step-box.one::before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
    border: 2rem solid transparent;
    border-top: 1rem solid #D05554;
}

.step-box.one::after {
	content: "";
	background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part07_03.png) no-repeat;
	background-size: cover;
	width: 9.75rem;
	height: 14.75rem;
	position: absolute;
    top: 3.75rem;
    right: 3rem;
}

.step-box + .step-box {
	margin-top: 5rem;
}

.step-box h4 {
	position: absolute;
    top: -1.5rem;
    left: 50%;
    transform: translateX(-50%);
    -webkit- transform: translateX(-50%);
}

.step-box p {
	line-height: 1.6;
	margin: 0;
}

.step-box p span {
	color: #AA4430;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 1.8;
}

.step-inner {
	max-width: 694px;
}

.step-inner .txt {
    width: 598px;
    margin-right: 3.5rem;
}

.step-inner .txt p a {
	color: #68523B;
	text-decoration: underline;
}

.step-inner .txt p a:hover {
	color: #D05554;
}

.step-inner .qr-code img {
    width: 120px;
}

.step-box .main-btn {
	width: 518px;
	height: 5rem;
	background: linear-gradient( to bottom, #4F9F45, #4E9E44 );
	border-radius: 0.5rem;
	text-align: center;
	position: relative;
	margin-top: 2rem;
}

.step-box .main-btn a {
	display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
	line-height: 4.2rem;
}

/*.step-box .main-btn a::before {
    content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/topmain_txt10.svg);
    position: absolute;
    top: 56%;
    right: 1rem;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
	transition: all .3s ease-in-out;
}*/

.step-box .main-btn a::before {
    content: "";
	background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/topmain_txt10.svg) no-repeat;
	background-size: cover;
	width: 1.5rem;
	height: 1.5rem;
    position: absolute;
    top: 50%;
    right: 1rem;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
	transition: all .3s ease-in-out;
}

.step-box .main-btn a:hover::before {
    right: 0.5rem;
}

.step-box .main-btn a:hover img {
	animation: none;
}

/*.step-box .main-btn a::after {
	content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part07_txt06.svg);
	position: absolute;
    top: 53%;
    right: 110px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}*/

.step-box .main-btn a::after {
    content: "";
	background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part07_txt06.svg) no-repeat;
	background-size: cover;
	width: 1rem;
	height: 1rem;
    position: absolute;
    top: 50%;
    right: 110px;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
}

.payment-box {
	padding-bottom: 2rem;
}

.payment-box + .payment-box {
	padding-top: 2rem;
}

.payment-box:nth-child(3) {
	border-top: dotted 0.5rem rgba(193, 171, 110, 0.2);
	border-bottom: dotted 0.5rem rgba(193, 171, 110, 0.2);
}

.payment-box:nth-child(3) p {
	font-size: 1.2rem;
	font-weight: 600;
	color: #AA4430;
	line-height: 1.8;
	margin: 0;
}

.payment-box:last-child {
	padding-bottom: 0;
}

.payment-box h5 {
	margin-bottom: 1.5rem;
}

.payment-box h5::before {
	content: "";
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background: #DB7C77;
    border-radius: 50%;
    margin-right: 1rem;
    position: relative;
    top: 1px;
}

/* 会社情報 part08 */
.part08-wrapper {
	padding: 8rem 0 6rem;
}

.part08-wrapper h2 {
	margin-bottom: 2rem;
}

.part08-wrapper table {
	max-width: 49.75rem;
	margin: 0 auto;
}

.part08-wrapper table th,
.part08-wrapper table td {
	padding: 1.5rem;
	border-top: 1px solid rgba(193, 171, 110, 0.3);
}

.part08-wrapper table tr:last-child th,
.part08-wrapper table tr:last-child td {
	border-bottom: 1px solid rgba(193, 171, 110, 0.3);
}

.part08-wrapper table th {
	width: 35%;
}


.entry-form {
  text-align: center;
}

.entry-form p {
  margin: 0 0 10px;
}

.entry-form label {
  display: inline-block;
  text-align: left;
  line-height: 1.8;
}

.entry-submit {
  width: 170px;
  height: 45px;
  margin: 30px auto 0;
  position: relative;
}

.entry-submit input[type="submit"] {
  width: 100%;
  height: 100%;
}

.entry-submit input[type="submit"]:focus,
.entry-submit input[type="submit"]:active {
  outline: none;
}

.entry-submit i {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  color: #fff;
  transition: all .3s ease-in-out;
}

/*--------------------------------------------------------------
## サイドバー
--------------------------------------------------------------*/
.side-main {
    float: left;
    /* width: 68%; */
	width: 100%;
}
.widget-area {
    float: left;
    width: 26%;
    margin-left: 6%;
	display: none;
}

/*--------------------------------------------------------------
## アーカイブ（お知らせ）
--------------------------------------------------------------*/
.archive-news-list,
.archive-blog-list {
    list-style: none;
    border-bottom: dotted 1px rgba(52,52,52,0.15);
    padding: 20px;
}
.archive-news-list:nth-child(even),
.archive-blog-list:nth-child(even) {
    background: rgba(52,52,52,0.05);
}
.archive-news-date,
.archive-blog-date {
    margin-bottom: 8px;
}
.archive-news-title h3,
.archive-blog-title h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.4;
}
.archive-news-contents,
.archive-blog-contents {
    line-height: 1.6;
    font-size:11px;
}
.archive-news-contents a,
.archive-blog-contents a {
    color: rgba(52,52,52,0.5);
}
.archive-news h2, .archive-blog h2 {
    margin-bottom: 15px;
}


/*--------------------------------------------------------------
## アーカイブ（ブログ）
--------------------------------------------------------------*/
.archive-blog-list {
    display: flex;
    justify-content: space-between;
}
.archive-blog-list figure {
    width: 20%;
}
.archive-blog-list figure img {
    width: 100%;
}
.blog-info {
    width: 77%;
}

/*--------------------------------------------------------------
## アーカイブ（求人）
--------------------------------------------------------------*/
.archive .recruit-wrapper {
    margin: 0 auto;
}


/*--------------------------------------------------------------
## 記事ページ（お知らせ）
--------------------------------------------------------------*/
.single-news-date {
    margin-bottom: 5px;
}
.single-news-title {
    padding-bottom: 5px;
    border-bottom: solid 1px rgba(52,52,52,0.15);
    line-height: 1.6;
    font-weight: 600;
}
.head-social-btn {
    margin: 15px 0;
}
.head-social-btn ul {
    display: flex;
}
.head-social-btn li {
    list-style: none;
    margin-right: 10px;
    display: table;
}
.head-social-btn li iframe {
    height: 20px;
}
.news-contents {
    margin: 30px 0 20px;
    line-height: 1.8;
    border-bottom: dotted 1px rgba(52,52,52,0.15);
    padding-bottom: 50px;
}
.paging .prev {
    float: left;
}
.prev.hd-button i {
    left: 10px;
    right: auto;
}
.paging .next {
    float: right;
}

/*--------------------------------------------------------------
## 記事ページ（ブログ）
--------------------------------------------------------------*/
.blog-list-cat {
    margin-bottom: 8px;
}

/*--------------------------------------------------------------
## 固定ページ
--------------------------------------------------------------*/
.page-layout {
    margin-bottom: 40px;
}
.page-layout p {
    line-height: 1.6;
}
.page-layout ul {
    line-height: 1.6;
    margin-left: 15px;
}
.headline {
    margin-bottom: 15px;
}
h2.headline {
    background: rgba(0, 0, 0, 0.1);
    padding: 11px 10px 8px;
    border-left: 5px solid;
    font-size: 18px;
}
h3.headline {
    border-bottom: 1px dashed rgba(0, 0, 0, 0.5);
    padding: 8px;
    font-size: 16px;
}
h4.headline {
    font-size: 14px;
}
h4.headline:first-letter {
    font-size: 150%;
    margin-right: 1px;
    color: rgba(0, 0, 0, 0.5);
}
h5.headline {
    font-size: 14px;
    background: linear-gradient(transparent 45%, rgba(0, 0, 0, 0.1) 45%);
    display: inline;
}
h6.headline {
    font-size: 14px;
}


/*--------------------------------------------------------------
## 404ページ
--------------------------------------------------------------*/
.notfound-ttl-text,
.notfound-list {
  line-height: 1.4;
}

.notfound-list {
  font-size: 16px;
  margin: 20px;
  padding: 15px;
}

.search-form-wrapper input[type="search"] {
  width: 80%;
}

.search-form-wrapper input[type="submit"] {
  display: inline-block;
  width: 60px;
  height: 25px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

embed,
iframe,
object {
  max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
  ## フォームへのボタン
  --------------------------------------------------------------*/
	
.fix-btn {
    position: fixed;
    z-index: 3;
    right: 0;
    top: 250px;
}

.fix-btn a {
    color: #fff;
    background: #212121;
    padding: 1.5rem 1.2rem;
    border-radius: 5px 0 0 5px;
	height: 244px;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    border: solid 0.5px #212121;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

.fix-btn a:hover {
    color: #212121;
    background: #fff;
}

.fix-btn a i {
	transform:rotate(-90deg)\9; /* IE10以下 */
}

@media all and (-ms-high-contrast: none){
	.fix-btn a i {
		transform:rotate(-90deg); /* IE10以上 */
	}
}

.fix-btn2 {
    position: static;
    display: none;
}

.fix-btn2 a {
    display: block;
    color: #fff;
    font-size: 1.2rem;
    padding: 18px 10px;
    margin: 0;
    width: 100%;
    text-align: center;
    box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
    position: relative;
    background: #212121;
}

.fix-btn2 i.far.fa-envelope {
    margin-right: 10px;
}


/*--------------------------------------------------------------
# Break Point
--------------------------------------------------------------*/
@media screen and ( min-width:1520px) {
	.part03-wrapper,
	.part04-wrapper,
	.part07-wrapper {
		margin-top: -4rem;
	}
}

@media screen and (min-width:769px) and ( max-width:1500px) {
	body {
		width: 1500px;
	}
}

@media screen and (max-width: 1024px) {
  .btn a {
    width: 150px;
    height: 40px;
    line-height: 40px;
  }
}/* max-width: 1024px */

@media screen and (max-width: 768px) {

  .row { flex-wrap: wrap; }
  .row-tb-1 > .col { width: 100%; margin: 0 0 20px; }
  .row-tb-2 > .col { width: calc( (100% / 2) ); }
  .row-tb-3 > .col { width: calc( (100% / 3) ); }
  .row-tb-4 > .col { width: calc( (100% / 4) ); }

  .main-wrapper {
    width: 90%;
  }

  /*--------------------------------------------------------------
  ## トップページ
  --------------------------------------------------------------*/
	/* トップメイン */
	.topmain-wrap::before {
		content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/topmain_txt11_tb.svg);
		display: block;
		position: absolute;
		top: -2.3rem;
		right: 0;
		z-index: 1;
	}
	
	.topmain-wrap::after {
		content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/topmain_txt12_tb.svg);
		display: block;
		position: absolute;
		bottom: -9rem;
		left: -3rem;
	}
	
	.slick-slide img.pc-img {
		display: none;
	}
	
	.slick-slide img.tb-img {
		display: block;
	}
	
	.topmain-box {
		background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/topmain_cont_bg_sp.png) no-repeat;
		background-size: cover;
	}
	
	.topmain-box-top {
		background: none;
		padding: 8rem 0 2.5rem;
	}
	
	.topmain-box-top h1::after {
		right: -1rem;
	}
	
	.topmain-wrap {
		width: 100%;
		top: 41%;
		left: 50%;
		transform: translateY(-50%) translateX(-50%);   
		-webkit- transform: translateY(-50%) translateX(-50%);
	}
	
	.topmain-box {
		width: 90%;
		margin: 0 auto;
		border-radius: 0 0 1rem 1rem;
	}
	
	.topmain-box-top h1::before {
		margin-bottom: 1rem;
	}
	
	.topmain-box-top .topmain-txt::after {
		right: 1rem;
	}
	
	.topmain-box-bottom .left {
		width: 16.75rem;
	}
	
	.topmain-box-bottom .right {
		width: auto;
		flex: 1;
	}
	
	/* キャッチ part01 */
	.part01-wrapper {
		margin-top: -17rem;
	}
	
	.part01-wrapper h2 {
		margin: 0 2rem 2rem;
	}
	
	.part02-wrapper {
		background:
			url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part02_03_sp.png) no-repeat,
			linear-gradient( to bottom, rgba(193,171,110,0.15), rgba(193,171,110,0) ),
			#FDF6EC;
		background-size: 450px 384px, cover, cover;
		background-position: 50% bottom, center, center;
		padding: 5.5rem 0 22rem;
		position: relative;
	}
	
	.part02-wrapper::before {
		content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part02_txt01_sp.svg);
		display: block;
		position: absolute;
		top: -1rem;
		left: 5rem;
	}
	
	/* 2021年もオンラインセミナーを行います！ part03 */
	.part03-wrapper h2::after {
		content: "";
		background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part03_02_sp.png) no-repeat;
		background-size: cover;
		width: 153.66px;
		height: 164.77px;
		right: 0.5rem;
	}
	
	.part03-box h4 {
		top: -1rem;
	}
	
	.program-box ul li + li {
		margin-top: 0.5rem;
	}
	
	.part03-box.two {
		padding-bottom: 3rem;
	}
	
	.part03-box.two::after {
		content: none;
	}
	
	.part03-box.two .seminar-point {
		margin-top: 2rem;
	}
	
	/*.part03-box.three::before {
		display: none;
	}*/
	
	.part03-box.three::before {
		content: "";
		background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part03_03_01_tb.png) no-repeat;
		background-size: cover;
		display: inline-block;
		width: 12.5rem;
		height: 12.5rem;
		position: absolute;
		top: -16.6rem;
		right: 2rem;
	}
	
	.part03-fee {
		width: 80%;
	}
	
	.part03-mark {
		text-align: center;
		margin-bottom: 1rem;
	}
	
	/* 講師紹介 part04 */
	.part04-box .left,
	.part04-box .right {
		width: 100%;
	}
	
	.part04-box .left {
		margin: 0 0 2rem;
	}
	
	.part04-box .right {
		margin-left: 0;
	}
	
	/* ポイント part05 */
	.part05-top-wrap h2::before {
		left: calc(50% - 38rem);
		opacity: 0.4;
		bottom: 0rem;
	}
	
	.part05-top-wrap h2::after {
		right: calc(50% - 38rem);
		opacity: 0.4;
		bottom: 0rem;
	}
	
	.part05-top-wrap h2 img {
		position: relative;
		z-index: 1;
	}
	
	.part05-top-wrap p {
		position: relative;
		z-index: 2;
	}
	
	.part05-btm-inner > div {
		width: 100%;
	}
	
	.part05-btm-inner .left {
		padding-bottom: 10rem;
	}
	
	.part05-btm-inner > div h3 {
		text-align: left;
		padding-left: 8rem;
	}
	
	.part05-btm-inner .right {
		margin-top: 7.5rem;
	}
	
	/* ツグミの想い part06 */
	.part06-wrapper .inner-txt {
		width: 90%;
		line-height: 1.6;
		text-align: left;
	}
	
	.part06-wrapper .inner-txt p {
		padding-left: 2rem;
		text-indent: -2rem;
	}
	
	.review-block {
		width: 90%;
		justify-content: center;
	}
	
	.review-box + .review-box {
		margin-top: 1.5rem;
	}
	
	.present-wrap p.top-txt {
		width: 90%;
		margin: 0 auto 4rem;
	}
	
	.present-inner h2::before {
		top: -6rem;
		left: -2rem;
	}
	
	.present-inner {
		padding: 3rem 3.5rem 11rem;
	}
	
	.present-inner::after {
		background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part06_bg_03_sp.png) no-repeat;
		background-size: cover;
		width: 343px;
		height: 204px;
		border-radius: 0 0 1rem 0;
	}
		
	/* お申し込み方法 part07 */
	.attention-wrap {
		padding: 4rem 0 2.5rem;
	}
	
	.step-box h4 {
		top: -1rem;
	}
	
	.step-inner {
		margin-bottom: 8rem;
	}
	
	.step-inner .txt {
		width: 100%;
		margin-right: 0;
	}
	
	.step-box p {
		margin-bottom: 1rem;
	}
	
	.step-box.one::after {
		top: 12rem;
		right: 16rem;
	}
	
	.step-box .main-btn {
		width: 100%;
	}
	
	/* お申し込み part00 */
	.part00-inner {
		background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/topmain_cont_bg_sp.png) no-repeat;
		background-size: cover;
		border-radius: 0 0 1rem 1rem;
	}
	
	.part00-top {
		background: none;
		padding: 8rem 0 2.5rem;
	}
	
	.part00-top h2::after {
		right: -1rem;
	}
	
	.topmain-txt p::before,
	.topmain-txt p::after {
		display: none;
	}
	
	.part00-top .money-wrap {
		margin-top: 2rem;
		text-align: center;
	}
	
	.part00-bottom::after {
		content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/topmain_txt05.svg);
		top: -15rem;
		right: 1rem;
	}
	
	.part00-bottom .left {
		width: 16.75rem;
	}
	
	.part00-bottom .right {
		width: auto;
		flex: 1;
	}
	
	.part00-bottom .left p {
		margin: 40px 0 28px;
	}
}/* max-width: 768px */


@media screen and (max-width: 667px) {

  .row-sp-1 > .col { width: 100%; margin: 0 0 20px; }
  .row-sp-2 > .col { width: calc( (100% / 2) ); }
  .row-sp-3 > .col { width: calc( (100% / 3) ); }
  .row-sp-4 > .col { width: calc( (100% / 4) ); }

  .btn a {
    width: 150px;
    height: 35px;
    line-height: 35px;
    text-align: center;
  }
	
  .recruit-table th, .recruit-table td, th, td {
    display: block;
    width: 100% !important;
  }

  /*--------------------------------------------------------------
  ## フッター
  --------------------------------------------------------------*/
  .copyright {
	  position: relative;
	  right: 0;
	  bottom: 0;
	  font-size: 11px;
	  line-height: 1.6;
	}
	
	.single-recruit .copyright {
		margin-bottom: 52px;
	}

	.pagetop-wrapper {
		right: 5%;
	}
	
	.single-recruit .pagetop-wrapper {
		bottom: 40px;
	}

  /*--------------------------------------------------------------
  ## トップページ
  --------------------------------------------------------------*/
	/* トップメイン */
	.slick-slide img.tb-img {
		display: none;
	}
	
	.slick-slide img.sp-img {
		display: block;
	}
	
	.topmain-wrap {
		top: 2rem;
		transform: translateX(-50%);
		-webkit- transform: translateX(-50%);
	}
	
	.topmain-wrap::before {
		content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/topmain_txt11_sp.svg);
	}
	
	.topmain-wrap::after {
    content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/topmain_txt12_sp.svg);
	}
	
	.topmain-box-top {
		padding-top: 63px;
	}
	
	.topmain-box-top h1::before {
		content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/topmain_txt01_sp.svg);
	}
	
	.topmain-box-top h1::after {
		width: 8rem;
		height: 109.14px;
		right: -2rem;
	}
	
	.topmain-box-top h2 {
		margin-bottom: 0.5rem;
	}
	
	.topmain-box-top .topmain-txt::after {
		content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/topmain_txt05_sp.svg);
		top: 6.5rem;
		right: 0.5rem;
	}
	
	.money-wrap picture {
		position: relative;
		right: 1rem;
	}
	
	.topmain-box-bottom .left,
	.topmain-box-bottom .right {
		width: 100%;
	}
	
	.topmain-box-bottom .left {
		border-radius: 0;
	}
	
	.topmain-box-bottom .left p {
		margin: 35px 0 20px;
	}
	
	.topmain-box-bottom .right {
		flex: 0 0 auto;
		border-radius: 0 0 1rem 1rem;
		padding: 0.5rem 0;
	}

  .recruit-table th,
  .recruit-table td {
    padding: 15px;
  }
	
	/* キャッチ part01 */
	.part01-wrapper {
		margin-top: -16rem;
		padding-top: 11.5rem;
	}
	
	.part01-wrapper ul {
		text-align: center;
	}
	
	.part01-wrapper ul li {
		font-weight: 600;
		line-height: 1.2;
	}
	
	.part01-wrapper ul li::before {
		content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part01_check.svg);
		display: block;
		margin-bottom: 0.2rem;
	}
	
	.part01-wrapper ul li span {
		font-size: 1.5rem;
	}
	
	.part01-wrapper ul li span.red {
		color: #DB7C77;
	}
	
	.part01-wrapper ul li span.yerrow {
		color: #C1AB6E;
	}
	
	/* 勉強時間を取るのは難しい part02 */
	.part02-wrapper {
		padding: 4.125rem 0 14.625rem;
		background-size: 274px 234px, cover, cover;
	}
	
	.part02-wrapper::before {
		top: -2.5rem;
		left: 1rem;
	}
	
	.part02-wrapper p {
		font-size: 0.85714rem;
		width: calc(100% - 2rem);
		margin: 0 auto;
		text-align: left;
	}
	
	/* 2021年もオンラインセミナーを行います！ part03 */
	.part03-wrapper h2::after {
		top: -2.5rem;
		right: -2.5rem;
	}
	
	.part03-box {
		width: 100%;
		padding: 3rem 2rem 2.5rem;
	}
	
	.part03-box.one {
		background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part03_06_sp.png) no-repeat, #fff;
		background-size: contain, cover;
		background-position: bottom;
		padding-bottom: 185px;
	}

	
	.part03-box.three::before {
		content: "";
		background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part03_03_01_sp.png) no-repeat;
		background-size: cover;
		display: inline-block;
		width: 156.6px;
		height: 10rem;
		position: absolute;
		top: -10rem;
		right: 2rem;
	}
	
	.part03-box h4 {
		left: 1.7rem;
		transform: none;
		top: -1.5rem;
	}
	
	.part03-box h5 {
		font-size: 1.2rem;
		color: #68523B;
		line-height: 1.6;
	}
	
	.part03-box h5 span {
		color: #DB7C77;
	}
	
	.part03-box-inner p {
		font-size: 0.85714rem;
		font-weight: 600;
	}
	
	.program-wrap .program-box {
		width: 100%;
		padding: 1.5rem;
	}
	
	.program-wrap .program-box:nth-child(even) {
		border-left: none;
	}
	
	.program-wrap .program-box:nth-child(5) {
		border-bottom: none;
	}
	
	.program-box ul li + li {
		margin-top: 0;
		margin-right: 0;
	}
	
	.part03-box .program-box h5 {
		font-size: 1rem;
		color: #D05554;
		margin-bottom: 0.5rem;
	}
	
	.program-wrap .program-box p {
		margin: 0 0 1rem 0;
	}
	
	.part03-fee {
		width: 100%;
	}
	
	/* お申し込み part00 */
	.part00-wrapper {
		padding-bottom: 3rem;
	}
	
	.part00-inner {
		filter: drop-shadow(0 8px 16px rgba(170, 68, 48, 0.2));
	}
	
	.part00-top {
		padding-top: 63px;
	}
	
	.part00-top h2::before {
		content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/topmain_txt01_sp.svg);
	}
	
	.part00-top h2::after {
		background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part00_01_sp.png) no-repeat;
		background-size: cover;
		width: 128px;
		height: 149.11px;
		top: 0rem;
		right: -2rem;
	}
	
	.part00-bottom::after {
		content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/topmain_txt05_sp.svg);
		top: -13.5rem;
		right: 0.5rem;
	}
	
	.part00-bottom .left,
	.part00-bottom .right {
		width: 100%;
	}
	
	.part00-bottom .left {
		border-radius: 0;
	}
	
	.part00-bottom .left p {
		margin: 35px 0 20px;
	}
	
	.part00-bottom .right {
		flex: 0 0 auto;
		border-radius: 0 0 1rem 1rem;
		padding: 0.5rem 0;
	}
	
	/* 講師紹介 part04 */
	.part04-wrapper {
		margin-top: 2rem;
	}
	
	.part04-box .left h3::before {
		width: 0.75rem;
		height: 0.75rem;
		margin-right: 0.5rem;
	}
	
	.part04-inner {
		padding: 2rem 0 3.5rem;
	}
	
	.part04-box .left h3 {
		padding-bottom: 0.5rem;
		margin-bottom: 1rem;
	}
	
	.part04-box .left p {
		font-size: 0.85714rem;
		font-weight: 600;
	}
	
	.part04-box .left p.txt-image {
		margin: 1.5rem 0;
	}
	
	/* ポイント part05 */
	.part05-top-wrap h2 {
		margin-bottom: 1.5rem;
	}
	
	.part05-top-wrap p {
		font-size: 0.85714rem;
		text-align: left;
		width: 90%;
		margin: 0 auto;
	}
	
	.part05-top-wrap {
		padding: 3rem 0 400px;
	}
	
	.part05-top-wrap h2::before {
		width: 343.75px;
		height: 186.34px;
		top: 19.5rem;
		bottom: auto;
		left: 50%;
		transform: translateX(-50%);
		-webkit- transform: translateX(-50%);
		opacity: 1;
	}
	
	.part05-top-wrap h2::after {
		background: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part05_02_sp.png) no-repeat;
		background-size: cover;
		width: 343px;
		height: 185.82px;
		bottom: 3.7rem;
		right: auto;
		left: 50%;
		transform: translateX(-50%);
		-webkit- transform: translateX(-50%);
		opacity: 1;
	}
	
	.part05-btm-inner .left h3::before {
		content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part05_txt02_sp.svg);
	}
	
	.part05-btm-inner .right h3::before {
		content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part05_txt03_sp.svg);
	}
	
	.part05-btm-inner > div h3 {
		padding: 0 0 0.5rem 0;
		margin-bottom: 1rem;
	}
	
	.part05-btm-inner .left {
		padding: 3.2rem 2rem 10rem;
	}
	
	.part05-btm-inner .left::after {
		width: 279px;
		height: 205px;
	}
	
	.part05-btm-inner .right {
		padding: 3rem 2rem 3rem;
	}
	
	.part05-btm-inner > div p {
		font-size: 0.85714rem;
		font-weight: 600;
		line-height: 1.8;
	}
	
	/* ツグミの想い part06 */
	.wish-wrap {
		padding: 3.5rem 0;
	}
	
	.tsugumi-logo {
		margin-bottom: 2rem;
	}
	
	.part06-wrapper .ttl-txt {
		margin-bottom: 3rem;
	}
	
	.part06-wrapper .inner-txt p {
		font-size: 0.85714rem;
		font-weight: 600;
		padding-left: 1.25rem;
		text-indent: -1.25rem;
	}
	
	.part06-wrapper .inner-txt p::before {
		width: 0.75rem;
		height: 0.75rem;
		margin-right: 0.5rem;
		top: 0;
	}
	
	.review-inner {
		margin-bottom: 4rem;
	}
	
	.present-block {
		padding: 3rem 0 3.5rem;
	}
	
	.review-inner .review-txt {
		width: 90%;
		margin: 0 auto 3rem;
	}
	
	.present-inner h2::before {
		left: 50%;
		transform: translateX(-50%);
		-webkit- transform: translateX(-50%);
	}
	
	.present-inner {
		padding: 3.5rem 2rem 12.5rem;
	}
	
	.present-list ul + ul {
		margin-top: 1rem;
	}
	
	.present-list ul:first-child {
		margin-right: 0;
	}
	
	.present-inner hr {
		margin: 2rem 0 1rem;
	}
	
	/* お申し込み方法 part07 */
	.part07-wrapper {
		margin-top: 0;
	}
	
	.apply-inner {
		padding-top: 3.25rem;
	}
	
	.attention-wrap,
	.step-box {
		width: 100%;
	}
	
	.attention-wrap .attention-icon {
		left: 1.5rem;
	}
	
	.attention-wrap h3 {
		margin-bottom: 1.5rem;
	}
	
	.step-box {
		padding: 3.75rem 2rem 4rem;
	}
	
	.step-box h4 {
		left: 2.5rem;
		transform: none;
		top: -1.5rem;
	}
	
	.step-box.one::after {
		top: 16rem;
		right: 0.5rem;
	}
	
	.step-box .main-btn {
		width: 100%;
	}
	
	.step-box .main-btn a {
		color: #fff;
		font-weight: 600;
		line-height: 5rem;
	}
	
	.step-box .main-btn a::after {
		position: static;
		margin-left: 0.25rem;
	}
	
	.payment-box h5 {
		font-size: 1.2rem;
		color: #68523B;
		line-height: 1.6;
		margin-bottom: 1rem;
	}
	
	.payment-box h5::before {
		width: 0.75rem;
		height: 0.75rem;
		margin-right: 0.5rem;
		top: auto;
		bottom: 1px;
	}
	
	.payment-box:nth-child(3) p {
		font-size: 1rem;
	}
	
	.part08-wrapper table td {
		line-height: 1.6;
		text-align: center;
	}
	
	.step-box .main-btn a::after {
		content: url(https://seminar.office-tsugumi.com/wp-content/themes/officetsugumi_theme/images/common/part07_txt06.svg);
		background: none;
		width: auto;
		height: auto;
	}

/*--------------------------------------------------------------
  ## フォームへのボタン
  --------------------------------------------------------------*/
	
	.fix-btn2 {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 3;
    width: 100%;
}
	.fix-btn {
		display: none;
	}
	
}/* max-width: 667px */

@media screen and (min-width:376px) and ( max-width:414px) {
	.slick-slide img.sp-img {
		margin-top: -7rem;
	}
	
	.topmain-wrap::after {
		bottom: -7rem;
	}
}

@media screen and (max-width: 375px) {
	/* お申し込み方法 part07 */
	.step-box h4 {
		left: 1.7rem;
	}
	
	.step-box .main-btn a::after {
		margin-right: 1rem;
	}
}/* max-width: 375px */

/*--------------------------------------------------------------
  # 切り替え
--------------------------------------------------------------*/
.sp {
	display:none;
}
.tb {
	display:none;
}
.pc {
	display:block;
}

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

@media screen and (max-width: 667px) {
	.pc {
		display:none;
	}
	.tb {
		display: none;
	}
	.sp {
		display: block;
	}
}